mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-24 17:20:59 +00:00
Add rating l10n
This commit is contained in:
parent
21e58ee478
commit
20aa4f09c2
4 changed files with 4 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
||||||
"about.acknowledgments" = "Danksagungen";
|
"about.acknowledgments" = "Danksagungen";
|
||||||
"about.made-by-metabolist" = "Made by Metabolist";
|
"about.made-by-metabolist" = "Made by Metabolist";
|
||||||
"about.official-account" = "Offizieller Account";
|
"about.official-account" = "Offizieller Account";
|
||||||
|
"about.rate-the-app" = "Die App bewerten";
|
||||||
"about.source-code-and-issue-tracker" = "Quellcode & Fehler Tracker";
|
"about.source-code-and-issue-tracker" = "Quellcode & Fehler Tracker";
|
||||||
"about.website" = "Webseite";
|
"about.website" = "Webseite";
|
||||||
"accessibility.activate-link-%@" = "Link: %@";
|
"accessibility.activate-link-%@" = "Link: %@";
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"about.acknowledgments" = "Acknowledgments";
|
"about.acknowledgments" = "Acknowledgments";
|
||||||
"about.made-by-metabolist" = "Made by Metabolist";
|
"about.made-by-metabolist" = "Made by Metabolist";
|
||||||
"about.official-account" = "Official Account";
|
"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.source-code-and-issue-tracker" = "Source Code & Issue Tracker";
|
||||||
"about.website" = "Website";
|
"about.website" = "Website";
|
||||||
"accessibility.activate-link-%@" = "Link: %@";
|
"accessibility.activate-link-%@" = "Link: %@";
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
"about.acknowledgments" = "謝辞";
|
"about.acknowledgments" = "謝辞";
|
||||||
"about.made-by-metabolist" = "Metabolistにより開発されました";
|
"about.made-by-metabolist" = "Metabolistにより開発されました";
|
||||||
"about.official-account" = "公式アカウント";
|
"about.official-account" = "公式アカウント";
|
||||||
|
"about.rate-the-app" = "このアプリを評価";
|
||||||
"about.source-code-and-issue-tracker" = "ソースコードと課題追跡システム";
|
"about.source-code-and-issue-tracker" = "ソースコードと課題追跡システム";
|
||||||
"about.website" = "ウェブサイト";
|
"about.website" = "ウェブサイト";
|
||||||
"accessibility.activate-link-%@" = "リンク: %@";
|
"accessibility.activate-link-%@" = "リンク: %@";
|
||||||
|
|
|
@ -43,7 +43,7 @@ struct AboutView: View {
|
||||||
}
|
}
|
||||||
Link(destination: Self.reviewURL) {
|
Link(destination: Self.reviewURL) {
|
||||||
Label {
|
Label {
|
||||||
Text("about.review-on-the-app-store").foregroundColor(.primary)
|
Text("about.rate-the-app").foregroundColor(.primary)
|
||||||
} icon: {
|
} icon: {
|
||||||
Image(systemName: "star")
|
Image(systemName: "star")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue