diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2024-03-20 16:00:18 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2024-03-20 16:00:18 +0100 |
| commit | 819f299d3bdc2485394120583b8a76a67b10b418 (patch) | |
| tree | fc7cedbcfd4f4b435649ebe35763f28ff9cc6520 /config/locales/ca.yml | |
| parent | ccf588845a6e595d1c9b2726a05eddd34bc92488 (diff) | |
| download | operum-819f299d3bdc2485394120583b8a76a67b10b418.tar.gz operum-819f299d3bdc2485394120583b8a76a67b10b418.zip | |
tags: attempt to modify searches on tag rename
We don't want to break existing searches upon renaming a tag, since most
of searches will be based on tag names.
NOTE: if the UI of searches is improved, maybe the `tags:""` clause can
contain tag ids instead of names, and hence we won't need all this dance
afterwards.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'config/locales/ca.yml')
| -rw-r--r-- | config/locales/ca.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/ca.yml b/config/locales/ca.yml index b9f9b7c..0bfe01e 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -30,6 +30,8 @@ ca: editors: Editors d'una col·lecció bought_at: Data de compra where_is_it: Per on para? + search: + body: Cos de la cerca user: username: Nom d'usuari password: Contrasenya @@ -113,6 +115,7 @@ ca: create-success: Etiqueta creada correctament update-success: S'ha canviat el nom de l'etiqueta correctament + update-fail: "No s'ha pogut canviar el nom de l'etiqueta perquè comportaria problemes en cerques existents. Modifica primer les cerques que tinguin en compte aquest nom d'etiqueta" destroy-success: Etiqueta esborrada correctament things: |
