From 2bb9cbe2206d7f4b76571c33e533abde53f4926e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Aug 2017 11:29:31 -0400 Subject: [PATCH] i18n: automatic bump Change-Id: I6157af332da98f036031decd42c933d2d588dc99 --- ui/ca.lproj/Accounts.strings | 2 +- ui/ca.lproj/BackupAccountWindow.strings | 2 +- ui/ca.lproj/CurrentCall.strings | 2 +- ui/ca.lproj/ExportPasswordWindow.strings | 2 +- ui/ca.lproj/Localizable.strings | 8 ++--- ui/ca.lproj/MainMenu.strings | 4 +-- ui/ca.lproj/RegisterNameWindow.strings | 4 +-- ui/ca.lproj/RingWizardChoose.strings | 2 +- ui/ca.lproj/RingWizardLinkAccount.strings | 34 ++++++++++++------ ui/ca.lproj/RingWizardNewAccount.strings | 42 +++++++++++++++++++++++ ui/de_DE.lproj/MainMenu.strings | 14 ++++---- ui/he.lproj/Accounts.strings | 2 +- ui/he.lproj/Localizable.strings | 4 +-- ui/it.lproj/Accounts.strings | 2 +- ui/it.lproj/Localizable.strings | 2 +- ui/it.lproj/MainMenu.strings | 4 +-- ui/pt_BR.lproj/Localizable.strings | 8 ++--- 17 files changed, 96 insertions(+), 42 deletions(-) create mode 100644 ui/ca.lproj/RingWizardNewAccount.strings diff --git a/ui/ca.lproj/Accounts.strings b/ui/ca.lproj/Accounts.strings index d0f458cd..c3a87f9e 100644 --- a/ui/ca.lproj/Accounts.strings +++ b/ui/ca.lproj/Accounts.strings @@ -15,7 +15,7 @@ "ZDh-Jh-hfW.placeholderString" = "Nom"; /* Class = "NSTabViewItem"; label = "Devices"; ObjectID = "cT1-A5-rbj"; */ -"cT1-A5-rbj.label" = "Devices"; +"cT1-A5-rbj.label" = "Dispositius"; /* Class = "NSTextFieldCell"; placeholderString = "Status"; ObjectID = "eEz-Lm-SOj"; */ "eEz-Lm-SOj.placeholderString" = "Estat"; diff --git a/ui/ca.lproj/BackupAccountWindow.strings b/ui/ca.lproj/BackupAccountWindow.strings index 2e37977e..c9b9a1f3 100644 --- a/ui/ca.lproj/BackupAccountWindow.strings +++ b/ui/ca.lproj/BackupAccountWindow.strings @@ -27,7 +27,7 @@ "VN1-A3-RIh.title" = "OK"; /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "cSU-aD-OwX"; */ -"cSU-aD-OwX.title" = "Cancel"; +"cSU-aD-OwX.title" = "Cancel·la"; /* Class = "CocoaBindingsConnection"; ibShadowedIsNilPlaceholder = "Password..."; ObjectID = "ccf-Bx-Qq8"; */ "ccf-Bx-Qq8.ibShadowedIsNilPlaceholder" = "Password..."; diff --git a/ui/ca.lproj/CurrentCall.strings b/ui/ca.lproj/CurrentCall.strings index 62434f27..0e892412 100644 --- a/ui/ca.lproj/CurrentCall.strings +++ b/ui/ca.lproj/CurrentCall.strings @@ -30,7 +30,7 @@ "LVS-yZ-98V.ibShadowedToolTip" = "Mute Video"; /* Class = "NSTextFieldCell"; title = "Cancel"; ObjectID = "TlL-HO-5Ey"; */ -"TlL-HO-5Ey.title" = "Cancel"; +"TlL-HO-5Ey.title" = "Cancel·la"; /* Class = "NSButton"; ibShadowedToolTip = "Record"; ObjectID = "VVL-A4-r7n"; */ "VVL-A4-r7n.ibShadowedToolTip" = "Grava"; diff --git a/ui/ca.lproj/ExportPasswordWindow.strings b/ui/ca.lproj/ExportPasswordWindow.strings index 2f8b94ab..ef3df093 100644 --- a/ui/ca.lproj/ExportPasswordWindow.strings +++ b/ui/ca.lproj/ExportPasswordWindow.strings @@ -21,7 +21,7 @@ "VN1-A3-RIh.title" = "OK"; /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "cSU-aD-OwX"; */ -"cSU-aD-OwX.title" = "Cancel"; +"cSU-aD-OwX.title" = "Cancel·la"; /* Class = "NSButtonCell"; title = "OK"; ObjectID = "dfD-AK-f3R"; */ "dfD-AK-f3R.title" = "OK"; diff --git a/ui/ca.lproj/Localizable.strings b/ui/ca.lproj/Localizable.strings index 2c02323b..cc33a7cd 100644 --- a/ui/ca.lproj/Localizable.strings +++ b/ui/ca.lproj/Localizable.strings @@ -59,7 +59,7 @@ "Failed to migrate your account. You can retry by pressing Ok or delete your account." = "Failed to migrate your account. You can retry by pressing Ok or delete your account."; /* Text shown to user when an error occur at registration */ -"Failed to perform lookup" = "Failed to perform lookup"; +"Failed to perform lookup" = "No s'ha pogut realitzar la cerca"; /* Incoming call from {Name} */ "Incoming call from %@" = "Incoming call from %@"; @@ -83,7 +83,7 @@ "Password is too short" = "Password is too short"; /* Indication for user */ -"Passwords don't match" = "Passwords don't match"; +"Passwords don't match" = "No coincideixen les contrasenyes"; /* Button label */ "Pause" = "Pause"; @@ -116,13 +116,13 @@ "Text Actions" = "Text Actions"; /* Text shown to user when his username is available to be registered */ -"The entered username is available" = "The entered username is available"; +"The entered username is available" = "El nom d'usuari introduït està disponible"; /* Text shown to user when his username is invalid to be registered */ "The entered username is invalid. It must have at least 3 characters and contain only lowercase alphanumeric characters." = "The entered username is invalid. It must have at least 3 characters and contain only lowercase alphanumeric characters."; /* Text shown to user when his username is already registered */ -"The entered username is not available" = "The entered username is not available"; +"The entered username is not available" = "El nom d'usuari introduït no està disponible"; /* Text shown to the user */ "The following account needs to be migrated to the new Ring account format:" = "The following account needs to be migrated to the new Ring account format:"; diff --git a/ui/ca.lproj/MainMenu.strings b/ui/ca.lproj/MainMenu.strings index 108e6505..cde51c0f 100644 --- a/ui/ca.lproj/MainMenu.strings +++ b/ui/ca.lproj/MainMenu.strings @@ -198,10 +198,10 @@ "593.title" = "Check for Update..."; /* Class = "NSMenuItem"; title = "Show"; ObjectID = "12w-Fz-Scs"; */ -"12w-Fz-Scs.title" = "Show"; +"12w-Fz-Scs.title" = "Mostra"; /* Class = "NSMenu"; title = "Show"; ObjectID = "1fJ-em-1ww"; */ -"1fJ-em-1ww.title" = "Show"; +"1fJ-em-1ww.title" = "Mostra"; /* Class = "NSMenuItem"; title = "Show recent"; ObjectID = "GTY-d8-NBf"; */ "GTY-d8-NBf.title" = "Show recent"; diff --git a/ui/ca.lproj/RegisterNameWindow.strings b/ui/ca.lproj/RegisterNameWindow.strings index 846833e4..a1214c58 100644 --- a/ui/ca.lproj/RegisterNameWindow.strings +++ b/ui/ca.lproj/RegisterNameWindow.strings @@ -21,10 +21,10 @@ "bdC-Uc-Qhs.placeholderString" = "Username..."; /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "cbA-c2-LlV"; */ -"cbA-c2-LlV.title" = "Cancel"; +"cbA-c2-LlV.title" = "Cancel·la"; /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "eoS-s7-b3w"; */ -"eoS-s7-b3w.title" = "Cancel"; +"eoS-s7-b3w.title" = "Cancel·la"; /* Class = "NSButtonCell"; title = "Ok"; ObjectID = "fOn-FV-2x8"; */ "fOn-FV-2x8.title" = "Ok"; diff --git a/ui/ca.lproj/RingWizardChoose.strings b/ui/ca.lproj/RingWizardChoose.strings index 83eab67f..abdda31b 100644 --- a/ui/ca.lproj/RingWizardChoose.strings +++ b/ui/ca.lproj/RingWizardChoose.strings @@ -1,6 +1,6 @@ /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "YJ3-7G-cU1"; */ -"YJ3-7G-cU1.title" = "Cancel"; +"YJ3-7G-cU1.title" = "Cancel·la"; /* Class = "NSButtonCell"; title = "Link this device to an account"; ObjectID = "Z9K-mD-ucr"; */ "Z9K-mD-ucr.title" = "Link this device to an account"; diff --git a/ui/ca.lproj/RingWizardLinkAccount.strings b/ui/ca.lproj/RingWizardLinkAccount.strings index f188dac2..78fa612e 100644 --- a/ui/ca.lproj/RingWizardLinkAccount.strings +++ b/ui/ca.lproj/RingWizardLinkAccount.strings @@ -1,27 +1,39 @@ -/* Class = "NSTextFieldCell"; title = "Enter your pin"; ObjectID = "3ik-rY-Gig"; */ -"3ik-rY-Gig.title" = "Enter your pin"; +/* Class = "NSTextFieldCell"; title = "Follow the process on the device.
The PIN is only valid for 10 minutes."; ObjectID = "2n6-m3-fbj"; */ +"2n6-m3-fbj.title" = "Follow the process on the device.
The PIN is only valid for 10 minutes."; + +/* Class = "NSTextFieldCell"; title = "Enter your PIN"; ObjectID = "3ik-rY-Gig"; */ +"3ik-rY-Gig.title" = "Enter your PIN"; /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "4ev-TK-8Yt"; */ -"4ev-TK-8Yt.title" = "Cancel"; +"4ev-TK-8Yt.title" = "Cancel·la"; + +/* Class = "NSTextFieldCell"; title = "Go to the account management setting of the device, choose the Ring account to use and select \"Link another device to this account\". 
"; ObjectID = "4me-D9-6GK"; */ +"4me-D9-6GK.title" = "Go to the account management setting of the device, choose the Ring account to use and select \"Link another device to this account\". 
"; -/* Class = "NSButtonCell"; title = "Next"; ObjectID = "8b8-bt-eAj"; */ -"8b8-bt-eAj.title" = "Següent"; +/* Class = "NSButtonCell"; title = "Link"; ObjectID = "8b8-bt-eAj"; */ +"8b8-bt-eAj.title" = "Link"; /* Class = "NSTextFieldCell"; title = "An error occured, please check your password and pin."; ObjectID = "DyG-SJ-U1Q"; */ "DyG-SJ-U1Q.title" = "An error occured, please check your password and pin."; +/* Class = "NSTextFieldCell"; title = "2. Generate a PIN code"; ObjectID = "GfW-ah-8U1"; */ +"GfW-ah-8U1.title" = "2. Generate a PIN code"; + +/* Class = "NSTextFieldCell"; title = "1. Grab a device with the account you want to use"; ObjectID = "HcT-yD-KVo"; */ +"HcT-yD-KVo.title" = "1. Grab a device with the account you want to use"; + /* Class = "NSTextFieldCell"; title = "Just a moment..."; ObjectID = "M4C-GY-B6t"; */ "M4C-GY-B6t.title" = "Just a moment..."; +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "Pcj-BY-tou"; */ +"Pcj-BY-tou.title" = "Cancel·la"; + /* Class = "NSTextFieldCell"; title = "Enter your Ring account password"; ObjectID = "U2K-fu-INc"; */ "U2K-fu-INc.title" = "Enter your Ring account password"; -/* Class = "NSTextFieldCell"; title = "To link this device to another account, you first need to obtain a pin code. 
To generate the pin code, go to the account management setting of a previous device, choose the Ring Account to use and select \"Link another device to this account\". 
You will get the necessary pin to complete this form.
The Pin is only valid for 10 minutes."; ObjectID = "dJ0-Rk-Rqr"; */ -"dJ0-Rk-Rqr.title" = "To link this device to another account, you first need to obtain a pin code. 
To generate the pin code, go to the account management setting of a previous device, choose the Ring Account to use and select \"Link another device to this account\". 
You will get the necessary pin to complete this form.
The Pin is only valid for 10 minutes."; +/* Class = "NSButtonCell"; title = "I'm ready"; ObjectID = "XN4-uc-BSt"; */ +"XN4-uc-BSt.title" = "I'm ready"; /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "t12-O0-kcf"; */ -"t12-O0-kcf.title" = "Cancel"; - -/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "uhy-DE-TKw"; */ -"uhy-DE-TKw.title" = "Cancel"; +"t12-O0-kcf.title" = "Cancel·la"; diff --git a/ui/ca.lproj/RingWizardNewAccount.strings b/ui/ca.lproj/RingWizardNewAccount.strings new file mode 100644 index 00000000..a02d9da8 --- /dev/null +++ b/ui/ca.lproj/RingWizardNewAccount.strings @@ -0,0 +1,42 @@ + +/* Class = "NSTextFieldCell"; title = "By checking this, you will register a unique username on Ring network. People can use it to contact you instead of using your RingID which is 40 characters long."; ObjectID = "0qE-Sz-hdc"; */ +"0qE-Sz-hdc.title" = "By checking this, you will register a unique username on Ring network. People can use it to contact you instead of using your RingID which is 40 characters long."; + +/* Class = "NSTextFieldCell"; placeholderString = "Mandatory*"; ObjectID = "1TO-Ov-S8j"; */ +"1TO-Ov-S8j.placeholderString" = "Mandatory*"; + +/* Class = "NSButtonCell"; title = "Register public username (experimental)"; ObjectID = "AG5-GR-bii"; */ +"AG5-GR-bii.title" = "Register public username (experimental)"; + +/* Class = "NSTextFieldCell"; title = "Choose your password"; ObjectID = "B6x-jj-48R"; */ +"B6x-jj-48R.title" = "Choose your password"; + +/* Class = "NSTextFieldCell"; placeholderString = "Mandatory*"; ObjectID = "BCg-5V-Ek4"; */ +"BCg-5V-Ek4.placeholderString" = "Mandatory*"; + +/* Class = "NSTextFieldCell"; title = "Just a moment..."; ObjectID = "YIN-YL-JBs"; */ +"YIN-YL-JBs.title" = "Just a moment..."; + +/* Class = "NSTextFieldCell"; title = "Repeat your password"; ObjectID = "fEY-eO-HwI"; */ +"fEY-eO-HwI.title" = "Repeat your password"; + +/* Class = "NSTextFieldCell"; placeholderString = "'Unknown' if empty..."; ObjectID = "gEy-ak-Cgq"; */ +"gEy-ak-Cgq.placeholderString" = "'Unknown' if empty..."; + +/* Class = "NSTextFieldCell"; title = "Create your profile"; ObjectID = "gki-BR-jc3"; */ +"gki-BR-jc3.title" = "Create your profile"; + +/* Class = "NSTextFieldCell"; title = "Create your account"; ObjectID = "qQl-Xn-c88"; */ +"qQl-Xn-c88.title" = "Create your account"; + +/* Class = "NSTextFieldCell"; title = "Enter your full name"; ObjectID = "tzf-88-Yn5"; */ +"tzf-88-Yn5.title" = "Enter your full name"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "v7f-52-GJA"; */ +"v7f-52-GJA.title" = "Cancel·la"; + +/* Class = "NSTextFieldCell"; title = "Your password must be at least 6 characters. It will be used to encrypt your account data and to link new devices to your account."; ObjectID = "zUH-kc-cik"; */ +"zUH-kc-cik.title" = "Your password must be at least 6 characters. It will be used to encrypt your account data and to link new devices to your account."; + +/* Class = "NSButtonCell"; title = "Create"; ObjectID = "zfA-n9-V4X"; */ +"zfA-n9-V4X.title" = "Create"; diff --git a/ui/de_DE.lproj/MainMenu.strings b/ui/de_DE.lproj/MainMenu.strings index 4dff753d..393a9456 100644 --- a/ui/de_DE.lproj/MainMenu.strings +++ b/ui/de_DE.lproj/MainMenu.strings @@ -36,7 +36,7 @@ "134.title" = "Hide Ring"; /* Class = "NSMenuItem"; title = "Quit Ring"; ObjectID = "136"; */ -"136.title" = "Quit Ring"; +"136.title" = "Ring beenden"; /* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "145"; */ "145.title" = "Andere ausblenden"; @@ -57,7 +57,7 @@ "198.title" = "Select All"; /* Class = "NSMenuItem"; title = "Cut"; ObjectID = "199"; */ -"199.title" = "Cut"; +"199.title" = "Ausschneiden"; /* Class = "NSMenu"; title = "Spelling and Grammar"; ObjectID = "200"; */ "200.title" = "Spelling and Grammar"; @@ -69,16 +69,16 @@ "202.title" = "Löschen"; /* Class = "NSMenuItem"; title = "Paste"; ObjectID = "203"; */ -"203.title" = "Paste"; +"203.title" = "Einfügen"; /* Class = "NSMenuItem"; title = "Show Spelling and Grammar"; ObjectID = "204"; */ "204.title" = "Show Spelling and Grammar"; /* Class = "NSMenu"; title = "Edit"; ObjectID = "205"; */ -"205.title" = "Edit"; +"205.title" = "Bearbeiten"; /* Class = "NSMenuItem"; title = "Undo"; ObjectID = "207"; */ -"207.title" = "Undo"; +"207.title" = "Rückgängig"; /* Class = "NSMenuItem"; title = "Find Next"; ObjectID = "208"; */ "208.title" = "Find Next"; @@ -99,13 +99,13 @@ "213.title" = "Find Previous"; /* Class = "NSMenuItem"; title = "Redo"; ObjectID = "215"; */ -"215.title" = "Redo"; +"215.title" = "Wiederholen"; /* Class = "NSMenuItem"; title = "Spelling and Grammar"; ObjectID = "216"; */ "216.title" = "Spelling and Grammar"; /* Class = "NSMenuItem"; title = "Edit"; ObjectID = "217"; */ -"217.title" = "Edit"; +"217.title" = "Bearbeiten"; /* Class = "NSMenuItem"; title = "Find"; ObjectID = "218"; */ "218.title" = "Find"; diff --git a/ui/he.lproj/Accounts.strings b/ui/he.lproj/Accounts.strings index 4f499a14..397f9a5b 100644 --- a/ui/he.lproj/Accounts.strings +++ b/ui/he.lproj/Accounts.strings @@ -15,7 +15,7 @@ "ZDh-Jh-hfW.placeholderString" = "שם"; /* Class = "NSTabViewItem"; label = "Devices"; ObjectID = "cT1-A5-rbj"; */ -"cT1-A5-rbj.label" = "Devices"; +"cT1-A5-rbj.label" = "התקנים"; /* Class = "NSTextFieldCell"; placeholderString = "Status"; ObjectID = "eEz-Lm-SOj"; */ "eEz-Lm-SOj.placeholderString" = "מצב"; diff --git a/ui/he.lproj/Localizable.strings b/ui/he.lproj/Localizable.strings index c7c37236..8dc72411 100644 --- a/ui/he.lproj/Localizable.strings +++ b/ui/he.lproj/Localizable.strings @@ -83,7 +83,7 @@ "Password is too short" = "Password is too short"; /* Indication for user */ -"Passwords don't match" = "Passwords don't match"; +"Passwords don't match" = "סיסמאות לא תואמות"; /* Button label */ "Pause" = "Pause"; @@ -140,7 +140,7 @@ "To proceed with the migration, you must choose a password for your account. This password will be used to encrypt your master key. It will be required for adding new devices to your Ring account. If you are not ready to choose a password, you may close Ring and resume the migration later." = "To proceed with the migration, you must choose a password for your account. This password will be used to encrypt your master key. It will be required for adding new devices to your Ring account. If you are not ready to choose a password, you may close Ring and resume the migration later."; /* Name used when user leave field empty */ -"Unknown" = "Unknown"; +"Unknown" = "לא מוכר"; /* Error shown to user */ "You have to migrate your account before exporting" = "You have to migrate your account before exporting"; diff --git a/ui/it.lproj/Accounts.strings b/ui/it.lproj/Accounts.strings index 6449b3d9..5b8b2330 100644 --- a/ui/it.lproj/Accounts.strings +++ b/ui/it.lproj/Accounts.strings @@ -15,7 +15,7 @@ "ZDh-Jh-hfW.placeholderString" = "Nome"; /* Class = "NSTabViewItem"; label = "Devices"; ObjectID = "cT1-A5-rbj"; */ -"cT1-A5-rbj.label" = "Devices"; +"cT1-A5-rbj.label" = "Dispositivi"; /* Class = "NSTextFieldCell"; placeholderString = "Status"; ObjectID = "eEz-Lm-SOj"; */ "eEz-Lm-SOj.placeholderString" = "Status"; diff --git a/ui/it.lproj/Localizable.strings b/ui/it.lproj/Localizable.strings index 148b858b..a6397c3c 100644 --- a/ui/it.lproj/Localizable.strings +++ b/ui/it.lproj/Localizable.strings @@ -83,7 +83,7 @@ "Password is too short" = "Password is too short"; /* Indication for user */ -"Passwords don't match" = "Passwords don't match"; +"Passwords don't match" = "Le password no corrispondono "; /* Button label */ "Pause" = "Pause"; diff --git a/ui/it.lproj/MainMenu.strings b/ui/it.lproj/MainMenu.strings index 371a4b6d..8b260833 100644 --- a/ui/it.lproj/MainMenu.strings +++ b/ui/it.lproj/MainMenu.strings @@ -198,10 +198,10 @@ "593.title" = "Check for Update..."; /* Class = "NSMenuItem"; title = "Show"; ObjectID = "12w-Fz-Scs"; */ -"12w-Fz-Scs.title" = "Show"; +"12w-Fz-Scs.title" = "Mostra"; /* Class = "NSMenu"; title = "Show"; ObjectID = "1fJ-em-1ww"; */ -"1fJ-em-1ww.title" = "Show"; +"1fJ-em-1ww.title" = "Mostra"; /* Class = "NSMenuItem"; title = "Show recent"; ObjectID = "GTY-d8-NBf"; */ "GTY-d8-NBf.title" = "Show recent"; diff --git a/ui/pt_BR.lproj/Localizable.strings b/ui/pt_BR.lproj/Localizable.strings index 986f1e7f..079c313f 100644 --- a/ui/pt_BR.lproj/Localizable.strings +++ b/ui/pt_BR.lproj/Localizable.strings @@ -149,15 +149,15 @@ "Delete contact" = "Deletar contato"; /* Contextual menu alert title */ -"Could not delete MAC contact" = "Could not delete MAC contact"; +"Could not delete MAC contact" = "Não foi possível deletar contato MAC"; /* Contextual menu alert remove contact */ -"To delete go to MAC Contacts App" = "To delete go to MAC Contacts App"; +"To delete go to MAC Contacts App" = "Para deletar vá no aplicativo de contatos do MAC"; /* Contextual menu alert title */ -"Contact will be deleted" = "Contact will be deleted"; +"Contact will be deleted" = "O contato será deletado"; /* Contextual menu alert remove contact {Name} */ -"Are you sure you want to delete contact \"%@\"" = "Are you sure you want to delete contact \"%@\""; +"Are you sure you want to delete contact \"%@\"" = "Tem certeza que deseja deletar o contato \"%@\""; -- GitLab