Add rating l10n

This commit is contained in:
Justin Mazzocchi 2021-03-23 11:09:20 -07:00
parent 21e58ee478
commit 20aa4f09c2
No known key found for this signature in database
GPG Key ID: E223E6937AAFB01C
4 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,7 @@
"about.acknowledgments" = "Danksagungen";
"about.made-by-metabolist" = "Made by Metabolist";
"about.official-account" = "Offizieller Account";
"about.rate-the-app" = "Die App bewerten";
"about.source-code-and-issue-tracker" = "Quellcode & Fehler Tracker";
"about.website" = "Webseite";
"accessibility.activate-link-%@" = "Link: %@";

View File

@ -4,7 +4,7 @@
"about.acknowledgments" = "Acknowledgments";
"about.made-by-metabolist" = "Made by Metabolist";
"about.official-account" = "Official Account";
"about.review-on-the-app-store" = "Review on the App Store";
"about.rate-the-app" = "Rate the app";
"about.source-code-and-issue-tracker" = "Source Code & Issue Tracker";
"about.website" = "Website";
"accessibility.activate-link-%@" = "Link: %@";

View File

@ -4,6 +4,7 @@
"about.acknowledgments" = "謝辞";
"about.made-by-metabolist" = "Metabolistにより開発されました";
"about.official-account" = "公式アカウント";
"about.rate-the-app" = "このアプリを評価";
"about.source-code-and-issue-tracker" = "ソースコードと課題追跡システム";
"about.website" = "ウェブサイト";
"accessibility.activate-link-%@" = "リンク: %@";

View File

@ -43,7 +43,7 @@ struct AboutView: View {
}
Link(destination: Self.reviewURL) {
Label {
Text("about.review-on-the-app-store").foregroundColor(.primary)
Text("about.rate-the-app").foregroundColor(.primary)
} icon: {
Image(systemName: "star")
}