10000 Update all locales with status_tag "unset" key · stephancom/activeadmin@0771683 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0771683

Browse files
committed
Update all locales with status_tag "unset" key
For each locale, the value of "unset" is just defaulted to the same value from the "no" key to preserve existing behavior but enabling a user to customize the display label.
1 parent 3e5bcfc commit 0771683

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+41
-0
lines changed

config/locales/ar.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ ar:
3939
status_tag:
4040
"yes": "نعم"
4141
"no": "لا"
42+
"unset": "لا"
4243
main_content: "الرجاء تنفيذ %{model}#main_content لعرض المحتوى."
4344
logout: "تسجيل الخروج"
4445
powered_by: "تنفيذ %{active_admin} %{version}"

config/locales/bg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ bg:
3434
status_tag:
3535
"yes": "Да"
3636
"no": "не"
37+
"unset": "не"
3738
main_content: "Добавете %{model}#main_content за да видите съдържание."
3839
logout: "Изход"
3940
powered_by: "Задвижва се от %{active_admin} %{version}"

config/locales/bs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ bs:
3434
status_tag:
3535
"yes": "Da"
3636
"no": "Nema"
37+
"unset": "Nema"
3738
main_content: "Molim Vas, implementirajte %{model}#main_content da biste prikazali sadržaj."
3839
logout: "Odjavi se"
3940
powered_by: "Powered by %{active_admin} %{version}"

config/locales/ca.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ ca:
3535
status_tag:
3636
"yes": ""
3737
"no": "No"
38+
"unset": "No"
3839
main_content: "Implementa %{model}#main_content per mostrar contingut."
3940
logout: "Desconnecta't"
4041
powered_by: "Powered by %{active_admin} %{version}"

config/locales/cs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ cs:
3434
status_tag:
3535
"yes": "Ano"
3636
"no": "Ne"
37+
"unset": "Ne"
3738
main_content: "Implementujte prosím %{model}#main_content pro zobrazení obsahu."
3839
logout: "Odhlásit"
3940
powered_by: "%{active_admin} %{version}"

config/locales/da.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ da:
4040
status_tag:
4141
"yes": "Ja"
4242
"no": "Nej"
43+
"unset": "Nej"
4344
main_content: "Implementer venligst %{model}#main_content for at vise noget indhold."
4445
logout: "Log ud"
4546
powered_by: "Powered by %{active_admin} %{version}"

config/locales/de-CH.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
status_tag:
3535
"yes": "Ja"
3636
"no": "Nicht"
37+
"unset": "Nicht"
3738
main_content: "Bitte implementieren Sie %{model}#main_content, um Inhalte anzuzeigen."
3839
logout: "Abmelden"
3940
powered_by: "Powered by %{active_admin} %{version}"

config/locales/de.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ de:
4545
status_tag:
4646
"yes": "Ja"
4747
"no": "Nein"
48+
"unset": "Nein"
4849
main_content: "Bitte implementieren Sie %{model}#main_content, um Inhalte anzuzeigen."
4950
logout: "Abmelden"
5051
powered_by: "Powered by %{active_admin} %{version}"

config/locales/el.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ el:
3434
status_tag:
3535
"yes": "Ναι"
3636
"no": "Όχι"
37+
"unset": "Όχι"
3738
main_content: "Παρακαλώ υλοποιήστε την %{model}#main_content για να εμφανίσετε περιεχόμενο."
3839
logout: "Αποσύνδεση"
3940
powered_by: "Powered by %{active_admin} %{version}"

config/locales/en-CA.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
status_tag:
4141
"yes": "Yes"
4242
"no": "No"
43+
"unset": "No"
4344
main_content: "Please implement %{model}#main_content to display content."
4445
logout: "Logout"
4546
powered_by: "Powered by %{active_admin} %{version}"

0 commit comments

Comments
 (0)
0