summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Localizable.xcstrings16
-rw-r--r--Sora/Views/Post/Details/PostDetailsImageView.swift2
2 files changed, 14 insertions, 4 deletions
diff --git a/Localizable.xcstrings b/Localizable.xcstrings
index 11b697b..2aa6b76 100644
--- a/Localizable.xcstrings
+++ b/Localizable.xcstrings
@@ -98,12 +98,22 @@
"No bookmarks match your search" : {
},
- "Open in Safari" : {
+ "Open Post in Safari" : {
"localizations" : {
"ja" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Safariで開く"
+ "value" : "Safariで投稿を開く"
+ }
+ }
+ }
+ },
+ "Open Source in Safari" : {
+ "localizations" : {
+ "ja" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Safariで元の投稿を開く"
}
}
}
@@ -113,7 +123,7 @@
"ja" : {
"stringUnit" : {
"state" : "translated",
- "value" : "イメージ"
+ "value" : "投稿"
}
}
}
diff --git a/Sora/Views/Post/Details/PostDetailsImageView.swift b/Sora/Views/Post/Details/PostDetailsImageView.swift
index 67d3d68..3f0462f 100644
--- a/Sora/Views/Post/Details/PostDetailsImageView.swift
+++ b/Sora/Views/Post/Details/PostDetailsImageView.swift
@@ -81,7 +81,7 @@ struct PostDetailsImageView<Placeholder: View>: View {
Button {
openURL(postURL(for: post?.id ?? ""))
} label: {
- Label("Open in Safari", systemImage: "safari")
+ Label("Open Post in Safari", systemImage: "safari")
}
if let source = post?.source {