-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from TimurBanax/main
feat(locale): implement danish localization
- Loading branch information
Showing
1 changed file
with
61 additions
and
0 deletions.
There are no files selected for viewing
61 changes: 61 additions & 0 deletions
61
Sources/EmojiPickerViewController/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,61 @@ | ||
// Sections | ||
|
||
// All sections should be capitilized style. | ||
|
||
"recently_used" = "NYLIGT BRUGT"; | ||
|
||
"search_result" = "RESULTATER"; | ||
|
||
"smileys_people" = "SMILEYS & PERSONER"; | ||
|
||
"animals_nature" = "DYR & NATUR"; | ||
|
||
"food_drink" = "MAD & DRIKKE"; | ||
|
||
"travel_places" = "REJSE & STEDER"; | ||
|
||
"activities" = "AKTIVITETER"; | ||
|
||
"objects" = "OBJEKTER"; | ||
|
||
"symbols" = "SYMBOLER"; | ||
|
||
"flags" = "FLAG"; | ||
|
||
// UI | ||
|
||
// Title style | ||
|
||
"search_emoji" = "Søg Emoji"; | ||
|
||
"no_results" = "Ingen Resultater"; | ||
|
||
// Accessibility | ||
|
||
"ax_segmented_control_frequently_used" = "Ofte Brugt kategori"; | ||
|
||
"ax_segmented_control_smileys_people" = "Smileys & Personer kategori"; | ||
|
||
"ax_segmented_control_animals_nature" = "Dyr & Natur kategori"; | ||
|
||
"ax_segmented_control_food_drink" = "Mad & Drikke kategori"; | ||
|
||
"ax_segmented_control_travel_places" = "Rejse & Steder kategori"; | ||
|
||
"ax_segmented_control_activities" = "Aktiviteter kategori"; | ||
|
||
"ax_segmented_control_objects" = "Objekter kategori"; | ||
|
||
"ax_segmented_control_symbols" = "Symboler kategori"; | ||
|
||
"ax_segmented_control_flags" = "Flag kategori"; | ||
|
||
// $0: current page index | ||
|
||
// $1: total pages count | ||
|
||
// $2: visible sections label | ||
|
||
"ax_collection_view_scroll_status" = "Side %@ af %@%@"; | ||
|
||
"ax_searchbar_label" = "Søg Emoji"; |