Skip to content
Merged
Show file tree
Hide file tree
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
48 changes: 48 additions & 0 deletions RileyLink/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"%@ dB" : {
"comment" : "Unit format string for an RSSI value in decibles",
"localizations" : {
"ar" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ ديسيبل"
}
},
"cs" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -70,6 +76,12 @@
"value" : "%@ dB"
}
},
"pt-BR" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ dB"
}
},
"ro" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -99,12 +111,30 @@
"state" : "translated",
"value" : "%@ dB"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ dB"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ dB"
}
}
}
},
"%@%%" : {
"comment" : "Unit format string for an value in percent",
"localizations" : {
"ar" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@%%"
}
},
"cs" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -218,6 +248,12 @@
"state" : "translated",
"value" : "%@%%"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@%%"
}
}
}
},
Expand Down Expand Up @@ -357,6 +393,12 @@
"comment" : "The title of the button to add the credentials for a service",
"extractionState" : "manual",
"localizations" : {
"ar" : {
"stringUnit" : {
"state" : "translated",
"value" : "Add Account"
}
},
"cs" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -2305,6 +2347,12 @@
"comment" : "The empty-state text for a configuration value",
"extractionState" : "manual",
"localizations" : {
"ar" : {
"stringUnit" : {
"state" : "translated",
"value" : "Tap to set"
}
},
"cs" : {
"stringUnit" : {
"state" : "translated",
Expand Down
18 changes: 18 additions & 0 deletions RileyLinkBLEKit/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,12 @@
"comment" : "Timeout error description",
"extractionState" : "manual",
"localizations" : {
"ar" : {
"stringUnit" : {
"state" : "translated",
"value" : "الجهاز الطرفي لم يستجب في الوقت المحدد"
}
},
"cs" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -602,6 +608,12 @@
"comment" : "Not ready error description",
"extractionState" : "manual",
"localizations" : {
"ar" : {
"stringUnit" : {
"state" : "translated",
"value" : "الجهاز الطرفي غير متصل"
}
},
"da" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -1673,6 +1685,12 @@
"comment" : "Error description",
"extractionState" : "manual",
"localizations" : {
"ar" : {
"stringUnit" : {
"state" : "translated",
"value" : "خاصية مجهولة"
}
},
"da" : {
"stringUnit" : {
"state" : "translated",
Expand Down
3 changes: 3 additions & 0 deletions RileyLinkKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,9 @@
cs,
ar,
hi,
ce,
hu,
uk,
);
mainGroup = C12EA22E198B436800309FA4;
productRefGroup = C12EA238198B436800309FA4 /* Products */;
Expand Down
Loading