-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLocalizable.strings
More file actions
86 lines (64 loc) · 2.78 KB
/
Localizable.strings
File metadata and controls
86 lines (64 loc) · 2.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
/*
Localizable.strings
Example
Created by Ilya Klimenyuk on 29.05.2023.
*/
// MARK: - Actions
"Actions.header" = "Actions";
"Actions.secondaryTitle" = "Secondary";
"Actions.destructiveTitle" = "Destructive";
"Actions.openScreenTitle" = "Open Screen";
"Actions.pushScreenTitle" = "Push Screen";
// MARK: - ActionList
"ActionList.title" = "Action list";
"ActionList.message" = "Choose action";
"ActionList.defaultActionTitle" = "Default";
// MARK: - FeatureToggles
"FeatureToggles.header" = "Toggles";
"FeatureToggles.firstToggleTitle" = "Show touches";
"FeatureToggles.secondToggleTitle" = "Use SSH";
"FeatureToggles.thirdToggleTitle" = "Open foodtech/ecom catalog listing";
// MARK: - ServerSelection
"ServerSelection.header" = "Server Selection";
"ServerSelection.firstServerTitle" = "Production";
"ServerSelection.secondServerTitle" = "Test";
"ServerSelection.thirdServerTitle" = "Mock (with long long long description)";
// MARK: - CopiedText
"CopiedText.header" = "Copied text";
"CopiedText.firstTextTitle" = "SSH key";
"CopiedText.secondTextTitle" = "Token";
"CopiedText.thirdTextTitle" = "Some data for copy";
// MARK: - InfoTable
"InfoTable.header" = "Info tables";
"InfoTable.AboutApp" = "App Info";
"InfoTable.AboutDevice" = "Device Info";
"InfoTable.Custom" = "Custom Data";
// MARK: - MenuItems
"MenuItems.header" = "Menu Items";
"MenuItems.simpleTitle" = "Simple action";
"MenuItems.disclosureTitle" = "Open Screen";
"MenuItems.multilineTitle" = "This is a multiline menu item\nwith a very long description that spans multiple lines";
"MenuItems.noActionTitle" = "Informational item (no action)";
// MARK: - NestedScreens
"NestedScreens.header" = "Section Screens";
"NestedScreens.settingsTitle" = "Settings";
"NestedScreens.nestedTitle" = "Nested Screens";
"NestedScreens.Settings.togglesSectionTitle" = "Toggles";
"NestedScreens.Settings.firstToggleTitle" = "Show touches";
"NestedScreens.Settings.secondToggleTitle" = "Use SSH";
"NestedScreens.Settings.copiedTextSectionTitle" = "API Keys";
"NestedScreens.Settings.copiedTextTitle" = "API Key";
"NestedScreens.Nested.middleMenuSectionTitle" = "Actions";
"NestedScreens.Nested.middleMenuItemTitle" = "Middle level action";
"NestedScreens.Nested.nestedScreenSectionTitle" = "Go Deeper";
"NestedScreens.Nested.deepScreenTitle" = "Deep Level";
"NestedScreens.Nested.deepMenuSectionTitle" = "Deep Actions";
"NestedScreens.Nested.deepMenuItemTitle" = "Deep nested action";
"NestedScreens.Nested.deepInfoSectionTitle" = "Info";
// MARK: - Destination Controller
"DestinationController.title" = "Destination controller";
"DestinationController.contentText" = "This is new screen!";
// MARK: - Start Controller
"StartController.companyNameLabel" = "Surf";
"StartController.shakeMeLabel" = "Shake me!";
"StartController.shakeSupportTitleLabel" = "shake support";