Create Simplified Chinese locales

This commit is contained in:
Jerry
2023-05-28 14:22:55 +08:00
parent eec4a56028
commit 89eeb94024
30 changed files with 2704 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
/* Bundle display name */
"CFBundleDisplayName" = "NetNewsWire iOS Share Extension";
/* Bundle name */
"CFBundleName" = "NetNewsWire iOS Share Extension";

View File

@@ -0,0 +1,18 @@
/* Automatic */
"appdefaults.colorpalette.automatic" = "Automatic";
/* Dark */
"appdefaults.colorpalette.dark" = "Dark";
/* Light */
"appdefaults.colorpalette.light" = "Light";
/* Add Feed */
"button.title.add-feed" = "Add Feed";
/* Folder */
"navigation.title.folder" = "Folder";
/* Feed Name (Optional) */
"textfield.placeholder.feed-name" = "Feed Name (Optional)";

View File

@@ -0,0 +1 @@