Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add German localization. Fix Turkish localization. #9

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Customerly.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
2BD282B4247033D900FC2050 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
2BD282B52470343900FC2050 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = "<group>"; };
3A31FA2E3BDF3C36343BDD29 /* Pods-CustomerlySDK.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CustomerlySDK.debug.xcconfig"; path = "Pods/Target Support Files/Pods-CustomerlySDK/Pods-CustomerlySDK.debug.xcconfig"; sourceTree = "<group>"; };
451753A52066C8E800E3D1BF /* CyStackView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CyStackView.swift; sourceTree = "<group>"; };
451FCB9A1E2A8094006E315D /* CyTokenModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CyTokenModel.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -682,6 +684,8 @@
Base,
it,
es,
de,
tr,
);
mainGroup = 455CE1231DE0AA9F00FF65DC;
productRefGroup = 455CE1301DE0AABD00FF65DC /* Products */;
Expand Down Expand Up @@ -956,6 +960,8 @@
45E924FC1E22DEA300514EA3 /* Base */,
45DC04B81E243565004DB406 /* it */,
45DE41471FC4C644005C5108 /* es */,
2BD282B4247033D900FC2050 /* de */,
2BD282B52470343900FC2050 /* tr */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down
61 changes: 61 additions & 0 deletions CustomerlySDK/Library/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
/*
Localizable.strings
Customerly

Created by Henning Hontheim on 05/16/2020.
Copyright © 2020 Henning Hontheim. All rights reserved.
*/

/* Image Picker Action Sheet */
"actionSheetImagePicker_title" = "Wähle eine Datei zum Senden aus";
"actionSheetImagePicker_cancel" = "Abbrechen";
"actionSheetImagePicker_takePhoto" = "Nimm ein Foto auf";
"actionSheetImagePicker_imageGallery" = "Wähle ein Foto aus der Mediathek";
"actionSheetImagePicker_error" = "Fehler";
"actionSheetImagePicker_confirm" = "OK";
"actionSheetImagePicker_error_cameraNotAvailable" = "Huch, die Kamera ist nicht verfügbar";
"actionSheetImagePicker_error_galleryNotAvailable" = "Huch, die Mediathek ist nicht verfügbar";

/* Time Ago Since Date */
"timeAgoSinceDate_yearsAgo %d" = "vor %dJ";
"timeAgoSinceDate_yearAgo %d" = "vor %dJ";
"timeAgoSinceDate_monthsAgo %d" = "vor %dM";
"timeAgoSinceDate_monthAgo %d" = "vor %dM";
"timeAgoSinceDate_weeksAgo %d" = "vor %dW";
"timeAgoSinceDate_weekAgo %d" = "vor %dW";
"timeAgoSinceDate_daysAgo %d" = "vor %dT";
"timeAgoSinceDate_dayAgo %d" = "vor %dT";
"timeAgoSinceDate_hoursAgo %d" = "vor %dh";
"timeAgoSinceDate_hourAgo %d" = "vor %dh";
"timeAgoSinceDate_minutesAgo %d" = "vor %dm";
"timeAgoSinceDate_minuteAgo %d" = "vor %dm";
"timeAgoSinceDate_secondsAgo %d" = "vor %ds";
"timeAgoSinceDate_justNow" = "Jetzt";

/* Conversation List */
"supportTitle" = "Support";
"youUser" = "Du";
"conversationListPoweredBy" = "Live Chat ⚡️ Customerly";
"newConversationButton" = "Beginne eine neue Konversation";

/* Chat View */
"chatTitleView" = "Chat";
"chatInsertEmail" = "Gib Deine E-Mail-Adresse ein";
"chatOK" = "OK";
"chatCancel" = "Abbrechen";
"chatEmail" = "E-Mail";
"chatAdminLastActivity" = "Letzte Aktivität";
"chatViewPoweredBy" = "Live Chat ⚡️ Customerly";
"chatViewContactSupportLabel" = "Wende dich an den Support, indem du unten deine Frage stellst.";
"chatViewTextFieldPlaceholder" = "Stelle Deine Frage";
"chatViewRichMessageText" = "Diese Nachricht wurde per E-Mail gesendet. Zum Lesen tippen.";

/* Survey View */
"surveyTitleView" = "Umfrage";
"confirmSliderButton %d" = "Bestätige %d";
"confirmButton" = "Bestätigen";

/* Extra */
"pullToRefresh" = "Zum Aktualisieren ziehen";