Skip to content

Commit

Permalink
Update strings for localization
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzkocer committed Aug 9, 2021
1 parent 987b288 commit 30b6041
Showing 1 changed file with 30 additions and 10 deletions.
40 changes: 30 additions & 10 deletions Simplenote/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
/* 5 minutes passcode lock timeout */
"5 Minutes" = "5 Minutes";

/* Network connection issue notificaiton */
"A network connection is required. Please, check your connection and try again." = "A network connection is required. Please, check your connection and try again.";

/* Display app about screen */
"About" = "About";

Expand All @@ -78,15 +81,18 @@
Title: No filters applied */
"All Notes" = "All Notes";

/* Delete account confirmation instructions */
"An email has been sent to %@ Check your inbox and follow the instructions to confirm account deletion.\n\nYour account won't be deleted until we receive your confirmation" = "An email has been sent to %@ Check your inbox and follow the instructions to confirm account deletion.\n\nYour account won't be deleted until we receive your confirmation";

/* Deletion error message */
"An error occured. Please, try again. If the problem continues, contact us at [email protected] for help." = "An error occured. Please, try again. If the problem continues, contact us at [email protected] for help.";

/* Sign in error message */
"An error was encountered while signing in." = "An error was encountered while signing in.";

/* No comment provided by engineer. */
"Appearance" = "Appearance";

/* Engine URL Message */
"AppEngine Endpoints" = "AppEngine Endpoints";

/* Automattic hiring description */
"Are you a developer? We’re hiring." = "Are you a developer? We’re hiring.";

Expand All @@ -99,15 +105,15 @@
/* User Authenticated */
"Authenticated" = "Authenticated";

/* Engine URL Message */
"Authentication Endpoints" = "Authentication Endpoints";

/* The Simplenote blog */
"Blog" = "Blog";

/* Terms of Service Legend *PREFIX*: printed in dark color */
"By creating an account you agree to our" = "By creating an account you agree to our";

/* Delete account confirmation alert message */
"By deleting your account, all notes created with this account will be permanently deleted. This action is not reversible" = "By deleting your account, all notes created with this account will be permanently deleted. This action is not reversible";

/* Cancel Action
Cancel action button
Cancel button title
Expand All @@ -132,6 +138,9 @@
/* Number of characters in the note */
"Characters" = "Characters";

/* Title for delete account succes alert */
"Check Your Email" = "Check Your Email";

/* Title on the PinLock screen asking to create a passcode */
"Choose a 4 digit passcode" = "Choose a 4 digit passcode";

Expand Down Expand Up @@ -224,6 +233,10 @@
/* PinLock screen \"delete\" button */
"Delete" = "Delete";

/* Delete account title and action
Display Delete Account Alert */
"Delete Account" = "Delete Account";

/* Delete a note from trash */
"Delete Note" = "Delete Note";

Expand Down Expand Up @@ -294,7 +307,8 @@
/* Title on the PinLock screen asking to enter a passcode */
"Enter your passcode" = "Enter your passcode";

/* Error Title */
/* Deletion Error Title
Error Title */
"Error" = "Error";

/* Offer to enable Face ID support if available and passcode is on. */
Expand Down Expand Up @@ -454,6 +468,9 @@
Dismisses an AlertController */
"OK" = "OK";

/* Confirm alert message */
"Ok" = "Ok";

/* No comment provided by engineer. */
"On" = "On";

Expand Down Expand Up @@ -551,6 +568,9 @@
/* Rename a tag */
"Rename" = "Rename";

/* Title for account deletion confirm button */
"Request Account Deletion" = "Request Account Deletion";

/* Resend email button -> Verify your email screen */
"Resend Email" = "Resend Email";

Expand Down Expand Up @@ -681,6 +701,9 @@
/* Error when address is in use */
"The email you've entered is already associated with a Simplenote account." = "The email you've entered is already associated with a Simplenote account.";

/* Error when the network is inaccessible */
"The network could not be reached." = "The network could not be reached.";

/* Onboarding Header Text */
"The simplest way to keep notes." = "The simplest way to keep notes.";

Expand Down Expand Up @@ -796,9 +819,6 @@
/* Message shown in note list when no notes are in the trash */
"Your trash is empty" = "Your trash is empty";

/* Warning Title */
"⚠️ Important" = "⚠️ Important";

/* Indicates that Extended Debugging has been enabled */
"🐞 Debug Enabled 🐞" = "🐞 Debug Enabled 🐞";

0 comments on commit 30b6041

Please sign in to comment.