Skip to content

Commit

Permalink
Add I18n for auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
xhero committed Feb 9, 2024
1 parent 0d92995 commit 49ef204
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 4 deletions.
1 change: 1 addition & 0 deletions config/locales/ca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ ca:
default_view: "Visualització estàndard"
marc21_view: "Visualització MARC21"
marcxml_view: "Visualització MARCXML"
authorization_tokens: "Auth tokens"

jobs:
not_set: "[Sense estat]"
Expand Down
1 change: 1 addition & 0 deletions config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ de:
default_view: "Default view"
marc21_view: "MARC21 view"
marcxml_view: "MARCXML view"
authorization_tokens: "Auth tokens"

jobs:
not_set: "[Kein Status gesetzt]"
Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ en:
default_view: "Default view"
marc21_view: "MARC21 view"
marcxml_view: "MARCXML view"
authorization_tokens: "Auth tokens"

jobs:
not_set: "[No status set]"
Expand Down
1 change: 1 addition & 0 deletions config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ es:
default_view: "Visualización estándar"
marc21_view: "Visualización MARC21"
marcxml_view: "Visualización MARCXML"
authorization_tokens: "Auth tokens"

jobs:
not_set: "[Estado aún no disponible]"
Expand Down
4 changes: 3 additions & 1 deletion config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,9 @@ fr:
default_view: "Default view"
marc21_view: "MARC21 view"
marcxml_view: "MARCXML view"

authorization_tokens: "Auth tokens"


jobs:
not_set: "[sans statut]"
ok: "Tâche accomplie"
Expand Down
7 changes: 4 additions & 3 deletions config/locales/it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ it:
default_view: "Default view"
marc21_view: "MARC21 view"
marcxml_view: "MARCXML view"
authorization_tokens: "Auth tokens"

jobs:
not_set: "[Nessuno stato]"
Expand Down Expand Up @@ -390,9 +391,9 @@ it:
export_folder_csv: "Esporta la cartella in CSV"
export_folder_raw: "Esporta la cartella come Muscat MARC"
validate_folder: "Valida cartella"
choose_folder: "(PLEASE CHOOSE ONE)"
add_item_to_folder: "ADD TO FOLDER"
remove_item_from_folder: "DELETE FROM FOLDER"
choose_folder: "(Selezionare una cartella)"
add_item_to_folder: "Aggiungi alla cartella"
remove_item_from_folder: "Rimuovi dalla cartella"

# Editor sidebar
show_all_groups: "Mostra tutti i gruppi"
Expand Down
1 change: 1 addition & 0 deletions config/locales/pl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ pl:
default_view: "Default view"
marc21_view: "MARC21 view"
marcxml_view: "MARCXML view"
authorization_tokens: "Auth tokens"

jobs:
not_set: [Nie ustawiono statusu.]
Expand Down
1 change: 1 addition & 0 deletions config/locales/pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ pt:
default_view: "Default view"
marc21_view: "MARC21 view"
marcxml_view: "MARCXML view"
authorization_tokens: "Auth tokens"

jobs:
not_set: "[Nenhum estado determinado]"
Expand Down

0 comments on commit 49ef204

Please sign in to comment.