Skip to content

Commit

Permalink
Add some translation for button_next (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
connyhald authored Feb 23, 2024
1 parent bfc53b2 commit f33413e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
"button_allow" = "TILLADE";
"button_allowed" = "TILLADT";
"button_denied" = "NÆGTET";
"button_next" = "NÆSTE";
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"button_allow" = "ERLAUBEN";
"button_allowed" = "ERLAUBT";
"button_denied" = "ABGELEHNT";
"button_next" = "WEITER";

/* MARK: UI labels */
"permission_header" = "Berechtigungen benötigt";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
"button_allow" = "SALLIA";
"button_allowed" = "SALLITTUA";
"button_denied" = "KIELLETTY";
"button_next" = "SEURAAVA";

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"button_allow" = "AUTORISER";
"button_allowed" = "AUTORISÉ";
"button_denied" = "REFUSÉ";
"button_next" = "SUIVANT";

/* MARK: UI labels */
"permission_header" = "Autorisations Nécessaires";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"button_allow" = "ALLOW";
"button_allowed" = "ALLOWED";
"button_denied" = "DENIED";
"button_next" = "NEXT";

/* MARK: UI labels */
"permission_header" = "Need Permissions";
Expand Down

0 comments on commit f33413e

Please sign in to comment.