Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 44 additions & 2 deletions Multiplatform/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,50 @@
}
},
"action.customize" : {
"comment" : "The title of a button that opens a view to customize a library.",
"isCommentAutoGenerated" : true
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Anpassen"
}
},
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Customize"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Personnaliser"
}
},
"ru" : {
"stringUnit" : {
"state" : "translated",
"value" : "Настроить"
}
},
"sv" : {
"stringUnit" : {
"state" : "translated",
"value" : "Anpassa"
}
},
"uk" : {
"stringUnit" : {
"state" : "translated",
"value" : "Налаштувати"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "自定义"
}
}
}
},
"action.decrease" : {
"localizations" : {
Expand Down