Skip to content
Snippets Groups Projects
Commit e5a0c51d authored by Johannes Grothe's avatar Johannes Grothe
Browse files

#113 Added Turkish Localization template

parent 457751e6
No related branches found
No related tags found
No related merge requests found
Pipeline #9170 passed
......@@ -110,6 +110,7 @@
EBA0931A25A911A500F070BC /* TextGenerators.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextGenerators.swift; sourceTree = "<group>"; };
EBAB4B9C25680F9F00ABF623 /* AsyncImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AsyncImage.swift; sourceTree = "<group>"; };
EBADDEC1255743A3008AD1C5 /* FeedProviderSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeedProviderSettingsView.swift; sourceTree = "<group>"; };
EBEFF56425B9C3ED00B734A0 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = "<group>"; };
EBFD7B7525B0E7D5003A726E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
EBFD7B7A25B0E815003A726E /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */
......@@ -338,6 +339,7 @@
en,
Base,
de,
tr,
);
mainGroup = 1BD2A3BA254B036E00FCA510;
packageReferences = (
......@@ -459,6 +461,7 @@
children = (
EBFD7B7525B0E7D5003A726E /* en */,
EBFD7B7A25B0E815003A726E /* de */,
EBEFF56425B9C3ED00B734A0 /* tr */,
);
name = Localizable.strings;
sourceTree = "<group>";
......
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1230"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1BD2A3C2254B036E00FCA510"
BuildableName = "RSS_Reader.app"
BlueprintName = "RSS_Reader"
ReferencedContainer = "container:RSS_Reader.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = "tr"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1BD2A3C2254B036E00FCA510"
BuildableName = "RSS_Reader.app"
BlueprintName = "RSS_Reader"
ReferencedContainer = "container:RSS_Reader.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1BD2A3C2254B036E00FCA510"
BuildableName = "RSS_Reader.app"
BlueprintName = "RSS_Reader"
ReferencedContainer = "container:RSS_Reader.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
/*
Localization.strings
RSS_Reader
Created by Johannes Grothe on 14.01.21.
*/
// Components
"collection_comp" = "Collections";
"feed_comp" = "Feeds";
"filter_comp" = "Filters";
// Title
"settings_title" = "Döner";
"feed_settings_title" = "Feed Settings";
"coll_settings_title" = "Collection Settings";
"add_feed_title" = "Add Feeds";
// Feed Settings Labels
"feed_name_lbl" = "Name";
"feed_abbreviation_lbl" = "Abbreviation";
"show_in_main_lbl" = "Show in Main Feed";
"use_filters_lbl" = "Use Filters";
"filters_selected_lbl" = "Filters Selected";
// Options
"auto_refresh_option" = "Auto Refresh";
"reset_app_option" = "Reset App";
// Buttons
"edit_btn_title" = "Edit";
"done_btn_title" = "Done";
"ok_btn_title" = "Okay";
"close_btn_title" = "Close";
"scan_btn_title" = "Scan";
// Filter Options
"all_filter" = "All";
"bookmarked_filter" = "Bookmarked";
// Alerts
"general_warning_phrase" = "WARNING";
"app_reset_alert_title" = "Reset Data";
"app_reset_alert_text" = "This action will irreversible delete all Data!";
"feed_delete_alert_title" = "Delete Feed";
"feed_delete_general_text" = "This action will irreversible delete the feed and all of its articles.";
"feed_delete_bookmarked_part_1" = "You have";
"feed_delete_bookmarked_part_2" = "bookmarked articles in this feed.";
// Textfield Defaults
"add_collection_textfield" = "Add a new collection name...";
"search_bar_textfield" = "Search...";
"url_textfield" = "Enter URL...";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment