-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added Danish, Italian, Finnish translations for allow buttons (#110)
- Loading branch information
1 parent
b19c90c
commit 9615537
Showing
3 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
Sources/CorePermissionsSwiftUI/Resources/da.lproj/Localizable.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/* MARK: Allow Button */ | ||
"button_allow" = "TILLADE"; | ||
"button_allowed" = "TILLADT"; | ||
"button_denied" = "NÆGTET"; |
5 changes: 5 additions & 0 deletions
5
Sources/CorePermissionsSwiftUI/Resources/fi.lproj/Localizable.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/* MARK: Allow Button */ | ||
"button_allow" = "SALLIA"; | ||
"button_allowed" = "SALLITTUA"; | ||
"button_denied" = "KIELLETTY"; | ||
|
5 changes: 5 additions & 0 deletions
5
Sources/CorePermissionsSwiftUI/Resources/it.lproj/Localizable.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/* MARK: Allow Button */ | ||
"button_allow" = "CONSENTIRE"; | ||
"button_allowed" = "CONSENTITO"; | ||
"button_denied" = "NEGATO"; | ||
|