diff options
| author | Fuwn <[email protected]> | 2026-02-23 13:17:57 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-23 13:33:43 -0800 |
| commit | d0935840c08ba9eaf9a0371a4aae30b66165a741 (patch) | |
| tree | ee57cec0ac1be32d1d61d5d3fd054f5a958abba0 | |
| parent | feat: mark remove-all alert actions as destructive (diff) | |
| download | sora-testing-d0935840c08ba9eaf9a0371a4aae30b66165a741.tar.xz sora-testing-d0935840c08ba9eaf9a0371a4aae30b66165a741.zip | |
chore: sync string catalog from xcode rebuild
| -rw-r--r-- | Localizable.xcstrings | 71 |
1 files changed, 43 insertions, 28 deletions
diff --git a/Localizable.xcstrings b/Localizable.xcstrings index bf36dad..88a466e 100644 --- a/Localizable.xcstrings +++ b/Localizable.xcstrings @@ -30,28 +30,28 @@ "comment" : "A button label that adds sample search history.", "isCommentAutoGenerated" : true }, - "Add to Collection" : { - "comment" : "A menu item that allows a user to add a post to their favorites.", - "isCommentAutoGenerated" : true - }, - "Add to Favorites" : { - "comment" : "A menu item that adds a post to the user's favorites.", - "isCommentAutoGenerated" : true, + "Add Tag to Search" : { "localizations" : { "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Add to Favourites" + "value" : "Add Tag to Search" } } } }, - "Add Tag to Search" : { + "Add to Collection" : { + "comment" : "A menu item that allows a user to add a post to their favorites.", + "isCommentAutoGenerated" : true + }, + "Add to Favorites" : { + "comment" : "A menu item that adds a post to the user's favorites.", + "isCommentAutoGenerated" : true, "localizations" : { "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Add Tag to Search" + "value" : "Add to Favourites" } } } @@ -223,6 +223,9 @@ "Done" : { }, + "Double-tap to zoom. Pinch to adjust zoom level." : { + + }, "Enable \"Share Image\" Shortcut" : { }, @@ -283,13 +286,16 @@ "comment" : "A section header in the settings view that allows users to manage their downloaded files.", "isCommentAutoGenerated" : true }, - "Provider Type" : { + "Fit to screen" : { }, "Grid Layout" : { "comment" : "A section header that lists options related to the layout of thumbnails in the grid.", "isCommentAutoGenerated" : true }, + "Image" : { + + }, "Image Quality" : { }, @@ -317,6 +323,9 @@ "Lazy Thumbnail Loading" : { }, + "Load Next Page" : { + + }, "Loading %@…" : { }, @@ -329,9 +338,6 @@ "Manage Collections" : { }, - "Load Next Page" : { - - }, "Moebooru Feed" : { }, @@ -413,6 +419,9 @@ } } }, + "Opens post details." : { + + }, "Performance" : { "comment" : "A section header in the settings view related to performance settings.", "isCommentAutoGenerated" : true @@ -460,6 +469,9 @@ "comment" : "A link in the settings menu that takes the user to the provider settings section.", "isCommentAutoGenerated" : true }, + "Provider Type" : { + + }, "Rabbit SVG created by Kim Sun Young" : { }, @@ -598,19 +610,6 @@ } } }, - "Use the bookmark button on a search page to add a bookmark." : { - - }, - "Use the heart button on a post to add it to Favorites." : { - "localizations" : { - "en-GB" : { - "stringUnit" : { - "state" : "translated", - "value" : "Use the heart button on a post to add it to Favourites." - } - } - } - }, "Thumbnail Grid Columns" : { "localizations" : { "ja" : { @@ -664,12 +663,28 @@ "Uniform Thumbnail Size" : { }, + "Use the bookmark button on a search page to add a bookmark." : { + + }, + "Use the heart button on a post to add it to Favorites." : { + "localizations" : { + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use the heart button on a post to add it to Favourites." + } + } + } + }, "User ID" : { }, "Visit Count" : { + }, + "Zoomed in" : { + } }, "version" : "1.1" -} +}
\ No newline at end of file |