Skip to content

Commit

Permalink
Updates localizations.
Browse files Browse the repository at this point in the history
  • Loading branch information
mntone committed Feb 6, 2024
1 parent 8ff8835 commit ecca165
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 2 deletions.
98 changes: 97 additions & 1 deletion src/App/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -3303,11 +3303,77 @@
},
"Build Info" : {
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Build-Info"
}
},
"es" : {
"stringUnit" : {
"state" : "translated",
"value" : "Información de compilación"
}
},
"es-419" : {
"stringUnit" : {
"state" : "translated",
"value" : "Información de compilación"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Informations sur la construction"
}
},
"it" : {
"stringUnit" : {
"state" : "translated",
"value" : "Informazioni sulla costruzione"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "ビルド情報"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "빌드 정보"
}
},
"pl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Informacje o budowie"
}
},
"pt-BR" : {
"stringUnit" : {
"state" : "translated",
"value" : "Informações de construção"
}
},
"ru" : {
"stringUnit" : {
"state" : "translated",
"value" : "Информация о сборке"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "构建信息"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
"value" : "建構資訊"
}
}
}
},
Expand Down Expand Up @@ -11972,6 +12038,12 @@
},
"Reverse" : {
"localizations" : {
"ar" : {
"stringUnit" : {
"state" : "translated",
"value" : "معكوس"
}
},
"de" : {
"stringUnit" : {
"state" : "translated",
Expand All @@ -11990,6 +12062,18 @@
"value" : "Invertido"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Inversé"
}
},
"it" : {
"stringUnit" : {
"state" : "translated",
"value" : "Invertito"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
Expand All @@ -12002,6 +12086,18 @@
"value" : "역전"
}
},
"pl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Odwrócony"
}
},
"pt-BR" : {
"stringUnit" : {
"state" : "translated",
"value" : "Invertido"
}
},
"ru" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -12594,7 +12690,7 @@
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
"value" : "顯示內部訊息"
"value" : "顯示內部資訊"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/App/Settings.bundle/zh-Hant.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Swipe" = "滑動";

"Developer" = "開發者";
"Show Internal Information" = "顯示內部訊息";
"Show Internal Information" = "顯示內部資訊";

"About App" = "關於App";
"Version" = "版本";

0 comments on commit ecca165

Please sign in to comment.