From 421da1d95bdb7a77d79ba5a59b3ec3256359f190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Freyd?= Date: Fri, 17 Aug 2018 17:54:04 -0400 Subject: [PATCH] chore: update i18n and bump version 2.6.0 (#1711) --- CHANGELOG | 9 +- config/lang-detector.php | 1 + config/monica.php | 2 +- public/js/langs/cs.json | 2 +- public/js/langs/de.json | 2 +- public/js/langs/es.json | 2 +- public/js/langs/fr.json | 2 +- public/js/langs/he.json | 2 +- public/js/langs/it.json | 2 +- public/js/langs/nl.json | 2 +- public/js/langs/pt.json | 2 +- public/js/langs/ru.json | 2 +- public/js/langs/tr.json | 1 + public/js/langs/vendor.json | 2 +- public/js/langs/zh.json | 2 +- resources/lang/cs/app.php | 1 + resources/lang/cs/format.php | 1 + resources/lang/cs/people.php | 11 +- resources/lang/cs/settings.php | 2 + resources/lang/de/app.php | 3 +- resources/lang/de/dashboard.php | 2 +- resources/lang/de/format.php | 1 + resources/lang/de/people.php | 19 +- resources/lang/de/settings.php | 16 +- resources/lang/es/app.php | 1 + resources/lang/es/format.php | 1 + resources/lang/es/people.php | 11 +- resources/lang/es/settings.php | 2 + resources/lang/fr/app.php | 3 +- resources/lang/fr/format.php | 1 + resources/lang/fr/people.php | 13 +- resources/lang/fr/settings.php | 2 + resources/lang/he/app.php | 1 + resources/lang/he/format.php | 1 + resources/lang/he/people.php | 11 +- resources/lang/he/settings.php | 2 + resources/lang/it/app.php | 1 + resources/lang/it/format.php | 1 + resources/lang/it/people.php | 11 +- resources/lang/it/settings.php | 2 + resources/lang/nl/app.php | 9 +- resources/lang/nl/format.php | 1 + resources/lang/nl/people.php | 15 +- resources/lang/nl/settings.php | 2 + resources/lang/pt/app.php | 1 + resources/lang/pt/format.php | 1 + resources/lang/pt/people.php | 11 +- resources/lang/pt/settings.php | 2 + resources/lang/ru/app.php | 1 + resources/lang/ru/format.php | 1 + resources/lang/ru/people.php | 11 +- resources/lang/ru/settings.php | 2 + resources/lang/tr/app.php | 230 ++++++++++++ resources/lang/tr/auth.php | 72 ++++ resources/lang/tr/changelog.php | 6 + resources/lang/tr/dashboard.php | 27 ++ resources/lang/tr/format.php | 28 ++ resources/lang/tr/journal.php | 20 + resources/lang/tr/mail.php | 25 ++ resources/lang/tr/pagination.php | 19 + resources/lang/tr/passwords.php | 24 ++ resources/lang/tr/people.php | 353 ++++++++++++++++++ resources/lang/tr/reminder.php | 11 + resources/lang/tr/settings.php | 332 ++++++++++++++++ resources/lang/tr/validation.php | 122 ++++++ .../vendor/confirmation/tr/confirmation.php | 10 + .../vendor/confirmation/zh/confirmation.php | 12 +- resources/lang/zh/app.php | 297 +++++++-------- resources/lang/zh/auth.php | 94 ++--- resources/lang/zh/changelog.php | 4 +- resources/lang/zh/dashboard.php | 18 +- resources/lang/zh/format.php | 7 +- resources/lang/zh/journal.php | 6 +- resources/lang/zh/mail.php | 20 +- resources/lang/zh/passwords.php | 2 +- resources/lang/zh/people.php | 197 +++++----- resources/lang/zh/reminder.php | 8 +- resources/lang/zh/settings.php | 268 ++++++------- resources/lang/zh/validation.php | 26 +- 79 files changed, 1933 insertions(+), 517 deletions(-) create mode 100644 public/js/langs/tr.json create mode 100644 resources/lang/tr/app.php create mode 100644 resources/lang/tr/auth.php create mode 100644 resources/lang/tr/changelog.php create mode 100644 resources/lang/tr/dashboard.php create mode 100644 resources/lang/tr/format.php create mode 100644 resources/lang/tr/journal.php create mode 100644 resources/lang/tr/mail.php create mode 100644 resources/lang/tr/pagination.php create mode 100644 resources/lang/tr/passwords.php create mode 100644 resources/lang/tr/people.php create mode 100644 resources/lang/tr/reminder.php create mode 100644 resources/lang/tr/settings.php create mode 100644 resources/lang/tr/validation.php create mode 100644 resources/lang/vendor/confirmation/tr/confirmation.php diff --git a/CHANGELOG b/CHANGELOG index 58af3869135..1f1e23acfa6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,12 @@ UNRELEASED CHANGES: +* + +RELEASED VERSIONS: + +v2.6.0 - 2018-08-17 +------------------- + * Add ability to set a contact as favorite * Add ability to search for a contact in the dropdown when creating a relationship * Add activity reports page, which shows useful statistics about activities with a specific contact @@ -13,8 +20,6 @@ UNRELEASED CHANGES: * Get first existing gravatar if contact has multiple emails * Display the date and time of the next reminder sent in settings page -RELEASED VERSIONS: - v2.5.0 - 2018-08-08 ------------------- diff --git a/config/lang-detector.php b/config/lang-detector.php index 07c3f7ba80f..609e437fced 100644 --- a/config/lang-detector.php +++ b/config/lang-detector.php @@ -37,6 +37,7 @@ 'nl', 'pt', 'ru', + 'tr', 'zh', ]) ), diff --git a/config/monica.php b/config/monica.php index 177e2cf66f2..ca13263ccda 100644 --- a/config/monica.php +++ b/config/monica.php @@ -158,5 +158,5 @@ | bad things will happen. | */ - 'app_version' => '2.5.0', + 'app_version' => '2.6.0', ]; diff --git a/public/js/langs/cs.json b/public/js/langs/cs.json index 0930177f219..eedacc33ae3 100644 --- a/public/js/langs/cs.json +++ b/public/js/langs/cs.json @@ -1 +1 @@ -{"app":{"add":"P\u0159idat","application_description":"Monica is a tool to manage your interactions with your loved ones, friends and family.","application_og_title":"Have better relations with your loved ones. Free Online CRM for friends and family.","application_title":"Monica \u2013 personal relationship manager","breadcrumb_add_note":"P\u0159idat pozn\u00e1mku","breadcrumb_add_significant_other":"P\u0159idat drahou polovi\u010dku","breadcrumb_api":"API","breadcrumb_dashboard":"Dashboard","breadcrumb_edit_introductions":"How did you meet","breadcrumb_edit_note":"Upravit pozn\u00e1mku","breadcrumb_edit_significant_other":"Upravit drahou polovi\u010dku","breadcrumb_journal":"Den\u00edk","breadcrumb_list_contacts":"Seznam kontakt\u016f","breadcrumb_settings":"Nastaven\u00ed","breadcrumb_settings_export":"Export","breadcrumb_settings_import":"Import","breadcrumb_settings_import_report":"Importovat report","breadcrumb_settings_import_upload":"Nahr\u00e1t","breadcrumb_settings_personalization":"Personalization","breadcrumb_settings_security":"Security","breadcrumb_settings_security_2fa":"Two Factor Authentication","breadcrumb_settings_subscriptions":"Odb\u011bry","breadcrumb_settings_tags":"Tagy","breadcrumb_settings_users":"U\u017eivatel\u00e9","breadcrumb_settings_users_add":"P\u0159idat u\u017eivatele","cancel":"Zru\u0161it","close":"Zav\u0159\u00edt","compliance_desc":"We have changed our Terms of Use<\/a> and Privacy Policy<\/a>. By law we have to ask you to review them and accept them so you can continue to use your account.","compliance_desc_end":"We don\u2019t do anything nasty with your data or account and will never do.","compliance_terms":"Accept new terms and privacy policy","compliance_title":"Sorry for the interruption.","create":"Create","days":"day|days","default_save_success":"The data has been saved.","delete":"Smazat","done":"Hotovo","edit":"Upravit","error_save":"We had an error trying to save the data.","error_title":"Whoops! Something went wrong.","error_unauthorized":"You don\u2019t have the right to edit this resource.","footer_modal_version_release_away":"Jste jedno vyd\u00e1n\u00ed pozadu za nejnov\u011bj\u0161\u00ed dostupnou verz\u00ed. M\u011bli byste aktualizovat svou instanci.|Jste :number vyd\u00e1n\u00ed pozadu za nejnov\u011bj\u0161\u00ed dostupnou verz\u00ed. M\u011bli byste aktualizovat svou instanci.","footer_modal_version_whats_new":"Novinky","footer_new_version":"Je dostupn\u00e1 nov\u00e1 verze","footer_newsletter":"Newsletter","footer_privacy":"Podm\u00ednky pou\u017e\u00edv\u00e1n\u00ed","footer_release":"Pozn\u00e1mky k vyd\u00e1n\u00ed","footer_remarks":"Dal\u0161\u00ed pozn\u00e1mky?","footer_send_email":"Poslat email","footer_source_code":"Monica na GitHubu","footer_version":"Verze: :version","for":"pro","gender_female":"\u017dena","gender_male":"Mu\u017e","gender_none":"Nepov\u00edm","header_changelog_link":"Product changes","header_logout_link":"Odhl\u00e1sit","header_settings_link":"Nastaven\u00ed","load_more":"Na\u010d\u00edst dal\u0161\u00ed","loading":"Na\u010d\u00edt\u00e1 se...","main_nav_activities":"Aktivity","main_nav_cta":"P\u0159idat osobu","main_nav_dashboard":"Dashboard","main_nav_family":"Kontakty","main_nav_journal":"Den\u00edk","main_nav_tasks":"\u00dakoly","markdown_description":"Chcete pohodln\u011b form\u00e1tovat text? Podporujeme form\u00e1t markdown pro zna\u010den\u00ed tu\u010dn\u011b, kurzivou, vytv\u00e1\u0159en\u00ed seznamu a dal\u0161\u00ed.","markdown_link":"\u010c\u00edst dokumentaci","new":"new","relationship_type_bestfriend":"best friend","relationship_type_bestfriend_female":"best friend","relationship_type_bestfriend_female_with_name":":name\u2019s best friend","relationship_type_bestfriend_with_name":":name\u2019s best friend","relationship_type_boss":"boss","relationship_type_boss_female":"boss","relationship_type_boss_female_with_name":":name\u2019s boss","relationship_type_boss_with_name":":name\u2019s boss","relationship_type_child":"son","relationship_type_child_female":"daughter","relationship_type_child_female_with_name":":name\u2019s daughter","relationship_type_child_with_name":":name\u2019s son","relationship_type_colleague":"colleague","relationship_type_colleague_female":"colleague","relationship_type_colleague_female_with_name":":name\u2019s colleague","relationship_type_colleague_with_name":":name\u2019s colleague","relationship_type_cousin":"cousin","relationship_type_cousin_female":"cousin","relationship_type_cousin_female_with_name":":name\u2019s cousin","relationship_type_cousin_with_name":":name\u2019s cousin","relationship_type_date":"date","relationship_type_date_female":"date","relationship_type_date_female_with_name":":name\u2019s date","relationship_type_date_with_name":":name\u2019s date","relationship_type_ex":"ex-boyfriend","relationship_type_ex_female":"ex-girlfriend","relationship_type_ex_female_with_name":":name\u2019s ex-girlfriend","relationship_type_ex_husband":"ex husband","relationship_type_ex_husband_female":"ex wife","relationship_type_ex_husband_female_with_name":":name\u2019s ex wife","relationship_type_ex_husband_with_name":":name\u2019s ex husband","relationship_type_ex_with_name":":name\u2019s ex-boyfriend","relationship_type_friend":"friend","relationship_type_friend_female":"friend","relationship_type_friend_female_with_name":":name\u2019s friend","relationship_type_friend_with_name":":name\u2019s friend","relationship_type_godfather":"godfather","relationship_type_godfather_female":"godmother","relationship_type_godfather_female_with_name":":name\u2019s godmother","relationship_type_godfather_with_name":":name\u2019s godfather","relationship_type_godson":"godson","relationship_type_godson_female":"goddaughter","relationship_type_godson_female_with_name":":name\u2019s goddaughter","relationship_type_godson_with_name":":name\u2019s godson","relationship_type_grandchild":"grand child","relationship_type_grandchild_female":"grand child","relationship_type_grandchild_female_with_name":":name\u2019s grand child","relationship_type_grandchild_with_name":":name\u2019s grand child","relationship_type_grandparent":"grand parent","relationship_type_grandparent_female":"grand parent","relationship_type_grandparent_female_with_name":":name\u2019s grand parent","relationship_type_grandparent_with_name":":name\u2019s grand parent","relationship_type_group_family":"Family relationships","relationship_type_group_friend":"Friend relationships","relationship_type_group_love":"Love relationships","relationship_type_group_other":"Other kind of relationships","relationship_type_group_work":"Work relationships","relationship_type_inlovewith":"in love with","relationship_type_inlovewith_female":"in love with","relationship_type_inlovewith_female_with_name":"someone :name is in love with","relationship_type_inlovewith_with_name":"someone :name is in love with","relationship_type_lovedby":"loved by","relationship_type_lovedby_female":"loved by","relationship_type_lovedby_female_with_name":":name\u2019s secret lover","relationship_type_lovedby_with_name":":name\u2019s secret lover","relationship_type_lover":"lover","relationship_type_lover_female":"lover","relationship_type_lover_female_with_name":":name\u2019s lover","relationship_type_lover_with_name":":name\u2019s lover","relationship_type_mentor":"mentor","relationship_type_mentor_female":"mentor","relationship_type_mentor_female_with_name":":name\u2019s mentor","relationship_type_mentor_with_name":":name\u2019s mentor","relationship_type_nephew":"nephew","relationship_type_nephew_female":"niece","relationship_type_nephew_female_with_name":":name\u2019s niece","relationship_type_nephew_with_name":":name\u2019s nephew","relationship_type_parent":"father","relationship_type_parent_female":"mother","relationship_type_parent_female_with_name":":name\u2019s mother","relationship_type_parent_with_name":":name\u2019s father","relationship_type_partner":"significant other","relationship_type_partner_female":"significant other","relationship_type_partner_female_with_name":":name\u2019s significant other","relationship_type_partner_with_name":":name\u2019s significant other","relationship_type_protege":"protege","relationship_type_protege_female":"protege","relationship_type_protege_female_with_name":":name\u2019s protege","relationship_type_protege_with_name":":name\u2019s protege","relationship_type_sibling":"brother","relationship_type_sibling_female":"sister","relationship_type_sibling_female_with_name":":name\u2019s sister","relationship_type_sibling_with_name":":name\u2019s brother","relationship_type_spouse":"spouse","relationship_type_spouse_female":"spouse","relationship_type_spouse_female_with_name":":name\u2019s spouse","relationship_type_spouse_with_name":":name\u2019s spouse","relationship_type_subordinate":"subordinate","relationship_type_subordinate_female":"subordinate","relationship_type_subordinate_female_with_name":":name\u2019s subordinate","relationship_type_subordinate_with_name":":name\u2019s subordinate","relationship_type_uncle":"uncle","relationship_type_uncle_female":"aunt","relationship_type_uncle_female_with_name":":name\u2019s aunt","relationship_type_uncle_with_name":":name\u2019s uncle","remove":"Odstranit","revoke":"Revoke","save":"Ulo\u017eit","unknown":"Nev\u00edm","update":"Aktualizovat","upload":"Nahr\u00e1t","verify":"Ov\u011b\u0159it","with":"s"},"auth":{"2fa_one_time_password":"Two factor authentication code","2fa_otp_help":"Open up your two factor authentication mobile app and copy the code","2fa_recuperation_code":"Enter a two factor recovery code","2fa_title":"Two Factor Authentication","2fa_wrong_validation":"The two factor authentication has failed.","back_homepage":"Zp\u011bt na domovskou str\u00e1nku","button_remember":"Remember Me","confirmation_again":"If you want to change your email address you can click here<\/a>.","create_account":"Create the first account by signing up<\/a>","email":"Email","email_change_current_email":"Current email address:","email_change_new":"New email address","email_change_title":"Change your email address","email_changed":"Your email address has been changed. Check your mailbox to validate it.","failed":"Tyto p\u0159ihla\u0161ovac\u00ed \u00fadaje neodpov\u00eddaj\u00ed ulo\u017een\u00fdm z\u00e1znam\u016fm.","login":"Login","login_again":"Please login again to your account","login_to_account":"Login to your account","mfa_auth_otp":"Authenticate with your two factor device","mfa_auth_u2f":"Authenticate with a U2F device","not_authorized":"Nejste opr\u00e1vn\u011bni prov\u00e9st tuto akci","password":"Password","password_forget":"Forget your password?","password_reset":"Reset your password","password_reset_action":"Reset Password","password_reset_email":"E-Mail Address","password_reset_email_content":"Click here to reset your password:","password_reset_password":"Password","password_reset_password_confirm":"Confirm Password","password_reset_send_link":"Send Password Reset Link","password_reset_title":"Reset Password","register_action":"Register","register_create_account":"You need to create an account to use Monica","register_email":"Enter a valid email address","register_email_example":"you@home","register_firstname":"First name","register_firstname_example":"eg. John","register_invitation_email":"For security purposes, please indicate the email of the person who\u2019ve invited you to join this account. This information is provided in the invitation email.","register_lastname":"Last name","register_lastname_example":"eg. Doe","register_login":"Log in<\/a> if you already have an account.","register_password":"Password","register_password_confirmation":"Password confirmation","register_password_example":"Enter a secure password","register_policy":"Signing up signifies you\u2019ve read and agree to our Privacy Policy<\/a> and Terms of use<\/a>.","register_title_create":"Create your Monica account","register_title_welcome":"Welcome to your newly installed Monica instance","signup":"Sign up","signup_disabled":"Nov\u00e9 registrace jsou aktu\u00e1ln\u011b zastaveny","signup_no_account":"Don\u2019t have an account?","throttle":"P\u0159\u00edli\u0161 mnoho pokus\u016f o p\u0159ihl\u00e1\u0161en\u00ed. Opakujte pokus za :seconds sekund.","u2f_otp_extension":"U2F is supported natively on Chrome, Firefox<\/a> and Opera. On old Firefox versions, install the U2F Support Add-on<\/a>."},"changelog":{"note":"Note: unfortunately, this page is only in English.","title":"Product changes"},"dashboard":{"dashboard_blank_cta":"Add your first contact","dashboard_blank_description":"Monica is the place to organize all the interactions you have with the ones you care about.","dashboard_blank_illustration":"Illustration by Freepik<\/a>","dashboard_blank_title":"Welcome to your account!","debts_you_owe":"You owe","linkedin_profile":"LinkedIn","notes_title":"You don\u2019t have any starred notes yet.","reminders_next_months":"Events in the next 3 months","reminders_none":"No reminder for this month","statistics_activities":"Aktivit","statistics_contacts":"Kontakt\u016f","statistics_gifts":"D\u00e1rk\u016f","tab_calls_blank":"You haven\u2019t logged a call yet.","tab_debts":"Debts","tab_debts_blank":"You haven\u2019t logged any debt yet.","tab_favorite_notes":"Favorite notes","tab_recent_calls":"Recent calls"},"format":{"full_hour":"h.i A","full_month":"F","short_date":"M d","short_date_year":"M d, Y","short_date_year_time":"M d, Y H:i","short_day":"D","short_month":"M","short_month_year":"M Y"},"journal":{"delete_confirmation":"Opravdu chcete smazat tento den\u00edkov\u00fd z\u00e1znam?","entry_delete_success":"Z\u00e1znam den\u00edku byl \u00fasp\u011b\u0161n\u011b smaz\u00e1n.","journal_add":"P\u0159idat den\u00edkov\u00fd z\u00e1znam","journal_add_cta":"Ulo\u017eit","journal_add_date":"Date","journal_add_post":"Z\u00e1pis","journal_add_title":"Title (optional)","journal_blank_cta":"P\u0159idej sv\u016fj prvn\u00ed den\u00edkov\u00fd z\u00e1znam","journal_blank_description":"Den\u00edk umo\u017e\u0148uje zaznamen\u00e1v\u00e1n\u00ed ud\u00e1lost\u00ed kter\u00e9 se staly a uleh\u010duje jejich zapamatov\u00e1n\u00ed.","journal_come_back":"Thanks. Come back tomorrow to rate your day again.","journal_created_automatically":"Created automatically","journal_description":"Note: the journal lists both manual journal entries, and automatic entries like Activities done with your contacts. While you can delete journal entries manually, you\u2019ll have to delete the activity directly on the contact page.","journal_entry_rate":"You rated your day.","journal_entry_type_activity":"Activity","journal_entry_type_journal":"Journal entry","journal_rate":"How was your day? You can rate it once a day."},"mail":{"confirmation_email_button":"Verify email address","confirmation_email_intro":"To validate your email click on the button below","confirmation_email_title":"Monica \u2013 Email verification","footer_contact_info":"P\u0159idat, zobrazit, dodat a zm\u011bnit informace k t\u00e9to osob\u011b:","for":"PRO:","greetings":"Ahoj :username","notification_description":"In :count days (on :date), the following event will happen:","notification_subject_line":"You have an upcoming event","notifications_footer":"If you\u2019re having trouble clicking the \":actionText\" button, copy and paste the URL below into your web browser: [:actionURL](:actionURL)","notifications_hello":"Hello!","notifications_regards":"Regards","notifications_whoops":"Whoops!","stay_in_touch_subject_description":"You asked to be reminded to stay in touch with :name every :frequency days.","stay_in_touch_subject_line":"Stay in touch with :name","subject_line":"P\u0159ipom\u00ednka pro :contact","want_reminded_of":"CHT\u011aLI JSTE B\u00ddT UPOZORN\u011aNI NA"},"pagination":{"next":"Dal\u0161\u00ed »","previous":"« P\u0159edchoz\u00ed"},"passwords":{"changed":"Password changed successfuly.","invalid":"Current password you entered is not correct.","password":"Hesla mus\u00ed obsahovat alespo\u0148 \u0161est znak\u016f a oba z\u00e1pisy se mus\u00ed shodovat.","reset":"Heslo bylo resetov\u00e1no!","sent":"Pokud byl zadan\u00fd email nalezen mezi u\u017eivateli, byl na n\u011bj odesl\u00e1n odkaz na reset hesla.","token":"Toto nen\u00ed platn\u00fd odkaz na reset hesla.","user":"Pokud byl zadan\u00fd email nalezen mezi u\u017eivateli, byl na n\u011bj odesl\u00e1n odkaz na reset hesla."},"people":{"activities_activity":"Activity Category","activities_add_activity":"P\u0159idat aktivitu","activities_add_cta":"Zaznamenat aktivitu","activities_add_date_occured":"Datum, kdy do\u0161lo k aktivit\u011b","activities_add_error":"Error when adding the activity","activities_add_optional_comment":"Voliteln\u00fd koment\u00e1\u0159","activities_add_pick_activity":"(Optional) Would you like to categorize this activity? You don\u2019t have to, but it will give you statistics later on","activities_add_success":"Aktivita byla \u00fasp\u011b\u0161n\u011b p\u0159id\u00e1na","activities_add_title":"Spole\u010dn\u00e1 aktivita s :name?","activities_blank_add_activity":"P\u0159idat aktivitu","activities_blank_title":"Keep track of what you\u2019ve done with :name in the past, and what you\u2019ve talked about","activities_delete_confirmation":"Opravdu chcete smazat tuto aktivitu?","activities_delete_success":"Aktivita byla \u00fasp\u011b\u0161n\u011b smaz\u00e1na","activities_hide_details":"Skr\u00fdt detaily","activities_item_information":":Activity. Stalo se :date","activities_more_details":"V\u00edce detail\u016f","activities_summary":"Popi\u0161te co jste d\u011blali","activities_update_success":"Aktivita byla \u00fasp\u011b\u0161n\u011b aktualizov\u00e1na","activities_who_was_involved":"Kdo byl zapojen?","activity_title":"Aktivity","activity_type_ate_at_his_place":"ate at their place","activity_type_ate_at_home":"j\u00eddlo doma","activity_type_ate_restaurant":"j\u00eddlo v restauraci","activity_type_category_cultural_activities":"Cultural activities","activity_type_category_food":"Food","activity_type_category_simple_activities":"Simple activities","activity_type_category_sport":"Sport","activity_type_did_sport_activities_together":"spole\u010dn\u00fd sport","activity_type_just_hung_out":"spole\u010dn\u00fd \u010das","activity_type_picknicked":"piknik","activity_type_talked_at_home":"promluvili jsme si doma","activity_type_watched_movie_at_home":"sledov\u00e1n\u00ed filmu doma","activity_type_went_bar":"n\u00e1v\u0161t\u011bva baru","activity_type_went_concert":"n\u00e1v\u0161t\u011bva koncertu","activity_type_went_museum":"n\u00e1v\u0161t\u011bva muzea","activity_type_went_play":"n\u00e1v\u0161t\u011bva z\u00e1pasu","activity_type_went_theater":"n\u00e1v\u0161t\u011bva divadla","age_approximate_in_years":"v\u011bk okolo :age","age_exact_birthdate":"narozeniny :date","age_exact_in_years":":age let","birthdate_not_set":"Datum narozen\u00ed nen\u00ed zad\u00e1no","call_blank_desc":"Volali jste :name","call_blank_title":"Udr\u017eujte p\u0159ehled o telefon\u00e1tech uskute\u010dn\u011bn\u00fdch s :name","call_button":"Zaznamenat telefon\u00e1t","call_delete_confirmation":"Opravdu chcete \u00fadaje o telefon\u00e1tu vymazat?","call_delete_success":"\u00dadaje o telefon\u00e1tu byly \u00fasp\u011b\u0161n\u011b smaz\u00e1ny","call_empty_comment":"Bez detail\u016f","call_title":"Telefon\u00e1ty","calls_add_success":"\u00dadaje o telefon\u00e1tu byly ulo\u017eeny.","contact_address_form_city":"City (optional)","contact_address_form_country":"Country (optional)","contact_address_form_name":"Label (optional)","contact_address_form_postal_code":"Postal code (optional)","contact_address_form_province":"Province (optional)","contact_address_form_street":"Street (optional)","contact_address_title":"Addresses","contact_info_address":"Lives in","contact_info_form_contact_type":"Contact type","contact_info_form_content":"Content","contact_info_form_personalize":"Personalize","contact_info_title":"Contact information","debt_add_add_cta":"P\u0159idat dluh","debt_add_amount":"celkem","debt_add_cta":"P\u0159idat dluh","debt_add_reason":"z n\u00e1sleduj\u00edc\u00edho d\u016fvodu (voliteln\u00e9)","debt_add_success":"Dluh byl \u00fasp\u011b\u0161n\u011b p\u0159id\u00e1n","debt_add_they_owe":":name mi dlu\u017e\u00ed","debt_add_title":"Spr\u00e1va dluh\u016f","debt_add_you_owe":"Dlu\u017e\u00edm :name","debt_delete_confirmation":"Opravdu chcete smazat tento dluh?","debt_delete_success":"Dluh byl \u00fasp\u011b\u0161n\u011b smaz\u00e1n","debt_edit_success":"Dluh byl \u00fasp\u011b\u0161n\u011b aktualizov\u00e1n","debt_edit_update_cta":"Aktualizovat dluh","debt_they_owe":":name mi dlu\u017e\u00ed :amount","debt_title":"Dluh\u016f","debt_you_owe":"Dlu\u017e\u00edm :amount","debts_blank_title":"Spravovat dluh pro :name nebo :name dlu\u017e\u00edc\u00ed mn\u011b","deceased_add_reminder":"Add a reminder for this date","deceased_age":"Age at death","deceased_know_date":"I know the date this person died","deceased_label":"Deceased","deceased_label_with_date":"Deceased on :date","deceased_mark_person_deceased":"Mark this person as deceased","deceased_reminder_title":"Anniversary of the death of :name","edit_contact_information":"Upravit informace kontaktu","food_preferencies_add_success":"Informace o obl\u00edben\u00fdch potravin\u00e1ch ulo\u017eeny","food_preferencies_cta":"P\u0159idat up\u0159ednost\u0148ovan\u00e9 potraviny","food_preferencies_edit_cta":"Ulo\u017eit informace o potravin\u00e1ch","food_preferencies_edit_description":"Mo\u017en\u00e1 m\u00e1 :firstname nebo n\u011bkdo z rodiny :family alergii. Nebo nemus\u00ed n\u011bjak\u00e9 specifick\u00e9 v\u00edno. Pozna\u010dte si to zde, abyste si vzpom\u011bli p\u0159ed p\u0159\u00ed\u0161t\u00edm pozv\u00e1n\u00edm na ve\u010de\u0159i","food_preferencies_edit_description_no_last_name":"Mo\u017en\u00e1 m\u00e1 :firstname alergii. Nebo nemus\u00ed n\u011bjak\u00e9 specifick\u00e9 v\u00edno. Pozna\u010dte si to zde, abyste si vzpom\u011bli p\u0159ed p\u0159\u00ed\u0161t\u00edm pozv\u00e1n\u00edm na ve\u010de\u0159i","food_preferencies_edit_title":"Zapsat up\u0159ednost\u0148ovan\u00e9 potraviny","food_preferencies_title":"Up\u0159ednost\u0148ovan\u00e9 potraviny","gifts_add_comment":"Koment\u00e1\u0159 (voliteln\u00e9)","gifts_add_gift":"P\u0159idat d\u00e1rek","gifts_add_gift_already_offered":"D\u00e1rek ji\u017e darov\u00e1n","gifts_add_gift_idea":"N\u00e1pad na d\u00e1rek","gifts_add_gift_received":"Gift received","gifts_add_gift_title":"Co je tento d\u00e1rek za\u010d?","gifts_add_link":"Odkaz na webovou str\u00e1nku (voliteln\u00e9)","gifts_add_someone":"This gift is for someone in :name\u2019s family in particular","gifts_add_success":"D\u00e1rek byl \u00fasp\u011b\u0161n\u011b p\u0159id\u00e1n","gifts_add_title":"Spr\u00e1va d\u00e1rk\u016f pro :name","gifts_add_value":"Hodnota (voliteln\u00e9)","gifts_delete_confirmation":"Opravdu chcete smazat tento d\u00e1rek?","gifts_delete_cta":"Smazat","gifts_delete_success":"D\u00e1rek byl \u00fasp\u011b\u0161n\u011b smaz\u00e1n","gifts_for":"For:","gifts_ideas":"Gift ideas","gifts_link":"Odkaz","gifts_mark_offered":"Mark as offered","gifts_offered":"darov\u00e1no","gifts_offered_as_an_idea":"Mark as an idea","gifts_received":"Gifts received","gifts_title":"Gifts","gifts_update_success":"The gift has been updated successfully","gifts_view_comment":"View comment","information_edit_avatar":"Fotografie\/avatar kontaktu","information_edit_exact":"V\u00edm p\u0159esn\u00e9 datum narozen\u00ed t\u00e9to osoby, kter\u00e9 je","information_edit_firstname":"Jm\u00e9no","information_edit_lastname":"P\u0159\u00edjmen\u00ed (voliteln\u00e9)","information_edit_linkedin":"LinkedIn profil (voliteln\u00e9)","information_edit_max_size":"Max :size Mb.","information_edit_not_year":"I know the day and month of the birthdate of this person, but not the year\u2026","information_edit_probably":"Tato osoba je p\u0159ibli\u017en\u011b","information_edit_success":"Profil byl \u00fasp\u011b\u0161n\u011b aktualizov\u00e1n","information_edit_title":"Upravit osobn\u00ed informace o :name","information_edit_unknown":"Nezn\u00e1m v\u011bk t\u00e9to osoby","information_no_linkedin_defined":"LinkedIn nebyl zad\u00e1n","information_no_work_defined":"\u017d\u00e1dn\u00e9 informace o pr\u00e1ci","information_work_at":"v :company","introductions_add_reminder":"Add a reminder to celebrate this encounter on the anniversary this event happened","introductions_additional_info":"Explain how and where you met","introductions_blank_cta":"Indicate how you met :name","introductions_edit_met_through":"Has someone introduced you to this person?","introductions_first_met_date":"Date you met","introductions_first_met_date_known":"This is the date we met","introductions_met_date":"Met on :date","introductions_met_through":"Met through :name<\/a>","introductions_no_first_met_date":"I don\u2019t know the date we met","introductions_no_met_through":"No one","introductions_reminder_title":"Anniversary of the day you first met","introductions_sidebar_title":"How you met","introductions_title_edit":"How did you meet :name?","introductions_update_success":"You\u2019ve successfully updated the information about how you met this person","last_activity_date":"Posledn\u00ed spole\u010dn\u00e1 aktivita: :date","last_activity_date_empty":"Posledn\u00ed spole\u010dn\u00e1 aktivita: nezn\u00e1mo","last_called":"Posledn\u00ed telefon\u00e1t: :date","last_called_empty":"Posledn\u00ed telefon\u00e1t: nezn\u00e1mo","link_to_list":"Seznam osob","linkedin_profile":"LinkedIn profile","modal_call_change":"Upravit","modal_call_comment":"O \u010dem byla \u0159e\u010d? (voliteln\u00e9)","modal_call_date":"K telefon\u00e1tu do\u0161lo dnes.","modal_call_exact_date":"Telefonovali jsme","modal_call_title":"Zaznamenat telefon\u00e1t","notes_add_cta":"P\u0159idat pozn\u00e1mku","notes_create_success":"Pozn\u00e1mka byla \u00fasp\u011b\u0161n\u011b vytvo\u0159ena","notes_delete_confirmation":"Opravdu chcete smazat tuto pozn\u00e1mku? Smaz\u00e1n\u00ed je trval\u00e9.","notes_delete_success":"Pozn\u00e1mka byla \u00fasp\u011b\u0161n\u011b smaz\u00e1na","notes_delete_title":"Delete a note","notes_favorite":"Add\/remove from favorites","notes_update_success":"Pozn\u00e1mka byla \u00fasp\u011b\u0161n\u011b ulo\u017eena","people_add_birthday_reminder":"Pop\u0159\u00e1t k narozenin\u00e1m :name","people_add_cta":"P\u0159idat tuto osobu","people_add_firstname":"Jm\u00e9no","people_add_gender":"Pohlav\u00ed","people_add_import":"Chcete importovat sv\u00e9 kontakty<\/a>?","people_add_lastname":"P\u0159\u00edjmen\u00ed (voliteln\u00e9)","people_add_middlename":"Prost\u0159edn\u00ed jm\u00e9no (voliteln\u00e9)","people_add_missing":"No Person Found Add New One Now","people_add_nickname":"Nickname (Optional)","people_add_reminder_for_birthday":"Create an annual reminder for the birthday","people_add_success":":name has been successfully created","people_add_title":"P\u0159idat novou osobu","people_delete_click_here":"klikn\u011bte zde","people_delete_confirmation":"Opravdu chcete smazat tento kontakt? Smaz\u00e1n\u00ed je trval\u00e9.","people_delete_message":"Pokud pot\u0159ebujete smazat tento \u00fa\u010det,","people_delete_success":"Kontakt byl smaz\u00e1n","people_edit_email_error":"There is already a contact in your account with this email address. Please choose another one.","people_export":"Export as vCard","people_list_account_upgrade_cta":"Upgrade now","people_list_account_upgrade_title":"Upgrade your account to unlock it to its full potential.","people_list_account_usage":"Your account usage: :current\/:limit contacts","people_list_blank_cta":"N\u011bkoho p\u0159idat","people_list_blank_title":"Zat\u00edm jste do sv\u00e9ho \u00fa\u010dtu nikoho nep\u0159idali","people_list_clear_filter":"Vy\u010distit filtr","people_list_contacts_per_tags":"1 kontakt|:count kontakt\u016f","people_list_filter_tag":"Showing all the contacts tagged with","people_list_filter_untag":"Showing all untagged contacts","people_list_firstnameAZ":"\u0158adit podle jm\u00e9na A \u2192 Z","people_list_firstnameZA":"\u0158adit podle jm\u00e9na Z \u2192 A","people_list_last_updated":"Naposledy konzultov\u00e1no:","people_list_lastactivitydateNewtoOld":"Sort by last activity date newest to oldest","people_list_lastactivitydateOldtoNew":"Sort by last activity date oldest to newest","people_list_lastnameAZ":"\u0158adit podle p\u0159\u00edjmen\u00ed A \u2192 Z","people_list_lastnameZA":"\u0158adit podle p\u0159\u00edjmen\u00ed Z \u2192 A","people_list_number_kids":"1 d\u00edt\u011b|:count d\u011bti","people_list_number_reminders":"1 p\u0159ipom\u00ednka|:count p\u0159ipom\u00ednek","people_list_sort":"\u0158azen\u00ed","people_list_stats":"1 kontakt|:count kontakt\u016f","people_list_untagged":"View untagged contacts","people_save_and_add_another_cta":"Submit and add someone else","people_search":"Prohledat kontakty...","people_search_no_results":"Nebyly nalezeny \u017e\u00e1dn\u00e9 odpov\u00eddaj\u00edc\u00ed kontakty :(","pets_bird":"Bird","pets_cat":"Cat","pets_create_success":"The pet has been sucessfully added","pets_delete_success":"The pet has been deleted","pets_dog":"Dog","pets_fish":"Fish","pets_hamster":"Hamster","pets_horse":"Horse","pets_kind":"Kind of pet","pets_name":"Name (optional)","pets_other":"Other","pets_rabbit":"Rabbit","pets_rat":"Rat","pets_reptile":"Reptile","pets_small_animal":"Small animal","pets_title":"Pets","pets_update_success":"The pet has been updated","relationship_delete_confirmation":"Are you sure you want to delete this relationship? Deletion is permanent.","relationship_form_add":"Add a new relationship","relationship_form_add_choice":"Who is the relationship with?","relationship_form_add_description":"This will let you treat this significant other like any other contact.","relationship_form_add_no_existing_contact":"You don\u2019t have any contacts who can be related to :name at the moment.","relationship_form_add_success":"The relationship has been successfully set.","relationship_form_also_create_contact":"Create a Contact entry for this person.","relationship_form_associate_contact":"An existing contact","relationship_form_associate_dropdown":"Select an existing contact from the dropdown below","relationship_form_create_contact":"Add a new person","relationship_form_deletion_success":"The relationship has been deleted.","relationship_form_edit":"Edit an existing relationship","relationship_form_is_with":"This person is...","relationship_unlink_confirmation":"Are you sure you want to delete this relationship? This person will not be deleted \u2013 only the relationship between the two.","reminder_frequency_day":"every day|every :number days","reminder_frequency_month":"ka\u017ed\u00fd m\u011bs\u00edc|ka\u017ed\u00e9 :number m\u011bs\u00edce","reminder_frequency_one_time":":date","reminder_frequency_week":"ka\u017ed\u00fd t\u00fdden|ka\u017ed\u00e9 :number t\u00fddny","reminder_frequency_year":"ka\u017ed\u00fd rok|ka\u017ed\u00e9 :number roky","reminders_add_cta":"P\u0159idat upozorn\u011bn\u00ed","reminders_add_description":"Pros\u00edm upozornit na...","reminders_add_error_custom_text":"Mus\u00edte zadat text tohoto upozorn\u011bn\u00ed","reminders_add_next_time":"Kdy budete cht\u00edt b\u00fdt na tuto skute\u010dnost p\u0159\u00ed\u0161t\u011b upozorn\u011bni?","reminders_add_once":"Upozornit pouze jedenkr\u00e1t","reminders_add_recurrent":"Upozornit","reminders_add_starting_from":"po datu zadan\u00e9m v\u00fd\u0161e","reminders_add_title":"Na co chcete b\u00fdt upozor\u0148ov\u00e1ni pro osobu :name?","reminders_birthday":"Narozeniny m\u00e1 :name","reminders_blank_add_activity":"P\u0159idat upozorn\u011bn\u00ed","reminders_blank_title":"Je n\u011bco na co chcete b\u00fdt upozor\u0148ov\u00e1ni pro osobu :name?","reminders_create_success":"Upozorn\u011bn\u00ed bylo \u00fasp\u011b\u0161n\u011b p\u0159id\u00e1no","reminders_cta":"P\u0159idat upozorn\u011bn\u00ed","reminders_delete_confirmation":"Opravdu chcete smazat toto upozorn\u011bn\u00ed?","reminders_delete_cta":"Smazat","reminders_delete_success":"Upozorn\u011bn\u00ed bylo \u00fasp\u011b\u0161n\u011b smaz\u00e1no","reminders_description":"Pro ka\u017ed\u00e9 upozorn\u011bn\u00ed n\u00ed\u017ee bude posl\u00e1n email. Upozorn\u011bn\u00ed jsou rozes\u00edl\u00e1na r\u00e1no v den ud\u00e1losti. Automatick\u00e1 upozorn\u011bn\u00ed pro zadan\u00e1 data narozen\u00ed nelze smazat. Pokud chcete zm\u011bnit tato data, upravte datum narozen\u00ed kontakt\u016f.","reminders_edit_update_cta":"Update reminder","reminders_free_plan_warning":"You are on the Free plan. No emails are sent on this plan. To receive your reminders by email, upgrade your account.","reminders_next_expected_date":"v","reminders_one_time":"Jedenkr\u00e1t","reminders_type_month":"m\u011bs\u00ed\u010dn\u011b","reminders_type_week":"t\u00fddn\u011b","reminders_type_year":"ro\u010dn\u011b","reminders_update_success":"The reminder has been updated successfully","section_contact_information":"Contact information","section_personal_activities":"Aktivity","section_personal_gifts":"D\u00e1rky","section_personal_notes":"Notes","section_personal_reminders":"Upozorn\u011bn\u00ed","section_personal_tasks":"\u00dakoly","stay_in_touch":"Stay in touch","stay_in_touch_frequency":"Stay in touch every day|Stay in touch every {count} days","stay_in_touch_invalid":"The frequency must be a number greater than 0.","stay_in_touch_modal_desc":"We can remind you by email to keep in touch with {firstname} at a regular interval.","stay_in_touch_modal_label":"Send me an email every...","stay_in_touch_modal_title":"Stay in touch","stay_in_touch_premium":"You need to upgrade your account to make use of this feature","tag_add":"add a tag","tag_edit":"Upravit tag","tasks_add_task":"P\u0159idat \u00fakol","tasks_blank_title":"You don\u2019t have any tasks yet.","tasks_complete_success":"\u00dakol \u00fasp\u011b\u0161n\u011b zm\u011bnil sv\u016fj stav","tasks_delete_success":"\u00dakol byl \u00fasp\u011b\u0161n\u011b smaz\u00e1n","tasks_form_description":"Description (optional)","tasks_form_title":"Title","work_add_cta":"Aktualizovat informace o pr\u00e1ci","work_edit_company":"Spole\u010dnost (voliteln\u00e9)","work_edit_job":"Pracovn\u00ed pozice (voliteln\u00e9)","work_edit_success":"Informace o pr\u00e1ci \u00fasp\u011b\u0161n\u011b aktualizov\u00e1ny","work_edit_title":"Aktualizovat informace o pr\u00e1ci pro :name","work_information":"Work information"},"reminder":{"type_birthday":"Pop\u0159\u00e1t k narozenin\u00e1m","type_birthday_kid":"Pop\u0159\u00e1t k narozenin\u00e1m d\u00edt\u011bti od","type_email":"Email","type_hangout":"Setk\u00e1n\u00ed s","type_lunch":"Ob\u011bd s","type_phone_call":"Zavolat"},"settings":{"2fa_disable_description":"Disable Two Factor Authentication for your account. Be careful, your account will not be secured anymore !","2fa_disable_error":"Error when trying to disable Two Factor Authentication","2fa_disable_success":"Two Factor Authentication disabled","2fa_disable_title":"Disable Two Factor Authentication","2fa_enable_description":"Enable Two Factor Authentication to increase security with your account.","2fa_enable_error":"Error when trying to activate Two Factor Authentication","2fa_enable_error_already_set":"Two Factor Authentication is already activated","2fa_enable_otp":"Open up your two factor authentication mobile app and scan the following QR barcode:","2fa_enable_otp_help":"If your two factor authentication mobile app does not support QR barcodes, enter in the following code:","2fa_enable_otp_validate":"Please validate the new device you\u2019ve just set:","2fa_enable_success":"Two Factor Authentication activated","2fa_enable_title":"Enable Two Factor Authentication","2fa_otp_title":"Two Factor Authentication mobile application","2fa_title":"Two Factor Authentication","api_authorized_clients":"List of authorized clients","api_authorized_clients_desc":"This section lists all the clients you\u2019ve authorized to access your application. You can revoke this authorization at anytime.","api_authorized_clients_name":"Name","api_authorized_clients_scopes":"Scopes","api_authorized_clients_title":"Authorized Applications","api_description":"The API can be used to manipulate Monica\u2019s data from an external application, like a mobile application for instance.","api_oauth_clientid":"Client ID","api_oauth_clients":"Your Oauth clients","api_oauth_clients_desc":"This section lets you register your own OAuth clients.","api_oauth_create":"Create Client","api_oauth_create_new":"Create New Client","api_oauth_name":"Name","api_oauth_name_help":"Something your users will recognize and trust.","api_oauth_not_created":"You have not created any OAuth clients.","api_oauth_redirecturl":"Redirect URL","api_oauth_redirecturl_help":"Your application\u2019s authorization callback URL.","api_oauth_secret":"Secret","api_oauth_title":"Oauth Clients","api_pao_description":"Make sure you give this token to a source you trust \u2013 as they allow you to access all your data.","api_personal_access_tokens":"Personal access tokens","api_title":"API access","api_token_create":"Create Token","api_token_create_new":"Create New Token","api_token_delete":"Delete","api_token_help":"Here is your new personal access token. This is the only time it will be shown so don\u2019t lose it! You may now use this token to make API requests.","api_token_name":"Name","api_token_not_created":"You have not created any personal access tokens.","api_token_scopes":"Scopes","api_token_title":"Personal access token","currency":"M\u011bna","delete_cta":"Smazat \u00fa\u010det","delete_desc":"Opravdu chcete smazat tento \u00fa\u010det? Varov\u00e1n\u00ed: smaz\u00e1n\u00ed \u00fa\u010dtu je trval\u00e9 a v\u0161echna data \u00fa\u010dtu budou trvale vymaz\u00e1na.","delete_notice":"Opravdu chcete smazat sv\u016fj \u00fa\u010det? Pot\u00e9 nebude cesty zp\u011bt.","delete_title":"Smazat \u00fa\u010det","email":"Emailov\u00e1 adresa","email_help":"This is the email used to login, and this is where you\u2019ll receive your reminders.","email_placeholder":"Vlo\u017eit email","export_be_patient":"Kliknout na tla\u010d\u00edtko pro spu\u0161t\u011bn\u00ed exportu. Zpracov\u00e1n\u00ed exportu m\u016f\u017ee zabrat a\u017e n\u011bkolik minut \u2013 bu\u010fte pros\u00edm trp\u011bliv\u00ed a neklikejte v\u00edcekr\u00e1t.","export_sql_cta":"Exportovat jako SQL","export_sql_explanation":"Export dat v SQL form\u00e1tu je umo\u017e\u0148uje p\u0159ev\u00e9st a importovat do vlastn\u00ed instance Monica. Toto se hod\u00ed hlavn\u011b pokud provozujete vlastn\u00ed server.","export_sql_link_instructions":"Pozn\u00e1mka: p\u0159e\u010dt\u011bte si instrukce<\/a> abyste se dozv\u011bd\u011bli v\u00edce o importu tohoto souboru do vlastn\u00ed instance.","export_title":"Exportovat data \u00fa\u010dtu","export_title_sql":"Exportovat jako SQL","firstname":"First name","import_blank_cta":"Importovat vCard","import_blank_description":"Um\u00edme importovat soubory vCard, kter\u00e9 m\u016f\u017eete z\u00edskat z Google Contacts nebo sv\u00e9ho spr\u00e1vce kontakt\u016f.","import_blank_question":"Chcete nyn\u00ed importovat kontakty?","import_blank_title":"You haven\u2019t imported any contacts yet.","import_cta":"Nahr\u00e1t kontakty","import_in_progress":"Prob\u00edh\u00e1 import. Obnovit str\u00e1nku za jednu minutu.","import_need_subscription":"Importing data requires a subscription.","import_report_date":"Datum importu","import_report_number_contacts":"Po\u010det kontakt\u016f v souboru","import_report_number_contacts_imported":"Po\u010det importovan\u00fdch kontakt\u016f","import_report_number_contacts_skipped":"Po\u010det p\u0159esko\u010den\u00fdch kontakt\u016f","import_report_status_imported":"Importov\u00e1no","import_report_status_skipped":"P\u0159esko\u010deno","import_report_title":"Report importu","import_report_type":"Typ importu","import_result_stat":"Uploaded vCard with 1 contact (:total_imported imported, :total_skipped skipped)|Uploaded vCard with :total_contacts contacts (:total_imported imported, :total_skipped skipped)","import_stat":"You\u2019ve imported :number files so far.","import_title":"Importovat kontakty do sv\u00e9ho \u00fa\u010dtu","import_upload_behaviour":"Import behaviour:","import_upload_behaviour_add":"Add new contacts, skip existing","import_upload_behaviour_help":"Note: Replacing will replace all data found in the vCard, but will keep existing contact fields.","import_upload_behaviour_replace":"Replace existing contacts","import_upload_form_file":"V\u00e1\u0161 .vcf<\/code> nebo .vCard<\/code> soubor:","import_upload_rule_cant_revert":"Make sure data is accurate before uploading, as you can\u2019t undo the upload.","import_upload_rule_format":"Podporujeme .vcard<\/code> a .vcf<\/code> soubory.","import_upload_rule_instructions":"Instrukce pro export z Contacts.app (macOS)<\/a> a Google Contacts<\/a>.","import_upload_rule_limit":"Velikost soubor\u016f je limitov\u00e1na na 10MB.","import_upload_rule_multiple":"Pokud maj\u00ed va\u0161e kontakty v\u00edcero email\u016f nebo telefonn\u00edch \u010d\u00edsel, bude importov\u00e1n pouze prvn\u00ed z t\u011bchto z\u00e1znam\u016f.","import_upload_rule_time":"Nahr\u00e1n\u00ed a zpracov\u00e1n\u00ed kontakt\u016f m\u016f\u017ee zabrat a\u017e 1 minutu. Bu\u010fte trp\u011bliv\u00ed.","import_upload_rule_vcard":"Podporujeme form\u00e1t vCard 3.0, kter\u00fd je v\u00fdchoz\u00edm form\u00e1tem aplikac\u00ed Contacts.app (macOS) a Google Contacts.","import_upload_rules_desc":"M\u00e1me ale n\u011bkolik pravidel:","import_upload_title":"Importovat kontakty z vCard souboru","import_vcard_contact_exist":"Kontakt ji\u017e existuje","import_vcard_contact_no_firstname":"Chyb\u00ed jm\u00e9no (vy\u017eadov\u00e1no)","import_vcard_file_no_entries":"File contains no entries","import_vcard_file_not_found":"File not found","import_vcard_unknown_entry":"Unknown contact name","import_view_report":"Zobrazit report","lastname":"Last name","layout":"Vzhled","layout_big":"Pln\u00e1 \u0161\u00ed\u0159ka prohl\u00ed\u017ee\u010de","layout_small":"Maxim\u00e1ln\u011b 1200 pixel\u016f \u0161irok\u00fd","locale":"Jazyk pou\u017eit\u00fd v aplikaci","locale_cs":"Czech","locale_de":"N\u011bm\u010dina","locale_en":"Angli\u010dtina","locale_es":"Spanish","locale_fr":"Francouz\u0161tina","locale_he":"Hebrew","locale_it":"Italian","locale_nl":"Dutch","locale_pt":"Portuguese","locale_ru":"Ru\u0161tina","locale_zh":"Chinese Simplified","name":"Vlastn\u00ed jm\u00e9no: :name","name_order":"\u0158azen\u00ed jmen","name_order_firstname_lastname":" - John Doe","name_order_firstname_lastname_nickname":" () - John Doe (Rambo)","name_order_firstname_nickname_lastname":" () - John (Rambo) Doe","name_order_lastname_firstname":" - Doe John","name_order_lastname_firstname_nickname":" () - Doe John (Rambo)","name_order_lastname_nickname_firstname":" () - Doe (Rambo) John","name_order_nickname":" - Rambo","password_btn":"Change password","password_change":"Password change","password_current":"Current password","password_current_placeholder":"Enter your current password","password_new1":"New password","password_new1_placeholder":"Enter a new password","password_new2":"Confirmation","password_new2_placeholder":"Retype the new password","personalisation_paid_upgrade":"This is a premium feature that requires a Paid subscription to be active. Upgrade your account by visiting Settings > Subscription.","personalization_activity_type_add_button":"Add a new activity type","personalization_activity_type_category_add":"Add a new activity type category","personalization_activity_type_category_description":"An activity done with one of your contact can have a type and a category type. Your account comes by default with a set of predefined category types, but you can customize everything here.","personalization_activity_type_category_modal_add":"Add a new activity type category","personalization_activity_type_category_modal_delete":"Delete an activity type category","personalization_activity_type_category_modal_delete_desc":"Are you sure you want to delete this category? Deleting it will delete all associated activity types. However, activities that belong to this category will not be affected by this deletion.","personalization_activity_type_category_modal_delete_error":"We can\u2019t find this activity type category.","personalization_activity_type_category_modal_edit":"Edit an activity type category","personalization_activity_type_category_modal_question":"How should we name this new category?","personalization_activity_type_category_table_actions":"Actions","personalization_activity_type_category_table_name":"Name","personalization_activity_type_category_title":"Activity type categories","personalization_activity_type_modal_add":"Add a new activity type","personalization_activity_type_modal_delete":"Delete an activity type","personalization_activity_type_modal_delete_desc":"Are you sure you want to delete this activity type? Activities that belong to this category will not be affected by this deletion.","personalization_activity_type_modal_delete_error":"We can\u2019t find this activity type.","personalization_activity_type_modal_edit":"Edit an activity type","personalization_activity_type_modal_question":"How should we name this new activity type?","personalization_contact_field_type_add":"Add new field type","personalization_contact_field_type_add_success":"The contact field type has been successfully added.","personalization_contact_field_type_delete_success":"The contact field type has been deleted with success.","personalization_contact_field_type_description":"Here you can configure all the different types of contact fields that you can associate to all your contacts. If in the future, a new social network appears, you will be able to add this new type of ways of contacting your contacts right here.","personalization_contact_field_type_edit_success":"The contact field type has been successfully updated.","personalization_contact_field_type_modal_delete_description":"Are you sure you want to delete this contact field type? Deleting this type of contact field will delete ALL the data with this type for all your contacts.","personalization_contact_field_type_modal_delete_title":"Delete an existing contact field type","personalization_contact_field_type_modal_edit_title":"Edit an existing contact field type","personalization_contact_field_type_modal_icon":"Icon (optional)","personalization_contact_field_type_modal_icon_help":"You can associate an icon with this contact field type. You need to add a reference to a Font Awesome icon.","personalization_contact_field_type_modal_name":"Name","personalization_contact_field_type_modal_protocol":"Protocol (optional)","personalization_contact_field_type_modal_protocol_help":"Each new contact field type can be clickable. If a protocol is set, we will use it to trigger the action that is set.","personalization_contact_field_type_modal_title":"Add a new contact field type","personalization_contact_field_type_table_actions":"Actions","personalization_contact_field_type_table_name":"Name","personalization_contact_field_type_table_protocol":"Protocol","personalization_contact_field_type_title":"Contact field types","personalization_genders_add":"Add new gender type","personalization_genders_desc":"You can define as many genders as you need to. You need at least one gender type in your account.","personalization_genders_modal_add":"Add gender type","personalization_genders_modal_delete":"Delete gender type","personalization_genders_modal_delete_desc":"Are you sure you want to delete {name}?","personalization_genders_modal_delete_question":"You currently have {count} contact that has this gender. If you delete this gender, what gender should this contact have?|You currently have {count} contacts that have this gender. If you delete this gender, what gender should these contacts have?","personalization_genders_modal_edit":"Update gender type","personalization_genders_modal_edit_question":"How should this new gender be renamed?","personalization_genders_modal_error":"Please choose a valid gender from the list.","personalization_genders_modal_question":"How should this new gender be called?","personalization_genders_title":"Gender types","personalization_module_desc":"Some people don\u2019t need all the features. Below you can toggle specific features that are used on a contact sheet. This change will affect ALL your contacts. Note that if you turn off one of these features, data will not be lost - we will simply hide the feature.","personalization_module_save":"The change has been saved","personalization_module_title":"Features","personalization_reminder_rule_desc":"For every reminder that you set, we can send you an email some days before the event happens. You can toggle those notifications here. Note that those notifications only apply to monthly and yearly reminders.","personalization_reminder_rule_line":"{count} day before|{count} days before","personalization_reminder_rule_save":"The change has been saved","personalization_reminder_rule_title":"Reminder rules","personalization_tab_title":"Personalize your account","personalization_title":"Here you can find different settings to configure your account. These features are more for \u201cpower users\u201d who want maximum control over Monica.","reminder_time_to_send":"Time of the day reminders should be sent","reset_cta":"Resetovat \u00fa\u010det","reset_desc":"Opravdu chcete resetovat sv\u016fj \u00fa\u010det? Toto odstran\u00ed v\u0161echny kontakty a jejich souvisej\u00edc\u00ed data. \u00da\u010det nebude smaz\u00e1n.","reset_notice":"Opravdu chcete resetovat sv\u016fj \u00fa\u010det? Pot\u00e9 nebude cesty zp\u011bt.","reset_success":"\u00da\u010det byl \u00fasp\u011b\u0161n\u011b zresetov\u00e1n","reset_title":"Resetovat vlastn\u00ed \u00fa\u010det","save":"Aktualizovat p\u0159edvolby","security_help":"Change security matters for your account.","security_title":"Security","settings_success":"P\u0159edvolby aktualizov\u00e1ny!","sidebar_personalization":"Personalization","sidebar_settings":"Nastaven\u00ed \u00fa\u010dtu","sidebar_settings_api":"API","sidebar_settings_export":"Exportovat data","sidebar_settings_import":"Importovat data","sidebar_settings_security":"Security","sidebar_settings_subscriptions":"Odb\u011bry","sidebar_settings_tags":"Spr\u00e1va tag\u016f","sidebar_settings_users":"U\u017eivatel\u00e9","subscriptions_account_current_paid_plan":"You are on the :name plan. Thanks so much for being a subscriber.","subscriptions_account_current_plan":"Aktu\u00e1ln\u00ed pl\u00e1n","subscriptions_account_free_plan":"Vyu\u017e\u00edv\u00e1te bezplatnou verzi.","subscriptions_account_free_plan_benefits_import_data_vcard":"Import your contacts with vCard","subscriptions_account_free_plan_benefits_reminders":"Reminders by email","subscriptions_account_free_plan_benefits_support":"Dlouhodob\u00e1 podpora projektu, kter\u00e1 umo\u017en\u00ed zaveden\u00ed dal\u0161\u00edch skv\u011bl\u00fdch funkc\u00ed.","subscriptions_account_free_plan_benefits_users":"Neomezen\u00fd po\u010det u\u017eivatel\u016f","subscriptions_account_free_plan_upgrade":"Sv\u016fj \u00fa\u010det m\u016f\u017eete pov\u00fd\u0161it na verzi :name, kter\u00e1 m\u011bs\u00ed\u010dn\u011b stoj\u00ed $:price. Zde jsou v\u00fdhody:","subscriptions_account_invoices":"Faktury","subscriptions_account_invoices_download":"St\u00e1hnout","subscriptions_account_next_billing":"K automatick\u00e9mu obnoven\u00ed dojde :date<\/strong>. Odb\u011br m\u016f\u017eete zru\u0161it<\/a> kdykoliv.","subscriptions_account_payment":"Which payment option fits you best?","subscriptions_account_upgrade":"Nav\u00fd\u0161it sv\u016fj \u00fa\u010det","subscriptions_account_upgrade_choice":"Pick a plan below and join over :customers persons who upgraded their Monica.","subscriptions_account_upgrade_title":"Upgrade Monica today and have more meaningful relationships.","subscriptions_back":"Back to settings","subscriptions_downgrade_cta":"P\u0159ej\u00edt","subscriptions_downgrade_limitations":"Bezplatn\u00e1 verze m\u00e1 omezen\u00ed. K p\u0159echodu na bezplatnou verzi mus\u00edte proj\u00edt seznam n\u00ed\u017ee:","subscriptions_downgrade_rule_invitations":"Nesm\u00edte m\u00edt \u010dekaj\u00edc\u00ed pozv\u00e1nky","subscriptions_downgrade_rule_invitations_constraint":"You currently have 1 pending invitation<\/a> sent to people.|You currently have :count pending invitations<\/a> sent to people.","subscriptions_downgrade_rule_users":"Sm\u00edte m\u00edt pouze jednoho u\u017eivatele \u00fa\u010dtu","subscriptions_downgrade_rule_users_constraint":"You currently have 1 user<\/a> in your account.|You currently have :count users<\/a> in your account.","subscriptions_downgrade_success":"You are back to the Free plan!","subscriptions_downgrade_thanks":"Thanks so much for having tried the paid plan. We keep adding new features on Monica all the time \u2013 so you might want to come back in the future to see if you might be interested in taking a subscription again.","subscriptions_downgrade_title":"P\u0159ej\u00edt na bezplatnou verzi","subscriptions_help_change_desc":"You can cancel anytime, no questions asked, and all by yourself \u2013 no need to contact support or whatever. However, you will not be refunded for the current period.","subscriptions_help_change_title":"What if I change my mind?","subscriptions_help_discounts_desc":"We do! Monica is free for students, and free for non-profits and charities. Just contact the support<\/a> with a proof of your status and we\u2019ll apply this special status in your account.","subscriptions_help_discounts_title":"Do you have discounts for non-profits and education?","subscriptions_help_limits_plan":"Absolutely not. Free plans do not have limitations on the number of contacts you can have.","subscriptions_help_limits_title":"Is there any limit to the number of contacts we can have on the free plan?","subscriptions_help_opensource_desc":"Monica is an open source project. This means it is built by an entirely benevolent community who just wants to provide a great tool for the greater good. Being open source means the code is publicly available on GitHub, and everyone can inspect it, modify it or enhance it. All the money we raise is dedicated to build better features, have more powerful servers, help pay the bills. Thanks for your help. We couldn\u2019t do it without you \u2013 litterally.","subscriptions_help_opensource_title":"What is an open source project?","subscriptions_help_title":"Additional details you may be curious about","subscriptions_pdf_title":"V\u00e1\u0161 m\u011bs\u00ed\u010dn\u00ed pl\u00e1n :name","subscriptions_plan_choose":"Choose this plan","subscriptions_plan_include1":"Included with your upgrade:","subscriptions_plan_include2":"Unlimited number of users \u2022 Reminders by email \u2022 Import with vCard \u2022 Personalization of the contact sheet","subscriptions_plan_include3":"100% of the profits go the development of this great open source project.","subscriptions_plan_month_bonus":"Cancel any time","subscriptions_plan_month_cost":"$5\/month","subscriptions_plan_month_title":"Pay monthly","subscriptions_plan_year_bonus":"Peace of mind for a whole year","subscriptions_plan_year_cost":"$45\/year","subscriptions_plan_year_cost_save":"you\u2019ll save 25%","subscriptions_plan_year_title":"Pay annually","subscriptions_upgrade_charge":"We\u2019ll charge your card USD $:price now. The next charge will be on :date. If you ever change your mind, you can cancel anytime, no questions asked.","subscriptions_upgrade_charge_handled":"The payment is handled by Stripe<\/a>. No card information touches our server.","subscriptions_upgrade_choose":"You picked the :plan plan.","subscriptions_upgrade_credit":"Kreditn\u00ed nebo debetn\u00ed karta","subscriptions_upgrade_infos":"We couldn\u2019t be happier. Enter your payment info below.","subscriptions_upgrade_name":"Name on card","subscriptions_upgrade_submit":"Submit Payment","subscriptions_upgrade_success":"Thank you! You are now subscribed.","subscriptions_upgrade_thanks":"Welcome to the community of people who try to make the world a better place.","subscriptions_upgrade_title":"Nav\u00fd\u0161it sv\u016fj \u00fa\u010det","subscriptions_upgrade_zip":"ZIP or postal code","tags_blank_description":"Tagy funguj\u00ed jako adres\u00e1\u0159e, kontakt\u016fm m\u016f\u017eete ale p\u0159idat v\u00edcero tag\u016f. P\u0159ejd\u011bte na kontakt a otagujte p\u0159\u00edtele hned pod jeho jm\u00e9nem. Jakmile je kontakt otagov\u00e1n, vra\u0165te se zp\u011bt pro spr\u00e1vu v\u0161ech tag\u016f v tomto \u00fa\u010dtu.","tags_blank_title":"Tagy jsou \u0161ikovn\u00e9 \u0159e\u0161en\u00ed kategorizace kontakt\u016f.","tags_list_contact_number":"1 contact|:count contacts","tags_list_delete_confirmation":"Opravdu chcete smazat tento tag? Bude smaz\u00e1n pouze vybran\u00fd tag, \u017e\u00e1dn\u00e9 kontakty.","tags_list_delete_success":"Tag byl \u00fasp\u011b\u0161n\u011b smaz\u00e1n","tags_list_description":"Sv\u00e9 kontakty m\u016f\u017eete organizovat pomoc\u00ed tag\u016f. Tagy funguj\u00ed jako adres\u00e1\u0159e, kontakt\u016fm m\u016f\u017eete ale p\u0159idat v\u00edcero tag\u016f. Nov\u00fd tag p\u0159id\u00e1te \u00fapravou vlastn\u00edho kontaktu.","tags_list_title":"Tagy","timezone":"\u010casov\u00e1 z\u00f3na","u2f_buttonAdvise":"If your security key has a button, press it.","u2f_enable_description":"Add a new U2F security key","u2f_error_bad_request":"The visited URL doesn\u2019t match the App ID or your are not using HTTPS","u2f_error_configuration_unsupported":"Client configuration is not supported.","u2f_error_device_ineligible":"The presented device is not eligible for this request. For a registration request this may mean that the token is already registered, and for a sign request it may mean that the token does not know the presented key handle.","u2f_error_other_error":"An error occurred.","u2f_error_timeout":"Timeout reached before request could be satisfied.","u2f_insertKey":"Insert your security key.","u2f_noButtonAdvise":"If it does not, remove it and insert it again.","u2f_success":"Your key is detected and validated.","u2f_title":"U2F security key","users_accept_title":"Accept invitation and create a new account","users_add_confirmation":"Potvrzuji, \u017ee chci pozvat tohoto u\u017eivatele do sv\u00e9ho \u00fa\u010dtu. Tato osoba bude moci p\u0159istupovat ke V\u0160EM m\u00fdm dat\u016fm a uvid\u00ed p\u0159esn\u011b to co j\u00e1.","users_add_cta":"Pozvat u\u017eivatele emailem","users_add_description":"Tato osoba bude m\u00edt stejn\u00e1 opr\u00e1vn\u011bn\u00ed v\u010detn\u011b mo\u017enosti zv\u00e1t a mazat dal\u0161\u00ed u\u017eivatele (v\u010detn\u011b v\u00e1s). Proto si rad\u011bji bu\u010fte jisti, \u017ee j\u00ed m\u016f\u017eete v\u011b\u0159it.","users_add_email_field":"Zadejte email osoby, kterou chcete pozvat","users_add_title":"Pozvat emailem nov\u00e9ho u\u017eivatele k tomuto \u00fa\u010dtu","users_blank_add_title":"Chcete pozvat n\u011bkoho dal\u0161\u00edho?","users_blank_cta":"N\u011bkoho pozvat","users_blank_description":"Tato osoba bude m\u00edt stejn\u00fd p\u0159\u00edstup a bude schopna p\u0159id\u00e1vat, upravovat a mazat informace kontakt\u016f.","users_blank_title":"Jste zat\u00edm samotn\u00fdm u\u017eivatelem s p\u0159\u00edstupem k tomuto \u00fa\u010dtu.","users_error_already_invited":"Ji\u017e jste tohoto u\u017eivatele pozvali. Vyberte pros\u00edm jinou emailovou adresu.","users_error_email_already_taken":"Email byl ji\u017e pou\u017eit. Vyberte pros\u00edm n\u011bjak\u00fd jin\u00fd","users_error_email_not_similar":"This is not the email of the person who\u2019ve invited you.","users_error_please_confirm":"Potvr\u010fte pros\u00edm, \u017ee chcete p\u0159izvat ?tuto osobu?, ne\u017e bude pozv\u00e1nka zpracov\u00e1na","users_invitation_deleted_confirmation_message":"Pozv\u00e1nka byla \u00fasp\u011b\u0161n\u011b smaz\u00e1na","users_invitation_need_subscription":"Adding more users requires a subscription.","users_invitations_delete_confirmation":"Opravdu chcete smazat tuto pozv\u00e1nku?","users_list_add_user":"Pozvat nov\u00e9ho u\u017eivatele","users_list_delete_confirmation":"Opravdu chcete smazat tohoto u\u017eivatele z tohoto \u00fa\u010dtu?","users_list_invitations_explanation":"Below are the people you\u2019ve invited to join Monica as a collaborator.","users_list_invitations_invited_by":"pozv\u00e1n u\u017eivatelem :name","users_list_invitations_sent_date":"pozv\u00e1n\u00ed odesl\u00e1no :date","users_list_invitations_title":"\u010cekaj\u00edc\u00ed pozv\u00e1nky","users_list_title":"U\u017eivatel\u00e9 s p\u0159\u00edstupem k tomuto \u00fa\u010dtu","users_list_you":"That\u2019s you"},"validation":{"accepted":":attribute mus\u00ed b\u00fdt p\u0159ijat.","active_url":":attribute nen\u00ed platn\u00e1 adresa URL.","after":":attribute mus\u00ed b\u00fdt datum po :date.","after_or_equal":"The :attribute must be a date after or equal to :date.","alpha":":attribute sm\u00ed obsahovat pouze p\u00edsmena.","alpha_dash":":attribute sm\u00ed obsahovat pouze p\u00edsmena, \u010d\u00edslice a poml\u010dky.","alpha_num":":attribute sm\u00ed obsahovat pouze p\u00edsmena a \u010d\u00edslice.","array":":attribute mus\u00ed b\u00fdt prom\u011bnn\u00e1.","attributes":[],"before":":attribute mus\u00ed b\u00fdt datum p\u0159ed :date.","before_or_equal":"The :attribute must be a date before or equal to :date.","between":{"array":":attribute mus\u00ed m\u00edt mezi :min a :max polo\u017eek.","file":":attribute mus\u00ed b\u00fdt v rozmez\u00ed :min a :max kilobajt\u016f.","numeric":":attribute mus\u00ed b\u00fdt v rozmez\u00ed :min a :max.","string":":attribute mus\u00ed b\u00fdt v rozmez\u00ed :min a :max znak\u016f."},"boolean":"Pole :attribute mus\u00ed b\u00fdt true nebo false.","confirmed":":attribute ov\u011b\u0159en\u00ed se neshoduje.","custom":{"attribute-name":{"rule-name":"custom-message"}},"date":":attribute nen\u00ed platn\u00e9 datum.","date_format":":attribute neodpov\u00edd\u00e1 form\u00e1tu :format.","different":":attribute a :other se nesm\u00ed shodovat.","digits":":attribute mus\u00ed b\u00fdt :digits \u010d\u00edslic.","digits_between":":attribute mus\u00ed b\u00fdt v rozmez\u00ed :min a :max \u010d\u00edslic.","dimensions":"The :attribute has invalid image dimensions.","distinct":"Pole :attribute obsahuje duplicitn\u00ed hodnotu.","email":":attribute mus\u00ed b\u00fdt platn\u00e1 emailov\u00e1 adresa.","exists":"Vybran\u00fd :attribute nen\u00ed platn\u00fd.","file":"The :attribute must be a file.","filled":"The :attribute field must have a value.","image":":attribute mus\u00ed b\u00fdt obr\u00e1zek.","in":"Vybran\u00fd :attribute nen\u00ed platn\u00fd.","in_array":"Pole :attribute neexistuje v :other.","integer":":attribute mus\u00ed b\u00fdt cel\u00e9 \u010d\u00edslo.","ip":":attribute mus\u00ed b\u00fdt platn\u00e1 IP adresa.","ipv4":"The :attribute must be a valid IPv4 address.","ipv6":"The :attribute must be a valid IPv6 address.","json":":attribute mus\u00ed b\u00fdt platn\u00fd JSON \u0159et\u011bzec.","max":{"array":":attribute nesm\u00ed obsahovat v\u00edce ne\u017e :max polo\u017eek.","file":":attribute nesm\u00ed b\u00fdt v\u011bt\u0161\u00ed ne\u017e :max kilobajt\u016f.","numeric":":attribute nesm\u00ed b\u00fdt vy\u0161\u0161\u00ed ne\u017e :max.","string":":attribute nesm\u00ed b\u00fdt del\u0161\u00ed ne\u017e :max znak\u016f."},"mimes":":attribute mus\u00ed b\u00fdt soubor typu: :values.","mimetypes":"The :attribute must be a file of type: :values.","min":{"array":":attribute mus\u00ed obsahovat alespo\u0148 :min polo\u017eek.","file":":attribute mus\u00ed b\u00fdt alespo\u0148 :min kilobajt\u016f.","numeric":":attribute mus\u00ed b\u00fdt alespo\u0148 :min.","string":":attribute mus\u00ed obsahovat alespo\u0148 :min znak\u016f."},"not_in":"Vybran\u00fd :attribute nen\u00ed platn\u00fd.","not_regex":"The :attribute format is invalid.","numeric":":attribute mus\u00ed b\u00fdt \u010d\u00edslice.","present":":attribute mus\u00ed b\u00fdt d\u00e1rek.","regex":":attribute form\u00e1t nen\u00ed platn\u00fd.","required":"Pole :attribute je vy\u017eadov\u00e1no.","required_if":"Pole :attribute je vy\u017eadov\u00e1no, kdy\u017e :other m\u00e1 hodnotu :value.","required_unless":"Pole :attribute je vy\u017eadov\u00e1no, pokud :other je v :values.","required_with":"Pole :attribute je vy\u017eadov\u00e1no, pokud :values je d\u00e1rek.","required_with_all":"Pole :attribute je vy\u017eadov\u00e1no, pokud :values je d\u00e1rek.","required_without":"Pole :attribute je vy\u017eadov\u00e1no, pokud :values nen\u00ed d\u00e1rek.","required_without_all":"Pole :attribute je vy\u017eadov\u00e1no, pokud nen\u00ed \u017e\u00e1dn\u00e1 z :values d\u00e1rek.","same":":attribute a :other se mus\u00ed shodovat.","size":{"array":":attribute mus\u00ed obsahovat :size polo\u017eek.","file":":attribute mus\u00ed b\u00fdt :size kilobajt\u016f.","numeric":":attribute mus\u00ed b\u00fdt :size.","string":":attribute mus\u00ed b\u00fdt :size znak\u016f."},"string":":attribute mus\u00ed b\u00fdt \u0159et\u011bzec.","timezone":":attribute mus\u00ed b\u00fdt platn\u00e1 z\u00f3na.","unique":":attribute je ji\u017e pou\u017eit\u00fd.","uploaded":"The :attribute failed to upload.","url":":attribute form\u00e1t nen\u00ed platn\u00fd."}} +{"app":{"add":"P\u0159idat","application_description":"Monica is a tool to manage your interactions with your loved ones, friends and family.","application_og_title":"Have better relations with your loved ones. Free Online CRM for friends and family.","application_title":"Monica \u2013 personal relationship manager","breadcrumb_add_note":"P\u0159idat pozn\u00e1mku","breadcrumb_add_significant_other":"P\u0159idat drahou polovi\u010dku","breadcrumb_api":"API","breadcrumb_dashboard":"Dashboard","breadcrumb_edit_introductions":"How did you meet","breadcrumb_edit_note":"Upravit pozn\u00e1mku","breadcrumb_edit_significant_other":"Upravit drahou polovi\u010dku","breadcrumb_journal":"Den\u00edk","breadcrumb_list_contacts":"Seznam kontakt\u016f","breadcrumb_profile":"Profile of :name","breadcrumb_settings":"Nastaven\u00ed","breadcrumb_settings_export":"Export","breadcrumb_settings_import":"Import","breadcrumb_settings_import_report":"Importovat report","breadcrumb_settings_import_upload":"Nahr\u00e1t","breadcrumb_settings_personalization":"Personalization","breadcrumb_settings_security":"Security","breadcrumb_settings_security_2fa":"Two Factor Authentication","breadcrumb_settings_subscriptions":"Odb\u011bry","breadcrumb_settings_tags":"Tagy","breadcrumb_settings_users":"U\u017eivatel\u00e9","breadcrumb_settings_users_add":"P\u0159idat u\u017eivatele","cancel":"Zru\u0161it","close":"Zav\u0159\u00edt","compliance_desc":"We have changed our Terms of Use<\/a> and Privacy Policy<\/a>. By law we have to ask you to review them and accept them so you can continue to use your account.","compliance_desc_end":"We don\u2019t do anything nasty with your data or account and will never do.","compliance_terms":"Accept new terms and privacy policy","compliance_title":"Sorry for the interruption.","create":"Create","days":"day|days","default_save_success":"The data has been saved.","delete":"Smazat","done":"Hotovo","edit":"Upravit","error_save":"We had an error trying to save the data.","error_title":"Whoops! Something went wrong.","error_unauthorized":"You don\u2019t have the right to edit this resource.","footer_modal_version_release_away":"Jste jedno vyd\u00e1n\u00ed pozadu za nejnov\u011bj\u0161\u00ed dostupnou verz\u00ed. M\u011bli byste aktualizovat svou instanci.|Jste :number vyd\u00e1n\u00ed pozadu za nejnov\u011bj\u0161\u00ed dostupnou verz\u00ed. M\u011bli byste aktualizovat svou instanci.","footer_modal_version_whats_new":"Novinky","footer_new_version":"Je dostupn\u00e1 nov\u00e1 verze","footer_newsletter":"Newsletter","footer_privacy":"Podm\u00ednky pou\u017e\u00edv\u00e1n\u00ed","footer_release":"Pozn\u00e1mky k vyd\u00e1n\u00ed","footer_remarks":"Dal\u0161\u00ed pozn\u00e1mky?","footer_send_email":"Poslat email","footer_source_code":"Monica na GitHubu","footer_version":"Verze: :version","for":"pro","gender_female":"\u017dena","gender_male":"Mu\u017e","gender_none":"Nepov\u00edm","header_changelog_link":"Product changes","header_logout_link":"Odhl\u00e1sit","header_settings_link":"Nastaven\u00ed","load_more":"Na\u010d\u00edst dal\u0161\u00ed","loading":"Na\u010d\u00edt\u00e1 se...","main_nav_activities":"Aktivity","main_nav_cta":"P\u0159idat osobu","main_nav_dashboard":"Dashboard","main_nav_family":"Kontakty","main_nav_journal":"Den\u00edk","main_nav_tasks":"\u00dakoly","markdown_description":"Chcete pohodln\u011b form\u00e1tovat text? Podporujeme form\u00e1t markdown pro zna\u010den\u00ed tu\u010dn\u011b, kurzivou, vytv\u00e1\u0159en\u00ed seznamu a dal\u0161\u00ed.","markdown_link":"\u010c\u00edst dokumentaci","new":"new","relationship_type_bestfriend":"best friend","relationship_type_bestfriend_female":"best friend","relationship_type_bestfriend_female_with_name":":name\u2019s best friend","relationship_type_bestfriend_with_name":":name\u2019s best friend","relationship_type_boss":"boss","relationship_type_boss_female":"boss","relationship_type_boss_female_with_name":":name\u2019s boss","relationship_type_boss_with_name":":name\u2019s boss","relationship_type_child":"son","relationship_type_child_female":"daughter","relationship_type_child_female_with_name":":name\u2019s daughter","relationship_type_child_with_name":":name\u2019s son","relationship_type_colleague":"colleague","relationship_type_colleague_female":"colleague","relationship_type_colleague_female_with_name":":name\u2019s colleague","relationship_type_colleague_with_name":":name\u2019s colleague","relationship_type_cousin":"cousin","relationship_type_cousin_female":"cousin","relationship_type_cousin_female_with_name":":name\u2019s cousin","relationship_type_cousin_with_name":":name\u2019s cousin","relationship_type_date":"date","relationship_type_date_female":"date","relationship_type_date_female_with_name":":name\u2019s date","relationship_type_date_with_name":":name\u2019s date","relationship_type_ex":"ex-boyfriend","relationship_type_ex_female":"ex-girlfriend","relationship_type_ex_female_with_name":":name\u2019s ex-girlfriend","relationship_type_ex_husband":"ex husband","relationship_type_ex_husband_female":"ex wife","relationship_type_ex_husband_female_with_name":":name\u2019s ex wife","relationship_type_ex_husband_with_name":":name\u2019s ex husband","relationship_type_ex_with_name":":name\u2019s ex-boyfriend","relationship_type_friend":"friend","relationship_type_friend_female":"friend","relationship_type_friend_female_with_name":":name\u2019s friend","relationship_type_friend_with_name":":name\u2019s friend","relationship_type_godfather":"godfather","relationship_type_godfather_female":"godmother","relationship_type_godfather_female_with_name":":name\u2019s godmother","relationship_type_godfather_with_name":":name\u2019s godfather","relationship_type_godson":"godson","relationship_type_godson_female":"goddaughter","relationship_type_godson_female_with_name":":name\u2019s goddaughter","relationship_type_godson_with_name":":name\u2019s godson","relationship_type_grandchild":"grand child","relationship_type_grandchild_female":"grand child","relationship_type_grandchild_female_with_name":":name\u2019s grand child","relationship_type_grandchild_with_name":":name\u2019s grand child","relationship_type_grandparent":"grand parent","relationship_type_grandparent_female":"grand parent","relationship_type_grandparent_female_with_name":":name\u2019s grand parent","relationship_type_grandparent_with_name":":name\u2019s grand parent","relationship_type_group_family":"Family relationships","relationship_type_group_friend":"Friend relationships","relationship_type_group_love":"Love relationships","relationship_type_group_other":"Other kind of relationships","relationship_type_group_work":"Work relationships","relationship_type_inlovewith":"in love with","relationship_type_inlovewith_female":"in love with","relationship_type_inlovewith_female_with_name":"someone :name is in love with","relationship_type_inlovewith_with_name":"someone :name is in love with","relationship_type_lovedby":"loved by","relationship_type_lovedby_female":"loved by","relationship_type_lovedby_female_with_name":":name\u2019s secret lover","relationship_type_lovedby_with_name":":name\u2019s secret lover","relationship_type_lover":"lover","relationship_type_lover_female":"lover","relationship_type_lover_female_with_name":":name\u2019s lover","relationship_type_lover_with_name":":name\u2019s lover","relationship_type_mentor":"mentor","relationship_type_mentor_female":"mentor","relationship_type_mentor_female_with_name":":name\u2019s mentor","relationship_type_mentor_with_name":":name\u2019s mentor","relationship_type_nephew":"nephew","relationship_type_nephew_female":"niece","relationship_type_nephew_female_with_name":":name\u2019s niece","relationship_type_nephew_with_name":":name\u2019s nephew","relationship_type_parent":"father","relationship_type_parent_female":"mother","relationship_type_parent_female_with_name":":name\u2019s mother","relationship_type_parent_with_name":":name\u2019s father","relationship_type_partner":"significant other","relationship_type_partner_female":"significant other","relationship_type_partner_female_with_name":":name\u2019s significant other","relationship_type_partner_with_name":":name\u2019s significant other","relationship_type_protege":"protege","relationship_type_protege_female":"protege","relationship_type_protege_female_with_name":":name\u2019s protege","relationship_type_protege_with_name":":name\u2019s protege","relationship_type_sibling":"brother","relationship_type_sibling_female":"sister","relationship_type_sibling_female_with_name":":name\u2019s sister","relationship_type_sibling_with_name":":name\u2019s brother","relationship_type_spouse":"spouse","relationship_type_spouse_female":"spouse","relationship_type_spouse_female_with_name":":name\u2019s spouse","relationship_type_spouse_with_name":":name\u2019s spouse","relationship_type_subordinate":"subordinate","relationship_type_subordinate_female":"subordinate","relationship_type_subordinate_female_with_name":":name\u2019s subordinate","relationship_type_subordinate_with_name":":name\u2019s subordinate","relationship_type_uncle":"uncle","relationship_type_uncle_female":"aunt","relationship_type_uncle_female_with_name":":name\u2019s aunt","relationship_type_uncle_with_name":":name\u2019s uncle","remove":"Odstranit","revoke":"Revoke","save":"Ulo\u017eit","unknown":"Nev\u00edm","update":"Aktualizovat","upload":"Nahr\u00e1t","verify":"Ov\u011b\u0159it","with":"s"},"auth":{"2fa_one_time_password":"Two factor authentication code","2fa_otp_help":"Open up your two factor authentication mobile app and copy the code","2fa_recuperation_code":"Enter a two factor recovery code","2fa_title":"Two Factor Authentication","2fa_wrong_validation":"The two factor authentication has failed.","back_homepage":"Zp\u011bt na domovskou str\u00e1nku","button_remember":"Remember Me","confirmation_again":"If you want to change your email address you can click here<\/a>.","create_account":"Create the first account by signing up<\/a>","email":"Email","email_change_current_email":"Current email address:","email_change_new":"New email address","email_change_title":"Change your email address","email_changed":"Your email address has been changed. Check your mailbox to validate it.","failed":"Tyto p\u0159ihla\u0161ovac\u00ed \u00fadaje neodpov\u00eddaj\u00ed ulo\u017een\u00fdm z\u00e1znam\u016fm.","login":"Login","login_again":"Please login again to your account","login_to_account":"Login to your account","mfa_auth_otp":"Authenticate with your two factor device","mfa_auth_u2f":"Authenticate with a U2F device","not_authorized":"Nejste opr\u00e1vn\u011bni prov\u00e9st tuto akci","password":"Password","password_forget":"Forget your password?","password_reset":"Reset your password","password_reset_action":"Reset Password","password_reset_email":"E-Mail Address","password_reset_email_content":"Click here to reset your password:","password_reset_password":"Password","password_reset_password_confirm":"Confirm Password","password_reset_send_link":"Send Password Reset Link","password_reset_title":"Reset Password","register_action":"Register","register_create_account":"You need to create an account to use Monica","register_email":"Enter a valid email address","register_email_example":"you@home","register_firstname":"First name","register_firstname_example":"eg. John","register_invitation_email":"For security purposes, please indicate the email of the person who\u2019ve invited you to join this account. This information is provided in the invitation email.","register_lastname":"Last name","register_lastname_example":"eg. Doe","register_login":"Log in<\/a> if you already have an account.","register_password":"Password","register_password_confirmation":"Password confirmation","register_password_example":"Enter a secure password","register_policy":"Signing up signifies you\u2019ve read and agree to our Privacy Policy<\/a> and Terms of use<\/a>.","register_title_create":"Create your Monica account","register_title_welcome":"Welcome to your newly installed Monica instance","signup":"Sign up","signup_disabled":"Nov\u00e9 registrace jsou aktu\u00e1ln\u011b zastaveny","signup_no_account":"Don\u2019t have an account?","throttle":"P\u0159\u00edli\u0161 mnoho pokus\u016f o p\u0159ihl\u00e1\u0161en\u00ed. Opakujte pokus za :seconds sekund.","u2f_otp_extension":"U2F is supported natively on Chrome, Firefox<\/a> and Opera. On old Firefox versions, install the U2F Support Add-on<\/a>."},"changelog":{"note":"Note: unfortunately, this page is only in English.","title":"Product changes"},"dashboard":{"dashboard_blank_cta":"Add your first contact","dashboard_blank_description":"Monica is the place to organize all the interactions you have with the ones you care about.","dashboard_blank_illustration":"Illustration by Freepik<\/a>","dashboard_blank_title":"Welcome to your account!","debts_you_owe":"You owe","linkedin_profile":"LinkedIn","notes_title":"You don\u2019t have any starred notes yet.","reminders_next_months":"Events in the next 3 months","reminders_none":"No reminder for this month","statistics_activities":"Aktivit","statistics_contacts":"Kontakt\u016f","statistics_gifts":"D\u00e1rk\u016f","tab_calls_blank":"You haven\u2019t logged a call yet.","tab_debts":"Debts","tab_debts_blank":"You haven\u2019t logged any debt yet.","tab_favorite_notes":"Favorite notes","tab_recent_calls":"Recent calls"},"format":{"full_hour":"h.i A","full_month":"F","full_month_year":"F Y","short_date":"M d","short_date_year":"M d, Y","short_date_year_time":"M d, Y H:i","short_day":"D","short_month":"M","short_month_year":"M Y"},"journal":{"delete_confirmation":"Opravdu chcete smazat tento den\u00edkov\u00fd z\u00e1znam?","entry_delete_success":"Z\u00e1znam den\u00edku byl \u00fasp\u011b\u0161n\u011b smaz\u00e1n.","journal_add":"P\u0159idat den\u00edkov\u00fd z\u00e1znam","journal_add_cta":"Ulo\u017eit","journal_add_date":"Date","journal_add_post":"Z\u00e1pis","journal_add_title":"Title (optional)","journal_blank_cta":"P\u0159idej sv\u016fj prvn\u00ed den\u00edkov\u00fd z\u00e1znam","journal_blank_description":"Den\u00edk umo\u017e\u0148uje zaznamen\u00e1v\u00e1n\u00ed ud\u00e1lost\u00ed kter\u00e9 se staly a uleh\u010duje jejich zapamatov\u00e1n\u00ed.","journal_come_back":"Thanks. Come back tomorrow to rate your day again.","journal_created_automatically":"Created automatically","journal_description":"Note: the journal lists both manual journal entries, and automatic entries like Activities done with your contacts. While you can delete journal entries manually, you\u2019ll have to delete the activity directly on the contact page.","journal_entry_rate":"You rated your day.","journal_entry_type_activity":"Activity","journal_entry_type_journal":"Journal entry","journal_rate":"How was your day? You can rate it once a day."},"mail":{"confirmation_email_button":"Verify email address","confirmation_email_intro":"To validate your email click on the button below","confirmation_email_title":"Monica \u2013 Email verification","footer_contact_info":"P\u0159idat, zobrazit, dodat a zm\u011bnit informace k t\u00e9to osob\u011b:","for":"PRO:","greetings":"Ahoj :username","notification_description":"In :count days (on :date), the following event will happen:","notification_subject_line":"You have an upcoming event","notifications_footer":"If you\u2019re having trouble clicking the \":actionText\" button, copy and paste the URL below into your web browser: [:actionURL](:actionURL)","notifications_hello":"Hello!","notifications_regards":"Regards","notifications_whoops":"Whoops!","stay_in_touch_subject_description":"You asked to be reminded to stay in touch with :name every :frequency days.","stay_in_touch_subject_line":"Stay in touch with :name","subject_line":"P\u0159ipom\u00ednka pro :contact","want_reminded_of":"CHT\u011aLI JSTE B\u00ddT UPOZORN\u011aNI NA"},"pagination":{"next":"Dal\u0161\u00ed »","previous":"« P\u0159edchoz\u00ed"},"passwords":{"changed":"Password changed successfuly.","invalid":"Current password you entered is not correct.","password":"Hesla mus\u00ed obsahovat alespo\u0148 \u0161est znak\u016f a oba z\u00e1pisy se mus\u00ed shodovat.","reset":"Heslo bylo resetov\u00e1no!","sent":"Pokud byl zadan\u00fd email nalezen mezi u\u017eivateli, byl na n\u011bj odesl\u00e1n odkaz na reset hesla.","token":"Toto nen\u00ed platn\u00fd odkaz na reset hesla.","user":"Pokud byl zadan\u00fd email nalezen mezi u\u017eivateli, byl na n\u011bj odesl\u00e1n odkaz na reset hesla."},"people":{"activities_activity":"Activity Category","activities_add_activity":"P\u0159idat aktivitu","activities_add_cta":"Zaznamenat aktivitu","activities_add_date_occured":"Datum, kdy do\u0161lo k aktivit\u011b","activities_add_error":"Error when adding the activity","activities_add_optional_comment":"Voliteln\u00fd koment\u00e1\u0159","activities_add_pick_activity":"(Optional) Would you like to categorize this activity? You don\u2019t have to, but it will give you statistics later on","activities_add_success":"Aktivita byla \u00fasp\u011b\u0161n\u011b p\u0159id\u00e1na","activities_add_title":"Spole\u010dn\u00e1 aktivita s :name?","activities_blank_add_activity":"P\u0159idat aktivitu","activities_blank_title":"Keep track of what you\u2019ve done with :name in the past, and what you\u2019ve talked about","activities_delete_confirmation":"Opravdu chcete smazat tuto aktivitu?","activities_delete_success":"Aktivita byla \u00fasp\u011b\u0161n\u011b smaz\u00e1na","activities_hide_details":"Skr\u00fdt detaily","activities_item_information":":Activity. Stalo se :date","activities_more_details":"V\u00edce detail\u016f","activities_profile_number_occurences":":value activity|:value activities","activities_profile_subtitle":"You\u2019ve logged :total_activities activity with :name in total and :activities_last_twelve_months in the last 12 months so far.|You\u2019ve logged :total_activities activities with :name in total and :activities_last_twelve_months in the last 12 months so far.","activities_profile_title":"Activities report between :name and you","activities_profile_year_summary":"Here is what you two have done in :year","activities_profile_year_summary_activity_types":"Here is a breakdown of the type of activities you\u2019ve done together in :year","activities_summary":"Popi\u0161te co jste d\u011blali","activities_update_success":"Aktivita byla \u00fasp\u011b\u0161n\u011b aktualizov\u00e1na","activities_view_activities_report":"View activities report","activities_who_was_involved":"Kdo byl zapojen?","activity_title":"Aktivity","activity_type_ate_at_his_place":"ate at their place","activity_type_ate_at_home":"j\u00eddlo doma","activity_type_ate_restaurant":"j\u00eddlo v restauraci","activity_type_category_cultural_activities":"Cultural activities","activity_type_category_food":"Food","activity_type_category_simple_activities":"Simple activities","activity_type_category_sport":"Sport","activity_type_did_sport_activities_together":"spole\u010dn\u00fd sport","activity_type_just_hung_out":"spole\u010dn\u00fd \u010das","activity_type_picknicked":"piknik","activity_type_talked_at_home":"promluvili jsme si doma","activity_type_watched_movie_at_home":"sledov\u00e1n\u00ed filmu doma","activity_type_went_bar":"n\u00e1v\u0161t\u011bva baru","activity_type_went_concert":"n\u00e1v\u0161t\u011bva koncertu","activity_type_went_museum":"n\u00e1v\u0161t\u011bva muzea","activity_type_went_play":"n\u00e1v\u0161t\u011bva z\u00e1pasu","activity_type_went_theater":"n\u00e1v\u0161t\u011bva divadla","age_approximate_in_years":"v\u011bk okolo :age","age_exact_birthdate":"narozeniny :date","age_exact_in_years":":age let","birthdate_not_set":"Datum narozen\u00ed nen\u00ed zad\u00e1no","call_blank_desc":"Volali jste :name","call_blank_title":"Udr\u017eujte p\u0159ehled o telefon\u00e1tech uskute\u010dn\u011bn\u00fdch s :name","call_button":"Zaznamenat telefon\u00e1t","call_delete_confirmation":"Opravdu chcete \u00fadaje o telefon\u00e1tu vymazat?","call_delete_success":"\u00dadaje o telefon\u00e1tu byly \u00fasp\u011b\u0161n\u011b smaz\u00e1ny","call_empty_comment":"Bez detail\u016f","call_title":"Telefon\u00e1ty","calls_add_success":"\u00dadaje o telefon\u00e1tu byly ulo\u017eeny.","contact_address_form_city":"City (optional)","contact_address_form_country":"Country (optional)","contact_address_form_name":"Label (optional)","contact_address_form_postal_code":"Postal code (optional)","contact_address_form_province":"Province (optional)","contact_address_form_street":"Street (optional)","contact_address_title":"Addresses","contact_info_address":"Lives in","contact_info_form_contact_type":"Contact type","contact_info_form_content":"Content","contact_info_form_personalize":"Personalize","contact_info_title":"Contact information","debt_add_add_cta":"P\u0159idat dluh","debt_add_amount":"celkem","debt_add_cta":"P\u0159idat dluh","debt_add_reason":"z n\u00e1sleduj\u00edc\u00edho d\u016fvodu (voliteln\u00e9)","debt_add_success":"Dluh byl \u00fasp\u011b\u0161n\u011b p\u0159id\u00e1n","debt_add_they_owe":":name mi dlu\u017e\u00ed","debt_add_title":"Spr\u00e1va dluh\u016f","debt_add_you_owe":"Dlu\u017e\u00edm :name","debt_delete_confirmation":"Opravdu chcete smazat tento dluh?","debt_delete_success":"Dluh byl \u00fasp\u011b\u0161n\u011b smaz\u00e1n","debt_edit_success":"Dluh byl \u00fasp\u011b\u0161n\u011b aktualizov\u00e1n","debt_edit_update_cta":"Aktualizovat dluh","debt_they_owe":":name mi dlu\u017e\u00ed :amount","debt_title":"Dluh\u016f","debt_you_owe":"Dlu\u017e\u00edm :amount","debts_blank_title":"Spravovat dluh pro :name nebo :name dlu\u017e\u00edc\u00ed mn\u011b","deceased_add_reminder":"Add a reminder for this date","deceased_age":"Age at death","deceased_know_date":"I know the date this person died","deceased_label":"Deceased","deceased_label_with_date":"Deceased on :date","deceased_mark_person_deceased":"Mark this person as deceased","deceased_reminder_title":"Anniversary of the death of :name","edit_contact_information":"Upravit informace kontaktu","food_preferencies_add_success":"Informace o obl\u00edben\u00fdch potravin\u00e1ch ulo\u017eeny","food_preferencies_cta":"P\u0159idat up\u0159ednost\u0148ovan\u00e9 potraviny","food_preferencies_edit_cta":"Ulo\u017eit informace o potravin\u00e1ch","food_preferencies_edit_description":"Mo\u017en\u00e1 m\u00e1 :firstname nebo n\u011bkdo z rodiny :family alergii. Nebo nemus\u00ed n\u011bjak\u00e9 specifick\u00e9 v\u00edno. Pozna\u010dte si to zde, abyste si vzpom\u011bli p\u0159ed p\u0159\u00ed\u0161t\u00edm pozv\u00e1n\u00edm na ve\u010de\u0159i","food_preferencies_edit_description_no_last_name":"Mo\u017en\u00e1 m\u00e1 :firstname alergii. Nebo nemus\u00ed n\u011bjak\u00e9 specifick\u00e9 v\u00edno. Pozna\u010dte si to zde, abyste si vzpom\u011bli p\u0159ed p\u0159\u00ed\u0161t\u00edm pozv\u00e1n\u00edm na ve\u010de\u0159i","food_preferencies_edit_title":"Zapsat up\u0159ednost\u0148ovan\u00e9 potraviny","food_preferencies_title":"Up\u0159ednost\u0148ovan\u00e9 potraviny","gifts_add_comment":"Koment\u00e1\u0159 (voliteln\u00e9)","gifts_add_gift":"P\u0159idat d\u00e1rek","gifts_add_gift_already_offered":"D\u00e1rek ji\u017e darov\u00e1n","gifts_add_gift_idea":"N\u00e1pad na d\u00e1rek","gifts_add_gift_received":"Gift received","gifts_add_gift_title":"Co je tento d\u00e1rek za\u010d?","gifts_add_link":"Odkaz na webovou str\u00e1nku (voliteln\u00e9)","gifts_add_someone":"This gift is for someone in :name\u2019s family in particular","gifts_add_success":"D\u00e1rek byl \u00fasp\u011b\u0161n\u011b p\u0159id\u00e1n","gifts_add_title":"Spr\u00e1va d\u00e1rk\u016f pro :name","gifts_add_value":"Hodnota (voliteln\u00e9)","gifts_delete_confirmation":"Opravdu chcete smazat tento d\u00e1rek?","gifts_delete_cta":"Smazat","gifts_delete_success":"D\u00e1rek byl \u00fasp\u011b\u0161n\u011b smaz\u00e1n","gifts_for":"For:","gifts_ideas":"Gift ideas","gifts_link":"Odkaz","gifts_mark_offered":"Mark as offered","gifts_offered":"darov\u00e1no","gifts_offered_as_an_idea":"Mark as an idea","gifts_received":"Gifts received","gifts_title":"Gifts","gifts_update_success":"The gift has been updated successfully","gifts_view_comment":"View comment","information_edit_avatar":"Fotografie\/avatar kontaktu","information_edit_exact":"V\u00edm p\u0159esn\u00e9 datum narozen\u00ed t\u00e9to osoby, kter\u00e9 je","information_edit_firstname":"Jm\u00e9no","information_edit_lastname":"P\u0159\u00edjmen\u00ed (voliteln\u00e9)","information_edit_linkedin":"LinkedIn profil (voliteln\u00e9)","information_edit_max_size":"Max :size Mb.","information_edit_not_year":"I know the day and month of the birthdate of this person, but not the year\u2026","information_edit_probably":"Tato osoba je p\u0159ibli\u017en\u011b","information_edit_success":"Profil byl \u00fasp\u011b\u0161n\u011b aktualizov\u00e1n","information_edit_title":"Upravit osobn\u00ed informace o :name","information_edit_unknown":"Nezn\u00e1m v\u011bk t\u00e9to osoby","information_no_linkedin_defined":"LinkedIn nebyl zad\u00e1n","information_no_work_defined":"\u017d\u00e1dn\u00e9 informace o pr\u00e1ci","information_work_at":"v :company","introductions_add_reminder":"Add a reminder to celebrate this encounter on the anniversary this event happened","introductions_additional_info":"Explain how and where you met","introductions_blank_cta":"Indicate how you met :name","introductions_edit_met_through":"Has someone introduced you to this person?","introductions_first_met_date":"Date you met","introductions_first_met_date_known":"This is the date we met","introductions_met_date":"Met on :date","introductions_met_through":"Met through :name<\/a>","introductions_no_first_met_date":"I don\u2019t know the date we met","introductions_no_met_through":"No one","introductions_reminder_title":"Anniversary of the day you first met","introductions_sidebar_title":"How you met","introductions_title_edit":"How did you meet :name?","introductions_update_success":"You\u2019ve successfully updated the information about how you met this person","last_activity_date":"Posledn\u00ed spole\u010dn\u00e1 aktivita: :date","last_activity_date_empty":"Posledn\u00ed spole\u010dn\u00e1 aktivita: nezn\u00e1mo","last_called":"Posledn\u00ed telefon\u00e1t: :date","last_called_empty":"Posledn\u00ed telefon\u00e1t: nezn\u00e1mo","link_to_list":"Seznam osob","linkedin_profile":"LinkedIn profile","modal_call_change":"Upravit","modal_call_comment":"O \u010dem byla \u0159e\u010d? (voliteln\u00e9)","modal_call_date":"K telefon\u00e1tu do\u0161lo dnes.","modal_call_exact_date":"Telefonovali jsme","modal_call_title":"Zaznamenat telefon\u00e1t","notes_add_cta":"P\u0159idat pozn\u00e1mku","notes_create_success":"Pozn\u00e1mka byla \u00fasp\u011b\u0161n\u011b vytvo\u0159ena","notes_delete_confirmation":"Opravdu chcete smazat tuto pozn\u00e1mku? Smaz\u00e1n\u00ed je trval\u00e9.","notes_delete_success":"Pozn\u00e1mka byla \u00fasp\u011b\u0161n\u011b smaz\u00e1na","notes_delete_title":"Delete a note","notes_favorite":"Add\/remove from favorites","notes_update_success":"Pozn\u00e1mka byla \u00fasp\u011b\u0161n\u011b ulo\u017eena","people_add_birthday_reminder":"Pop\u0159\u00e1t k narozenin\u00e1m :name","people_add_cta":"P\u0159idat tuto osobu","people_add_firstname":"Jm\u00e9no","people_add_gender":"Pohlav\u00ed","people_add_import":"Chcete importovat sv\u00e9 kontakty<\/a>?","people_add_lastname":"P\u0159\u00edjmen\u00ed (voliteln\u00e9)","people_add_middlename":"Prost\u0159edn\u00ed jm\u00e9no (voliteln\u00e9)","people_add_missing":"No Person Found Add New One Now","people_add_nickname":"Nickname (Optional)","people_add_reminder_for_birthday":"Create an annual reminder for the birthday","people_add_success":":name has been successfully created","people_add_title":"P\u0159idat novou osobu","people_delete_click_here":"klikn\u011bte zde","people_delete_confirmation":"Opravdu chcete smazat tento kontakt? Smaz\u00e1n\u00ed je trval\u00e9.","people_delete_message":"Pokud pot\u0159ebujete smazat tento \u00fa\u010det,","people_delete_success":"Kontakt byl smaz\u00e1n","people_edit_email_error":"There is already a contact in your account with this email address. Please choose another one.","people_export":"Export as vCard","people_list_account_upgrade_cta":"Upgrade now","people_list_account_upgrade_title":"Upgrade your account to unlock it to its full potential.","people_list_account_usage":"Your account usage: :current\/:limit contacts","people_list_blank_cta":"N\u011bkoho p\u0159idat","people_list_blank_title":"Zat\u00edm jste do sv\u00e9ho \u00fa\u010dtu nikoho nep\u0159idali","people_list_clear_filter":"Vy\u010distit filtr","people_list_contacts_per_tags":"1 kontakt|:count kontakt\u016f","people_list_filter_tag":"Showing all the contacts tagged with","people_list_filter_untag":"Showing all untagged contacts","people_list_firstnameAZ":"\u0158adit podle jm\u00e9na A \u2192 Z","people_list_firstnameZA":"\u0158adit podle jm\u00e9na Z \u2192 A","people_list_last_updated":"Naposledy konzultov\u00e1no:","people_list_lastactivitydateNewtoOld":"Sort by last activity date newest to oldest","people_list_lastactivitydateOldtoNew":"Sort by last activity date oldest to newest","people_list_lastnameAZ":"\u0158adit podle p\u0159\u00edjmen\u00ed A \u2192 Z","people_list_lastnameZA":"\u0158adit podle p\u0159\u00edjmen\u00ed Z \u2192 A","people_list_number_kids":"1 d\u00edt\u011b|:count d\u011bti","people_list_number_reminders":"1 p\u0159ipom\u00ednka|:count p\u0159ipom\u00ednek","people_list_sort":"\u0158azen\u00ed","people_list_stats":"1 kontakt|:count kontakt\u016f","people_list_untagged":"View untagged contacts","people_save_and_add_another_cta":"Submit and add someone else","people_search":"Prohledat kontakty...","people_search_no_results":"Nebyly nalezeny \u017e\u00e1dn\u00e9 odpov\u00eddaj\u00edc\u00ed kontakty :(","pets_bird":"Bird","pets_cat":"Cat","pets_create_success":"The pet has been sucessfully added","pets_delete_success":"The pet has been deleted","pets_dog":"Dog","pets_fish":"Fish","pets_hamster":"Hamster","pets_horse":"Horse","pets_kind":"Kind of pet","pets_name":"Name (optional)","pets_other":"Other","pets_rabbit":"Rabbit","pets_rat":"Rat","pets_reptile":"Reptile","pets_small_animal":"Small animal","pets_title":"Pets","pets_update_success":"The pet has been updated","relationship_delete_confirmation":"Are you sure you want to delete this relationship? Deletion is permanent.","relationship_form_add":"Add a new relationship","relationship_form_add_choice":"Who is the relationship with?","relationship_form_add_description":"This will let you treat this significant other like any other contact.","relationship_form_add_no_existing_contact":"You don\u2019t have any contacts who can be related to :name at the moment.","relationship_form_add_success":"The relationship has been successfully set.","relationship_form_also_create_contact":"Create a Contact entry for this person.","relationship_form_associate_contact":"An existing contact","relationship_form_associate_dropdown":"Search and select an existing contact from the dropdown below","relationship_form_associate_dropdown_placeholder":"Search and select an existing contact","relationship_form_create_contact":"Add a new person","relationship_form_deletion_success":"The relationship has been deleted.","relationship_form_edit":"Edit an existing relationship","relationship_form_is_with":"This person is...","relationship_unlink_confirmation":"Are you sure you want to delete this relationship? This person will not be deleted \u2013 only the relationship between the two.","reminder_frequency_day":"every day|every :number days","reminder_frequency_month":"ka\u017ed\u00fd m\u011bs\u00edc|ka\u017ed\u00e9 :number m\u011bs\u00edce","reminder_frequency_one_time":":date","reminder_frequency_week":"ka\u017ed\u00fd t\u00fdden|ka\u017ed\u00e9 :number t\u00fddny","reminder_frequency_year":"ka\u017ed\u00fd rok|ka\u017ed\u00e9 :number roky","reminders_add_cta":"P\u0159idat upozorn\u011bn\u00ed","reminders_add_description":"Pros\u00edm upozornit na...","reminders_add_error_custom_text":"Mus\u00edte zadat text tohoto upozorn\u011bn\u00ed","reminders_add_next_time":"Kdy budete cht\u00edt b\u00fdt na tuto skute\u010dnost p\u0159\u00ed\u0161t\u011b upozorn\u011bni?","reminders_add_once":"Upozornit pouze jedenkr\u00e1t","reminders_add_recurrent":"Upozornit","reminders_add_starting_from":"po datu zadan\u00e9m v\u00fd\u0161e","reminders_add_title":"Na co chcete b\u00fdt upozor\u0148ov\u00e1ni pro osobu :name?","reminders_birthday":"Narozeniny m\u00e1 :name","reminders_blank_add_activity":"P\u0159idat upozorn\u011bn\u00ed","reminders_blank_title":"Je n\u011bco na co chcete b\u00fdt upozor\u0148ov\u00e1ni pro osobu :name?","reminders_create_success":"Upozorn\u011bn\u00ed bylo \u00fasp\u011b\u0161n\u011b p\u0159id\u00e1no","reminders_cta":"P\u0159idat upozorn\u011bn\u00ed","reminders_delete_confirmation":"Opravdu chcete smazat toto upozorn\u011bn\u00ed?","reminders_delete_cta":"Smazat","reminders_delete_success":"Upozorn\u011bn\u00ed bylo \u00fasp\u011b\u0161n\u011b smaz\u00e1no","reminders_description":"Pro ka\u017ed\u00e9 upozorn\u011bn\u00ed n\u00ed\u017ee bude posl\u00e1n email. Upozorn\u011bn\u00ed jsou rozes\u00edl\u00e1na r\u00e1no v den ud\u00e1losti. Automatick\u00e1 upozorn\u011bn\u00ed pro zadan\u00e1 data narozen\u00ed nelze smazat. Pokud chcete zm\u011bnit tato data, upravte datum narozen\u00ed kontakt\u016f.","reminders_edit_update_cta":"Update reminder","reminders_free_plan_warning":"You are on the Free plan. No emails are sent on this plan. To receive your reminders by email, upgrade your account.","reminders_next_expected_date":"v","reminders_one_time":"Jedenkr\u00e1t","reminders_type_month":"m\u011bs\u00ed\u010dn\u011b","reminders_type_week":"t\u00fddn\u011b","reminders_type_year":"ro\u010dn\u011b","reminders_update_success":"The reminder has been updated successfully","section_contact_information":"Contact information","section_personal_activities":"Aktivity","section_personal_gifts":"D\u00e1rky","section_personal_notes":"Notes","section_personal_reminders":"Upozorn\u011bn\u00ed","section_personal_tasks":"\u00dakoly","set_favorite":"Favorite contacts are placed at the top of the contact list","stay_in_touch":"Stay in touch","stay_in_touch_frequency":"Stay in touch every day|Stay in touch every {count} days","stay_in_touch_invalid":"The frequency must be a number greater than 0.","stay_in_touch_modal_desc":"We can remind you by email to keep in touch with {firstname} at a regular interval.","stay_in_touch_modal_label":"Send me an email every...","stay_in_touch_modal_title":"Stay in touch","stay_in_touch_premium":"You need to upgrade your account to make use of this feature","tag_add":"add a tag","tag_edit":"Upravit tag","tasks_add_task":"P\u0159idat \u00fakol","tasks_blank_title":"You don\u2019t have any tasks yet.","tasks_complete_success":"\u00dakol \u00fasp\u011b\u0161n\u011b zm\u011bnil sv\u016fj stav","tasks_delete_success":"\u00dakol byl \u00fasp\u011b\u0161n\u011b smaz\u00e1n","tasks_form_description":"Description (optional)","tasks_form_title":"Title","work_add_cta":"Aktualizovat informace o pr\u00e1ci","work_edit_company":"Spole\u010dnost (voliteln\u00e9)","work_edit_job":"Pracovn\u00ed pozice (voliteln\u00e9)","work_edit_success":"Informace o pr\u00e1ci \u00fasp\u011b\u0161n\u011b aktualizov\u00e1ny","work_edit_title":"Aktualizovat informace o pr\u00e1ci pro :name","work_information":"Work information"},"reminder":{"type_birthday":"Pop\u0159\u00e1t k narozenin\u00e1m","type_birthday_kid":"Pop\u0159\u00e1t k narozenin\u00e1m d\u00edt\u011bti od","type_email":"Email","type_hangout":"Setk\u00e1n\u00ed s","type_lunch":"Ob\u011bd s","type_phone_call":"Zavolat"},"settings":{"2fa_disable_description":"Disable Two Factor Authentication for your account. Be careful, your account will not be secured anymore !","2fa_disable_error":"Error when trying to disable Two Factor Authentication","2fa_disable_success":"Two Factor Authentication disabled","2fa_disable_title":"Disable Two Factor Authentication","2fa_enable_description":"Enable Two Factor Authentication to increase security with your account.","2fa_enable_error":"Error when trying to activate Two Factor Authentication","2fa_enable_error_already_set":"Two Factor Authentication is already activated","2fa_enable_otp":"Open up your two factor authentication mobile app and scan the following QR barcode:","2fa_enable_otp_help":"If your two factor authentication mobile app does not support QR barcodes, enter in the following code:","2fa_enable_otp_validate":"Please validate the new device you\u2019ve just set:","2fa_enable_success":"Two Factor Authentication activated","2fa_enable_title":"Enable Two Factor Authentication","2fa_otp_title":"Two Factor Authentication mobile application","2fa_title":"Two Factor Authentication","api_authorized_clients":"List of authorized clients","api_authorized_clients_desc":"This section lists all the clients you\u2019ve authorized to access your application. You can revoke this authorization at anytime.","api_authorized_clients_name":"Name","api_authorized_clients_scopes":"Scopes","api_authorized_clients_title":"Authorized Applications","api_description":"The API can be used to manipulate Monica\u2019s data from an external application, like a mobile application for instance.","api_oauth_clientid":"Client ID","api_oauth_clients":"Your Oauth clients","api_oauth_clients_desc":"This section lets you register your own OAuth clients.","api_oauth_create":"Create Client","api_oauth_create_new":"Create New Client","api_oauth_name":"Name","api_oauth_name_help":"Something your users will recognize and trust.","api_oauth_not_created":"You have not created any OAuth clients.","api_oauth_redirecturl":"Redirect URL","api_oauth_redirecturl_help":"Your application\u2019s authorization callback URL.","api_oauth_secret":"Secret","api_oauth_title":"Oauth Clients","api_pao_description":"Make sure you give this token to a source you trust \u2013 as they allow you to access all your data.","api_personal_access_tokens":"Personal access tokens","api_title":"API access","api_token_create":"Create Token","api_token_create_new":"Create New Token","api_token_delete":"Delete","api_token_help":"Here is your new personal access token. This is the only time it will be shown so don\u2019t lose it! You may now use this token to make API requests.","api_token_name":"Name","api_token_not_created":"You have not created any personal access tokens.","api_token_scopes":"Scopes","api_token_title":"Personal access token","currency":"M\u011bna","delete_cta":"Smazat \u00fa\u010det","delete_desc":"Opravdu chcete smazat tento \u00fa\u010det? Varov\u00e1n\u00ed: smaz\u00e1n\u00ed \u00fa\u010dtu je trval\u00e9 a v\u0161echna data \u00fa\u010dtu budou trvale vymaz\u00e1na.","delete_notice":"Opravdu chcete smazat sv\u016fj \u00fa\u010det? Pot\u00e9 nebude cesty zp\u011bt.","delete_title":"Smazat \u00fa\u010det","email":"Emailov\u00e1 adresa","email_help":"This is the email used to login, and this is where you\u2019ll receive your reminders.","email_placeholder":"Vlo\u017eit email","export_be_patient":"Kliknout na tla\u010d\u00edtko pro spu\u0161t\u011bn\u00ed exportu. Zpracov\u00e1n\u00ed exportu m\u016f\u017ee zabrat a\u017e n\u011bkolik minut \u2013 bu\u010fte pros\u00edm trp\u011bliv\u00ed a neklikejte v\u00edcekr\u00e1t.","export_sql_cta":"Exportovat jako SQL","export_sql_explanation":"Export dat v SQL form\u00e1tu je umo\u017e\u0148uje p\u0159ev\u00e9st a importovat do vlastn\u00ed instance Monica. Toto se hod\u00ed hlavn\u011b pokud provozujete vlastn\u00ed server.","export_sql_link_instructions":"Pozn\u00e1mka: p\u0159e\u010dt\u011bte si instrukce<\/a> abyste se dozv\u011bd\u011bli v\u00edce o importu tohoto souboru do vlastn\u00ed instance.","export_title":"Exportovat data \u00fa\u010dtu","export_title_sql":"Exportovat jako SQL","firstname":"First name","import_blank_cta":"Importovat vCard","import_blank_description":"Um\u00edme importovat soubory vCard, kter\u00e9 m\u016f\u017eete z\u00edskat z Google Contacts nebo sv\u00e9ho spr\u00e1vce kontakt\u016f.","import_blank_question":"Chcete nyn\u00ed importovat kontakty?","import_blank_title":"You haven\u2019t imported any contacts yet.","import_cta":"Nahr\u00e1t kontakty","import_in_progress":"Prob\u00edh\u00e1 import. Obnovit str\u00e1nku za jednu minutu.","import_need_subscription":"Importing data requires a subscription.","import_report_date":"Datum importu","import_report_number_contacts":"Po\u010det kontakt\u016f v souboru","import_report_number_contacts_imported":"Po\u010det importovan\u00fdch kontakt\u016f","import_report_number_contacts_skipped":"Po\u010det p\u0159esko\u010den\u00fdch kontakt\u016f","import_report_status_imported":"Importov\u00e1no","import_report_status_skipped":"P\u0159esko\u010deno","import_report_title":"Report importu","import_report_type":"Typ importu","import_result_stat":"Uploaded vCard with 1 contact (:total_imported imported, :total_skipped skipped)|Uploaded vCard with :total_contacts contacts (:total_imported imported, :total_skipped skipped)","import_stat":"You\u2019ve imported :number files so far.","import_title":"Importovat kontakty do sv\u00e9ho \u00fa\u010dtu","import_upload_behaviour":"Import behaviour:","import_upload_behaviour_add":"Add new contacts, skip existing","import_upload_behaviour_help":"Note: Replacing will replace all data found in the vCard, but will keep existing contact fields.","import_upload_behaviour_replace":"Replace existing contacts","import_upload_form_file":"V\u00e1\u0161 .vcf<\/code> nebo .vCard<\/code> soubor:","import_upload_rule_cant_revert":"Make sure data is accurate before uploading, as you can\u2019t undo the upload.","import_upload_rule_format":"Podporujeme .vcard<\/code> a .vcf<\/code> soubory.","import_upload_rule_instructions":"Instrukce pro export z Contacts.app (macOS)<\/a> a Google Contacts<\/a>.","import_upload_rule_limit":"Velikost soubor\u016f je limitov\u00e1na na 10MB.","import_upload_rule_multiple":"Pokud maj\u00ed va\u0161e kontakty v\u00edcero email\u016f nebo telefonn\u00edch \u010d\u00edsel, bude importov\u00e1n pouze prvn\u00ed z t\u011bchto z\u00e1znam\u016f.","import_upload_rule_time":"Nahr\u00e1n\u00ed a zpracov\u00e1n\u00ed kontakt\u016f m\u016f\u017ee zabrat a\u017e 1 minutu. Bu\u010fte trp\u011bliv\u00ed.","import_upload_rule_vcard":"Podporujeme form\u00e1t vCard 3.0, kter\u00fd je v\u00fdchoz\u00edm form\u00e1tem aplikac\u00ed Contacts.app (macOS) a Google Contacts.","import_upload_rules_desc":"M\u00e1me ale n\u011bkolik pravidel:","import_upload_title":"Importovat kontakty z vCard souboru","import_vcard_contact_exist":"Kontakt ji\u017e existuje","import_vcard_contact_no_firstname":"Chyb\u00ed jm\u00e9no (vy\u017eadov\u00e1no)","import_vcard_file_no_entries":"File contains no entries","import_vcard_file_not_found":"File not found","import_vcard_unknown_entry":"Unknown contact name","import_view_report":"Zobrazit report","lastname":"Last name","layout":"Vzhled","layout_big":"Pln\u00e1 \u0161\u00ed\u0159ka prohl\u00ed\u017ee\u010de","layout_small":"Maxim\u00e1ln\u011b 1200 pixel\u016f \u0161irok\u00fd","locale":"Jazyk pou\u017eit\u00fd v aplikaci","locale_cs":"Czech","locale_de":"N\u011bm\u010dina","locale_en":"Angli\u010dtina","locale_es":"Spanish","locale_fr":"Francouz\u0161tina","locale_he":"Hebrew","locale_it":"Italian","locale_nl":"Dutch","locale_pt":"Portuguese","locale_ru":"Ru\u0161tina","locale_tr":"Turkish","locale_zh":"Chinese Simplified","name":"Vlastn\u00ed jm\u00e9no: :name","name_order":"\u0158azen\u00ed jmen","name_order_firstname_lastname":" - John Doe","name_order_firstname_lastname_nickname":" () - John Doe (Rambo)","name_order_firstname_nickname_lastname":" () - John (Rambo) Doe","name_order_lastname_firstname":" - Doe John","name_order_lastname_firstname_nickname":" () - Doe John (Rambo)","name_order_lastname_nickname_firstname":" () - Doe (Rambo) John","name_order_nickname":" - Rambo","password_btn":"Change password","password_change":"Password change","password_current":"Current password","password_current_placeholder":"Enter your current password","password_new1":"New password","password_new1_placeholder":"Enter a new password","password_new2":"Confirmation","password_new2_placeholder":"Retype the new password","personalisation_paid_upgrade":"This is a premium feature that requires a Paid subscription to be active. Upgrade your account by visiting Settings > Subscription.","personalization_activity_type_add_button":"Add a new activity type","personalization_activity_type_category_add":"Add a new activity type category","personalization_activity_type_category_description":"An activity done with one of your contact can have a type and a category type. Your account comes by default with a set of predefined category types, but you can customize everything here.","personalization_activity_type_category_modal_add":"Add a new activity type category","personalization_activity_type_category_modal_delete":"Delete an activity type category","personalization_activity_type_category_modal_delete_desc":"Are you sure you want to delete this category? Deleting it will delete all associated activity types. However, activities that belong to this category will not be affected by this deletion.","personalization_activity_type_category_modal_delete_error":"We can\u2019t find this activity type category.","personalization_activity_type_category_modal_edit":"Edit an activity type category","personalization_activity_type_category_modal_question":"How should we name this new category?","personalization_activity_type_category_table_actions":"Actions","personalization_activity_type_category_table_name":"Name","personalization_activity_type_category_title":"Activity type categories","personalization_activity_type_modal_add":"Add a new activity type","personalization_activity_type_modal_delete":"Delete an activity type","personalization_activity_type_modal_delete_desc":"Are you sure you want to delete this activity type? Activities that belong to this category will not be affected by this deletion.","personalization_activity_type_modal_delete_error":"We can\u2019t find this activity type.","personalization_activity_type_modal_edit":"Edit an activity type","personalization_activity_type_modal_question":"How should we name this new activity type?","personalization_contact_field_type_add":"Add new field type","personalization_contact_field_type_add_success":"The contact field type has been successfully added.","personalization_contact_field_type_delete_success":"The contact field type has been deleted with success.","personalization_contact_field_type_description":"Here you can configure all the different types of contact fields that you can associate to all your contacts. If in the future, a new social network appears, you will be able to add this new type of ways of contacting your contacts right here.","personalization_contact_field_type_edit_success":"The contact field type has been successfully updated.","personalization_contact_field_type_modal_delete_description":"Are you sure you want to delete this contact field type? Deleting this type of contact field will delete ALL the data with this type for all your contacts.","personalization_contact_field_type_modal_delete_title":"Delete an existing contact field type","personalization_contact_field_type_modal_edit_title":"Edit an existing contact field type","personalization_contact_field_type_modal_icon":"Icon (optional)","personalization_contact_field_type_modal_icon_help":"You can associate an icon with this contact field type. You need to add a reference to a Font Awesome icon.","personalization_contact_field_type_modal_name":"Name","personalization_contact_field_type_modal_protocol":"Protocol (optional)","personalization_contact_field_type_modal_protocol_help":"Each new contact field type can be clickable. If a protocol is set, we will use it to trigger the action that is set.","personalization_contact_field_type_modal_title":"Add a new contact field type","personalization_contact_field_type_table_actions":"Actions","personalization_contact_field_type_table_name":"Name","personalization_contact_field_type_table_protocol":"Protocol","personalization_contact_field_type_title":"Contact field types","personalization_genders_add":"Add new gender type","personalization_genders_desc":"You can define as many genders as you need to. You need at least one gender type in your account.","personalization_genders_modal_add":"Add gender type","personalization_genders_modal_delete":"Delete gender type","personalization_genders_modal_delete_desc":"Are you sure you want to delete {name}?","personalization_genders_modal_delete_question":"You currently have {count} contact that has this gender. If you delete this gender, what gender should this contact have?|You currently have {count} contacts that have this gender. If you delete this gender, what gender should these contacts have?","personalization_genders_modal_edit":"Update gender type","personalization_genders_modal_edit_question":"How should this new gender be renamed?","personalization_genders_modal_error":"Please choose a valid gender from the list.","personalization_genders_modal_question":"How should this new gender be called?","personalization_genders_title":"Gender types","personalization_module_desc":"Some people don\u2019t need all the features. Below you can toggle specific features that are used on a contact sheet. This change will affect ALL your contacts. Note that if you turn off one of these features, data will not be lost - we will simply hide the feature.","personalization_module_save":"The change has been saved","personalization_module_title":"Features","personalization_reminder_rule_desc":"For every reminder that you set, we can send you an email some days before the event happens. You can toggle those notifications here. Note that those notifications only apply to monthly and yearly reminders.","personalization_reminder_rule_line":"{count} day before|{count} days before","personalization_reminder_rule_save":"The change has been saved","personalization_reminder_rule_title":"Reminder rules","personalization_tab_title":"Personalize your account","personalization_title":"Here you can find different settings to configure your account. These features are more for \u201cpower users\u201d who want maximum control over Monica.","reminder_time_to_send":"Time of the day reminders should be sent","reminder_time_to_send_help":"For your information, your next reminder will be sent on {dateTime}<\/span>.","reset_cta":"Resetovat \u00fa\u010det","reset_desc":"Opravdu chcete resetovat sv\u016fj \u00fa\u010det? Toto odstran\u00ed v\u0161echny kontakty a jejich souvisej\u00edc\u00ed data. \u00da\u010det nebude smaz\u00e1n.","reset_notice":"Opravdu chcete resetovat sv\u016fj \u00fa\u010det? Pot\u00e9 nebude cesty zp\u011bt.","reset_success":"\u00da\u010det byl \u00fasp\u011b\u0161n\u011b zresetov\u00e1n","reset_title":"Resetovat vlastn\u00ed \u00fa\u010det","save":"Aktualizovat p\u0159edvolby","security_help":"Change security matters for your account.","security_title":"Security","settings_success":"P\u0159edvolby aktualizov\u00e1ny!","sidebar_personalization":"Personalization","sidebar_settings":"Nastaven\u00ed \u00fa\u010dtu","sidebar_settings_api":"API","sidebar_settings_export":"Exportovat data","sidebar_settings_import":"Importovat data","sidebar_settings_security":"Security","sidebar_settings_subscriptions":"Odb\u011bry","sidebar_settings_tags":"Spr\u00e1va tag\u016f","sidebar_settings_users":"U\u017eivatel\u00e9","subscriptions_account_current_paid_plan":"You are on the :name plan. Thanks so much for being a subscriber.","subscriptions_account_current_plan":"Aktu\u00e1ln\u00ed pl\u00e1n","subscriptions_account_free_plan":"Vyu\u017e\u00edv\u00e1te bezplatnou verzi.","subscriptions_account_free_plan_benefits_import_data_vcard":"Import your contacts with vCard","subscriptions_account_free_plan_benefits_reminders":"Reminders by email","subscriptions_account_free_plan_benefits_support":"Dlouhodob\u00e1 podpora projektu, kter\u00e1 umo\u017en\u00ed zaveden\u00ed dal\u0161\u00edch skv\u011bl\u00fdch funkc\u00ed.","subscriptions_account_free_plan_benefits_users":"Neomezen\u00fd po\u010det u\u017eivatel\u016f","subscriptions_account_free_plan_upgrade":"Sv\u016fj \u00fa\u010det m\u016f\u017eete pov\u00fd\u0161it na verzi :name, kter\u00e1 m\u011bs\u00ed\u010dn\u011b stoj\u00ed $:price. Zde jsou v\u00fdhody:","subscriptions_account_invoices":"Faktury","subscriptions_account_invoices_download":"St\u00e1hnout","subscriptions_account_next_billing":"K automatick\u00e9mu obnoven\u00ed dojde :date<\/strong>. Odb\u011br m\u016f\u017eete zru\u0161it<\/a> kdykoliv.","subscriptions_account_payment":"Which payment option fits you best?","subscriptions_account_upgrade":"Nav\u00fd\u0161it sv\u016fj \u00fa\u010det","subscriptions_account_upgrade_choice":"Pick a plan below and join over :customers persons who upgraded their Monica.","subscriptions_account_upgrade_title":"Upgrade Monica today and have more meaningful relationships.","subscriptions_back":"Back to settings","subscriptions_downgrade_cta":"P\u0159ej\u00edt","subscriptions_downgrade_limitations":"Bezplatn\u00e1 verze m\u00e1 omezen\u00ed. K p\u0159echodu na bezplatnou verzi mus\u00edte proj\u00edt seznam n\u00ed\u017ee:","subscriptions_downgrade_rule_invitations":"Nesm\u00edte m\u00edt \u010dekaj\u00edc\u00ed pozv\u00e1nky","subscriptions_downgrade_rule_invitations_constraint":"You currently have 1 pending invitation<\/a> sent to people.|You currently have :count pending invitations<\/a> sent to people.","subscriptions_downgrade_rule_users":"Sm\u00edte m\u00edt pouze jednoho u\u017eivatele \u00fa\u010dtu","subscriptions_downgrade_rule_users_constraint":"You currently have 1 user<\/a> in your account.|You currently have :count users<\/a> in your account.","subscriptions_downgrade_success":"You are back to the Free plan!","subscriptions_downgrade_thanks":"Thanks so much for having tried the paid plan. We keep adding new features on Monica all the time \u2013 so you might want to come back in the future to see if you might be interested in taking a subscription again.","subscriptions_downgrade_title":"P\u0159ej\u00edt na bezplatnou verzi","subscriptions_help_change_desc":"You can cancel anytime, no questions asked, and all by yourself \u2013 no need to contact support or whatever. However, you will not be refunded for the current period.","subscriptions_help_change_title":"What if I change my mind?","subscriptions_help_discounts_desc":"We do! Monica is free for students, and free for non-profits and charities. Just contact the support<\/a> with a proof of your status and we\u2019ll apply this special status in your account.","subscriptions_help_discounts_title":"Do you have discounts for non-profits and education?","subscriptions_help_limits_plan":"Absolutely not. Free plans do not have limitations on the number of contacts you can have.","subscriptions_help_limits_title":"Is there any limit to the number of contacts we can have on the free plan?","subscriptions_help_opensource_desc":"Monica is an open source project. This means it is built by an entirely benevolent community who just wants to provide a great tool for the greater good. Being open source means the code is publicly available on GitHub, and everyone can inspect it, modify it or enhance it. All the money we raise is dedicated to build better features, have more powerful servers, help pay the bills. Thanks for your help. We couldn\u2019t do it without you \u2013 litterally.","subscriptions_help_opensource_title":"What is an open source project?","subscriptions_help_title":"Additional details you may be curious about","subscriptions_pdf_title":"V\u00e1\u0161 m\u011bs\u00ed\u010dn\u00ed pl\u00e1n :name","subscriptions_plan_choose":"Choose this plan","subscriptions_plan_include1":"Included with your upgrade:","subscriptions_plan_include2":"Unlimited number of users \u2022 Reminders by email \u2022 Import with vCard \u2022 Personalization of the contact sheet","subscriptions_plan_include3":"100% of the profits go the development of this great open source project.","subscriptions_plan_month_bonus":"Cancel any time","subscriptions_plan_month_cost":"$5\/month","subscriptions_plan_month_title":"Pay monthly","subscriptions_plan_year_bonus":"Peace of mind for a whole year","subscriptions_plan_year_cost":"$45\/year","subscriptions_plan_year_cost_save":"you\u2019ll save 25%","subscriptions_plan_year_title":"Pay annually","subscriptions_upgrade_charge":"We\u2019ll charge your card USD $:price now. The next charge will be on :date. If you ever change your mind, you can cancel anytime, no questions asked.","subscriptions_upgrade_charge_handled":"The payment is handled by Stripe<\/a>. No card information touches our server.","subscriptions_upgrade_choose":"You picked the :plan plan.","subscriptions_upgrade_credit":"Kreditn\u00ed nebo debetn\u00ed karta","subscriptions_upgrade_infos":"We couldn\u2019t be happier. Enter your payment info below.","subscriptions_upgrade_name":"Name on card","subscriptions_upgrade_submit":"Submit Payment","subscriptions_upgrade_success":"Thank you! You are now subscribed.","subscriptions_upgrade_thanks":"Welcome to the community of people who try to make the world a better place.","subscriptions_upgrade_title":"Nav\u00fd\u0161it sv\u016fj \u00fa\u010det","subscriptions_upgrade_zip":"ZIP or postal code","tags_blank_description":"Tagy funguj\u00ed jako adres\u00e1\u0159e, kontakt\u016fm m\u016f\u017eete ale p\u0159idat v\u00edcero tag\u016f. P\u0159ejd\u011bte na kontakt a otagujte p\u0159\u00edtele hned pod jeho jm\u00e9nem. Jakmile je kontakt otagov\u00e1n, vra\u0165te se zp\u011bt pro spr\u00e1vu v\u0161ech tag\u016f v tomto \u00fa\u010dtu.","tags_blank_title":"Tagy jsou \u0161ikovn\u00e9 \u0159e\u0161en\u00ed kategorizace kontakt\u016f.","tags_list_contact_number":"1 contact|:count contacts","tags_list_delete_confirmation":"Opravdu chcete smazat tento tag? Bude smaz\u00e1n pouze vybran\u00fd tag, \u017e\u00e1dn\u00e9 kontakty.","tags_list_delete_success":"Tag byl \u00fasp\u011b\u0161n\u011b smaz\u00e1n","tags_list_description":"Sv\u00e9 kontakty m\u016f\u017eete organizovat pomoc\u00ed tag\u016f. Tagy funguj\u00ed jako adres\u00e1\u0159e, kontakt\u016fm m\u016f\u017eete ale p\u0159idat v\u00edcero tag\u016f. Nov\u00fd tag p\u0159id\u00e1te \u00fapravou vlastn\u00edho kontaktu.","tags_list_title":"Tagy","timezone":"\u010casov\u00e1 z\u00f3na","u2f_buttonAdvise":"If your security key has a button, press it.","u2f_enable_description":"Add a new U2F security key","u2f_error_bad_request":"The visited URL doesn\u2019t match the App ID or your are not using HTTPS","u2f_error_configuration_unsupported":"Client configuration is not supported.","u2f_error_device_ineligible":"The presented device is not eligible for this request. For a registration request this may mean that the token is already registered, and for a sign request it may mean that the token does not know the presented key handle.","u2f_error_other_error":"An error occurred.","u2f_error_timeout":"Timeout reached before request could be satisfied.","u2f_insertKey":"Insert your security key.","u2f_noButtonAdvise":"If it does not, remove it and insert it again.","u2f_success":"Your key is detected and validated.","u2f_title":"U2F security key","users_accept_title":"Accept invitation and create a new account","users_add_confirmation":"Potvrzuji, \u017ee chci pozvat tohoto u\u017eivatele do sv\u00e9ho \u00fa\u010dtu. Tato osoba bude moci p\u0159istupovat ke V\u0160EM m\u00fdm dat\u016fm a uvid\u00ed p\u0159esn\u011b to co j\u00e1.","users_add_cta":"Pozvat u\u017eivatele emailem","users_add_description":"Tato osoba bude m\u00edt stejn\u00e1 opr\u00e1vn\u011bn\u00ed v\u010detn\u011b mo\u017enosti zv\u00e1t a mazat dal\u0161\u00ed u\u017eivatele (v\u010detn\u011b v\u00e1s). Proto si rad\u011bji bu\u010fte jisti, \u017ee j\u00ed m\u016f\u017eete v\u011b\u0159it.","users_add_email_field":"Zadejte email osoby, kterou chcete pozvat","users_add_title":"Pozvat emailem nov\u00e9ho u\u017eivatele k tomuto \u00fa\u010dtu","users_blank_add_title":"Chcete pozvat n\u011bkoho dal\u0161\u00edho?","users_blank_cta":"N\u011bkoho pozvat","users_blank_description":"Tato osoba bude m\u00edt stejn\u00fd p\u0159\u00edstup a bude schopna p\u0159id\u00e1vat, upravovat a mazat informace kontakt\u016f.","users_blank_title":"Jste zat\u00edm samotn\u00fdm u\u017eivatelem s p\u0159\u00edstupem k tomuto \u00fa\u010dtu.","users_error_already_invited":"Ji\u017e jste tohoto u\u017eivatele pozvali. Vyberte pros\u00edm jinou emailovou adresu.","users_error_email_already_taken":"Email byl ji\u017e pou\u017eit. Vyberte pros\u00edm n\u011bjak\u00fd jin\u00fd","users_error_email_not_similar":"This is not the email of the person who\u2019ve invited you.","users_error_please_confirm":"Potvr\u010fte pros\u00edm, \u017ee chcete p\u0159izvat ?tuto osobu?, ne\u017e bude pozv\u00e1nka zpracov\u00e1na","users_invitation_deleted_confirmation_message":"Pozv\u00e1nka byla \u00fasp\u011b\u0161n\u011b smaz\u00e1na","users_invitation_need_subscription":"Adding more users requires a subscription.","users_invitations_delete_confirmation":"Opravdu chcete smazat tuto pozv\u00e1nku?","users_list_add_user":"Pozvat nov\u00e9ho u\u017eivatele","users_list_delete_confirmation":"Opravdu chcete smazat tohoto u\u017eivatele z tohoto \u00fa\u010dtu?","users_list_invitations_explanation":"Below are the people you\u2019ve invited to join Monica as a collaborator.","users_list_invitations_invited_by":"pozv\u00e1n u\u017eivatelem :name","users_list_invitations_sent_date":"pozv\u00e1n\u00ed odesl\u00e1no :date","users_list_invitations_title":"\u010cekaj\u00edc\u00ed pozv\u00e1nky","users_list_title":"U\u017eivatel\u00e9 s p\u0159\u00edstupem k tomuto \u00fa\u010dtu","users_list_you":"That\u2019s you"},"validation":{"accepted":":attribute mus\u00ed b\u00fdt p\u0159ijat.","active_url":":attribute nen\u00ed platn\u00e1 adresa URL.","after":":attribute mus\u00ed b\u00fdt datum po :date.","after_or_equal":"The :attribute must be a date after or equal to :date.","alpha":":attribute sm\u00ed obsahovat pouze p\u00edsmena.","alpha_dash":":attribute sm\u00ed obsahovat pouze p\u00edsmena, \u010d\u00edslice a poml\u010dky.","alpha_num":":attribute sm\u00ed obsahovat pouze p\u00edsmena a \u010d\u00edslice.","array":":attribute mus\u00ed b\u00fdt prom\u011bnn\u00e1.","attributes":[],"before":":attribute mus\u00ed b\u00fdt datum p\u0159ed :date.","before_or_equal":"The :attribute must be a date before or equal to :date.","between":{"array":":attribute mus\u00ed m\u00edt mezi :min a :max polo\u017eek.","file":":attribute mus\u00ed b\u00fdt v rozmez\u00ed :min a :max kilobajt\u016f.","numeric":":attribute mus\u00ed b\u00fdt v rozmez\u00ed :min a :max.","string":":attribute mus\u00ed b\u00fdt v rozmez\u00ed :min a :max znak\u016f."},"boolean":"Pole :attribute mus\u00ed b\u00fdt true nebo false.","confirmed":":attribute ov\u011b\u0159en\u00ed se neshoduje.","custom":{"attribute-name":{"rule-name":"custom-message"}},"date":":attribute nen\u00ed platn\u00e9 datum.","date_format":":attribute neodpov\u00edd\u00e1 form\u00e1tu :format.","different":":attribute a :other se nesm\u00ed shodovat.","digits":":attribute mus\u00ed b\u00fdt :digits \u010d\u00edslic.","digits_between":":attribute mus\u00ed b\u00fdt v rozmez\u00ed :min a :max \u010d\u00edslic.","dimensions":"The :attribute has invalid image dimensions.","distinct":"Pole :attribute obsahuje duplicitn\u00ed hodnotu.","email":":attribute mus\u00ed b\u00fdt platn\u00e1 emailov\u00e1 adresa.","exists":"Vybran\u00fd :attribute nen\u00ed platn\u00fd.","file":"The :attribute must be a file.","filled":"The :attribute field must have a value.","image":":attribute mus\u00ed b\u00fdt obr\u00e1zek.","in":"Vybran\u00fd :attribute nen\u00ed platn\u00fd.","in_array":"Pole :attribute neexistuje v :other.","integer":":attribute mus\u00ed b\u00fdt cel\u00e9 \u010d\u00edslo.","ip":":attribute mus\u00ed b\u00fdt platn\u00e1 IP adresa.","ipv4":"The :attribute must be a valid IPv4 address.","ipv6":"The :attribute must be a valid IPv6 address.","json":":attribute mus\u00ed b\u00fdt platn\u00fd JSON \u0159et\u011bzec.","max":{"array":":attribute nesm\u00ed obsahovat v\u00edce ne\u017e :max polo\u017eek.","file":":attribute nesm\u00ed b\u00fdt v\u011bt\u0161\u00ed ne\u017e :max kilobajt\u016f.","numeric":":attribute nesm\u00ed b\u00fdt vy\u0161\u0161\u00ed ne\u017e :max.","string":":attribute nesm\u00ed b\u00fdt del\u0161\u00ed ne\u017e :max znak\u016f."},"mimes":":attribute mus\u00ed b\u00fdt soubor typu: :values.","mimetypes":"The :attribute must be a file of type: :values.","min":{"array":":attribute mus\u00ed obsahovat alespo\u0148 :min polo\u017eek.","file":":attribute mus\u00ed b\u00fdt alespo\u0148 :min kilobajt\u016f.","numeric":":attribute mus\u00ed b\u00fdt alespo\u0148 :min.","string":":attribute mus\u00ed obsahovat alespo\u0148 :min znak\u016f."},"not_in":"Vybran\u00fd :attribute nen\u00ed platn\u00fd.","not_regex":"The :attribute format is invalid.","numeric":":attribute mus\u00ed b\u00fdt \u010d\u00edslice.","present":":attribute mus\u00ed b\u00fdt d\u00e1rek.","regex":":attribute form\u00e1t nen\u00ed platn\u00fd.","required":"Pole :attribute je vy\u017eadov\u00e1no.","required_if":"Pole :attribute je vy\u017eadov\u00e1no, kdy\u017e :other m\u00e1 hodnotu :value.","required_unless":"Pole :attribute je vy\u017eadov\u00e1no, pokud :other je v :values.","required_with":"Pole :attribute je vy\u017eadov\u00e1no, pokud :values je d\u00e1rek.","required_with_all":"Pole :attribute je vy\u017eadov\u00e1no, pokud :values je d\u00e1rek.","required_without":"Pole :attribute je vy\u017eadov\u00e1no, pokud :values nen\u00ed d\u00e1rek.","required_without_all":"Pole :attribute je vy\u017eadov\u00e1no, pokud nen\u00ed \u017e\u00e1dn\u00e1 z :values d\u00e1rek.","same":":attribute a :other se mus\u00ed shodovat.","size":{"array":":attribute mus\u00ed obsahovat :size polo\u017eek.","file":":attribute mus\u00ed b\u00fdt :size kilobajt\u016f.","numeric":":attribute mus\u00ed b\u00fdt :size.","string":":attribute mus\u00ed b\u00fdt :size znak\u016f."},"string":":attribute mus\u00ed b\u00fdt \u0159et\u011bzec.","timezone":":attribute mus\u00ed b\u00fdt platn\u00e1 z\u00f3na.","unique":":attribute je ji\u017e pou\u017eit\u00fd.","uploaded":"The :attribute failed to upload.","url":":attribute form\u00e1t nen\u00ed platn\u00fd."}} diff --git a/public/js/langs/de.json b/public/js/langs/de.json index fe68345026d..9a083f89e4f 100644 --- a/public/js/langs/de.json +++ b/public/js/langs/de.json @@ -1 +1 @@ -{"app":{"add":"Hinzuf\u00fcgen","application_description":"Monica ist ein Werkzeug, um Ihre Interaktionen mit Ihren Lieben, Freunden und Familie zu verwalten.","application_og_title":"Haben Sie bessere Beziehungen zu Ihren Lieben. Kostenloses Online CRM f\u00fcr Freunde und Familie.","application_title":"Monica \u2013 pers\u00f6nlicher Beziehungsmanager","breadcrumb_add_note":"Notiz hinzuf\u00fcgen","breadcrumb_add_significant_other":"Lebensgef\u00e4hrte hinzuf\u00fcgen","breadcrumb_api":"API","breadcrumb_dashboard":"Dashboard","breadcrumb_edit_introductions":"Wie habt ihr euch getroffen","breadcrumb_edit_note":"Notiz bearbeiten","breadcrumb_edit_significant_other":"Lebensgef\u00e4hrte bearbeiten","breadcrumb_journal":"Tagebuch","breadcrumb_list_contacts":"Kontaktliste","breadcrumb_settings":"Einstellungen","breadcrumb_settings_export":"Export","breadcrumb_settings_import":"Import","breadcrumb_settings_import_report":"Import-Bericht","breadcrumb_settings_import_upload":"Hochladen","breadcrumb_settings_personalization":"Personalisierung","breadcrumb_settings_security":"Sicherheit","breadcrumb_settings_security_2fa":"Zwei-Faktor-Authentifizierung","breadcrumb_settings_subscriptions":"Abonnement","breadcrumb_settings_tags":"Markierungen","breadcrumb_settings_users":"Benutzer","breadcrumb_settings_users_add":"Benutzer hinzuf\u00fcgen","cancel":"Abbrechen","close":"Schlie\u00dfen","compliance_desc":"Wir haben unsere AGBs<\/a> und Datenschutzerkl\u00e4rung<\/a> ge\u00e4ndert. Wir sind gesetzlich dazu verpflichtet zu verlangen, dass du beides durchliest und akzeptierst, damit du deinen Account weiter nutzen kannst.","compliance_desc_end":"Wir machen nichts B\u00f6ses mit deinen Daten oder deinem Account und werden das auch nie tun.","compliance_terms":"Neue AGB und Datenschutzerkl\u00e4rung akzeptieren","compliance_title":"Entschuldige die Unterbrechung.","create":"Erstellen","days":"Tag|Tage","default_save_success":"Die Daten wurden gespeichert.","delete":"L\u00f6schen","done":"Fertig","edit":"Bearbeiten","error_save":"Beim Versuch die Daten zu speichern ist ein Fehler aufgetreten.","error_title":"Whoops! Da lief etwas falsch.","error_unauthorized":"Du darfst das leider nicht, da du nicht angemeldet bist.","footer_modal_version_release_away":"Du bist ein Release hinter der neuesten verf\u00fcgbaren Version. Du solltest deine Installation updaten.|Du bist :number Releases hinter der neuesten verf\u00fcgbaren Version. Du solltest deine Installation updaten.","footer_modal_version_whats_new":"Was gibt's Neues","footer_new_version":"Es ist eine neue Version verf\u00fcgbar","footer_newsletter":"Newsletter","footer_privacy":"Datenschutzrichtlinie","footer_release":"Versionshinweise","footer_remarks":"Eine Anmerkung?","footer_send_email":"Schick' mir eine E-Mail","footer_source_code":"Monica bei GitHub","footer_version":"Version: :version","for":"f\u00fcr","gender_female":"Weiblich","gender_male":"M\u00e4nnlich","gender_none":"M\u00f6chte ich nicht angeben","header_changelog_link":"Produkt\u00e4nderungen","header_logout_link":"Ausloggen","header_settings_link":"Einstellungen","load_more":"Lade mehr","loading":"Lade mehr...","main_nav_activities":"Aktivit\u00e4ten","main_nav_cta":"Person hinzuf\u00fcgen","main_nav_dashboard":"Dashboard","main_nav_family":"Personen","main_nav_journal":"Tagebuch","main_nav_tasks":"Aufgaben","markdown_description":"Du m\u00f6chtest deinen Test sch\u00f6ner formatieren? Monica unterst\u00fctzt Markdown.","markdown_link":"\u00d6ffne die Dokumentation","new":"Neu","relationship_type_bestfriend":"Bester Freund","relationship_type_bestfriend_female":"Beste Freundin","relationship_type_bestfriend_female_with_name":":name's beste Freundin","relationship_type_bestfriend_with_name":":name's bester Freund","relationship_type_boss":"Chef","relationship_type_boss_female":"Chefin","relationship_type_boss_female_with_name":":name's Chefin","relationship_type_boss_with_name":":name's Chef","relationship_type_child":"Sohn","relationship_type_child_female":"Tochter","relationship_type_child_female_with_name":":names Tochter","relationship_type_child_with_name":":names Sohn","relationship_type_colleague":"Kollege","relationship_type_colleague_female":"Kollegin","relationship_type_colleague_female_with_name":":name's Kollegin","relationship_type_colleague_with_name":":name's Kollege","relationship_type_cousin":"Cousin","relationship_type_cousin_female":"Cousine","relationship_type_cousin_female_with_name":":name's Cousine","relationship_type_cousin_with_name":":name's Cousin","relationship_type_date":"Verabredung","relationship_type_date_female":"Verabredung","relationship_type_date_female_with_name":":names Verabredung","relationship_type_date_with_name":":names Verabredung","relationship_type_ex":"Ex-Freund","relationship_type_ex_female":"Ex-Freundin","relationship_type_ex_female_with_name":":name's Ex-Freundin","relationship_type_ex_husband":"Ex-Mann","relationship_type_ex_husband_female":"Ex-Frau","relationship_type_ex_husband_female_with_name":":name\u2019s Ex-Frau","relationship_type_ex_husband_with_name":":name\u2019s Ex-Mann","relationship_type_ex_with_name":":name's Ex-Freund","relationship_type_friend":"Freund","relationship_type_friend_female":"Freundin","relationship_type_friend_female_with_name":":name's Freundin","relationship_type_friend_with_name":":name's Freund","relationship_type_godfather":"Pate","relationship_type_godfather_female":"Patin","relationship_type_godfather_female_with_name":":names Patin","relationship_type_godfather_with_name":":names Pate","relationship_type_godson":"Patenkind","relationship_type_godson_female":"Patenkind","relationship_type_godson_female_with_name":":name's Patenkind","relationship_type_godson_with_name":":name's Patenkind","relationship_type_grandchild":"Enkel","relationship_type_grandchild_female":"Enkelin","relationship_type_grandchild_female_with_name":":name's Enkelin","relationship_type_grandchild_with_name":":name's Enkel","relationship_type_grandparent":"Gro\u00dfvater","relationship_type_grandparent_female":"Gro\u00dfmutter","relationship_type_grandparent_female_with_name":":name's Gro\u00dfmutter","relationship_type_grandparent_with_name":":name's Gro\u00dfvater","relationship_type_group_family":"Familienverh\u00e4ltnisse","relationship_type_group_friend":"Freundschaftsbeziehungen","relationship_type_group_love":"Liebesbeziehungen","relationship_type_group_other":"Andere Art von Beziehungen","relationship_type_group_work":"Arbeitsverh\u00e4ltnisse","relationship_type_inlovewith":"verliebt in","relationship_type_inlovewith_female":"verliebt in","relationship_type_inlovewith_female_with_name":":name ist verliebt in","relationship_type_inlovewith_with_name":":name ist verliebt in","relationship_type_lovedby":"geliebt von","relationship_type_lovedby_female":"geliebt von","relationship_type_lovedby_female_with_name":":names heimliche Verehrerin","relationship_type_lovedby_with_name":":names heimlicher Verehrer","relationship_type_lover":"Liebhaber","relationship_type_lover_female":"Liebhaberin","relationship_type_lover_female_with_name":":names Liebhaberin","relationship_type_lover_with_name":":names Liebhaber","relationship_type_mentor":"Mentor","relationship_type_mentor_female":"Mentorin","relationship_type_mentor_female_with_name":":name's Mentorin","relationship_type_mentor_with_name":":name's Mentor","relationship_type_nephew":"Neffe","relationship_type_nephew_female":"Nichte","relationship_type_nephew_female_with_name":":name's Nichte","relationship_type_nephew_with_name":":name's Neffe","relationship_type_parent":"Vater","relationship_type_parent_female":"Mutter","relationship_type_parent_female_with_name":":name's Mutter","relationship_type_parent_with_name":":names Vater","relationship_type_partner":"Lebensgef\u00e4hrte","relationship_type_partner_female":"Lebensgef\u00e4hrtin","relationship_type_partner_female_with_name":":names Lebensgef\u00e4hrtin","relationship_type_partner_with_name":":names Lebensgef\u00e4hrte","relationship_type_protege":"Sch\u00fctzling","relationship_type_protege_female":"Sch\u00fctzling","relationship_type_protege_female_with_name":":name's Sch\u00fctzling","relationship_type_protege_with_name":":name's Sch\u00fctzling","relationship_type_sibling":"Bruder","relationship_type_sibling_female":"Schwester","relationship_type_sibling_female_with_name":":names Schwester","relationship_type_sibling_with_name":":names Bruder","relationship_type_spouse":"Ehegatte","relationship_type_spouse_female":"Ehegattin","relationship_type_spouse_female_with_name":":names Ehegattin","relationship_type_spouse_with_name":":names Ehegatten","relationship_type_subordinate":":name's Untergebener","relationship_type_subordinate_female":":name's Untergebene","relationship_type_subordinate_female_with_name":":name's Mitarbeiterin","relationship_type_subordinate_with_name":":name's Mitarbeiter","relationship_type_uncle":"Onkel","relationship_type_uncle_female":"Tante","relationship_type_uncle_female_with_name":":name's Tante","relationship_type_uncle_with_name":":name's Onkel","remove":"Entfernen","revoke":"Aufheben","save":"Speichern","unknown":"Ich wei\u00df es nicht","update":"Aktualisieren","upload":"Hochladen","verify":"\u00dcberpr\u00fcfe","with":"mit"},"auth":{"2fa_one_time_password":"Zwei-Faktor-Authentifizierungscode","2fa_otp_help":"\u00d6ffne deine Zwei-Faktor-Authentifizierungs-App und scanne den folgenden QR-Code","2fa_recuperation_code":"Bitte gib deinen Zwei-Faktor-Wiederherstellungscode ein","2fa_title":"Zwei-Faktor-Authentifizierung","2fa_wrong_validation":"Die Zwei-Faktor-Authentifizierung ist fehlgeschlagen.","back_homepage":"Zur\u00fcck zur Seite","button_remember":"Eingeloggt bleiben","confirmation_again":"Wenn Sie Ihre E-Mail-Adresse \u00e4ndern m\u00f6chten, klicken Sie bitte hier<\/a>.","create_account":"Erstellen Sie ihr erstes Konto, indem sie sich registrieren<\/a>","email":"E-Mail","email_change_current_email":"Aktuelle E-Mail-Adresse:","email_change_new":"Neue E-Mail-Adresse","email_change_title":"E-Mail-Adresse \u00e4ndern","email_changed":"Ihre E-Mail-Adresse wurde ge\u00e4ndert. \u00dcberpr\u00fcfen Sie Ihre E-Mails um sie zu best\u00e4tigen.","failed":"Die Anmeldedaten stimmen nicht.","login":"Einloggen","login_again":"Bitte loggen Sie sich wieder in Ihren Account ein","login_to_account":"In Konto einloggen","mfa_auth_otp":"Authenticate with your two factor device","mfa_auth_u2f":"Authentifizieren Sie sich mit einem U2F Ger\u00e4t","not_authorized":"Du hast keine Berechtigung diese Aktion auszuf\u00fchren","password":"Passwort","password_forget":"Passwort vergessen?","password_reset":"Passwort zur\u00fccksetzen","password_reset_action":"Passwort zur\u00fccksetzen","password_reset_email":"E-Mail-Adresse","password_reset_email_content":"Hier klicken, um das Passwort zur\u00fcckzusetzen:","password_reset_password":"Passwort","password_reset_password_confirm":"Passwort best\u00e4tigen","password_reset_send_link":"E-Mail zum Zur\u00fccksetzen des Passworts senden","password_reset_title":"Passwort zur\u00fccksetzen","register_action":"Anmelden","register_create_account":"Sie ben\u00f6tigen ein Konto, um Monica zu verwenden","register_email":"G\u00fcltige E-Mail Adresse eingeben","register_email_example":"du@zuhause","register_firstname":"Vorname","register_firstname_example":"z.B. Max","register_invitation_email":"Aus Sicherheitsgr\u00fcnden geben Sie bitte die E-Mail-Adresse der Person an, die Sie eingeladen hat, diesem Konto beizutreten. Diese Informationen finden Sie in der Einladungs-E-Mail.","register_lastname":"Nachname","register_lastname_example":"z.B. Mustermann","register_login":"Einloggen<\/a> wenn Sie bereits ein Konto haben.","register_password":"Passwort","register_password_confirmation":"Passwortbest\u00e4tigung","register_password_example":"Sicheres Kennwort eingeben","register_policy":"Deine Anmeldung bedeutet, dass du unsere Datenschutzrichtlinien<\/a> and AGBs<\/a> gelesen und akzeptiert hast.","register_title_create":"Monica Konto erstellen","register_title_welcome":"Herzlich Willkommen in Ihrer neu installierten Instanz von Monica","signup":"Registrieren","signup_disabled":"Neue Registrierungen sind zur Zeit nicht m\u00f6glich","signup_no_account":"Haben Sie noch kein Konto?","throttle":"Zu viele Anmeldeversuche. Bitte in :seconds Sekunden erneut versuchen.","u2f_otp_extension":"U2F is supported natively on Chrome, Firefox<\/a> and Opera. On old Firefox versions, install the U2F Support Add-on<\/a>."},"changelog":{"note":"Anmerkung: Diese Seite gibt es leider nur auf englisch.","title":"Produkt\u00e4nderungen"},"dashboard":{"dashboard_blank_cta":"F\u00fcge deinen ersten Kontakt hinzu","dashboard_blank_description":"Monica ist der Ort um all deine Interaktionen zu organisieren die dir wichtig sind.","dashboard_blank_illustration":"Illustration von Freepik<\/a>","dashboard_blank_title":"Herzlich Willkommen auf deinem Account!","debts_you_owe":"Du schuldest","linkedin_profile":"LinkedIn","notes_title":"Du hast noch keine Notizen.","reminders_next_months":"Ereignisse in den letzten 3 Monaten","reminders_none":"Keine Erinnerungen f\u00fcr diesen Monat","statistics_activities":"Aktivit\u00e4ten","statistics_contacts":"Kontakte","statistics_gifts":"Geschenke","tab_calls_blank":"Du hast noch keine Telefonate protokolliert.","tab_debts":"Schulden","tab_debts_blank":"Du hast noch keine Schulden protokolliert.","tab_favorite_notes":"Markierte Notizen","tab_recent_calls":"K\u00fcrzliche Telefonate"},"format":{"full_hour":"H:i","full_month":"F","short_date":"d. M","short_date_year":"d. M Y","short_date_year_time":"d. M Y H:i","short_day":"D","short_month":"M","short_month_year":"M Y"},"journal":{"delete_confirmation":"Willst du diesen Eintrag wirklich l\u00f6schen?","entry_delete_success":"Der Tagebucheintrag wurde erfolgreich gel\u00f6scht.","journal_add":"Tagebucheintrag hinzuf\u00fcgen","journal_add_cta":"Speichern","journal_add_date":"Datum","journal_add_post":"Eintrag","journal_add_title":"Titel (optional)","journal_blank_cta":"Schreibe deinen ersten Eintrag","journal_blank_description":"Im Tagebuch kannst du deine Erlebnisse festhalten und dich sp\u00e4ter an sie erinnern.","journal_come_back":"Danke. Morgen kannst du wieder deinen Tag bewerten.","journal_created_automatically":"Autmatisch hinzugef\u00fcgt","journal_description":"Hinweis: Das Journal zeigt sowohl manuelle Eintr\u00e4ge, als auch Aktivit\u00e4ten mit deinen Kontakten an. Manuelle Eintr\u00e4ge kannst du hier l\u00f6schen, Aktivit\u00e4ten kannst du auf der jeweiligen Profilseite der beteiligten Person editieren oder l\u00f6schen.","journal_entry_rate":"Du hast deinen Tag bewertet","journal_entry_type_activity":"Aktivit\u00e4t","journal_entry_type_journal":"Tagebucheintrag","journal_rate":"Wie war dein Tag? Einmal am Tag kannst du ihn bewerten."},"mail":{"confirmation_email_button":"E-Mail-Adresse best\u00e4tigen","confirmation_email_intro":"Um Ihre E-Mail-Adresse zu validieren, klicken Sie bitte auf den untenstehenden Button","confirmation_email_title":"Monica \u2013 E-Mail-Verifikation","footer_contact_info":"Erg\u00e4nze, betrachte, vervollst\u00e4ndige und \u00e4ndere Informationen zu diesem Kontakt:","for":"F\u00dcR:","greetings":"Hallo :username","notification_description":"In :count Tagen (am :date), findet folgendes Ereignis statt:","notification_subject_line":"Du hast ein bevorstehendes Ereignis","notifications_footer":"Wenn Sie Probleme beim Klicken auf die Schaltfl\u00e4che \":actionText\" haben, kopieren Sie einfach die folgende URL in die Adresszeile Ihres Webbrowsers: [:actionURL](:actionURL)","notifications_hello":"Hallo!","notifications_regards":"Gr\u00fc\u00dfe","notifications_whoops":"Hoppla!","stay_in_touch_subject_description":"Du wolltest daran erinnert werden, jede :frequency Tage mit :name in Kontakt zu bleiben.","stay_in_touch_subject_line":"Mit :name in Kontakt bleiben","subject_line":"Erinnerung f\u00fcr :contact","want_reminded_of":"DU WOLLTEST ERINNERT WERDEN AN"},"pagination":{"next":"n\u00e4chste »","previous":"« voherige"},"passwords":{"changed":"Dein Passwort wurde erfolgreich ge\u00e4ndert.","invalid":"Dein aktuelles Passwort stimmt nicht.","password":"Passw\u00f6rter m\u00fcssen aus mindestens 6 Zeichen bestehen und \u00fcbereinstimmen.","reset":"Dein Passwort wurde zur\u00fcckgesetzt!","sent":"Wenn die E-Mail-Adresse, die du eingegeben hast mit der in unserem System \u00fcbereinstimmt, hast du eine E-Mail mit Reset-Link bekommen.","token":"Der Passwort-Reset-Token ist ung\u00fcltig.","user":"Wenn die E-Mail-Adresse, die du eingegeben hast mit der in unserem System \u00fcbereinstimmt, hast du eine E-Mail mit Reset-Link bekommen."},"people":{"activities_activity":"Kategorie","activities_add_activity":"Aktivit\u00e4t hinzuf\u00fcgen","activities_add_cta":"Aktivit\u00e4t aufzeichnen","activities_add_date_occured":"Datum der Aktivit\u00e4t","activities_add_error":"Error when adding the activity","activities_add_optional_comment":"Optionaler Kommentar","activities_add_pick_activity":"(Optional) M\u00f6chten Sie diese Aktivit\u00e4t kategorisieren? Das m\u00fcssen Sie nicht, aber es wird Ihnen sp\u00e4ter Statistiken liefern.","activities_add_success":"Aktivit\u00e4t erfolgreich hinzugef\u00fcgt","activities_add_title":"Was hast du mit :name gemacht?","activities_blank_add_activity":"Aktivit\u00e4t hinzuf\u00fcgen","activities_blank_title":"Behalte im Auge, was du mit :name unternommen hast und wor\u00fcber ihr geredet habt","activities_delete_confirmation":"M\u00f6chtest du diese Aktivit\u00e4t wirklich l\u00f6schen?","activities_delete_success":"Aktivit\u00e4t erfolgreich gel\u00f6scht","activities_hide_details":"Weniger Details","activities_item_information":":Activity. Fand am :date statt","activities_more_details":"Mehr Details","activities_summary":"Beschreibe, was ihr gemacht habt","activities_update_success":"Aktivit\u00e4t erfolgreich aktualisiert","activities_who_was_involved":"Wer war beteiligt?","activity_title":"Aktivit\u00e4ten","activity_type_ate_at_his_place":"bei Ihnen gegessen","activity_type_ate_at_home":"zu Hause gegessen","activity_type_ate_restaurant":"im Restaurant gegessen","activity_type_category_cultural_activities":"Kulturelle Aktivit\u00e4ten","activity_type_category_food":"Essen","activity_type_category_simple_activities":"Einfacher Zeitvertreib","activity_type_category_sport":"Sport","activity_type_did_sport_activities_together":"zusammen Sport gemacht","activity_type_just_hung_out":"einfach zusammen Zeit verbracht","activity_type_picknicked":"Picknick gemacht","activity_type_talked_at_home":"zu Hause geredet","activity_type_watched_movie_at_home":"zu Hause einen Film gesehen","activity_type_went_bar":"in eine Bar gegangen","activity_type_went_concert":"zu einem Konzert gegangen","activity_type_went_museum":"ins Museum gegangen","activity_type_went_play":"ein Theaterst\u00fcck angesehen","activity_type_went_theater":"ins Theater gegangen","age_approximate_in_years":"ungef\u00e4hr :age Jahre alt","age_exact_birthdate":"geboren am :date","age_exact_in_years":":age Jahre alt","birthdate_not_set":"Geburtstag noch nicht gesetzt","call_blank_desc":"Du hast :name angerufen","call_blank_title":"Behalte deine Telefonate mit :name im Auge","call_button":"Telefonat vermerken","call_delete_confirmation":"M\u00f6chtest du das Telefonat wirklich l\u00f6schen?","call_delete_success":"Das Telefonat wurde erfolgreich gel\u00f6scht","call_empty_comment":"Keine Details","call_title":"Telefonate","calls_add_success":"Telefonat gespeichert.","contact_address_form_city":"Stadt (optional)","contact_address_form_country":"Land (optional)","contact_address_form_name":"Titel (optional)","contact_address_form_postal_code":"Postleitzahl (optional)","contact_address_form_province":"Bundesland (optional)","contact_address_form_street":"Stra\u00dfe (optional)","contact_address_title":"Adressen","contact_info_address":"Wohnt in","contact_info_form_contact_type":"Kontakt Art","contact_info_form_content":"Inhalt","contact_info_form_personalize":"Anpassen","contact_info_title":"Kontaktinformationen","debt_add_add_cta":"Schulden hinzuf\u00fcgen","debt_add_amount":"eine Summe von","debt_add_cta":"Schulden hinzuf\u00fcgen","debt_add_reason":"aus folgendem Grund (optional)","debt_add_success":"Die Schulden wurden erfolgreich hinzugef\u00fcgt","debt_add_they_owe":":name schuldet dir","debt_add_title":"Schuldenverwaltung","debt_add_you_owe":"Du schuldest :name","debt_delete_confirmation":"M\u00f6chtest du die Schulden wirklich l\u00f6schen?","debt_delete_success":"Die Schulden wurden erfolgreich gel\u00f6scht","debt_edit_success":"Die Schulden wurden erfolgreich aktualisiert","debt_edit_update_cta":"Schulden bearbeiten","debt_they_owe":":name schuldet dir :amount","debt_title":"Schulden","debt_you_owe":"Du schuldest :amount","debts_blank_title":"Verwalte die Schulden, die du :name schuldest oder :name dir schuldet","deceased_add_reminder":"Erstelle eine Erinnerung f\u00fcr den Todestag","deceased_age":"Todesalter","deceased_know_date":"Ich wei\u00df das Datum an dem diese Person verstarb","deceased_label":"Verstorben","deceased_label_with_date":"Verstorben am :date","deceased_mark_person_deceased":"Diese Person ist verstorben","deceased_reminder_title":"Todestag von :name","edit_contact_information":"Kontaktinformationen bearbeiten","food_preferencies_add_success":"Essensvorlieben gespeichert","food_preferencies_cta":"Essensvorlieben hinzuf\u00fcgen","food_preferencies_edit_cta":"Speichere Essensvorlieben","food_preferencies_edit_description":"Vielleicht hat :firstname oder jemand in der :family Familie eine Allergie oder mag einen bestimmten Wein nicht. Vermerke so etwas hier, damit du dich bei der n\u00e4chsten Einladung zum Abendessen daran erinnerst","food_preferencies_edit_description_no_last_name":"Vielleicht hat :firstname eine Allergie oder mag einen bestimmten Wein nicht. Vermerke so etwas hier, damit du dich bei der n\u00e4chsten Einladung zum Abendessen daran erinnerst","food_preferencies_edit_title":"Gib Essensvorlieben an","food_preferencies_title":"Essensvorlieben","gifts_add_comment":"Kommentar (optional)","gifts_add_gift":"Geschenk hinzuf\u00fcgen","gifts_add_gift_already_offered":"Bereits verschenkt","gifts_add_gift_idea":"Geschenkidee","gifts_add_gift_received":"Geschenk erhalten","gifts_add_gift_title":"Was ist es f\u00fcr ein Geschenk?","gifts_add_link":"Link zur Website (optional)","gifts_add_someone":"Dieses Geschenk ist f\u00fcr jemanden in :name's Familie","gifts_add_success":"Geschenk erfolgreich hinzugef\u00fcgt","gifts_add_title":"Geschenkverwaltung f\u00fcr :name","gifts_add_value":"Wert (optional)","gifts_delete_confirmation":"M\u00f6chtest du das Geschenk wirklich l\u00f6schen?","gifts_delete_cta":"L\u00f6schen","gifts_delete_success":"Geschenk erfolgreich gel\u00f6scht","gifts_for":"F\u00fcr:","gifts_ideas":"Geschenkideen","gifts_link":"Link","gifts_mark_offered":"Als angeboten markieren","gifts_offered":"Geschenke angeboten","gifts_offered_as_an_idea":"Als Idee markieren","gifts_received":"Geschenke erhalten","gifts_title":"Geschenke","gifts_update_success":"Das Geschenk wurde erfolgreich aktualisiert","gifts_view_comment":"Kommentar anzeigen","information_edit_avatar":"Foto\/Avatar des Kontakts","information_edit_exact":"Ich kenne den Geburtstag der Person...","information_edit_firstname":"Vorname","information_edit_lastname":"Nachname (Optional)","information_edit_linkedin":"LinkedIn-Profile (optional)","information_edit_max_size":"Max :size Mb.","information_edit_not_year":"Ich wei\u00df den Tag und Monat des Geburtsdatums dieser Person, aber nicht das Jahr\u2026","information_edit_probably":"Diese Person ist wahrscheinlich","information_edit_success":"Das Profil wurde erfolgreich aktualisiert","information_edit_title":"\u00c4ndere :name's pers\u00f6nliche Daten","information_edit_unknown":"Ich kenne das Alter dieser Person nicht","information_no_linkedin_defined":"LinkedIn nicht angegeben","information_no_work_defined":"keine Arbeitsplatz-Informationen angegeben","information_work_at":"bei :company","introductions_add_reminder":"Erstelle eine Erinnerung f\u00fcr den Jahrestag unseres ersten Zusammentreffens","introductions_additional_info":"Beschreibe, wo und wann ihr euch kennengelernt habt","introductions_blank_cta":"Beschreibe, wie du :name kennengelernt hast","introductions_edit_met_through":"Hat euch jemand vorgestellt?","introductions_first_met_date":"Datum des ersten Treffens","introductions_first_met_date_known":"An diesem Datum haben wir uns das erste mal getroffen","introductions_met_date":"Am :date","introductions_met_through":"Kennengelernt durch :name<\/a>","introductions_no_first_met_date":"Ich wei\u00df nicht mehr wann wir uns das erste mal getroffen haben","introductions_no_met_through":"Keiner","introductions_reminder_title":"Jahrestag eures ersten Zusammentreffens","introductions_sidebar_title":"Wie ihr euch kennengelernt habt","introductions_title_edit":"Wie hast du :name kennengelernt?","introductions_update_success":"Euer erstes Kennenlernen wurde erfolgreich ge\u00e4ndert","last_activity_date":"Letzte gemeinsame Aktivit\u00e4t: :date","last_activity_date_empty":"Letzte gemeinsame Aktivit\u00e4t: unbekannt","last_called":"Letztes Telefonat: :date","last_called_empty":"Letztes Telefonat: unbekannt","link_to_list":"Personenliste","linkedin_profile":"LinkedIn-Profil","modal_call_change":"\u00c4ndern","modal_call_comment":"Wor\u00fcber habt ihr geredet? (optional)","modal_call_date":"Das Telefonat war heute.","modal_call_exact_date":"Das Telefonat war am","modal_call_title":"Telefonat vermerken","notes_add_cta":"Notiz hinzuf\u00fcgen","notes_create_success":"Die Notiz wurde erfolgreich hinzugef\u00fcgt","notes_delete_confirmation":"M\u00f6chtest du diese Notiz wirklich l\u00f6schen?","notes_delete_success":"Die Notiz wurde erfolgreich gel\u00f6scht","notes_delete_title":"Notiz l\u00f6schen","notes_favorite":"Markieren\/Markierung entfernen","notes_update_success":"Die Notiz wurde erfolgreich aktualisiert","people_add_birthday_reminder":"Gratuliere :name zum Geburtstag","people_add_cta":"Person hinzuf\u00fcgen","people_add_firstname":"Vorname","people_add_gender":"Geschlecht","people_add_import":"M\u00f6chtest du Kontakte importieren<\/a>?","people_add_lastname":"Nachname (Optional)","people_add_middlename":"zweiter Vorname (Optional)","people_add_missing":"Keine Person gefunden - neue Person jetzt anlegen","people_add_nickname":"Spitzname (optional)","people_add_reminder_for_birthday":"J\u00e4hrliche Geburtstagserinnerung erstellen","people_add_success":":name wurde erfolgreich angelegt.","people_add_title":"Person hinzuf\u00fcgen","people_delete_click_here":"klick hier","people_delete_confirmation":"M\u00f6chtest du den Kontakt wirklich l\u00f6schen? Es gibt kein Zur\u00fcck.","people_delete_message":"Wenn du den Kontakt entfernen m\u00f6chtest,","people_delete_success":"Der Kontakt wurde gel\u00f6scht","people_edit_email_error":"Es gibt bereits ein Kontakt in deinem Konto mit dieser e-Mail-Adresse. Bitte w\u00e4hle eine anderen.","people_export":"Als vCard exportieren","people_list_account_upgrade_cta":"Jetzt upgraden","people_list_account_upgrade_title":"F\u00fchre ein Upgrade aus, um alle Funktionen freizuschalten.","people_list_account_usage":"Dein Account nutzt: :current\/:limit Kontakte","people_list_blank_cta":"Jemand hinzuf\u00fcgen","people_list_blank_title":"Du hast noch niemanden in deinem Konto angelegt","people_list_clear_filter":"Filter l\u00f6schen","people_list_contacts_per_tags":"1 Kontakt|:count Kontakte","people_list_filter_tag":"Es werden alle Kontakte mit den folgenden Tags angezeigt","people_list_filter_untag":"Es werden alle Kontakte ohne Tags angezeigt","people_list_firstnameAZ":"Nach Vorname sortieren A \u2192 Z","people_list_firstnameZA":"Nach Vorname sortieren Z \u2192 A","people_list_last_updated":"Zuletzt aufgerufen:","people_list_lastactivitydateNewtoOld":"Neueste Aktivit\u00e4ten zuerst anzeigen","people_list_lastactivitydateOldtoNew":"\u00c4lteste Aktivit\u00e4ten zuerst anzeigen","people_list_lastnameAZ":"Nach Nachname sortieren A \u2192 Z","people_list_lastnameZA":"Nach Nachname sortieren Z \u2192 A","people_list_number_kids":"1 Kind|:count Kinder","people_list_number_reminders":"1 Erinnerung|:count Erinnerungen","people_list_sort":"Sortieren","people_list_stats":"1 Kontakt|:count Kontakte","people_list_untagged":"Unmarkierte Kontakte anzeigen","people_save_and_add_another_cta":"Hinzuf\u00fcgen und weitere Person anlegen","people_search":"Suche in deinen Kontakten...","people_search_no_results":"Keine passenden Kontakte gefunden :(","pets_bird":"Vogel","pets_cat":"Katze","pets_create_success":"Das Haustier wurde erfolgreich hinzugef\u00fcgt","pets_delete_success":"Das Haustier wurde erfolgreich entfernt","pets_dog":"Hund","pets_fish":"Fisch","pets_hamster":"Hamster","pets_horse":"Pferd","pets_kind":"Tierart","pets_name":"Name (optional)","pets_other":"Anderes","pets_rabbit":"Hase","pets_rat":"Ratte","pets_reptile":"Reptil","pets_small_animal":"Kleintier","pets_title":"Haustiere","pets_update_success":"Das Haustier wurde erfolgreich ge\u00e4ndert","relationship_delete_confirmation":"Sind Sie sicher, dass Sie diese Beziehung l\u00f6schen wollen? Das L\u00f6schen ist dauerhaft.","relationship_form_add":"Eine neue Beziehung hinzuf\u00fcgen","relationship_form_add_choice":"Wer ist die Beziehung zu?","relationship_form_add_description":"Auf diese Weise k\u00f6nnen Sie diese Lebensgef\u00e4hrten wie jeden anderen Kontakt zu behandeln.","relationship_form_add_no_existing_contact":"Sie haben zur Zeit keine Kontakte, die mit :name in Verbindung gebracht werden k\u00f6nnen.","relationship_form_add_success":"Die Beziehung wurde erfolgreich gesetzt.","relationship_form_also_create_contact":"Erstellen Sie einen Kontakt-Eintrag f\u00fcr diese Person.","relationship_form_associate_contact":"Ein bestehender Kontakt","relationship_form_associate_dropdown":"W\u00e4hlen Sie einen vorhandenen Kontakt aus der Dropdown-Liste unten aus","relationship_form_create_contact":"Neue Person hinzuf\u00fcgen","relationship_form_deletion_success":"Die Beziehung wurde gel\u00f6scht.","relationship_form_edit":"Eine bestehende Beziehung \u00e4ndern","relationship_form_is_with":"Diese Person ist...","relationship_unlink_confirmation":"Sind Sie sicher, dass Sie diese Beziehung l\u00f6schen wollen? Diese Person wird nicht gel\u00f6scht - nur die Beziehung zwischen den beiden.","reminder_frequency_day":"jeden Tag | alle :number Tage","reminder_frequency_month":"jeden Monat|alle :number Monate","reminder_frequency_one_time":"am :date","reminder_frequency_week":"jede Woche|alle :number Wochen","reminder_frequency_year":"jedes jahr|alle :number Jahre","reminders_add_cta":"Erinnerung hinzuf\u00fcgen","reminders_add_description":"Erinnere mich daran...","reminders_add_error_custom_text":"Du musst einen Text f\u00fcr die Erinnerung angeben","reminders_add_next_time":"Wann m\u00f6chtest du das n\u00e4chste mal daran erinnert werden?","reminders_add_once":"Erinnere mich daran nur einmal","reminders_add_recurrent":"Erinnere mich daran jeden","reminders_add_starting_from":"angefangen vom oben angegebenen Datum","reminders_add_title":"Woran w\u00fcrdest du gerne \u00fcber :name erinnert werden?","reminders_birthday":"Geburtstag von :name","reminders_blank_add_activity":"Erinnerung hinzuf\u00fcgen","reminders_blank_title":"Gibt es etwas, an das du \u00fcber :name erinnert werden willst?","reminders_create_success":"Die Erinnerung wurde erfolgreich hinzugef\u00fcgt","reminders_cta":"Erinnerung hinzuf\u00fcgen","reminders_delete_confirmation":"M\u00f6chtest du diese Erinnerung wirklich l\u00f6schen?","reminders_delete_cta":"l\u00f6schen","reminders_delete_success":"Die Erinnerung wurde erfolgreich gel\u00f6scht","reminders_description":"Wir werden eine E-Mail f\u00fcr jede der unten stehenden Erinnerungen verschicken. Erinnerungen werden immer morgens verschickt. Erinnerungen, die automatisch f\u00fcr Geburtstage angelegt wurden, k\u00f6nnen nicht gel\u00f6scht werden. Wenn du dieses Datum \u00e4ndern willst, dann \u00e4ndere den Geburtstag des Kontakts.","reminders_edit_update_cta":"Erinnerung \u00e4ndern","reminders_free_plan_warning":"Du befindest dich im freiem Angebot. Hier werden keine Emails versendet. Um die Erinnerungs Emails zu erhalten upgrade deinen Account.","reminders_next_expected_date":"am","reminders_one_time":"Einmal","reminders_type_month":"Monat","reminders_type_week":"Woche","reminders_type_year":"Jahr","reminders_update_success":"Die Erinnerung wurde erfolgreich ge\u00e4ndert","section_contact_information":"Kontaktinformationen","section_personal_activities":"Aktivit\u00e4ten","section_personal_gifts":"Geschenke","section_personal_notes":"Notizen","section_personal_reminders":"Erinnerungen","section_personal_tasks":"Aufgaben","stay_in_touch":"In Kontakt bleiben","stay_in_touch_frequency":"Jeden Tag in Kontakt bleiben|Alle {count} Tage in Kontakt bleiben","stay_in_touch_invalid":"Die Zahl muss gr\u00f6\u00dfer als 0 sein.","stay_in_touch_modal_desc":"Wir k\u00f6nnen dich per E-Mail daran erinnern, in regelm\u00e4\u00dfigen Abst\u00e4nden mit {firstname} in Kontakt zu bleiben.","stay_in_touch_modal_label":"Schicke mir eine E-Mail jede...","stay_in_touch_modal_title":"In Kontakt bleiben","stay_in_touch_premium":"Du musst dein Konto upgraden, um diese Funktion nutzen zu k\u00f6nnen","tag_add":"Einen Tag hinzuf\u00fcgen","tag_edit":"Tag bearbeiten","tasks_add_task":"Aufgabe hinzuf\u00fcgen","tasks_blank_title":"Du hast noch keine Aufgaben.","tasks_complete_success":"Der Status der Aufgabe wurder erfolgreich ge\u00e4ndert","tasks_delete_success":"Die Aufgabe wurde erfolgreich gel\u00f6scht","tasks_form_description":"Beschreibung (optional)","tasks_form_title":"Titel","work_add_cta":"\u00c4ndere Arbeitsplatz-Informationen","work_edit_company":"Firma (optional)","work_edit_job":"Position (optional)","work_edit_success":"Arbeitsplatz-Informationen wurden erfolgreich aktualisiert","work_edit_title":"\u00c4ndere :name's Beruf-Informationen","work_information":"Arbeitsinformationen"},"reminder":{"type_birthday":"Gratuliere","type_birthday_kid":"Gratuliere dem Kind von","type_email":"E-Mail","type_hangout":"Treffen mit","type_lunch":"Essen gehen mit","type_phone_call":"Anrufen"},"settings":{"2fa_disable_description":"Deaktiviere die Zwei-Faktor-Authentifizierung f\u00fcr dein Konto. Achtung, dies reduziert die Sicherheit deines Kontos vor unberechtigten Zugriffen!","2fa_disable_error":"Fehler beim Ausschalten der Zwei-Faktor-Authentifizierung","2fa_disable_success":"Zwei-Faktor-Authentifizierung ist nun deaktiviert","2fa_disable_title":"Zwei-Faktor-Authentifizierung deaktivieren","2fa_enable_description":"Richte die Zwei-Faktor-Authentifizierung ein um die Sicherheit vor unberechtigtem Zugriff auf dein Konto zu erh\u00f6hen.","2fa_enable_error":"Fehler beim Einrichten der Zwei-Faktor-Authentifizierung","2fa_enable_error_already_set":"Two Factor Authentication is already activated","2fa_enable_otp":"\u00d6ffne deine Zwei-Faktor-Authentifizierungs App und lese den folgenden QR-Code ein:","2fa_enable_otp_help":"Falls deine Zwei-Faktor-Authentifizierungs App keine QR-Codes unterst\u00fctzt, gib folgenden Code manuell ein:","2fa_enable_otp_validate":"Bitte \u00fcberpr\u00fcfe das neue Ger\u00e4t:","2fa_enable_success":"Zwei-Faktor-Authentifizierung ist nun aktiviert","2fa_enable_title":"Zwei-Faktor-Authentifizierung aktivieren","2fa_otp_title":"Two Factor Authentication mobile application","2fa_title":"Zwei-Faktor-Authentifizierung","api_authorized_clients":"Liste der authorisierten Clients","api_authorized_clients_desc":"Diese Liste zeigt dir alle Clients, denen du Zugriff auf deine Anwendung gew\u00e4hrt hast. Du kannst die Authorisierungen jederzeit widerrufen.","api_authorized_clients_name":"Name","api_authorized_clients_scopes":"Geltungsbereiche","api_authorized_clients_title":"Zugelassene Anwendungen","api_description":"\u00dcber die API ist es m\u00f6glich, Monica \u00fcber eine externe Applikation zu nutzen, wie z.B. eine App auf deinem Handy.","api_oauth_clientid":"Kundennummer","api_oauth_clients":"Deine Oauth Clients","api_oauth_clients_desc":"Hier kannst du deine eigenen OAuth Clients registrieren.","api_oauth_create":"Client erstellen","api_oauth_create_new":"Neuen Client erstellen","api_oauth_name":"Name","api_oauth_name_help":"Etwas das deine Nutzer erkennen und dem sie vertrauen.","api_oauth_not_created":"Du hast noch keine OAuth-Clients erstellt.","api_oauth_redirecturl":"Weiterleitungs-URL","api_oauth_redirecturl_help":"Die Authorisierungs-Callback-URL deiner Anwendung.","api_oauth_secret":"Geheimbegriff","api_oauth_title":"OAuth-Clients","api_pao_description":"Stelle sicher, dass du dieses Token nur an Quellen gibst, denen du vertraust, denn es erlaubt den Zugriff auf all deine Daten.","api_personal_access_tokens":"Pers\u00f6nliche Zugangscodes","api_title":"API Zugriff","api_token_create":"Token erstellen","api_token_create_new":"Neues Token erstellen","api_token_delete":"L\u00f6schen","api_token_help":"Hier ist dein neuer pers\u00f6nlicher Zugangs-Token. Dies ist das einzige Mal, dass er angezeigt wird, also verliere ihn nicht! Du kannst nun diesen Token verwenden, um API-Anfragen zu machen.","api_token_name":"Name","api_token_not_created":"Du hast keine pers\u00f6nlichen Zugangs-Token erstellt.","api_token_scopes":"Geltungsbereiche","api_token_title":"Pers\u00f6nlicher Zugangs-Token","currency":"W\u00e4hrung","delete_cta":"Konto l\u00f6schen","delete_desc":"Willst du dein Konto l\u00f6schen? Warnung: das L\u00f6schen ist permanent alle deine Daten werden f\u00fcr immer weg sein.","delete_notice":"Willst du dein Konto wirklich L\u00f6schen? Letzte Warnung.","delete_title":"Konto l\u00f6schen","email":"E-Mail-Adresse","email_help":"Mit dieser Adresse kannst du dich einloggen und dorthin werden auch Erinnerungen verschickt.","email_placeholder":"E-Mail eingeben","export_be_patient":"Button klicken um den Export zu starten. Dies kann mehrere Minuten dauern \u2013 sei bitte geduldig und klicke nicht mehrfach auf den Button.","export_sql_cta":"SQL exportieren","export_sql_explanation":"Der SQL-Export erm\u00f6glicht es dir deine Daten in einer eigenen monica-Installation zu importieren. Dies ist nur sinnvoll, wenn du einen eigenen Server besitzt.","export_sql_link_instructions":"Hinweis: lies die Anleitung<\/a> um mehr \u00fcber das Importieren in die eigene Installation zu erfahren.","export_title":"Exportiere die Daten deines Kontos","export_title_sql":"Nach SQL exportieren","firstname":"Vorname","import_blank_cta":"Importiere vCard","import_blank_description":"Wir k\u00f6nnen vCard-Dateien importieren, die du aus Google Contacts oder deinem Kontakt-Manager erhalten kannst.","import_blank_question":"M\u00f6chtest du jetzt Kontakte importieren?","import_blank_title":"Du has noch keine Kontakte importiert.","import_cta":"Kontakte hochladen","import_in_progress":"Der Import ist im Gange. Lade die Seite in einer Minute neu.","import_need_subscription":"Importieren von Daten erfordert ein Abonnement.","import_report_date":"Importdatum","import_report_number_contacts":"Anzahl der Kontakte in der Datei","import_report_number_contacts_imported":"Anzahl der importieren Kontakte","import_report_number_contacts_skipped":"Anzahl der \u00fcbersprungenden Kontakte","import_report_status_imported":"Importiert","import_report_status_skipped":"\u00dcbersprungen","import_report_title":"Importbericht","import_report_type":"Importtyp","import_result_stat":"vCard mit 1 Kontakt hochgeladen (:total_imported importiert, :total_skipped \u00fcbersprungen)|vCard mit :total_contacts Kontakten hochgeladen (:total_imported importiert, :total_skipped \u00fcbersprungen)","import_stat":"Du hast bisher :number Dateien importiert.","import_title":"Importiere Kontakte in dein Konto","import_upload_behaviour":"Import-Verhalten:","import_upload_behaviour_add":"Neue Kontakte hinzuf\u00fcgen, bestehende \u00fcberspringen","import_upload_behaviour_help":"Hinweis: Ersetzen bedeutet, dass alle Daten der vCard ersetzt werden, wobei existierende Kontaktfelder erhalten bleiben.","import_upload_behaviour_replace":"Ersetze bestehende Kontakte","import_upload_form_file":"Deine .vcf<\/code> oder .vCard<\/code> Datei:","import_upload_rule_cant_revert":"Stell sicher, dass die Daten fehlerfrei sind, da der Upload nicht r\u00fcckg\u00e4ngig gemacht werden kann.","import_upload_rule_format":"Wir unterst\u00fctzen .vcard<\/code> und .vcf<\/code> Dateien.","import_upload_rule_instructions":"Export-Anleitung f\u00fcr Contacts.app (macOS)<\/a> und Google Contacts<\/a>.","import_upload_rule_limit":"Dateien d\u00fcrfen nicht gr\u00f6\u00dfer als 10MB sein.","import_upload_rule_multiple":"Momentan werden bei mehreren E-Mail-Adressen und Telefonnummer jeweils nur die ersten Eintr\u00e4ge importiert.","import_upload_rule_time":"Es kann bis zu einer Minute dauern die Kontakte hochzuladen und zu verarbeiten. Wir bitten um Geduld.","import_upload_rule_vcard":"Wir unterst\u00fctzen das vCard 3.0 format, was der Standard f\u00fcr Contacts.app (macOS) und Google Contacts ist.","import_upload_rules_desc":"Es gibt Einschr\u00e4nkungen:","import_upload_title":"Kontakte aus vCard importieren","import_vcard_contact_exist":"Kontakt existiert bereits","import_vcard_contact_no_firstname":"Kein Vorname (Pflicht)","import_vcard_file_no_entries":"Datei enth\u00e4lt keine Eintr\u00e4ge","import_vcard_file_not_found":"Datei nicht gefunden","import_vcard_unknown_entry":"Unbekannter Kontakt","import_view_report":"Bericht anzeigen","lastname":"Nachname","layout":"Ansicht","layout_big":"Gesamte Breite des Browsers","layout_small":"Maximal 1200 Pixel breit","locale":"Sprache der Anwendung","locale_cs":"Tschechisch","locale_de":"Deutsch","locale_en":"Englisch","locale_es":"Spanisch","locale_fr":"Franz\u00f6sisch","locale_he":"Hebr\u00e4isch","locale_it":"Italienisch","locale_nl":"Niederl\u00e4ndisch","locale_pt":"Portugiesisch","locale_ru":"Russisch","locale_zh":"Vereinfachtes Chinesisch","name":"Dein Name: :name","name_order":"Namensortierrichtung","name_order_firstname_lastname":" - Maximilian Mustermann","name_order_firstname_lastname_nickname":" () - Maximilian Mustermann (Max)","name_order_firstname_nickname_lastname":" () - Maximilian (Max) Mustermann","name_order_lastname_firstname":" - Mustermann Maximilian","name_order_lastname_firstname_nickname":" () - Mustermann Maximilian (Max)","name_order_lastname_nickname_firstname":" () - Mustermann (Max) Maximilian","name_order_nickname":" - Max","password_btn":"Passwort \u00e4ndern","password_change":"Passwort \u00e4ndern","password_current":"Aktuelles Passwort","password_current_placeholder":"Aktuelles Passwort","password_new1":"Neues Passwort","password_new1_placeholder":"Neues Passwort","password_new2":"Neues Passwort best\u00e4tigen","password_new2_placeholder":"Neues Passwort","personalisation_paid_upgrade":"Dies ist eine Premium-Funktion, die nur im kostenpflichtigen Abo aktiv ist. Upgrade deinen Account unter Einstellungen > Abonnement.","personalization_activity_type_add_button":"Add a new activity type","personalization_activity_type_category_add":"Add a new activity type category","personalization_activity_type_category_description":"An activity done with one of your contact can have a type and a category type. Your account comes by default with a set of predefined category types, but you can customize everything here.","personalization_activity_type_category_modal_add":"Add a new activity type category","personalization_activity_type_category_modal_delete":"Delete an activity type category","personalization_activity_type_category_modal_delete_desc":"Are you sure you want to delete this category? Deleting it will delete all associated activity types. However, activities that belong to this category will not be affected by this deletion.","personalization_activity_type_category_modal_delete_error":"We can\u2019t find this activity type category.","personalization_activity_type_category_modal_edit":"Edit an activity type category","personalization_activity_type_category_modal_question":"How should we name this new category?","personalization_activity_type_category_table_actions":"Actions","personalization_activity_type_category_table_name":"Name","personalization_activity_type_category_title":"Activity type categories","personalization_activity_type_modal_add":"Add a new activity type","personalization_activity_type_modal_delete":"Delete an activity type","personalization_activity_type_modal_delete_desc":"Are you sure you want to delete this activity type? Activities that belong to this category will not be affected by this deletion.","personalization_activity_type_modal_delete_error":"We can\u2019t find this activity type.","personalization_activity_type_modal_edit":"Edit an activity type","personalization_activity_type_modal_question":"How should we name this new activity type?","personalization_contact_field_type_add":"Neues Feld hinzuf\u00fcgen","personalization_contact_field_type_add_success":"Das Kontakfeld wurde erfolgreich hinzugef\u00fcgt.","personalization_contact_field_type_delete_success":"Das Kontaktfeld wurde erfolgreich gel\u00f6scht.","personalization_contact_field_type_description":"Hier kannst du Kontaktfelder verwalten, um z.b. verschiedene Soziale Netzwerke hinzuzuf\u00fcgen.","personalization_contact_field_type_edit_success":"Das Kontakfeld wurde erfolgreich editiert.","personalization_contact_field_type_modal_delete_description":"Bist du sicher, dass du dieses Kontaktfeld l\u00f6schen m\u00f6chtest? Wenn du dieses Kontaktfeld l\u00f6scht, wird es auch bei allen bestehenden Kontakten entfernt.","personalization_contact_field_type_modal_delete_title":"Bestehendes Kontaktfeld l\u00f6schen","personalization_contact_field_type_modal_edit_title":"Bestehendes Kontaktfeld bearbeiten","personalization_contact_field_type_modal_icon":"Symbol (Optional)","personalization_contact_field_type_modal_icon_help":"Du kannst ein Icon f\u00fcr dieses Kontaktfeld hinterlegen. Es muss eine Referenz auf ein Font Awesome Icon sein.","personalization_contact_field_type_modal_name":"Name","personalization_contact_field_type_modal_protocol":"Protokoll (optional)","personalization_contact_field_type_modal_protocol_help":"Wenn ein Protokoll f\u00fcr ein Kontaktfeld gesetzt ist, wird bei Klick auf das Feld die verkn\u00fcpfte Aktion ausgel\u00f6st.","personalization_contact_field_type_modal_title":"Neues Kontaktfeld hinzuf\u00fcgen","personalization_contact_field_type_table_actions":"Aktionen","personalization_contact_field_type_table_name":"Name","personalization_contact_field_type_table_protocol":"Protokoll","personalization_contact_field_type_title":"Kontakt Felder","personalization_genders_add":"Neuen Geschlechtstyp hinzuf\u00fcgen","personalization_genders_desc":"Du kannst so viele Geschlechtstypen anlegen wie du m\u00f6chtest. Du brauchst mindestens ein Geschlechtstyp in deinem Account.","personalization_genders_modal_add":"Neuen Geschlechtstyp hinzuf\u00fcgen","personalization_genders_modal_delete":"Geschlechtstyp l\u00f6schen","personalization_genders_modal_delete_desc":"M\u00f6chten Sie {name} wirklich l\u00f6schen?","personalization_genders_modal_delete_question":"Du hast aktuell {count} Kontakt mit diesem Geschlecht. Wenn du dieses Geschlecht l\u00f6schst, welches Geschlecht soll der Kontakt dann haben?|Du hast aktuell {count} Kontakte mit diesem Geschlecht. Wenn du dieses Geschlecht l\u00f6schst, welches Geschlecht sollen die Kontakte dann haben?","personalization_genders_modal_edit":"Geschlechtstyp aktualisieren","personalization_genders_modal_edit_question":"Wie soll dieses neue Geschlecht umbenannt werden?","personalization_genders_modal_error":"Bitte w\u00e4hle ein g\u00fcltiges Geschlecht aus der Liste.","personalization_genders_modal_question":"Wie soll dieses neue Geschlecht werden genannt?","personalization_genders_title":"Geschlechter Typen","personalization_module_desc":"Manche Menschen brauchen nicht alle Funktionen. Unten kannst du die Felder ausw\u00e4hlen, die auf einer Kontaktseite angezeigt werden. Die \u00c4nderungen werden f\u00fcr ALLE Kontakte \u00fcbernommen. Wenn du eine Funktion ausschaltest, so gehen die Daten darin nicht verloren, wir verbergen sie nur.","personalization_module_save":"Die \u00c4nderung wurde gespeichert","personalization_module_title":"Funktionen","personalization_reminder_rule_desc":"F\u00fcr jede Erinnerung die du setzt, k\u00f6nnen wir dir ein paar Tage befor das Ereignis stattfindet eine Email senden. Du kannst diese Benachrichtigungen hier umschaten. Bedenke dass diese Benachrichtigungen nur monatliche und j\u00e4hrliche Erinnerungen betreffen.","personalization_reminder_rule_line":"{count} Tag zuvor|{count} Tage zuvor","personalization_reminder_rule_save":"Die \u00c4nderung wurde gespeichert","personalization_reminder_rule_title":"Erinnerungs Regeln","personalization_tab_title":"Personalisiere deine Konto","personalization_title":"Hier findest du verschiedene Einstellungsoptionen f\u00fcr deinen Account. Diese Funktionen sind eher f\u00fcr erfahrene Nutzer gedacht, die maximale Kontrolle \u00fcber Monica m\u00f6chten.","reminder_time_to_send":"Zeitpunkt f\u00fcr den Versand von Erinnerungen","reset_cta":"Konto zur\u00fccksetzen","reset_desc":"M\u00f6chtest du dein Konto zur\u00fccksetzen? Dies entfernt alle deine Kontakte und die zugeh\u00f6rigen Daten. Dein Konto bleibt erhalten.","reset_notice":"Willst du dein Konto wirklich zur\u00fccksetzen? Letzte Warnung.","reset_success":"Dein Konto wurde erfolgreich zur\u00fcckgesetzt","reset_title":"Konto zur\u00fccksetzen","save":"Einstellungen speichern","security_help":"\u00c4ndere die Sicherheitseinstellungen f\u00fcr dein Konto.","security_title":"Sicherheit","settings_success":"Einstellungen aktualisiert!","sidebar_personalization":"Personalisierung","sidebar_settings":"Kontoeinstellungen","sidebar_settings_api":"Schnittstelle (API)","sidebar_settings_export":"Daten exportieren","sidebar_settings_import":"Daten importieren","sidebar_settings_security":"Sicherheit","sidebar_settings_subscriptions":"Abonnement","sidebar_settings_tags":"Tags bearbeiten","sidebar_settings_users":"Benutzer","subscriptions_account_current_paid_plan":"Sie befinden sich im :name Abo. Vielen Dank f\u00fcr die Anmeldung.","subscriptions_account_current_plan":"Dein aktuelles Abonnement","subscriptions_account_free_plan":"Du hast das kostenlose Abonnement.","subscriptions_account_free_plan_benefits_import_data_vcard":"Importiere Kontakte \u00fcber vCards","subscriptions_account_free_plan_benefits_reminders":"Erinnerungen per email","subscriptions_account_free_plan_benefits_support":"Du unterst\u00fctzt das Projekt auf lange Sicht, so dass wir mehr gro\u00dfartige Features umsetzen k\u00f6nnen.","subscriptions_account_free_plan_benefits_users":"Beliebige Anzahl von Benutzern","subscriptions_account_free_plan_upgrade":"Du kannst dein Konto auf :name upgraden, was $:price pro Monat kostet. Es beinhaltet folgende Vorteile:","subscriptions_account_invoices":"Rechnungen","subscriptions_account_invoices_download":"Herunterladen","subscriptions_account_next_billing":"Dein Abonnement erneuert sich automatisch am :date<\/strong>. Du kannst dein Abonnement jederzeit k\u00fcndigen<\/a>.","subscriptions_account_payment":"Wie m\u00f6chtest du bezahlen?","subscriptions_account_upgrade":"Konto upgraden","subscriptions_account_upgrade_choice":"W\u00e4hle eines der Abos und schlie\u00dfe dich :customers Personen an, die bereits die Premium-Version von Monica nutzen.","subscriptions_account_upgrade_title":"Upgrade Monica heute und mache deine pers\u00f6nlichen Beziehungen gehaltvoller.","subscriptions_back":"Zur\u00fcck zu Einstellungen","subscriptions_downgrade_cta":"Zur\u00fcckstufen","subscriptions_downgrade_limitations":"Die kostenlose Variante hat Einschr\u00e4nkungen. um downdgraden zu k\u00f6nnen m\u00fcssen folgende Dinge zutreffen:","subscriptions_downgrade_rule_invitations":"Du darfst keine ausstehenden Einladungen haben","subscriptions_downgrade_rule_invitations_constraint":"Du hast aktuell eine ausstehende Einladung<\/a> verschickt.|Du hast aktuell :count ausstehende Einladungen<\/a> verschickt.","subscriptions_downgrade_rule_users":"Du darfst nur einen Benutzer in deinem Konto haben","subscriptions_downgrade_rule_users_constraint":"Du hast derzeit 1 Benutzer<\/a> in deinem Konto. | Du hast derzeit :count Benutzer<\/a> in deinem Konto.","subscriptions_downgrade_success":"Du hast das kostenlose Abonnement!","subscriptions_downgrade_thanks":"Vielen Dank, dass du das kostenpflichtige Abo ausprobiert hast. Wir f\u00fcgen kontinuierlich weitere Funktionen hinzu. Vielleicht hast du in Zukunft ja wieder Interesse daran ein Abo abzuschlie\u00dfen.","subscriptions_downgrade_title":"Konto auf kostenlose Variante downgraden","subscriptions_help_change_desc":"Du kannst jederzeit ohne weiteres selber k\u00fcndigen, du musst dazu auch nicht den Support oder sonst wen kontaktieren. Laufende Abos werden jedoch nicht zur\u00fcck erstattet.","subscriptions_help_change_title":"Was passiert, wenn ich meine Meinung \u00e4ndere?","subscriptions_help_discounts_desc":"Ja! Monica ist kostenlos f\u00fcr Sch\u00fcler, Studenten und gemeinn\u00fctzige Organisationen. Kontaktiere einfach den Support<\/a> mit einem entsprechenden Nachweis und wir werden den speziellen Status auf deinen Account anwenden.","subscriptions_help_discounts_title":"Gibt es Erm\u00e4\u00dfigungen f\u00fcr gemeinn\u00fctzige Organisationen und Bildungseinrichtungen?","subscriptions_help_limits_plan":"Definitiv nicht. Die kostenlosen Abos beinhalten keine Beschr\u00e4nkungen bei der Anzahl an Kontakten, die du haben kannst.","subscriptions_help_limits_title":"Gibt es im kostenlosen Abo eine Begrenzung bei der Anzahl an Kontakten, die man haben kann?","subscriptions_help_opensource_desc":"Monica ist ein Open-Source-Projekt. Das bedeutet, es wird von einer wohlwollenden Community erstellt, die einfach ein tolles Programm der Allgemeinheit zur Verf\u00fcgung stellen will. Open-Source bedeutet, dass der Quellcode auf GitHub \u00f6ffentlich zug\u00e4nglich ist und von jedermann eingesehen, ver\u00e4ndert oder erweitert werden kann. All Einnahmen werden genutzt um das Programm zu verbessern, bessere Server zu betreiben und die Rechnungen zu bezahlen. Vielen Dank f\u00fcr deine Hilfe. Wir k\u00f6nnten das Ganze ohne dich nicht machen - wirklich.","subscriptions_help_opensource_title":"Was ist ein Open-Source-Projekt?","subscriptions_help_title":"Weitere Details, die dich interessieren k\u00f6nnten","subscriptions_pdf_title":"Dein :name monatliches Abonnement","subscriptions_plan_choose":"Bitte ein Paket ausw\u00e4hlen","subscriptions_plan_include1":"Bei deinem Upgrade inklusive:","subscriptions_plan_include2":"Unbegrenzte Anzahl an Nutzern \u2022 Erinnerungen per E-Mail \u2022 Importieren per vCard \u2022 Personalisierung der Kontaktseiten","subscriptions_plan_include3":"100% der Einnahmen flie\u00dfen in die Entwicklung dieses gro\u00dfartigen Open-Source-Projektes.","subscriptions_plan_month_bonus":"Jederzeit k\u00fcndbar","subscriptions_plan_month_cost":"$5\/Monat","subscriptions_plan_month_title":"Monatlich zahlen","subscriptions_plan_year_bonus":"Ein ganzes Jahr lang keine Gedanken mehr machen","subscriptions_plan_year_cost":"$45\/Jahr","subscriptions_plan_year_cost_save":"du sparst 25%","subscriptions_plan_year_title":"J\u00e4hrlich zahlen","subscriptions_upgrade_charge":"Wir belasten deine Kreditkarte jetzt mit USD $:price. Die n\u00e4chste Abbuchung findet am :date statt. Solltest du deine Meinung \u00e4ndern, kannst du jederzeit ohne weiteres k\u00fcndigen.","subscriptions_upgrade_charge_handled":"Die Zahlung erfolgt \u00fcber Stripe<\/a>. Keine Kreditkarteninformationen gelangen auf unsere Server.","subscriptions_upgrade_choose":"Du hast das :plan Abonnement ausgew\u00e4hlt.","subscriptions_upgrade_credit":"Kreditkarte","subscriptions_upgrade_infos":"Wir freuen uns sehr. Bitte gebe deine Zahlungsinformationen unten ein.","subscriptions_upgrade_name":"Name auf der Karte","subscriptions_upgrade_submit":"Zahlung Best\u00e4tigen","subscriptions_upgrade_success":"Danke! Du bist nun angemeldet.","subscriptions_upgrade_thanks":"Willkommen in der Community von Leuten, die versuchen die Welt zu einem besseren Ort zu machen.","subscriptions_upgrade_title":"Konto upgraden","subscriptions_upgrade_zip":"Postleitzahl \/ ZIP-Code","tags_blank_description":"Tags funktionieren wie Ordner, wobei ein Kontakt auch mehrere Tags erhalten kann. \u00d6ffne einen Kontakt und tagge einen Freund direkt unter dem Namen. So bald dein Kontakt getaggt ist, kannst du hier deine Tags verwalten.","tags_blank_title":"Tags bieten eine tolle M\u00f6glichkeit Kontakte zu organisieren.","tags_list_contact_number":"1 Kontakt|:count Kontakte","tags_list_delete_confirmation":"M\u00f6chtest du den Tag wirklich l\u00f6schen? Kontakte werden nicht gel\u00f6scht, sondern nur der Tag.","tags_list_delete_success":"Der Tag wurde erfolgreich gel\u00f6scht","tags_list_description":"Du kannst deine Kontakte mithilfe von Tags organisieren. Tags funktionieren wie Ordner, wobei ein Kontakt auch mehrere Tags erhalten kann. Um einen neuen Tag anzulegen, musst du ihn nur beim Kontakt hinzuf\u00fcgen.","tags_list_title":"Markierungen","timezone":"Zeitzone","u2f_buttonAdvise":"If your security key has a button, press it.","u2f_enable_description":"Add a new U2F security key","u2f_error_bad_request":"The visited URL doesn\u2019t match the App ID or your are not using HTTPS","u2f_error_configuration_unsupported":"Client configuration is not supported.","u2f_error_device_ineligible":"The presented device is not eligible for this request. For a registration request this may mean that the token is already registered, and for a sign request it may mean that the token does not know the presented key handle.","u2f_error_other_error":"Ein Fehler ist aufgetreten.","u2f_error_timeout":"Timeout reached before request could be satisfied.","u2f_insertKey":"Insert your security key.","u2f_noButtonAdvise":"If it does not, remove it and insert it again.","u2f_success":"Your key is detected and validated.","u2f_title":"U2F security key","users_accept_title":"Einladung annehmen und neues Benutzerkonto erstellen","users_add_confirmation":"Ich best\u00e4tige, dass ich diesen Benutzer zu meinem Account einladen m\u00f6chte. Diese Person hat Zugriff auf all meine Daten und sieht, was ich sehe.","users_add_cta":"Benutzer per E-Mail einladen","users_add_description":"Diese Person wird die selben Rechte haben wir du wodurch dieser andere Benutzer einladen und l\u00f6schen kann (inklusive dir). Du solltest dieser Person daher trauen k\u00f6nnen.","users_add_email_field":"Gib die E-Mail-Adresse der Person an, die du einladen m\u00f6chtest","users_add_title":"Jemand per E-Mail zu deinem Konto einladen","users_blank_add_title":"M\u00f6chtest du jemand anderes einladen?","users_blank_cta":"Jemanden einladen","users_blank_description":"Diese Person wird den gleichen Zugriff auf das System haben wie du und wird Kontakte hinzuf\u00fcgen, \u00e4ndern und l\u00f6schen k\u00f6nnen.","users_blank_title":"Zu bist der Einzige mit Zugriff auf dieses Konto.","users_error_already_invited":"Diesen Benutzer hast du schon eingeladen. Bitte andere E-Mail-Adresse w\u00e4hlen.","users_error_email_already_taken":"Diese E-Mail-Adresse ist bereits vergeben. Bitte eine andere w\u00e4hlen.","users_error_email_not_similar":"Dies ist nicht die E-Mail-Adresse der Person, die dich eingeladen hat.","users_error_please_confirm":"Bitte best\u00e4tige, dass du diesen Benutzer einladen willst","users_invitation_deleted_confirmation_message":"Die Einladung wurde erfolgreich gel\u00f6scht","users_invitation_need_subscription":"Das Hinzuf\u00fcgen von weiteren Benutzern erfordert ein Abonnement.","users_invitations_delete_confirmation":"M\u00f6chtest du die Einladung wirklich l\u00f6schen?","users_list_add_user":"Einen Benutzer einladen","users_list_delete_confirmation":"M\u00f6chtest du den Benutzer wirklich aus deinem Konto entfernen?","users_list_invitations_explanation":"Unten stehen Personen, die du als Mithelfer eingeladen hast.","users_list_invitations_invited_by":"eingeladen von :name","users_list_invitations_sent_date":"versendet :date","users_list_invitations_title":"Ausstehende Einladungen","users_list_title":"Benutzer, die Zugriff auf dein Konto haben","users_list_you":"Das bist du"},"validation":{"accepted":":attribute muss akzeptiert werden.","active_url":":attribute keine g\u00fcltige URL.","after":":attribute muss ein Datum nach :date sein.","after_or_equal":"Das :attribute muss ein Datum nach oder gleich :date sein.","alpha":":attribute darf nur Buchstaben enthalten.","alpha_dash":":attribute darf nur Buchstaben, Nummern und Bindestriche enthalten.","alpha_num":":attribute darf nur Buchstaben und Nummern enthalten.","array":":attribute muss ein Array sein.","attributes":[],"before":":attribute muss ein Datum vor :date sein.","before_or_equal":"Das :attribute muss ein Datum vor oder gleich :date sein.","between":{"array":":attribute muss zwischen :min und :max Elemente haben.","file":":attribute muss zwischen :min und :max Kilobyte liegen.","numeric":":attribute muss zwischen :min und :max liegen.","string":":attribute muss zwischen :min und :max Zeichen liegen."},"boolean":"Das :attribute Feld muss Wahr oder Falsch sein.","confirmed":"Die :attribute Best\u00e4tigung stimmt nicht \u00fcberein.","custom":{"attribute-name":{"rule-name":"custom-message"}},"date":":attribute ist kein g\u00fcltiges Datum.","date_format":":attribute stimmt nicht mit dem Format :format \u00fcberein.","different":":attribute und :other m\u00fcssen sich unterscheiden.","digits":":attribute m\u00fcssen :digits Ziffern sein.","digits_between":":attribute muss zwischen :min und :max Ziffern liegen.","dimensions":"Das :attribute hat ung\u00fcltige Bilddimensionen.","distinct":"Das :attribute Feld hat einen doppelten Wert.","email":":attribute muss eine g\u00fcltige E-Mail-Adresse sein.","exists":":attribute ist ung\u00fcltig.","file":"Das :attribute muss eine Datei sein.","filled":"Das :attribute Feld muss einen Wert haben.","image":":attribute muss ein Bild sein.","in":":attribute ist ung\u00fcltig.","in_array":"Das :attribute Feld existiert nicht in :other.","integer":":attribute muss eine Ganzzahl sein.","ip":":attribute muss eine g\u00fcltige IP-Adresse sein.","ipv4":":attribute muss eine g\u00fcltige IPv4 Adresse sein.","ipv6":":attribute muss eine g\u00fcltige IPv6 Adresse sein.","json":":attribute muss eine g\u00fcltige JSON-Zeichenfolge sein.","max":{"array":":attribute darf nicht mehr als :max Elemente haben.","file":":attribute darf nicht gr\u00f6\u00dfer als :max Kilobytes sein.","numeric":":attribute darf nicht gr\u00f6\u00dfer als :max sein.","string":":attribute darf nicht gr\u00f6\u00dfer als :max Zeichen sein."},"mimes":":attribute muss vom typ: :values sein.","mimetypes":":attribute muss den Dateityp :values haben.","min":{"array":":attribute muss mindestens :min Elemente haben.","file":":attribute muss mindestens :min Kilobytes sein.","numeric":":attribute muss mindestens :min sein.","string":":attribute muss mindestens :min Zeichen haben."},"not_in":":attribute ist ung\u00fcltig.","not_regex":"Das Format von :attribute ist ung\u00fcltig.","numeric":":attribute muss eine Zahl sein.","present":"Das :attribute Feld muss vorhanden sein.","regex":"Das :attribute Format ist ung\u00fcltig.","required":"Das :attribute Feld ist ein Pflichtfeld.","required_if":":attribute ist Pflicht, wenn :other :value ist.","required_unless":":attribute ist Pflicht, au\u00dfer :other ist in :values.","required_with":":attribute ist Pflicht, wenn :values vorhanden ist.","required_with_all":":attribute ist Pflicht, wenn :values vorhanden sind.","required_without":":attribute ist Pflicht, wenn :values nicht vorhanden ist.","required_without_all":":attribute ist Pflicht, wenn keiner der folgenden Werte vorhandne ist :values.","same":":attribute und :other m\u00fcssen \u00fcbereinstimmen.","size":{"array":":attribute muss :size Elemente enthalten.","file":":attribute muss :size Kilobytes sein.","numeric":":attribute muss :size sein.","string":":attribute muss :size Zeichen sein."},"string":":attribute muss eine Zeichenkette sein.","timezone":":attribute muss eine g\u00fcltige Zone sein.","unique":":attribute muss einzigartig sein.","uploaded":":attribute konnte nicht hochgeladen werden.","url":":attribute hat ein ung\u00fcltiges Format."}} +{"app":{"add":"Hinzuf\u00fcgen","application_description":"Monica ist ein Werkzeug, um Ihre Interaktionen mit Ihren Lieben, Freunden und Familie zu verwalten.","application_og_title":"Haben Sie bessere Beziehungen zu Ihren Lieben. Kostenloses Online CRM f\u00fcr Freunde und Familie.","application_title":"Monica \u2013 pers\u00f6nlicher Beziehungsmanager","breadcrumb_add_note":"Notiz hinzuf\u00fcgen","breadcrumb_add_significant_other":"Lebensgef\u00e4hrte hinzuf\u00fcgen","breadcrumb_api":"API","breadcrumb_dashboard":"Dashboard","breadcrumb_edit_introductions":"Wie habt ihr euch getroffen","breadcrumb_edit_note":"Notiz bearbeiten","breadcrumb_edit_significant_other":"Lebensgef\u00e4hrte bearbeiten","breadcrumb_journal":"Tagebuch","breadcrumb_list_contacts":"Kontaktliste","breadcrumb_profile":"Profile of :name","breadcrumb_settings":"Einstellungen","breadcrumb_settings_export":"Export","breadcrumb_settings_import":"Import","breadcrumb_settings_import_report":"Import-Bericht","breadcrumb_settings_import_upload":"Hochladen","breadcrumb_settings_personalization":"Personalisierung","breadcrumb_settings_security":"Sicherheit","breadcrumb_settings_security_2fa":"Zwei-Faktor-Authentifizierung","breadcrumb_settings_subscriptions":"Abonnement","breadcrumb_settings_tags":"Markierungen","breadcrumb_settings_users":"Benutzer","breadcrumb_settings_users_add":"Benutzer hinzuf\u00fcgen","cancel":"Abbrechen","close":"Schlie\u00dfen","compliance_desc":"Wir haben unsere AGBs<\/a> und Datenschutzerkl\u00e4rung<\/a> ge\u00e4ndert. Wir sind gesetzlich dazu verpflichtet zu verlangen, dass du beides durchliest und akzeptierst, damit du deinen Account weiter nutzen kannst.","compliance_desc_end":"Wir machen nichts B\u00f6ses mit deinen Daten oder deinem Account und werden das auch nie tun.","compliance_terms":"Neue AGB und Datenschutzerkl\u00e4rung akzeptieren","compliance_title":"Entschuldige die Unterbrechung.","create":"Erstellen","days":"Tag|Tage","default_save_success":"Die Daten wurden gespeichert.","delete":"L\u00f6schen","done":"Fertig","edit":"Bearbeiten","error_save":"Beim Versuch die Daten zu speichern ist ein Fehler aufgetreten.","error_title":"Whoops! Da lief etwas falsch.","error_unauthorized":"Du darfst das leider nicht, da du nicht angemeldet bist.","footer_modal_version_release_away":"Du bist ein Release hinter der neuesten verf\u00fcgbaren Version. Du solltest deine Installation updaten.|Du bist :number Releases hinter der neuesten verf\u00fcgbaren Version. Du solltest deine Installation updaten.","footer_modal_version_whats_new":"Was gibt's Neues","footer_new_version":"Es ist eine neue Version verf\u00fcgbar","footer_newsletter":"Newsletter","footer_privacy":"Datenschutzrichtlinie","footer_release":"Versionshinweise","footer_remarks":"Eine Anmerkung?","footer_send_email":"Schick' mir eine E-Mail","footer_source_code":"Monica bei GitHub","footer_version":"Version: :version","for":"f\u00fcr","gender_female":"Weiblich","gender_male":"M\u00e4nnlich","gender_none":"M\u00f6chte ich nicht angeben","header_changelog_link":"Produkt\u00e4nderungen","header_logout_link":"Ausloggen","header_settings_link":"Einstellungen","load_more":"Lade mehr","loading":"Lade mehr...","main_nav_activities":"Aktivit\u00e4ten","main_nav_cta":"Person hinzuf\u00fcgen","main_nav_dashboard":"Dashboard","main_nav_family":"Personen","main_nav_journal":"Tagebuch","main_nav_tasks":"Aufgaben","markdown_description":"Du m\u00f6chtest deinen Text sch\u00f6ner formatieren? Monica unterst\u00fctzt Markdown.","markdown_link":"\u00d6ffne die Dokumentation","new":"Neu","relationship_type_bestfriend":"Bester Freund","relationship_type_bestfriend_female":"Beste Freundin","relationship_type_bestfriend_female_with_name":":name's beste Freundin","relationship_type_bestfriend_with_name":":name's bester Freund","relationship_type_boss":"Chef","relationship_type_boss_female":"Chefin","relationship_type_boss_female_with_name":":name's Chefin","relationship_type_boss_with_name":":name's Chef","relationship_type_child":"Sohn","relationship_type_child_female":"Tochter","relationship_type_child_female_with_name":":names Tochter","relationship_type_child_with_name":":names Sohn","relationship_type_colleague":"Kollege","relationship_type_colleague_female":"Kollegin","relationship_type_colleague_female_with_name":":name's Kollegin","relationship_type_colleague_with_name":":name's Kollege","relationship_type_cousin":"Cousin","relationship_type_cousin_female":"Cousine","relationship_type_cousin_female_with_name":":name's Cousine","relationship_type_cousin_with_name":":name's Cousin","relationship_type_date":"Verabredung","relationship_type_date_female":"Verabredung","relationship_type_date_female_with_name":":names Verabredung","relationship_type_date_with_name":":names Verabredung","relationship_type_ex":"Ex-Freund","relationship_type_ex_female":"Ex-Freundin","relationship_type_ex_female_with_name":":name's Ex-Freundin","relationship_type_ex_husband":"Ex-Mann","relationship_type_ex_husband_female":"Ex-Frau","relationship_type_ex_husband_female_with_name":":name\u2019s Ex-Frau","relationship_type_ex_husband_with_name":":name\u2019s Ex-Mann","relationship_type_ex_with_name":":name's Ex-Freund","relationship_type_friend":"Freund","relationship_type_friend_female":"Freundin","relationship_type_friend_female_with_name":":name's Freundin","relationship_type_friend_with_name":":name's Freund","relationship_type_godfather":"Pate","relationship_type_godfather_female":"Patin","relationship_type_godfather_female_with_name":":names Patin","relationship_type_godfather_with_name":":names Pate","relationship_type_godson":"Patenkind","relationship_type_godson_female":"Patenkind","relationship_type_godson_female_with_name":":name's Patenkind","relationship_type_godson_with_name":":name's Patenkind","relationship_type_grandchild":"Enkel","relationship_type_grandchild_female":"Enkelin","relationship_type_grandchild_female_with_name":":name's Enkelin","relationship_type_grandchild_with_name":":name's Enkel","relationship_type_grandparent":"Gro\u00dfvater","relationship_type_grandparent_female":"Gro\u00dfmutter","relationship_type_grandparent_female_with_name":":name's Gro\u00dfmutter","relationship_type_grandparent_with_name":":name's Gro\u00dfvater","relationship_type_group_family":"Familienverh\u00e4ltnisse","relationship_type_group_friend":"Freundschaftsbeziehungen","relationship_type_group_love":"Liebesbeziehungen","relationship_type_group_other":"Andere Art von Beziehungen","relationship_type_group_work":"Arbeitsverh\u00e4ltnisse","relationship_type_inlovewith":"verliebt in","relationship_type_inlovewith_female":"verliebt in","relationship_type_inlovewith_female_with_name":":name ist verliebt in","relationship_type_inlovewith_with_name":":name ist verliebt in","relationship_type_lovedby":"geliebt von","relationship_type_lovedby_female":"geliebt von","relationship_type_lovedby_female_with_name":":names heimliche Verehrerin","relationship_type_lovedby_with_name":":names heimlicher Verehrer","relationship_type_lover":"Liebhaber","relationship_type_lover_female":"Liebhaberin","relationship_type_lover_female_with_name":":names Liebhaberin","relationship_type_lover_with_name":":names Liebhaber","relationship_type_mentor":"Mentor","relationship_type_mentor_female":"Mentorin","relationship_type_mentor_female_with_name":":name's Mentorin","relationship_type_mentor_with_name":":name's Mentor","relationship_type_nephew":"Neffe","relationship_type_nephew_female":"Nichte","relationship_type_nephew_female_with_name":":name's Nichte","relationship_type_nephew_with_name":":name's Neffe","relationship_type_parent":"Vater","relationship_type_parent_female":"Mutter","relationship_type_parent_female_with_name":":name's Mutter","relationship_type_parent_with_name":":names Vater","relationship_type_partner":"Lebensgef\u00e4hrte","relationship_type_partner_female":"Lebensgef\u00e4hrtin","relationship_type_partner_female_with_name":":names Lebensgef\u00e4hrtin","relationship_type_partner_with_name":":names Lebensgef\u00e4hrte","relationship_type_protege":"Sch\u00fctzling","relationship_type_protege_female":"Sch\u00fctzling","relationship_type_protege_female_with_name":":name's Sch\u00fctzling","relationship_type_protege_with_name":":name's Sch\u00fctzling","relationship_type_sibling":"Bruder","relationship_type_sibling_female":"Schwester","relationship_type_sibling_female_with_name":":names Schwester","relationship_type_sibling_with_name":":names Bruder","relationship_type_spouse":"Ehegatte","relationship_type_spouse_female":"Ehegattin","relationship_type_spouse_female_with_name":":names Ehegattin","relationship_type_spouse_with_name":":names Ehegatten","relationship_type_subordinate":":name's Untergebener","relationship_type_subordinate_female":":name's Untergebene","relationship_type_subordinate_female_with_name":":name's Mitarbeiterin","relationship_type_subordinate_with_name":":name's Mitarbeiter","relationship_type_uncle":"Onkel","relationship_type_uncle_female":"Tante","relationship_type_uncle_female_with_name":":name's Tante","relationship_type_uncle_with_name":":name's Onkel","remove":"Entfernen","revoke":"Aufheben","save":"Speichern","unknown":"Ich wei\u00df es nicht","update":"Aktualisieren","upload":"Hochladen","verify":"\u00dcberpr\u00fcfe","with":"mit"},"auth":{"2fa_one_time_password":"Zwei-Faktor-Authentifizierungscode","2fa_otp_help":"\u00d6ffne deine Zwei-Faktor-Authentifizierungs-App und scanne den folgenden QR-Code","2fa_recuperation_code":"Bitte gib deinen Zwei-Faktor-Wiederherstellungscode ein","2fa_title":"Zwei-Faktor-Authentifizierung","2fa_wrong_validation":"Die Zwei-Faktor-Authentifizierung ist fehlgeschlagen.","back_homepage":"Zur\u00fcck zur Seite","button_remember":"Eingeloggt bleiben","confirmation_again":"Wenn Sie Ihre E-Mail-Adresse \u00e4ndern m\u00f6chten, klicken Sie bitte hier<\/a>.","create_account":"Erstellen Sie ihr erstes Konto, indem sie sich registrieren<\/a>","email":"E-Mail","email_change_current_email":"Aktuelle E-Mail-Adresse:","email_change_new":"Neue E-Mail-Adresse","email_change_title":"E-Mail-Adresse \u00e4ndern","email_changed":"Ihre E-Mail-Adresse wurde ge\u00e4ndert. \u00dcberpr\u00fcfen Sie Ihre E-Mails um sie zu best\u00e4tigen.","failed":"Die Anmeldedaten stimmen nicht.","login":"Einloggen","login_again":"Bitte loggen Sie sich wieder in Ihren Account ein","login_to_account":"In Konto einloggen","mfa_auth_otp":"Authenticate with your two factor device","mfa_auth_u2f":"Authentifizieren Sie sich mit einem U2F Ger\u00e4t","not_authorized":"Du hast keine Berechtigung diese Aktion auszuf\u00fchren","password":"Passwort","password_forget":"Passwort vergessen?","password_reset":"Passwort zur\u00fccksetzen","password_reset_action":"Passwort zur\u00fccksetzen","password_reset_email":"E-Mail-Adresse","password_reset_email_content":"Hier klicken, um das Passwort zur\u00fcckzusetzen:","password_reset_password":"Passwort","password_reset_password_confirm":"Passwort best\u00e4tigen","password_reset_send_link":"E-Mail zum Zur\u00fccksetzen des Passworts senden","password_reset_title":"Passwort zur\u00fccksetzen","register_action":"Anmelden","register_create_account":"Sie ben\u00f6tigen ein Konto, um Monica zu verwenden","register_email":"G\u00fcltige E-Mail Adresse eingeben","register_email_example":"du@zuhause","register_firstname":"Vorname","register_firstname_example":"z.B. Max","register_invitation_email":"Aus Sicherheitsgr\u00fcnden geben Sie bitte die E-Mail-Adresse der Person an, die Sie eingeladen hat, diesem Konto beizutreten. Diese Informationen finden Sie in der Einladungs-E-Mail.","register_lastname":"Nachname","register_lastname_example":"z.B. Mustermann","register_login":"Einloggen<\/a> wenn Sie bereits ein Konto haben.","register_password":"Passwort","register_password_confirmation":"Passwortbest\u00e4tigung","register_password_example":"Sicheres Kennwort eingeben","register_policy":"Deine Anmeldung bedeutet, dass du unsere Datenschutzrichtlinien<\/a> and AGBs<\/a> gelesen und akzeptiert hast.","register_title_create":"Monica Konto erstellen","register_title_welcome":"Herzlich Willkommen in Ihrer neu installierten Instanz von Monica","signup":"Registrieren","signup_disabled":"Neue Registrierungen sind zur Zeit nicht m\u00f6glich","signup_no_account":"Haben Sie noch kein Konto?","throttle":"Zu viele Anmeldeversuche. Bitte in :seconds Sekunden erneut versuchen.","u2f_otp_extension":"U2F is supported natively on Chrome, Firefox<\/a> and Opera. On old Firefox versions, install the U2F Support Add-on<\/a>."},"changelog":{"note":"Anmerkung: Diese Seite gibt es leider nur auf englisch.","title":"Produkt\u00e4nderungen"},"dashboard":{"dashboard_blank_cta":"F\u00fcge deinen ersten Kontakt hinzu","dashboard_blank_description":"Monica ist der Ort um all deine Interaktionen zu organisieren die dir wichtig sind.","dashboard_blank_illustration":"Illustration von Freepik<\/a>","dashboard_blank_title":"Herzlich Willkommen auf deinem Account!","debts_you_owe":"Du schuldest","linkedin_profile":"LinkedIn","notes_title":"Du hast noch keine Notizen.","reminders_next_months":"Ereignisse der n\u00e4chsten 3 Monate","reminders_none":"Keine Erinnerungen f\u00fcr diesen Monat","statistics_activities":"Aktivit\u00e4ten","statistics_contacts":"Kontakte","statistics_gifts":"Geschenke","tab_calls_blank":"Du hast noch keine Telefonate protokolliert.","tab_debts":"Schulden","tab_debts_blank":"Du hast noch keine Schulden protokolliert.","tab_favorite_notes":"Markierte Notizen","tab_recent_calls":"K\u00fcrzliche Telefonate"},"format":{"full_hour":"H:i","full_month":"F","full_month_year":"F Y","short_date":"d. M","short_date_year":"d. M Y","short_date_year_time":"d. M Y H:i","short_day":"D","short_month":"M","short_month_year":"M Y"},"journal":{"delete_confirmation":"Willst du diesen Eintrag wirklich l\u00f6schen?","entry_delete_success":"Der Tagebucheintrag wurde erfolgreich gel\u00f6scht.","journal_add":"Tagebucheintrag hinzuf\u00fcgen","journal_add_cta":"Speichern","journal_add_date":"Datum","journal_add_post":"Eintrag","journal_add_title":"Titel (optional)","journal_blank_cta":"Schreibe deinen ersten Eintrag","journal_blank_description":"Im Tagebuch kannst du deine Erlebnisse festhalten und dich sp\u00e4ter an sie erinnern.","journal_come_back":"Danke. Morgen kannst du wieder deinen Tag bewerten.","journal_created_automatically":"Autmatisch hinzugef\u00fcgt","journal_description":"Hinweis: Das Journal zeigt sowohl manuelle Eintr\u00e4ge, als auch Aktivit\u00e4ten mit deinen Kontakten an. Manuelle Eintr\u00e4ge kannst du hier l\u00f6schen, Aktivit\u00e4ten kannst du auf der jeweiligen Profilseite der beteiligten Person editieren oder l\u00f6schen.","journal_entry_rate":"Du hast deinen Tag bewertet","journal_entry_type_activity":"Aktivit\u00e4t","journal_entry_type_journal":"Tagebucheintrag","journal_rate":"Wie war dein Tag? Einmal am Tag kannst du ihn bewerten."},"mail":{"confirmation_email_button":"E-Mail-Adresse best\u00e4tigen","confirmation_email_intro":"Um Ihre E-Mail-Adresse zu validieren, klicken Sie bitte auf den untenstehenden Button","confirmation_email_title":"Monica \u2013 E-Mail-Verifikation","footer_contact_info":"Erg\u00e4nze, betrachte, vervollst\u00e4ndige und \u00e4ndere Informationen zu diesem Kontakt:","for":"F\u00dcR:","greetings":"Hallo :username","notification_description":"In :count Tagen (am :date), findet folgendes Ereignis statt:","notification_subject_line":"Du hast ein bevorstehendes Ereignis","notifications_footer":"Wenn Sie Probleme beim Klicken auf die Schaltfl\u00e4che \":actionText\" haben, kopieren Sie einfach die folgende URL in die Adresszeile Ihres Webbrowsers: [:actionURL](:actionURL)","notifications_hello":"Hallo!","notifications_regards":"Gr\u00fc\u00dfe","notifications_whoops":"Hoppla!","stay_in_touch_subject_description":"Du wolltest daran erinnert werden, jede :frequency Tage mit :name in Kontakt zu bleiben.","stay_in_touch_subject_line":"Mit :name in Kontakt bleiben","subject_line":"Erinnerung f\u00fcr :contact","want_reminded_of":"DU WOLLTEST ERINNERT WERDEN AN"},"pagination":{"next":"n\u00e4chste »","previous":"« voherige"},"passwords":{"changed":"Dein Passwort wurde erfolgreich ge\u00e4ndert.","invalid":"Dein aktuelles Passwort stimmt nicht.","password":"Passw\u00f6rter m\u00fcssen aus mindestens 6 Zeichen bestehen und \u00fcbereinstimmen.","reset":"Dein Passwort wurde zur\u00fcckgesetzt!","sent":"Wenn die E-Mail-Adresse, die du eingegeben hast mit der in unserem System \u00fcbereinstimmt, hast du eine E-Mail mit Reset-Link bekommen.","token":"Der Passwort-Reset-Token ist ung\u00fcltig.","user":"Wenn die E-Mail-Adresse, die du eingegeben hast mit der in unserem System \u00fcbereinstimmt, hast du eine E-Mail mit Reset-Link bekommen."},"people":{"activities_activity":"Kategorie","activities_add_activity":"Aktivit\u00e4t hinzuf\u00fcgen","activities_add_cta":"Aktivit\u00e4t aufzeichnen","activities_add_date_occured":"Datum der Aktivit\u00e4t","activities_add_error":"Error when adding the activity","activities_add_optional_comment":"Optionaler Kommentar","activities_add_pick_activity":"(Optional) M\u00f6chten Sie diese Aktivit\u00e4t kategorisieren? Das m\u00fcssen Sie nicht, aber es wird Ihnen sp\u00e4ter Statistiken liefern.","activities_add_success":"Aktivit\u00e4t erfolgreich hinzugef\u00fcgt","activities_add_title":"Was hast du mit :name gemacht?","activities_blank_add_activity":"Aktivit\u00e4t hinzuf\u00fcgen","activities_blank_title":"Behalte im Auge, was du mit :name unternommen hast und wor\u00fcber ihr geredet habt","activities_delete_confirmation":"M\u00f6chtest du diese Aktivit\u00e4t wirklich l\u00f6schen?","activities_delete_success":"Aktivit\u00e4t erfolgreich gel\u00f6scht","activities_hide_details":"Weniger Details","activities_item_information":":Activity. Fand am :date statt","activities_more_details":"Mehr Details","activities_profile_number_occurences":":value activity|:value activities","activities_profile_subtitle":"You\u2019ve logged :total_activities activity with :name in total and :activities_last_twelve_months in the last 12 months so far.|You\u2019ve logged :total_activities activities with :name in total and :activities_last_twelve_months in the last 12 months so far.","activities_profile_title":"Activities report between :name and you","activities_profile_year_summary":"Here is what you two have done in :year","activities_profile_year_summary_activity_types":"Here is a breakdown of the type of activities you\u2019ve done together in :year","activities_summary":"Beschreibe, was ihr gemacht habt","activities_update_success":"Aktivit\u00e4t erfolgreich aktualisiert","activities_view_activities_report":"View activities report","activities_who_was_involved":"Wer war beteiligt?","activity_title":"Aktivit\u00e4ten","activity_type_ate_at_his_place":"bei Ihnen gegessen","activity_type_ate_at_home":"zu Hause gegessen","activity_type_ate_restaurant":"im Restaurant gegessen","activity_type_category_cultural_activities":"Kulturelle Aktivit\u00e4ten","activity_type_category_food":"Essen","activity_type_category_simple_activities":"Einfacher Zeitvertreib","activity_type_category_sport":"Sport","activity_type_did_sport_activities_together":"zusammen Sport gemacht","activity_type_just_hung_out":"einfach zusammen Zeit verbracht","activity_type_picknicked":"Picknick gemacht","activity_type_talked_at_home":"zu Hause geredet","activity_type_watched_movie_at_home":"zu Hause einen Film gesehen","activity_type_went_bar":"in eine Bar gegangen","activity_type_went_concert":"zu einem Konzert gegangen","activity_type_went_museum":"ins Museum gegangen","activity_type_went_play":"ein Theaterst\u00fcck angesehen","activity_type_went_theater":"ins Theater gegangen","age_approximate_in_years":"ungef\u00e4hr :age Jahre alt","age_exact_birthdate":"geboren am :date","age_exact_in_years":":age Jahre alt","birthdate_not_set":"Geburtstag noch nicht gesetzt","call_blank_desc":"Du hast :name angerufen","call_blank_title":"Behalte deine Telefonate mit :name im Auge","call_button":"Telefonat vermerken","call_delete_confirmation":"M\u00f6chtest du das Telefonat wirklich l\u00f6schen?","call_delete_success":"Das Telefonat wurde erfolgreich gel\u00f6scht","call_empty_comment":"Keine Details","call_title":"Telefonate","calls_add_success":"Telefonat gespeichert.","contact_address_form_city":"Stadt (optional)","contact_address_form_country":"Land (optional)","contact_address_form_name":"Titel (optional)","contact_address_form_postal_code":"Postleitzahl (optional)","contact_address_form_province":"Bundesland (optional)","contact_address_form_street":"Stra\u00dfe (optional)","contact_address_title":"Adressen","contact_info_address":"Wohnt in","contact_info_form_contact_type":"Kontakt Art","contact_info_form_content":"Inhalt","contact_info_form_personalize":"Anpassen","contact_info_title":"Kontaktinformationen","debt_add_add_cta":"Schulden hinzuf\u00fcgen","debt_add_amount":"eine Summe von","debt_add_cta":"Schulden hinzuf\u00fcgen","debt_add_reason":"aus folgendem Grund (optional)","debt_add_success":"Die Schulden wurden erfolgreich hinzugef\u00fcgt","debt_add_they_owe":":name schuldet dir","debt_add_title":"Schuldenverwaltung","debt_add_you_owe":"Du schuldest :name","debt_delete_confirmation":"M\u00f6chtest du die Schulden wirklich l\u00f6schen?","debt_delete_success":"Die Schulden wurden erfolgreich gel\u00f6scht","debt_edit_success":"Die Schulden wurden erfolgreich aktualisiert","debt_edit_update_cta":"Schulden bearbeiten","debt_they_owe":":name schuldet dir :amount","debt_title":"Schulden","debt_you_owe":"Du schuldest :amount","debts_blank_title":"Verwalte die Schulden, die du :name schuldest oder :name dir schuldet","deceased_add_reminder":"Erstelle eine Erinnerung f\u00fcr den Todestag","deceased_age":"Todesalter","deceased_know_date":"Ich wei\u00df das Datum an dem diese Person verstarb","deceased_label":"Verstorben","deceased_label_with_date":"Verstorben am :date","deceased_mark_person_deceased":"Diese Person ist verstorben","deceased_reminder_title":"Todestag von :name","edit_contact_information":"Kontaktinformationen bearbeiten","food_preferencies_add_success":"Essensvorlieben gespeichert","food_preferencies_cta":"Essensvorlieben hinzuf\u00fcgen","food_preferencies_edit_cta":"Speichere Essensvorlieben","food_preferencies_edit_description":"Vielleicht hat :firstname oder jemand in der :family Familie eine Allergie oder mag einen bestimmten Wein nicht. Vermerke so etwas hier, damit du dich bei der n\u00e4chsten Einladung zum Abendessen daran erinnerst","food_preferencies_edit_description_no_last_name":"Vielleicht hat :firstname eine Allergie oder mag einen bestimmten Wein nicht. Vermerke so etwas hier, damit du dich bei der n\u00e4chsten Einladung zum Abendessen daran erinnerst","food_preferencies_edit_title":"Gib Essensvorlieben an","food_preferencies_title":"Essensvorlieben","gifts_add_comment":"Kommentar (optional)","gifts_add_gift":"Geschenk hinzuf\u00fcgen","gifts_add_gift_already_offered":"Bereits verschenkt","gifts_add_gift_idea":"Geschenkidee","gifts_add_gift_received":"Geschenk erhalten","gifts_add_gift_title":"Was ist es f\u00fcr ein Geschenk?","gifts_add_link":"Link zur Website (optional)","gifts_add_someone":"Dieses Geschenk ist f\u00fcr jemanden in :name's Familie","gifts_add_success":"Geschenk erfolgreich hinzugef\u00fcgt","gifts_add_title":"Geschenkverwaltung f\u00fcr :name","gifts_add_value":"Wert (optional)","gifts_delete_confirmation":"M\u00f6chtest du das Geschenk wirklich l\u00f6schen?","gifts_delete_cta":"L\u00f6schen","gifts_delete_success":"Geschenk erfolgreich gel\u00f6scht","gifts_for":"F\u00fcr:","gifts_ideas":"Geschenkideen","gifts_link":"Link","gifts_mark_offered":"Als angeboten markieren","gifts_offered":"Verschenkte Geschenke","gifts_offered_as_an_idea":"Als Idee markieren","gifts_received":"Erhaltene Geschenke","gifts_title":"Geschenke","gifts_update_success":"Das Geschenk wurde erfolgreich aktualisiert","gifts_view_comment":"Kommentar anzeigen","information_edit_avatar":"Foto\/Avatar des Kontakts","information_edit_exact":"Ich kenne den Geburtstag der Person...","information_edit_firstname":"Vorname","information_edit_lastname":"Nachname (Optional)","information_edit_linkedin":"LinkedIn-Profile (optional)","information_edit_max_size":"Max :size Mb.","information_edit_not_year":"Ich wei\u00df den Tag und Monat des Geburtsdatums dieser Person, aber nicht das Jahr\u2026","information_edit_probably":"Diese Person ist wahrscheinlich","information_edit_success":"Das Profil wurde erfolgreich aktualisiert","information_edit_title":"\u00c4ndere :name's pers\u00f6nliche Daten","information_edit_unknown":"Ich kenne das Alter dieser Person nicht","information_no_linkedin_defined":"LinkedIn nicht angegeben","information_no_work_defined":"keine Arbeitsplatz-Informationen angegeben","information_work_at":"bei :company","introductions_add_reminder":"Erstelle eine Erinnerung f\u00fcr den Jahrestag unseres ersten Zusammentreffens","introductions_additional_info":"Beschreibe, wo und wann ihr euch kennengelernt habt","introductions_blank_cta":"Beschreibe, wie du :name kennengelernt hast","introductions_edit_met_through":"Hat euch jemand vorgestellt?","introductions_first_met_date":"Datum des ersten Treffens","introductions_first_met_date_known":"An diesem Datum haben wir uns das erste mal getroffen","introductions_met_date":"Am :date","introductions_met_through":"Kennengelernt durch :name<\/a>","introductions_no_first_met_date":"Ich wei\u00df nicht mehr wann wir uns das erste mal getroffen haben","introductions_no_met_through":"Keiner","introductions_reminder_title":"Jahrestag eures ersten Zusammentreffens","introductions_sidebar_title":"Wie ihr euch kennengelernt habt","introductions_title_edit":"Wie hast du :name kennengelernt?","introductions_update_success":"Euer erstes Kennenlernen wurde erfolgreich ge\u00e4ndert","last_activity_date":"Letzte gemeinsame Aktivit\u00e4t: :date","last_activity_date_empty":"Letzte gemeinsame Aktivit\u00e4t: unbekannt","last_called":"Letztes Telefonat: :date","last_called_empty":"Letztes Telefonat: unbekannt","link_to_list":"Personenliste","linkedin_profile":"LinkedIn-Profil","modal_call_change":"\u00c4ndern","modal_call_comment":"Wor\u00fcber habt ihr geredet? (optional)","modal_call_date":"Das Telefonat war heute.","modal_call_exact_date":"Das Telefonat war am","modal_call_title":"Telefonat vermerken","notes_add_cta":"Notiz hinzuf\u00fcgen","notes_create_success":"Die Notiz wurde erfolgreich hinzugef\u00fcgt","notes_delete_confirmation":"M\u00f6chtest du diese Notiz wirklich l\u00f6schen?","notes_delete_success":"Die Notiz wurde erfolgreich gel\u00f6scht","notes_delete_title":"Notiz l\u00f6schen","notes_favorite":"Markieren\/Markierung entfernen","notes_update_success":"Die Notiz wurde erfolgreich aktualisiert","people_add_birthday_reminder":"Gratuliere :name zum Geburtstag","people_add_cta":"Person hinzuf\u00fcgen","people_add_firstname":"Vorname","people_add_gender":"Geschlecht","people_add_import":"M\u00f6chtest du Kontakte importieren<\/a>?","people_add_lastname":"Nachname (Optional)","people_add_middlename":"zweiter Vorname (Optional)","people_add_missing":"Keine Person gefunden - neue Person jetzt anlegen","people_add_nickname":"Spitzname (optional)","people_add_reminder_for_birthday":"J\u00e4hrliche Geburtstagserinnerung erstellen","people_add_success":":name wurde erfolgreich angelegt.","people_add_title":"Person hinzuf\u00fcgen","people_delete_click_here":"klick hier","people_delete_confirmation":"M\u00f6chtest du den Kontakt wirklich l\u00f6schen? Es gibt kein Zur\u00fcck.","people_delete_message":"Wenn du den Kontakt entfernen m\u00f6chtest,","people_delete_success":"Der Kontakt wurde gel\u00f6scht","people_edit_email_error":"Es gibt bereits ein Kontakt in deinem Konto mit dieser e-Mail-Adresse. Bitte w\u00e4hle eine anderen.","people_export":"Als vCard exportieren","people_list_account_upgrade_cta":"Jetzt upgraden","people_list_account_upgrade_title":"F\u00fchre ein Upgrade aus, um alle Funktionen freizuschalten.","people_list_account_usage":"Dein Account nutzt: :current\/:limit Kontakte","people_list_blank_cta":"Neuer Kontakt","people_list_blank_title":"Du hast noch niemanden in deinem Konto angelegt","people_list_clear_filter":"Filter l\u00f6schen","people_list_contacts_per_tags":"1 Kontakt|:count Kontakte","people_list_filter_tag":"Es werden alle Kontakte mit den folgenden Tags angezeigt","people_list_filter_untag":"Es werden alle Kontakte ohne Tags angezeigt","people_list_firstnameAZ":"Nach Vorname sortieren A \u2192 Z","people_list_firstnameZA":"Nach Vorname sortieren Z \u2192 A","people_list_last_updated":"Zuletzt aufgerufen:","people_list_lastactivitydateNewtoOld":"Neueste Aktivit\u00e4ten zuerst anzeigen","people_list_lastactivitydateOldtoNew":"\u00c4lteste Aktivit\u00e4ten zuerst anzeigen","people_list_lastnameAZ":"Nach Nachname sortieren A \u2192 Z","people_list_lastnameZA":"Nach Nachname sortieren Z \u2192 A","people_list_number_kids":"1 Kind|:count Kinder","people_list_number_reminders":"1 Erinnerung|:count Erinnerungen","people_list_sort":"Sortieren","people_list_stats":"1 Kontakt|:count Kontakte","people_list_untagged":"Unmarkierte Kontakte anzeigen","people_save_and_add_another_cta":"Hinzuf\u00fcgen und weitere Person anlegen","people_search":"Suche in deinen Kontakten...","people_search_no_results":"Keine passenden Kontakte gefunden :(","pets_bird":"Vogel","pets_cat":"Katze","pets_create_success":"Das Haustier wurde erfolgreich hinzugef\u00fcgt","pets_delete_success":"Das Haustier wurde erfolgreich entfernt","pets_dog":"Hund","pets_fish":"Fisch","pets_hamster":"Hamster","pets_horse":"Pferd","pets_kind":"Tierart","pets_name":"Name (optional)","pets_other":"Anderes","pets_rabbit":"Hase","pets_rat":"Ratte","pets_reptile":"Reptil","pets_small_animal":"Kleintier","pets_title":"Haustiere","pets_update_success":"Das Haustier wurde erfolgreich ge\u00e4ndert","relationship_delete_confirmation":"Sind Sie sicher, dass Sie diese Beziehung l\u00f6schen wollen? Das L\u00f6schen ist dauerhaft.","relationship_form_add":"Eine neue Beziehung hinzuf\u00fcgen","relationship_form_add_choice":"Wer ist die Beziehung zu?","relationship_form_add_description":"Auf diese Weise k\u00f6nnen Sie diese Lebensgef\u00e4hrten wie jeden anderen Kontakt zu behandeln.","relationship_form_add_no_existing_contact":"Sie haben zur Zeit keine Kontakte, die mit :name in Verbindung gebracht werden k\u00f6nnen.","relationship_form_add_success":"Die Beziehung wurde erfolgreich gesetzt.","relationship_form_also_create_contact":"Erstellen Sie einen Kontakt-Eintrag f\u00fcr diese Person.","relationship_form_associate_contact":"Ein bestehender Kontakt","relationship_form_associate_dropdown":"Search and select an existing contact from the dropdown below","relationship_form_associate_dropdown_placeholder":"Search and select an existing contact","relationship_form_create_contact":"Neue Person hinzuf\u00fcgen","relationship_form_deletion_success":"Die Beziehung wurde gel\u00f6scht.","relationship_form_edit":"Eine bestehende Beziehung \u00e4ndern","relationship_form_is_with":"Diese Person ist...","relationship_unlink_confirmation":"Sind Sie sicher, dass Sie diese Beziehung l\u00f6schen wollen? Diese Person wird nicht gel\u00f6scht - nur die Beziehung zwischen den beiden.","reminder_frequency_day":"jeden Tag | alle :number Tage","reminder_frequency_month":"jeden Monat|alle :number Monate","reminder_frequency_one_time":"am :date","reminder_frequency_week":"jede Woche|alle :number Wochen","reminder_frequency_year":"jedes jahr|alle :number Jahre","reminders_add_cta":"Erinnerung hinzuf\u00fcgen","reminders_add_description":"Erinnere mich daran...","reminders_add_error_custom_text":"Du musst einen Text f\u00fcr die Erinnerung angeben","reminders_add_next_time":"Wann m\u00f6chtest du das n\u00e4chste mal daran erinnert werden?","reminders_add_once":"Erinnere mich daran nur einmal","reminders_add_recurrent":"Erinnere mich daran jeden","reminders_add_starting_from":"angefangen vom oben angegebenen Datum","reminders_add_title":"Woran w\u00fcrdest du gerne \u00fcber :name erinnert werden?","reminders_birthday":"Geburtstag von :name","reminders_blank_add_activity":"Erinnerung hinzuf\u00fcgen","reminders_blank_title":"Gibt es etwas, an das du \u00fcber :name erinnert werden willst?","reminders_create_success":"Die Erinnerung wurde erfolgreich hinzugef\u00fcgt","reminders_cta":"Erinnerung hinzuf\u00fcgen","reminders_delete_confirmation":"M\u00f6chtest du diese Erinnerung wirklich l\u00f6schen?","reminders_delete_cta":"l\u00f6schen","reminders_delete_success":"Die Erinnerung wurde erfolgreich gel\u00f6scht","reminders_description":"Wir werden eine E-Mail f\u00fcr jede der unten stehenden Erinnerungen verschicken. Erinnerungen werden immer morgens verschickt. Erinnerungen, die automatisch f\u00fcr Geburtstage angelegt wurden, k\u00f6nnen nicht gel\u00f6scht werden. Wenn du dieses Datum \u00e4ndern willst, dann \u00e4ndere den Geburtstag des Kontakts.","reminders_edit_update_cta":"Erinnerung \u00e4ndern","reminders_free_plan_warning":"Du befindest dich im kostenlosen Abonnement. Hier werden keine E-Mails versendet. Um die Erinnerungs-E-Mails zu erhalten upgrade deinen Account.","reminders_next_expected_date":"am","reminders_one_time":"Einmal","reminders_type_month":"Monat","reminders_type_week":"Woche","reminders_type_year":"Jahr","reminders_update_success":"Die Erinnerung wurde erfolgreich ge\u00e4ndert","section_contact_information":"Kontaktinformationen","section_personal_activities":"Aktivit\u00e4ten","section_personal_gifts":"Geschenke","section_personal_notes":"Notizen","section_personal_reminders":"Erinnerungen","section_personal_tasks":"Aufgaben","set_favorite":"Favorite contacts are placed at the top of the contact list","stay_in_touch":"In Kontakt bleiben","stay_in_touch_frequency":"Jeden Tag in Kontakt bleiben|Alle {count} Tage in Kontakt bleiben","stay_in_touch_invalid":"Die Zahl muss gr\u00f6\u00dfer als 0 sein.","stay_in_touch_modal_desc":"Wir k\u00f6nnen dich per E-Mail daran erinnern, in regelm\u00e4\u00dfigen Abst\u00e4nden mit {firstname} in Kontakt zu bleiben.","stay_in_touch_modal_label":"Schicke mir eine E-Mail jede...","stay_in_touch_modal_title":"In Kontakt bleiben","stay_in_touch_premium":"Du musst dein Konto upgraden, um diese Funktion nutzen zu k\u00f6nnen","tag_add":"Einen Tag hinzuf\u00fcgen","tag_edit":"Tag bearbeiten","tasks_add_task":"Aufgabe hinzuf\u00fcgen","tasks_blank_title":"Du hast noch keine Aufgaben.","tasks_complete_success":"Der Status der Aufgabe wurder erfolgreich ge\u00e4ndert","tasks_delete_success":"Die Aufgabe wurde erfolgreich gel\u00f6scht","tasks_form_description":"Beschreibung (optional)","tasks_form_title":"Titel","work_add_cta":"\u00c4ndere Arbeitsplatz-Informationen","work_edit_company":"Firma (optional)","work_edit_job":"Position (optional)","work_edit_success":"Arbeitsplatz-Informationen wurden erfolgreich aktualisiert","work_edit_title":"\u00c4ndere :name's Beruf-Informationen","work_information":"Arbeitsinformationen"},"reminder":{"type_birthday":"Gratuliere","type_birthday_kid":"Gratuliere dem Kind von","type_email":"E-Mail","type_hangout":"Treffen mit","type_lunch":"Essen gehen mit","type_phone_call":"Anrufen"},"settings":{"2fa_disable_description":"Deaktiviere die Zwei-Faktor-Authentifizierung f\u00fcr dein Konto. Achtung, dies reduziert die Sicherheit deines Kontos vor unberechtigten Zugriffen!","2fa_disable_error":"Fehler beim Ausschalten der Zwei-Faktor-Authentifizierung","2fa_disable_success":"Zwei-Faktor-Authentifizierung ist nun deaktiviert","2fa_disable_title":"Zwei-Faktor-Authentifizierung deaktivieren","2fa_enable_description":"Richte die Zwei-Faktor-Authentifizierung ein um die Sicherheit vor unberechtigtem Zugriff auf dein Konto zu erh\u00f6hen.","2fa_enable_error":"Fehler beim Einrichten der Zwei-Faktor-Authentifizierung","2fa_enable_error_already_set":"Two Factor Authentication is already activated","2fa_enable_otp":"\u00d6ffne deine Zwei-Faktor-Authentifizierungs App und lese den folgenden QR-Code ein:","2fa_enable_otp_help":"Falls deine Zwei-Faktor-Authentifizierungs App keine QR-Codes unterst\u00fctzt, gib folgenden Code manuell ein:","2fa_enable_otp_validate":"Bitte \u00fcberpr\u00fcfe das neue Ger\u00e4t:","2fa_enable_success":"Zwei-Faktor-Authentifizierung ist nun aktiviert","2fa_enable_title":"Zwei-Faktor-Authentifizierung aktivieren","2fa_otp_title":"Two Factor Authentication mobile application","2fa_title":"Zwei-Faktor-Authentifizierung","api_authorized_clients":"Liste der authorisierten Clients","api_authorized_clients_desc":"Diese Liste zeigt dir alle Clients, denen du Zugriff auf deine Anwendung gew\u00e4hrt hast. Du kannst die Authorisierungen jederzeit widerrufen.","api_authorized_clients_name":"Name","api_authorized_clients_scopes":"Geltungsbereiche","api_authorized_clients_title":"Zugelassene Anwendungen","api_description":"\u00dcber die API ist es m\u00f6glich, Monica \u00fcber eine externe Applikation zu nutzen, wie z.B. eine App auf deinem Handy.","api_oauth_clientid":"Kundennummer","api_oauth_clients":"Deine Oauth Clients","api_oauth_clients_desc":"Hier kannst du deine eigenen OAuth Clients registrieren.","api_oauth_create":"Client erstellen","api_oauth_create_new":"Neuen Client erstellen","api_oauth_name":"Name","api_oauth_name_help":"Etwas das deine Nutzer erkennen und dem sie vertrauen.","api_oauth_not_created":"Du hast noch keine OAuth-Clients erstellt.","api_oauth_redirecturl":"Weiterleitungs-URL","api_oauth_redirecturl_help":"Die Authorisierungs-Callback-URL deiner Anwendung.","api_oauth_secret":"Geheimbegriff","api_oauth_title":"OAuth-Clients","api_pao_description":"Stelle sicher, dass du dieses Token nur an Quellen gibst, denen du vertraust, denn es erlaubt den Zugriff auf all deine Daten.","api_personal_access_tokens":"Pers\u00f6nliche Zugangscodes","api_title":"API Zugriff","api_token_create":"Token erstellen","api_token_create_new":"Neues Token erstellen","api_token_delete":"L\u00f6schen","api_token_help":"Hier ist dein neuer pers\u00f6nlicher Zugangs-Token. Dies ist das einzige Mal, dass er angezeigt wird, also verliere ihn nicht! Du kannst nun diesen Token verwenden, um API-Anfragen zu machen.","api_token_name":"Name","api_token_not_created":"Du hast keine pers\u00f6nlichen Zugangs-Token erstellt.","api_token_scopes":"Geltungsbereiche","api_token_title":"Pers\u00f6nlicher Zugangs-Token","currency":"W\u00e4hrung","delete_cta":"Konto l\u00f6schen","delete_desc":"Willst du dein Konto l\u00f6schen? Warnung: das L\u00f6schen ist permanent alle deine Daten werden f\u00fcr immer weg sein.","delete_notice":"Willst du dein Konto wirklich L\u00f6schen? Letzte Warnung.","delete_title":"Konto l\u00f6schen","email":"E-Mail-Adresse","email_help":"Mit dieser Adresse kannst du dich einloggen und dorthin werden auch Erinnerungen verschickt.","email_placeholder":"E-Mail eingeben","export_be_patient":"Button klicken um den Export zu starten. Dies kann mehrere Minuten dauern \u2013 sei bitte geduldig und klicke nicht mehrfach auf den Button.","export_sql_cta":"SQL exportieren","export_sql_explanation":"Der SQL-Export erm\u00f6glicht es dir deine Daten in einer eigenen monica-Installation zu importieren. Dies ist nur sinnvoll, wenn du einen eigenen Server besitzt.","export_sql_link_instructions":"Hinweis: lies die Anleitung<\/a> um mehr \u00fcber das Importieren in die eigene Installation zu erfahren.","export_title":"Exportiere die Daten deines Kontos","export_title_sql":"Nach SQL exportieren","firstname":"Vorname","import_blank_cta":"Importiere vCard","import_blank_description":"Wir k\u00f6nnen vCard-Dateien importieren, die du aus Google Contacts oder deinem Kontakt-Manager erhalten kannst.","import_blank_question":"M\u00f6chtest du jetzt Kontakte importieren?","import_blank_title":"Du has noch keine Kontakte importiert.","import_cta":"Kontakte hochladen","import_in_progress":"Der Import ist im Gange. Lade die Seite in einer Minute neu.","import_need_subscription":"Importieren von Daten erfordert ein Abonnement.","import_report_date":"Importdatum","import_report_number_contacts":"Anzahl der Kontakte in der Datei","import_report_number_contacts_imported":"Anzahl der importieren Kontakte","import_report_number_contacts_skipped":"Anzahl der \u00fcbersprungenden Kontakte","import_report_status_imported":"Importiert","import_report_status_skipped":"\u00dcbersprungen","import_report_title":"Importbericht","import_report_type":"Importtyp","import_result_stat":"vCard mit 1 Kontakt hochgeladen (:total_imported importiert, :total_skipped \u00fcbersprungen)|vCard mit :total_contacts Kontakten hochgeladen (:total_imported importiert, :total_skipped \u00fcbersprungen)","import_stat":"Du hast bisher :number Dateien importiert.","import_title":"Importiere Kontakte in dein Konto","import_upload_behaviour":"Import-Verhalten:","import_upload_behaviour_add":"Neue Kontakte hinzuf\u00fcgen, bestehende \u00fcberspringen","import_upload_behaviour_help":"Hinweis: Ersetzen bedeutet, dass alle Daten der vCard ersetzt werden, wobei existierende Kontaktfelder erhalten bleiben.","import_upload_behaviour_replace":"Ersetze bestehende Kontakte","import_upload_form_file":"Deine .vcf<\/code> oder .vCard<\/code> Datei:","import_upload_rule_cant_revert":"Stell sicher, dass die Daten fehlerfrei sind, da der Upload nicht r\u00fcckg\u00e4ngig gemacht werden kann.","import_upload_rule_format":"Wir unterst\u00fctzen .vcard<\/code> und .vcf<\/code> Dateien.","import_upload_rule_instructions":"Export-Anleitung f\u00fcr Contacts.app (macOS)<\/a> und Google Contacts<\/a>.","import_upload_rule_limit":"Dateien d\u00fcrfen nicht gr\u00f6\u00dfer als 10MB sein.","import_upload_rule_multiple":"Momentan werden bei mehreren E-Mail-Adressen und Telefonnummer jeweils nur die ersten Eintr\u00e4ge importiert.","import_upload_rule_time":"Es kann bis zu einer Minute dauern die Kontakte hochzuladen und zu verarbeiten. Wir bitten um Geduld.","import_upload_rule_vcard":"Wir unterst\u00fctzen das vCard 3.0 format, was der Standard f\u00fcr Contacts.app (macOS) und Google Contacts ist.","import_upload_rules_desc":"Es gibt Einschr\u00e4nkungen:","import_upload_title":"Kontakte aus vCard importieren","import_vcard_contact_exist":"Kontakt existiert bereits","import_vcard_contact_no_firstname":"Kein Vorname (Pflicht)","import_vcard_file_no_entries":"Datei enth\u00e4lt keine Eintr\u00e4ge","import_vcard_file_not_found":"Datei nicht gefunden","import_vcard_unknown_entry":"Unbekannter Kontakt","import_view_report":"Bericht anzeigen","lastname":"Nachname","layout":"Ansicht","layout_big":"Gesamte Breite des Browsers","layout_small":"Maximal 1200 Pixel breit","locale":"Sprache der Anwendung","locale_cs":"Tschechisch","locale_de":"Deutsch","locale_en":"Englisch","locale_es":"Spanisch","locale_fr":"Franz\u00f6sisch","locale_he":"Hebr\u00e4isch","locale_it":"Italienisch","locale_nl":"Niederl\u00e4ndisch","locale_pt":"Portugiesisch","locale_ru":"Russisch","locale_tr":"Turkish","locale_zh":"Vereinfachtes Chinesisch","name":"Dein Name: :name","name_order":"Namensortierrichtung","name_order_firstname_lastname":" - Maximilian Mustermann","name_order_firstname_lastname_nickname":" () - Maximilian Mustermann (Max)","name_order_firstname_nickname_lastname":" () - Maximilian (Max) Mustermann","name_order_lastname_firstname":" - Mustermann Maximilian","name_order_lastname_firstname_nickname":" () - Mustermann Maximilian (Max)","name_order_lastname_nickname_firstname":" () - Mustermann (Max) Maximilian","name_order_nickname":" - Max","password_btn":"Passwort \u00e4ndern","password_change":"Passwort \u00e4ndern","password_current":"Aktuelles Passwort","password_current_placeholder":"Aktuelles Passwort","password_new1":"Neues Passwort","password_new1_placeholder":"Neues Passwort","password_new2":"Neues Passwort best\u00e4tigen","password_new2_placeholder":"Neues Passwort","personalisation_paid_upgrade":"Dies ist eine Premium-Funktion, die nur im kostenpflichtigen Abo aktiv ist. Upgrade deinen Account unter Einstellungen > Abonnement.","personalization_activity_type_add_button":"Add a new activity type","personalization_activity_type_category_add":"Add a new activity type category","personalization_activity_type_category_description":"An activity done with one of your contact can have a type and a category type. Your account comes by default with a set of predefined category types, but you can customize everything here.","personalization_activity_type_category_modal_add":"Add a new activity type category","personalization_activity_type_category_modal_delete":"Delete an activity type category","personalization_activity_type_category_modal_delete_desc":"Are you sure you want to delete this category? Deleting it will delete all associated activity types. However, activities that belong to this category will not be affected by this deletion.","personalization_activity_type_category_modal_delete_error":"We can\u2019t find this activity type category.","personalization_activity_type_category_modal_edit":"Edit an activity type category","personalization_activity_type_category_modal_question":"How should we name this new category?","personalization_activity_type_category_table_actions":"Actions","personalization_activity_type_category_table_name":"Name","personalization_activity_type_category_title":"Activity type categories","personalization_activity_type_modal_add":"Add a new activity type","personalization_activity_type_modal_delete":"Delete an activity type","personalization_activity_type_modal_delete_desc":"Are you sure you want to delete this activity type? Activities that belong to this category will not be affected by this deletion.","personalization_activity_type_modal_delete_error":"We can\u2019t find this activity type.","personalization_activity_type_modal_edit":"Edit an activity type","personalization_activity_type_modal_question":"How should we name this new activity type?","personalization_contact_field_type_add":"Neues Feld hinzuf\u00fcgen","personalization_contact_field_type_add_success":"Das Kontakfeld wurde erfolgreich hinzugef\u00fcgt.","personalization_contact_field_type_delete_success":"Das Kontaktfeld wurde erfolgreich gel\u00f6scht.","personalization_contact_field_type_description":"Hier kannst du Kontaktfelder verwalten, um z.b. verschiedene Soziale Netzwerke hinzuzuf\u00fcgen.","personalization_contact_field_type_edit_success":"Das Kontakfeld wurde erfolgreich editiert.","personalization_contact_field_type_modal_delete_description":"Bist du sicher, dass du dieses Kontaktfeld l\u00f6schen m\u00f6chtest? Wenn du dieses Kontaktfeld l\u00f6scht, wird es auch bei allen bestehenden Kontakten entfernt.","personalization_contact_field_type_modal_delete_title":"Bestehendes Kontaktfeld l\u00f6schen","personalization_contact_field_type_modal_edit_title":"Bestehendes Kontaktfeld bearbeiten","personalization_contact_field_type_modal_icon":"Symbol (Optional)","personalization_contact_field_type_modal_icon_help":"Du kannst ein Icon f\u00fcr dieses Kontaktfeld hinterlegen. Es muss eine Referenz auf ein Font Awesome Icon sein.","personalization_contact_field_type_modal_name":"Name","personalization_contact_field_type_modal_protocol":"Protokoll (optional)","personalization_contact_field_type_modal_protocol_help":"Wenn ein Protokoll f\u00fcr ein Kontaktfeld gesetzt ist, wird bei Klick auf das Feld die verkn\u00fcpfte Aktion ausgel\u00f6st.","personalization_contact_field_type_modal_title":"Neues Kontaktfeld hinzuf\u00fcgen","personalization_contact_field_type_table_actions":"Aktionen","personalization_contact_field_type_table_name":"Name","personalization_contact_field_type_table_protocol":"Protokoll","personalization_contact_field_type_title":"Kontaktfelder","personalization_genders_add":"Neue Geschlechtsidentit\u00e4t hinzuf\u00fcgen","personalization_genders_desc":"Du kannst so viele Geschlechtsidentit\u00e4ten anlegen wie du m\u00f6chtest. Du brauchst mindestens eine Geschlechtsidentit\u00e4t in deinem Account.","personalization_genders_modal_add":"Neue Geschlechtsidentit\u00e4t hinzuf\u00fcgen","personalization_genders_modal_delete":"Geschlechtsidentit\u00e4t l\u00f6schen","personalization_genders_modal_delete_desc":"M\u00f6chten Sie {name} wirklich l\u00f6schen?","personalization_genders_modal_delete_question":"Du hast aktuell {count} Kontakt mit diesem Geschlecht. Wenn du dieses Geschlecht l\u00f6schst, welches Geschlecht soll der Kontakt dann haben?|Du hast aktuell {count} Kontakte mit diesem Geschlecht. Wenn du dieses Geschlecht l\u00f6schst, welches Geschlecht sollen die Kontakte dann haben?","personalization_genders_modal_edit":"Geschlechtsidentit\u00e4t bearbeiten","personalization_genders_modal_edit_question":"Wie soll dieses neue Geschlecht umbenannt werden?","personalization_genders_modal_error":"Bitte w\u00e4hle ein g\u00fcltiges Geschlecht aus der Liste.","personalization_genders_modal_question":"Wie soll dieses neue Geschlecht werden genannt?","personalization_genders_title":"Geschlechter Typen","personalization_module_desc":"Manche Menschen brauchen nicht alle Funktionen. Unten kannst du die Felder ausw\u00e4hlen, die auf einer Kontaktseite angezeigt werden. Die \u00c4nderungen werden f\u00fcr ALLE Kontakte \u00fcbernommen. Wenn du eine Funktion ausschaltest, so gehen die Daten darin nicht verloren, wir verbergen sie nur.","personalization_module_save":"Die \u00c4nderung wurde gespeichert","personalization_module_title":"Funktionen","personalization_reminder_rule_desc":"F\u00fcr jede Erinnerung die du setzt, k\u00f6nnen wir dir ein paar Tage befor das Ereignis stattfindet eine Email senden. Du kannst diese Benachrichtigungen hier umschaten. Bedenke dass diese Benachrichtigungen nur monatliche und j\u00e4hrliche Erinnerungen betreffen.","personalization_reminder_rule_line":"{count} Tag zuvor|{count} Tage zuvor","personalization_reminder_rule_save":"Die \u00c4nderung wurde gespeichert","personalization_reminder_rule_title":"Erinnerungen","personalization_tab_title":"Personalisiere deine Konto","personalization_title":"Hier findest du verschiedene Einstellungsoptionen f\u00fcr deinen Account. Diese Funktionen sind eher f\u00fcr erfahrene Nutzer gedacht, die maximale Kontrolle \u00fcber Monica m\u00f6chten.","reminder_time_to_send":"Zeitpunkt f\u00fcr den Versand von Erinnerungen","reminder_time_to_send_help":"For your information, your next reminder will be sent on {dateTime}<\/span>.","reset_cta":"Konto zur\u00fccksetzen","reset_desc":"M\u00f6chtest du dein Konto zur\u00fccksetzen? Dies entfernt alle deine Kontakte und die zugeh\u00f6rigen Daten. Dein Konto bleibt erhalten.","reset_notice":"Willst du dein Konto wirklich zur\u00fccksetzen? Letzte Warnung.","reset_success":"Dein Konto wurde erfolgreich zur\u00fcckgesetzt","reset_title":"Konto zur\u00fccksetzen","save":"Einstellungen speichern","security_help":"\u00c4ndere die Sicherheitseinstellungen f\u00fcr dein Konto.","security_title":"Sicherheit","settings_success":"Einstellungen aktualisiert!","sidebar_personalization":"Personalisierung","sidebar_settings":"Kontoeinstellungen","sidebar_settings_api":"Schnittstelle (API)","sidebar_settings_export":"Daten exportieren","sidebar_settings_import":"Daten importieren","sidebar_settings_security":"Sicherheit","sidebar_settings_subscriptions":"Abonnement","sidebar_settings_tags":"Tags bearbeiten","sidebar_settings_users":"Benutzer","subscriptions_account_current_paid_plan":"Sie befinden sich im :name Abo. Vielen Dank f\u00fcr die Anmeldung.","subscriptions_account_current_plan":"Dein aktuelles Abonnement","subscriptions_account_free_plan":"Du hast das kostenlose Abonnement.","subscriptions_account_free_plan_benefits_import_data_vcard":"Importiere Kontakte \u00fcber vCards","subscriptions_account_free_plan_benefits_reminders":"Erinnerungen per email","subscriptions_account_free_plan_benefits_support":"Du unterst\u00fctzt das Projekt auf lange Sicht, so dass wir mehr gro\u00dfartige Features umsetzen k\u00f6nnen.","subscriptions_account_free_plan_benefits_users":"Beliebige Anzahl von Benutzern","subscriptions_account_free_plan_upgrade":"Du kannst dein Konto auf :name upgraden, was $:price pro Monat kostet. Es beinhaltet folgende Vorteile:","subscriptions_account_invoices":"Rechnungen","subscriptions_account_invoices_download":"Herunterladen","subscriptions_account_next_billing":"Dein Abonnement erneuert sich automatisch am :date<\/strong>. Du kannst dein Abonnement jederzeit k\u00fcndigen<\/a>.","subscriptions_account_payment":"Wie m\u00f6chtest du bezahlen?","subscriptions_account_upgrade":"Konto upgraden","subscriptions_account_upgrade_choice":"W\u00e4hle eines der Abos und schlie\u00dfe dich :customers Personen an, die bereits die Premium-Version von Monica nutzen.","subscriptions_account_upgrade_title":"Upgrade Monica heute und mache deine pers\u00f6nlichen Beziehungen gehaltvoller.","subscriptions_back":"Zur\u00fcck zu Einstellungen","subscriptions_downgrade_cta":"Zur\u00fcckstufen","subscriptions_downgrade_limitations":"Die kostenlose Variante hat Einschr\u00e4nkungen. um downdgraden zu k\u00f6nnen m\u00fcssen folgende Dinge zutreffen:","subscriptions_downgrade_rule_invitations":"Du darfst keine ausstehenden Einladungen haben","subscriptions_downgrade_rule_invitations_constraint":"Du hast aktuell eine ausstehende Einladung<\/a> verschickt.|Du hast aktuell :count ausstehende Einladungen<\/a> verschickt.","subscriptions_downgrade_rule_users":"Du darfst nur einen Benutzer in deinem Konto haben","subscriptions_downgrade_rule_users_constraint":"Du hast derzeit 1 Benutzer<\/a> in deinem Konto. | Du hast derzeit :count Benutzer<\/a> in deinem Konto.","subscriptions_downgrade_success":"Du hast das kostenlose Abonnement!","subscriptions_downgrade_thanks":"Vielen Dank, dass du das kostenpflichtige Abo ausprobiert hast. Wir f\u00fcgen kontinuierlich weitere Funktionen hinzu. Vielleicht hast du in Zukunft ja wieder Interesse daran ein Abo abzuschlie\u00dfen.","subscriptions_downgrade_title":"Konto auf kostenlose Variante downgraden","subscriptions_help_change_desc":"Du kannst jederzeit ohne weiteres selber k\u00fcndigen, du musst dazu auch nicht den Support oder sonst wen kontaktieren. Laufende Abos werden jedoch nicht zur\u00fcck erstattet.","subscriptions_help_change_title":"Was passiert, wenn ich meine Meinung \u00e4ndere?","subscriptions_help_discounts_desc":"Ja! Monica ist kostenlos f\u00fcr Sch\u00fcler, Studenten und gemeinn\u00fctzige Organisationen. Kontaktiere einfach den Support<\/a> mit einem entsprechenden Nachweis und wir werden den speziellen Status auf deinen Account anwenden.","subscriptions_help_discounts_title":"Gibt es Erm\u00e4\u00dfigungen f\u00fcr gemeinn\u00fctzige Organisationen und Bildungseinrichtungen?","subscriptions_help_limits_plan":"Definitiv nicht. Die kostenlosen Abos beinhalten keine Beschr\u00e4nkungen bei der Anzahl an Kontakten, die du haben kannst.","subscriptions_help_limits_title":"Gibt es im kostenlosen Abo eine Begrenzung bei der Anzahl an Kontakten, die man haben kann?","subscriptions_help_opensource_desc":"Monica ist ein Open-Source-Projekt. Das bedeutet, es wird von einer wohlwollenden Community erstellt, die einfach ein tolles Programm der Allgemeinheit zur Verf\u00fcgung stellen will. Open-Source bedeutet, dass der Quellcode auf GitHub \u00f6ffentlich zug\u00e4nglich ist und von jedermann eingesehen, ver\u00e4ndert oder erweitert werden kann. All Einnahmen werden genutzt um das Programm zu verbessern, bessere Server zu betreiben und die Rechnungen zu bezahlen. Vielen Dank f\u00fcr deine Hilfe. Wir k\u00f6nnten das Ganze ohne dich nicht machen - wirklich.","subscriptions_help_opensource_title":"Was ist ein Open-Source-Projekt?","subscriptions_help_title":"Weitere Details, die dich interessieren k\u00f6nnten","subscriptions_pdf_title":"Dein :name monatliches Abonnement","subscriptions_plan_choose":"Bitte ein Paket ausw\u00e4hlen","subscriptions_plan_include1":"Bei deinem Upgrade inklusive:","subscriptions_plan_include2":"Unbegrenzte Anzahl an Nutzern \u2022 Erinnerungen per E-Mail \u2022 Importieren per vCard \u2022 Personalisierung der Kontaktseiten","subscriptions_plan_include3":"100% der Einnahmen flie\u00dfen in die Entwicklung dieses gro\u00dfartigen Open-Source-Projektes.","subscriptions_plan_month_bonus":"Jederzeit k\u00fcndbar","subscriptions_plan_month_cost":"$5\/Monat","subscriptions_plan_month_title":"Monatlich zahlen","subscriptions_plan_year_bonus":"Ein ganzes Jahr lang keine Gedanken mehr machen","subscriptions_plan_year_cost":"$45\/Jahr","subscriptions_plan_year_cost_save":"du sparst 25%","subscriptions_plan_year_title":"J\u00e4hrlich zahlen","subscriptions_upgrade_charge":"Wir belasten deine Kreditkarte jetzt mit USD $:price. Die n\u00e4chste Abbuchung findet am :date statt. Solltest du deine Meinung \u00e4ndern, kannst du jederzeit ohne weiteres k\u00fcndigen.","subscriptions_upgrade_charge_handled":"Die Zahlung erfolgt \u00fcber Stripe<\/a>. Keine Kreditkarteninformationen gelangen auf unsere Server.","subscriptions_upgrade_choose":"Du hast das :plan Abonnement ausgew\u00e4hlt.","subscriptions_upgrade_credit":"Kreditkarte","subscriptions_upgrade_infos":"Wir freuen uns sehr. Bitte gebe deine Zahlungsinformationen unten ein.","subscriptions_upgrade_name":"Name auf der Karte","subscriptions_upgrade_submit":"Zahlung Best\u00e4tigen","subscriptions_upgrade_success":"Danke! Du bist nun angemeldet.","subscriptions_upgrade_thanks":"Willkommen in der Community von Leuten, die versuchen die Welt zu einem besseren Ort zu machen.","subscriptions_upgrade_title":"Konto upgraden","subscriptions_upgrade_zip":"Postleitzahl \/ ZIP-Code","tags_blank_description":"Tags funktionieren wie Ordner, wobei ein Kontakt auch mehrere Tags erhalten kann. \u00d6ffne einen Kontakt und tagge einen Freund direkt unter dem Namen. So bald dein Kontakt getaggt ist, kannst du hier deine Tags verwalten.","tags_blank_title":"Tags bieten eine tolle M\u00f6glichkeit Kontakte zu organisieren.","tags_list_contact_number":"1 Kontakt|:count Kontakte","tags_list_delete_confirmation":"M\u00f6chtest du den Tag wirklich l\u00f6schen? Kontakte werden nicht gel\u00f6scht, sondern nur der Tag.","tags_list_delete_success":"Der Tag wurde erfolgreich gel\u00f6scht","tags_list_description":"Du kannst deine Kontakte mithilfe von Tags organisieren. Tags funktionieren wie Ordner, wobei ein Kontakt auch mehrere Tags erhalten kann. Um einen neuen Tag anzulegen, musst du ihn nur beim Kontakt hinzuf\u00fcgen.","tags_list_title":"Markierungen","timezone":"Zeitzone","u2f_buttonAdvise":"If your security key has a button, press it.","u2f_enable_description":"Add a new U2F security key","u2f_error_bad_request":"The visited URL doesn\u2019t match the App ID or your are not using HTTPS","u2f_error_configuration_unsupported":"Client configuration is not supported.","u2f_error_device_ineligible":"The presented device is not eligible for this request. For a registration request this may mean that the token is already registered, and for a sign request it may mean that the token does not know the presented key handle.","u2f_error_other_error":"Ein Fehler ist aufgetreten.","u2f_error_timeout":"Timeout reached before request could be satisfied.","u2f_insertKey":"Insert your security key.","u2f_noButtonAdvise":"If it does not, remove it and insert it again.","u2f_success":"Your key is detected and validated.","u2f_title":"U2F security key","users_accept_title":"Einladung annehmen und neues Benutzerkonto erstellen","users_add_confirmation":"Ich best\u00e4tige, dass ich diesen Benutzer zu meinem Account einladen m\u00f6chte. Diese Person hat Zugriff auf all meine Daten und sieht, was ich sehe.","users_add_cta":"Benutzer per E-Mail einladen","users_add_description":"Diese Person wird die selben Rechte haben wir du wodurch dieser andere Benutzer einladen und l\u00f6schen kann (inklusive dir). Du solltest dieser Person daher trauen k\u00f6nnen.","users_add_email_field":"Gib die E-Mail-Adresse der Person an, die du einladen m\u00f6chtest","users_add_title":"Jemand per E-Mail zu deinem Konto einladen","users_blank_add_title":"M\u00f6chtest du jemand anderes einladen?","users_blank_cta":"Jemanden einladen","users_blank_description":"Diese Person wird den gleichen Zugriff auf das System haben wie du und wird Kontakte hinzuf\u00fcgen, \u00e4ndern und l\u00f6schen k\u00f6nnen.","users_blank_title":"Zu bist der Einzige mit Zugriff auf dieses Konto.","users_error_already_invited":"Diesen Benutzer hast du schon eingeladen. Bitte andere E-Mail-Adresse w\u00e4hlen.","users_error_email_already_taken":"Diese E-Mail-Adresse ist bereits vergeben. Bitte eine andere w\u00e4hlen.","users_error_email_not_similar":"Dies ist nicht die E-Mail-Adresse der Person, die dich eingeladen hat.","users_error_please_confirm":"Bitte best\u00e4tige, dass du diesen Benutzer einladen willst","users_invitation_deleted_confirmation_message":"Die Einladung wurde erfolgreich gel\u00f6scht","users_invitation_need_subscription":"Das Hinzuf\u00fcgen von weiteren Benutzern erfordert ein Abonnement.","users_invitations_delete_confirmation":"M\u00f6chtest du die Einladung wirklich l\u00f6schen?","users_list_add_user":"Einen Benutzer einladen","users_list_delete_confirmation":"M\u00f6chtest du den Benutzer wirklich aus deinem Konto entfernen?","users_list_invitations_explanation":"Unten stehen Personen, die du als Mithelfer eingeladen hast.","users_list_invitations_invited_by":"eingeladen von :name","users_list_invitations_sent_date":"versendet :date","users_list_invitations_title":"Ausstehende Einladungen","users_list_title":"Benutzer, die Zugriff auf dein Konto haben","users_list_you":"Das bist du"},"validation":{"accepted":":attribute muss akzeptiert werden.","active_url":":attribute keine g\u00fcltige URL.","after":":attribute muss ein Datum nach :date sein.","after_or_equal":"Das :attribute muss ein Datum nach oder gleich :date sein.","alpha":":attribute darf nur Buchstaben enthalten.","alpha_dash":":attribute darf nur Buchstaben, Nummern und Bindestriche enthalten.","alpha_num":":attribute darf nur Buchstaben und Nummern enthalten.","array":":attribute muss ein Array sein.","attributes":[],"before":":attribute muss ein Datum vor :date sein.","before_or_equal":"Das :attribute muss ein Datum vor oder gleich :date sein.","between":{"array":":attribute muss zwischen :min und :max Elemente haben.","file":":attribute muss zwischen :min und :max Kilobyte liegen.","numeric":":attribute muss zwischen :min und :max liegen.","string":":attribute muss zwischen :min und :max Zeichen liegen."},"boolean":"Das :attribute Feld muss Wahr oder Falsch sein.","confirmed":"Die :attribute Best\u00e4tigung stimmt nicht \u00fcberein.","custom":{"attribute-name":{"rule-name":"custom-message"}},"date":":attribute ist kein g\u00fcltiges Datum.","date_format":":attribute stimmt nicht mit dem Format :format \u00fcberein.","different":":attribute und :other m\u00fcssen sich unterscheiden.","digits":":attribute m\u00fcssen :digits Ziffern sein.","digits_between":":attribute muss zwischen :min und :max Ziffern liegen.","dimensions":"Das :attribute hat ung\u00fcltige Bilddimensionen.","distinct":"Das :attribute Feld hat einen doppelten Wert.","email":":attribute muss eine g\u00fcltige E-Mail-Adresse sein.","exists":":attribute ist ung\u00fcltig.","file":"Das :attribute muss eine Datei sein.","filled":"Das :attribute Feld muss einen Wert haben.","image":":attribute muss ein Bild sein.","in":":attribute ist ung\u00fcltig.","in_array":"Das :attribute Feld existiert nicht in :other.","integer":":attribute muss eine Ganzzahl sein.","ip":":attribute muss eine g\u00fcltige IP-Adresse sein.","ipv4":":attribute muss eine g\u00fcltige IPv4 Adresse sein.","ipv6":":attribute muss eine g\u00fcltige IPv6 Adresse sein.","json":":attribute muss eine g\u00fcltige JSON-Zeichenfolge sein.","max":{"array":":attribute darf nicht mehr als :max Elemente haben.","file":":attribute darf nicht gr\u00f6\u00dfer als :max Kilobytes sein.","numeric":":attribute darf nicht gr\u00f6\u00dfer als :max sein.","string":":attribute darf nicht gr\u00f6\u00dfer als :max Zeichen sein."},"mimes":":attribute muss vom typ: :values sein.","mimetypes":":attribute muss den Dateityp :values haben.","min":{"array":":attribute muss mindestens :min Elemente haben.","file":":attribute muss mindestens :min Kilobytes sein.","numeric":":attribute muss mindestens :min sein.","string":":attribute muss mindestens :min Zeichen haben."},"not_in":":attribute ist ung\u00fcltig.","not_regex":"Das Format von :attribute ist ung\u00fcltig.","numeric":":attribute muss eine Zahl sein.","present":"Das :attribute Feld muss vorhanden sein.","regex":"Das :attribute Format ist ung\u00fcltig.","required":"Das :attribute Feld ist ein Pflichtfeld.","required_if":":attribute ist Pflicht, wenn :other :value ist.","required_unless":":attribute ist Pflicht, au\u00dfer :other ist in :values.","required_with":":attribute ist Pflicht, wenn :values vorhanden ist.","required_with_all":":attribute ist Pflicht, wenn :values vorhanden sind.","required_without":":attribute ist Pflicht, wenn :values nicht vorhanden ist.","required_without_all":":attribute ist Pflicht, wenn keiner der folgenden Werte vorhandne ist :values.","same":":attribute und :other m\u00fcssen \u00fcbereinstimmen.","size":{"array":":attribute muss :size Elemente enthalten.","file":":attribute muss :size Kilobytes sein.","numeric":":attribute muss :size sein.","string":":attribute muss :size Zeichen sein."},"string":":attribute muss eine Zeichenkette sein.","timezone":":attribute muss eine g\u00fcltige Zone sein.","unique":":attribute muss einzigartig sein.","uploaded":":attribute konnte nicht hochgeladen werden.","url":":attribute hat ein ung\u00fcltiges Format."}} diff --git a/public/js/langs/es.json b/public/js/langs/es.json index 0fe25abb8a2..6c489ca6949 100644 --- a/public/js/langs/es.json +++ b/public/js/langs/es.json @@ -1 +1 @@ -{"app":{"add":"A\u00f1adir","application_description":"Monica is a tool to manage your interactions with your loved ones, friends and family.","application_og_title":"Have better relations with your loved ones. Free Online CRM for friends and family.","application_title":"Monica \u2013 personal relationship manager","breadcrumb_add_note":"A\u00f1adir una nota","breadcrumb_add_significant_other":"A\u00f1adir relaci\u00f3n","breadcrumb_api":"API","breadcrumb_dashboard":"Panel de control","breadcrumb_edit_introductions":"How did you meet","breadcrumb_edit_note":"Editar una nota","breadcrumb_edit_significant_other":"Editar relaci\u00f3n","breadcrumb_journal":"Diario","breadcrumb_list_contacts":"Lista de personas","breadcrumb_settings":"Ajustes","breadcrumb_settings_export":"Exportar","breadcrumb_settings_import":"Importar","breadcrumb_settings_import_report":"Importar reporte","breadcrumb_settings_import_upload":"Subir","breadcrumb_settings_personalization":"Personalizaci\u00f3n","breadcrumb_settings_security":"Seguridad","breadcrumb_settings_security_2fa":"Two Factor Authentication","breadcrumb_settings_subscriptions":"Suscripci\u00f3n","breadcrumb_settings_tags":"Etiquetas","breadcrumb_settings_users":"Usuarios","breadcrumb_settings_users_add":"A\u00f1adir un usuario","cancel":"Cancelar","close":"Cerrar","compliance_desc":"We have changed our Terms of Use<\/a> and Privacy Policy<\/a>. By law we have to ask you to review them and accept them so you can continue to use your account.","compliance_desc_end":"We don\u2019t do anything nasty with your data or account and will never do.","compliance_terms":"Accept new terms and privacy policy","compliance_title":"Sorry for the interruption.","create":"Crear","days":"day|days","default_save_success":"The data has been saved.","delete":"Eliminar","done":"Done","edit":"Editar","error_save":"We had an error trying to save the data.","error_title":"Whoops! Something went wrong.","error_unauthorized":"You don\u2019t have the right to edit this resource.","footer_modal_version_release_away":"Est\u00e1s una versi\u00f3n por detr\u00e1s de la \u00faltima disponible. Deber\u00edas actualizar tu instancia. | Est\u00e1s :number versiones por detr\u00e1s de la \u00faltima versi\u00f3n disponible. Deber\u00edas actualizar tu instancia.","footer_modal_version_whats_new":"Qu\u00e9 hay de nuevo","footer_new_version":"Una nueva versi\u00f3n esta disponible","footer_newsletter":"Newsletter","footer_privacy":"Pol\u00edticas de privacidad","footer_release":"Notas de la versi\u00f3n","footer_remarks":"Any remarks?","footer_send_email":"Enviarme un email","footer_source_code":"Contribuir","footer_version":"Version: :version","for":"for","gender_female":"Mujer","gender_male":"Hombre","gender_none":"Prefiero no decirlo","header_changelog_link":"Product changes","header_logout_link":"Salir","header_settings_link":"Configuraci\u00f3n","load_more":"Load more","loading":"Loading...","main_nav_activities":"Actividades","main_nav_cta":"Add people","main_nav_dashboard":"Dashboard","main_nav_family":"Contactos","main_nav_journal":"Diario","main_nav_tasks":"Tareas","markdown_description":"\u00bfDesea dar formato a su texto de una manera agradable? Soportamos el uso de Markdown para a\u00f1adir negrita, cursiva, listas y m\u00e1s.","markdown_link":"Leer documentaci\u00f3n","new":"new","relationship_type_bestfriend":"best friend","relationship_type_bestfriend_female":"best friend","relationship_type_bestfriend_female_with_name":":name\u2019s best friend","relationship_type_bestfriend_with_name":":name\u2019s best friend","relationship_type_boss":"boss","relationship_type_boss_female":"boss","relationship_type_boss_female_with_name":":name\u2019s boss","relationship_type_boss_with_name":":name\u2019s boss","relationship_type_child":"hijo","relationship_type_child_female":"hija","relationship_type_child_female_with_name":"hija de :name","relationship_type_child_with_name":"hijo de :name","relationship_type_colleague":"colleague","relationship_type_colleague_female":"colleague","relationship_type_colleague_female_with_name":":name\u2019s colleague","relationship_type_colleague_with_name":":name\u2019s colleague","relationship_type_cousin":"primo\/a","relationship_type_cousin_female":"prima","relationship_type_cousin_female_with_name":"prima de :name","relationship_type_cousin_with_name":"primo de :name","relationship_type_date":"date","relationship_type_date_female":"date","relationship_type_date_female_with_name":":name\u2019s date","relationship_type_date_with_name":":name\u2019s date","relationship_type_ex":"ex-boyfriend","relationship_type_ex_female":"ex-girlfriend","relationship_type_ex_female_with_name":":name\u2019s ex-girlfriend","relationship_type_ex_husband":"ex husband","relationship_type_ex_husband_female":"ex wife","relationship_type_ex_husband_female_with_name":"exmujer de :name","relationship_type_ex_husband_with_name":"exmarido de :name","relationship_type_ex_with_name":":name\u2019s ex-boyfriend","relationship_type_friend":"friend","relationship_type_friend_female":"friend","relationship_type_friend_female_with_name":":name\u2019s friend","relationship_type_friend_with_name":":name\u2019s friend","relationship_type_godfather":"padrino","relationship_type_godfather_female":"madrina","relationship_type_godfather_female_with_name":"madrina de :name","relationship_type_godfather_with_name":"padrino de :name","relationship_type_godson":"ahijado","relationship_type_godson_female":"ahijada","relationship_type_godson_female_with_name":":name\u2019s goddaughter","relationship_type_godson_with_name":"ahijado de :name","relationship_type_grandchild":"grand child","relationship_type_grandchild_female":"grand child","relationship_type_grandchild_female_with_name":":name\u2019s grand child","relationship_type_grandchild_with_name":":name\u2019s grand child","relationship_type_grandparent":"grand parent","relationship_type_grandparent_female":"grand parent","relationship_type_grandparent_female_with_name":":name\u2019s grand parent","relationship_type_grandparent_with_name":":name\u2019s grand parent","relationship_type_group_family":"Family relationships","relationship_type_group_friend":"Friend relationships","relationship_type_group_love":"Relaciones amorosas","relationship_type_group_other":"Other kind of relationships","relationship_type_group_work":"Work relationships","relationship_type_inlovewith":"in love with","relationship_type_inlovewith_female":"in love with","relationship_type_inlovewith_female_with_name":"someone :name is in love with","relationship_type_inlovewith_with_name":"someone :name is in love with","relationship_type_lovedby":"loved by","relationship_type_lovedby_female":"loved by","relationship_type_lovedby_female_with_name":":name\u2019s secret lover","relationship_type_lovedby_with_name":":name\u2019s secret lover","relationship_type_lover":"lover","relationship_type_lover_female":"lover","relationship_type_lover_female_with_name":":name\u2019s lover","relationship_type_lover_with_name":":name\u2019s lover","relationship_type_mentor":"mentor","relationship_type_mentor_female":"mentor","relationship_type_mentor_female_with_name":":name\u2019s mentor","relationship_type_mentor_with_name":":name\u2019s mentor","relationship_type_nephew":"sobrino","relationship_type_nephew_female":"sobrina","relationship_type_nephew_female_with_name":"sobrina de :name","relationship_type_nephew_with_name":"sobrino de :name","relationship_type_parent":"padre","relationship_type_parent_female":"madre","relationship_type_parent_female_with_name":"madre de :name","relationship_type_parent_with_name":"padre de :name","relationship_type_partner":"significant other","relationship_type_partner_female":"significant other","relationship_type_partner_female_with_name":":name\u2019s significant other","relationship_type_partner_with_name":":name\u2019s significant other","relationship_type_protege":"protege","relationship_type_protege_female":"protege","relationship_type_protege_female_with_name":":name\u2019s protege","relationship_type_protege_with_name":":name\u2019s protege","relationship_type_sibling":"hermano","relationship_type_sibling_female":"hermana","relationship_type_sibling_female_with_name":"hermana de :name","relationship_type_sibling_with_name":"hermano de :name","relationship_type_spouse":"spouse","relationship_type_spouse_female":"spouse","relationship_type_spouse_female_with_name":":name\u2019s spouse","relationship_type_spouse_with_name":":name\u2019s spouse","relationship_type_subordinate":"subordinate","relationship_type_subordinate_female":"subordinate","relationship_type_subordinate_female_with_name":":name\u2019s subordinate","relationship_type_subordinate_with_name":":name\u2019s subordinate","relationship_type_uncle":"t\u00edo","relationship_type_uncle_female":"t\u00eda","relationship_type_uncle_female_with_name":"t\u00eda de :name","relationship_type_uncle_with_name":"t\u00edo de :name","remove":"Remover","revoke":"Revoke","save":"Guardar","unknown":"I don\u2019t know","update":"Actualizar","upload":"Subir","verify":"Verify","with":"with"},"auth":{"2fa_one_time_password":"Two factor authentication code","2fa_otp_help":"Open up your two factor authentication mobile app and copy the code","2fa_recuperation_code":"Enter a two factor recovery code","2fa_title":"Two Factor Authentication","2fa_wrong_validation":"The two factor authentication has failed.","back_homepage":"Volver al inicio","button_remember":"Remember Me","confirmation_again":"If you want to change your email address you can click here<\/a>.","create_account":"Create the first account by signing up<\/a>","email":"Email","email_change_current_email":"Current email address:","email_change_new":"New email address","email_change_title":"Change your email address","email_changed":"Your email address has been changed. Check your mailbox to validate it.","failed":"Estas credenciales no concuerdas con nuestros registros.","login":"Login","login_again":"Please login again to your account","login_to_account":"Login to your account","mfa_auth_otp":"Authenticate with your two factor device","mfa_auth_u2f":"Authenticate with a U2F device","not_authorized":"Usted no esta autorizado para ejecutar esta acci\u00f3n","password":"Contrase\u00f1a","password_forget":"Forget your password?","password_reset":"Reset your password","password_reset_action":"Reset Password","password_reset_email":"E-Mail Address","password_reset_email_content":"Click here to reset your password:","password_reset_password":"Contrase\u00f1a","password_reset_password_confirm":"Confirm Password","password_reset_send_link":"Send Password Reset Link","password_reset_title":"Reset Password","register_action":"Register","register_create_account":"You need to create an account to use Monica","register_email":"Enter a valid email address","register_email_example":"you@home","register_firstname":"Nombre","register_firstname_example":"eg. John","register_invitation_email":"For security purposes, please indicate the email of the person who\u2019ve invited you to join this account. This information is provided in the invitation email.","register_lastname":"Apellidos","register_lastname_example":"eg. Doe","register_login":"Log in<\/a> if you already have an account.","register_password":"Contrase\u00f1a","register_password_confirmation":"Password confirmation","register_password_example":"Enter a secure password","register_policy":"Signing up signifies you\u2019ve read and agree to our Privacy Policy<\/a> and Terms of use<\/a>.","register_title_create":"Create your Monica account","register_title_welcome":"Welcome to your newly installed Monica instance","signup":"Sign up","signup_disabled":"La registraci\u00f3n se encuentra actualmente deshabilitada","signup_no_account":"Don\u2019t have an account?","throttle":"Demasiados intentos de ingreso. Por favor intente nuevamente en :seconds segundos.","u2f_otp_extension":"U2F is supported natively on Chrome, Firefox<\/a> and Opera. On old Firefox versions, install the U2F Support Add-on<\/a>."},"changelog":{"note":"Nota: desafortunadamente, esta p\u00e1gina est\u00e1 solo en ingl\u00e9s.","title":"Product changes"},"dashboard":{"dashboard_blank_cta":"A\u00f1ade tu primer contacto","dashboard_blank_description":"Monica es el lugar donde organizar todas las interacciones con los que te importan.","dashboard_blank_illustration":"Illustration by Freepik<\/a>","dashboard_blank_title":"\u00a1Bienvenido\/a a tu cuenta!","debts_you_owe":"You owe","linkedin_profile":"LinkedIn","notes_title":"Todav\u00eda no tienes notas destacadas.","reminders_next_months":"Eventos en los pr\u00f3ximos 3 meses","reminders_none":"Ning\u00fan recordatorio este mes","statistics_activities":"Actividades","statistics_contacts":"Contactos","statistics_gifts":"Regalos","tab_calls_blank":"Todav\u00eda no has registrado una llamada.","tab_debts":"Deudas","tab_debts_blank":"Todav\u00eda no has registrado una deuda.","tab_favorite_notes":"Notas favoritas","tab_recent_calls":"Llamadas recientes"},"format":{"full_hour":"h.i A","full_month":"F","short_date":"M d","short_date_year":"M d, Y","short_date_year_time":"M d, Y H:i","short_day":"D","short_month":"M","short_month_year":"M Y"},"journal":{"delete_confirmation":"Are you sure you want to delete this journal entry?","entry_delete_success":"The journal entry has been successfully deleted.","journal_add":"Add a journal entry","journal_add_cta":"Save","journal_add_date":"Date","journal_add_post":"Entry","journal_add_title":"Title (optional)","journal_blank_cta":"Add your first journal entry","journal_blank_description":"The journal lets you write events that happened to you, and remember them.","journal_come_back":"Gracias. Vuelve ma\u00f1ana para puntuar tu d\u00eda de nuevo.","journal_created_automatically":"Created automatically","journal_description":"Nota: el diario lista las entradas del diario y las autom\u00e1ticas como Actividades con tus contactos. Aunque puedes borrar las entradas del diario manualmente, la actividad tendr\u00e1s que borrarla directamente en la p\u00e1gina del contacto.","journal_entry_rate":"You rated your day.","journal_entry_type_activity":"Activity","journal_entry_type_journal":"Journal entry","journal_rate":"How was your day? You can rate it once a day."},"mail":{"confirmation_email_button":"Verify email address","confirmation_email_intro":"To validate your email click on the button below","confirmation_email_title":"Monica \u2013 Email verification","footer_contact_info":"Add, view, complete, and change information about this contact:","for":"FOR:","greetings":"Hi :username","notification_description":"In :count days (on :date), the following event will happen:","notification_subject_line":"You have an upcoming event","notifications_footer":"If you\u2019re having trouble clicking the \":actionText\" button, copy and paste the URL below into your web browser: [:actionURL](:actionURL)","notifications_hello":"Hello!","notifications_regards":"Regards","notifications_whoops":"Whoops!","stay_in_touch_subject_description":"You asked to be reminded to stay in touch with :name every :frequency days.","stay_in_touch_subject_line":"Stay in touch with :name","subject_line":"Reminder for :contact","want_reminded_of":"YOU WANTED TO BE REMINDED OF"},"pagination":{"next":"Next »","previous":"« Previous"},"passwords":{"changed":"Password changed successfuly.","invalid":"Current password you entered is not correct.","password":"Passwords must be at least six characters and match the confirmation.","reset":"Your password has been reset!","sent":"If the email you entered exists in our records, you\u2019ve been sent a password reset link.","token":"This password reset token is invalid.","user":"If the email you entered exists in our records, you\u2019ve been sent a password reset link."},"people":{"activities_activity":"Activity Category","activities_add_activity":"Add activity","activities_add_cta":"Record activity","activities_add_date_occured":"Date this activity occured","activities_add_error":"Error when adding the activity","activities_add_optional_comment":"Optional comment","activities_add_pick_activity":"(Optional) Would you like to categorize this activity? You don\u2019t have to, but it will give you statistics later on","activities_add_success":"The activity has been added successfully","activities_add_title":"What did you do with :name?","activities_blank_add_activity":"Add an activity","activities_blank_title":"Keep track of what you\u2019ve done with :name in the past, and what you\u2019ve talked about","activities_delete_confirmation":"Are you sure you want to delete this activity?","activities_delete_success":"The activity has been deleted successfully","activities_hide_details":"Hide details","activities_item_information":":Activity. Happened on :date","activities_more_details":"More details","activities_summary":"Describe what you did","activities_update_success":"The activity has been updated successfully","activities_who_was_involved":"Who was involved?","activity_title":"Activities","activity_type_ate_at_his_place":"ate at their place","activity_type_ate_at_home":"ate at home","activity_type_ate_restaurant":"ate at a restaurant","activity_type_category_cultural_activities":"Cultural activities","activity_type_category_food":"Food","activity_type_category_simple_activities":"Simple activities","activity_type_category_sport":"Sport","activity_type_did_sport_activities_together":"did sport together","activity_type_just_hung_out":"just hung out","activity_type_picknicked":"picknicked","activity_type_talked_at_home":"just talked at home","activity_type_watched_movie_at_home":"watched a movie at home","activity_type_went_bar":"went to a bar","activity_type_went_concert":"went to a concert","activity_type_went_museum":"went to the museum","activity_type_went_play":"went to a play","activity_type_went_theater":"went to the theater","age_approximate_in_years":"around :age years old","age_exact_birthdate":"born :date","age_exact_in_years":":age years old","birthdate_not_set":"Birthdate is not set","call_blank_desc":"You called :name","call_blank_title":"Keep track of the phone calls you\u2019ve done with :name","call_button":"Log a call","call_delete_confirmation":"Are you sure you want to delete this call?","call_delete_success":"The call has been deleted successfully","call_empty_comment":"No details","call_title":"Phone calls","calls_add_success":"The phone call has been saved.","contact_address_form_city":"City (optional)","contact_address_form_country":"Country (optional)","contact_address_form_name":"Label (optional)","contact_address_form_postal_code":"Postal code (optional)","contact_address_form_province":"Province (optional)","contact_address_form_street":"Street (optional)","contact_address_title":"Addresses","contact_info_address":"Lives in","contact_info_form_contact_type":"Contact type","contact_info_form_content":"Content","contact_info_form_personalize":"Personalize","contact_info_title":"Contact information","debt_add_add_cta":"Add debt","debt_add_amount":"the sum of","debt_add_cta":"Add debt","debt_add_reason":"for the following reason (optional)","debt_add_success":"The debt has been added successfully","debt_add_they_owe":":name owes you","debt_add_title":"Debt management","debt_add_you_owe":"You owe :name","debt_delete_confirmation":"Are you sure you want to delete this debt?","debt_delete_success":"The debt has been deleted successfully","debt_edit_success":"The debt has been updated successfully","debt_edit_update_cta":"Update debt","debt_they_owe":":name owes you :amount","debt_title":"Debts","debt_you_owe":"You owe :amount","debts_blank_title":"Manage debts you owe to :name or :name owes you","deceased_add_reminder":"Add a reminder for this date","deceased_age":"Age at death","deceased_know_date":"I know the date this person died","deceased_label":"Deceased","deceased_label_with_date":"Deceased on :date","deceased_mark_person_deceased":"Mark this person as deceased","deceased_reminder_title":"Anniversary of the death of :name","edit_contact_information":"Edit contact information","food_preferencies_add_success":"Food preferences have been saved","food_preferencies_cta":"Add food preferences","food_preferencies_edit_cta":"Save food preferences","food_preferencies_edit_description":"Perhaps :firstname or someone in the :family\u2019s family has an allergy. Or doesn\u2019t like a specific bottle of wine. Indicate them here so you will remember it next time you invite them for dinner","food_preferencies_edit_description_no_last_name":"Perhaps :firstname has an allergy. Or doesn\u2019t like a specific bottle of wine. Indicate them here so you will remember it next time you invite them for dinner","food_preferencies_edit_title":"Indicate food preferences","food_preferencies_title":"Food preferences","gifts_add_comment":"Comment (optional)","gifts_add_gift":"Add a gift","gifts_add_gift_already_offered":"Gift offered","gifts_add_gift_idea":"Gift idea","gifts_add_gift_received":"Gift received","gifts_add_gift_title":"What is this gift?","gifts_add_link":"Link to the web page (optional)","gifts_add_someone":"This gift is for someone in :name\u2019s family in particular","gifts_add_success":"The gift has been added successfully","gifts_add_title":"Gift management for :name","gifts_add_value":"Value (optional)","gifts_delete_confirmation":"Are you sure you want to delete this gift?","gifts_delete_cta":"Delete","gifts_delete_success":"The gift has been deleted successfully","gifts_for":"For:","gifts_ideas":"Gift ideas","gifts_link":"Link","gifts_mark_offered":"Mark as offered","gifts_offered":"Gifts offered","gifts_offered_as_an_idea":"Mark as an idea","gifts_received":"Gifts received","gifts_title":"Gifts","gifts_update_success":"The gift has been updated successfully","gifts_view_comment":"View comment","information_edit_avatar":"Photo\/avatar of the contact","information_edit_exact":"I know the exact birthdate of this person...","information_edit_firstname":"First name","information_edit_lastname":"Last name (Optional)","information_edit_linkedin":"LinkedIn profile (optional)","information_edit_max_size":"Max :size Mb.","information_edit_not_year":"I know the day and month of the birthdate of this person, but not the year\u2026","information_edit_probably":"This person is probably...","information_edit_success":"The profile has been updated successfully","information_edit_title":"Edit :name\u2019s personal information","information_edit_unknown":"I do not know this person\u2019s age","information_no_linkedin_defined":"No LinkedIn defined","information_no_work_defined":"No work information defined","information_work_at":"at :company","introductions_add_reminder":"Add a reminder to celebrate this encounter on the anniversary this event happened","introductions_additional_info":"Explain how and where you met","introductions_blank_cta":"Indicate how you met :name","introductions_edit_met_through":"Has someone introduced you to this person?","introductions_first_met_date":"Date you met","introductions_first_met_date_known":"This is the date we met","introductions_met_date":"Met on :date","introductions_met_through":"Met through :name<\/a>","introductions_no_first_met_date":"I don\u2019t know the date we met","introductions_no_met_through":"No one","introductions_reminder_title":"Anniversary of the day you first met","introductions_sidebar_title":"How you met","introductions_title_edit":"How did you meet :name?","introductions_update_success":"You\u2019ve successfully updated the information about how you met this person","last_activity_date":"Last activity together: :date","last_activity_date_empty":"Last activity together: unknown","last_called":"Last called: :date","last_called_empty":"Last called: unknown","link_to_list":"List of people","linkedin_profile":"LinkedIn profile","modal_call_change":"Change","modal_call_comment":"What did you talk about? (optional)","modal_call_date":"The phone call happened earlier today.","modal_call_exact_date":"The phone call happened on","modal_call_title":"Log a call","notes_add_cta":"Add note","notes_create_success":"The note has been created successfully","notes_delete_confirmation":"Are you sure you want to delete this note? Deletion is permanent","notes_delete_success":"The note has been deleted successfully","notes_delete_title":"Delete a note","notes_favorite":"Add\/remove from favorites","notes_update_success":"The note has been saved successfully","people_add_birthday_reminder":"Wish happy birthday to :name","people_add_cta":"Add","people_add_firstname":"First name","people_add_gender":"Gender","people_add_import":"Do you want to import your contacts<\/a>?","people_add_lastname":"Last name (Optional)","people_add_middlename":"Middle name (Optional)","people_add_missing":"No Person Found Add New One Now","people_add_nickname":"Nickname (Optional)","people_add_reminder_for_birthday":"Create an annual reminder for the birthday","people_add_success":":name has been successfully created","people_add_title":"Add a new person","people_delete_click_here":"click here","people_delete_confirmation":"Are you sure you want to delete this contact? Deletion is permanent.","people_delete_message":"If you need to delete this contact,","people_delete_success":"The contact has been deleted","people_edit_email_error":"There is already a contact in your account with this email address. Please choose another one.","people_export":"Export as vCard","people_list_account_upgrade_cta":"Upgrade now","people_list_account_upgrade_title":"Upgrade your account to unlock it to its full potential.","people_list_account_usage":"Your account usage: :current\/:limit contacts","people_list_blank_cta":"Add someone","people_list_blank_title":"You don\u2019t have anyone in your account yet","people_list_clear_filter":"Clear filter","people_list_contacts_per_tags":"1 contact|:count contacts","people_list_filter_tag":"Showing all the contacts tagged with","people_list_filter_untag":"Showing all untagged contacts","people_list_firstnameAZ":"Sort by first name A \u2192 Z","people_list_firstnameZA":"Sort by first name Z \u2192 A","people_list_last_updated":"Last consulted:","people_list_lastactivitydateNewtoOld":"Sort by last activity date newest to oldest","people_list_lastactivitydateOldtoNew":"Sort by last activity date oldest to newest","people_list_lastnameAZ":"Sort by last name A \u2192 Z","people_list_lastnameZA":"Sort by last name Z \u2192 A","people_list_number_kids":"1 ni\u00f1o|:count ni\u00f1os","people_list_number_reminders":"1 reminder|:count reminders","people_list_sort":"Sort","people_list_stats":"1 contact|:count contacts","people_list_untagged":"View untagged contacts","people_save_and_add_another_cta":"Submit and add someone else","people_search":"Search your contacts...","people_search_no_results":"No relevant contacts found :(","pets_bird":"Bird","pets_cat":"Cat","pets_create_success":"The pet has been sucessfully added","pets_delete_success":"The pet has been deleted","pets_dog":"Dog","pets_fish":"Fish","pets_hamster":"Hamster","pets_horse":"Horse","pets_kind":"Kind of pet","pets_name":"Name (optional)","pets_other":"Other","pets_rabbit":"Rabbit","pets_rat":"Rat","pets_reptile":"Reptile","pets_small_animal":"Small animal","pets_title":"Pets","pets_update_success":"The pet has been updated","relationship_delete_confirmation":"Are you sure you want to delete this relationship? Deletion is permanent.","relationship_form_add":"Add a new relationship","relationship_form_add_choice":"Who is the relationship with?","relationship_form_add_description":"This will let you treat this significant other like any other contact.","relationship_form_add_no_existing_contact":"You don\u2019t have any contacts who can be related to :name at the moment.","relationship_form_add_success":"The relationship has been successfully set.","relationship_form_also_create_contact":"Create a Contact entry for this person.","relationship_form_associate_contact":"An existing contact","relationship_form_associate_dropdown":"Select an existing contact from the dropdown below","relationship_form_create_contact":"Add a new person","relationship_form_deletion_success":"The relationship has been deleted.","relationship_form_edit":"Edit an existing relationship","relationship_form_is_with":"This person is...","relationship_unlink_confirmation":"Are you sure you want to delete this relationship? This person will not be deleted \u2013 only the relationship between the two.","reminder_frequency_day":"every day|every :number days","reminder_frequency_month":"every month|every :number months","reminder_frequency_one_time":"on :date","reminder_frequency_week":"every week|every :number weeks","reminder_frequency_year":"every year|every :number year","reminders_add_cta":"Add reminder","reminders_add_description":"Please remind me to...","reminders_add_error_custom_text":"You need to indicate a text for this reminder","reminders_add_next_time":"When is the next time you would like to be reminded about this?","reminders_add_once":"Remind me about this just once","reminders_add_recurrent":"Remind me about this every","reminders_add_starting_from":"starting from the date specified above","reminders_add_title":"What would you like to be reminded of about :name?","reminders_birthday":"Birthday of :name","reminders_blank_add_activity":"Add a reminder","reminders_blank_title":"Is there something you want to be reminded of about :name?","reminders_create_success":"The reminder has been added successfully","reminders_cta":"Add a reminder","reminders_delete_confirmation":"Are you sure you want to delete this reminder?","reminders_delete_cta":"Delete","reminders_delete_success":"The reminder has been deleted successfully","reminders_description":"We will send an email for each one of the reminders below. Reminders are sent every morning the day events will happen. Reminders automatically added for birthdates can not be deleted. If you want to change those dates, edit the birthdate of the contacts.","reminders_edit_update_cta":"Update reminder","reminders_free_plan_warning":"You are on the Free plan. No emails are sent on this plan. To receive your reminders by email, upgrade your account.","reminders_next_expected_date":"on","reminders_one_time":"One time","reminders_type_month":"month","reminders_type_week":"week","reminders_type_year":"year","reminders_update_success":"The reminder has been updated successfully","section_contact_information":"Contact information","section_personal_activities":"Activities","section_personal_gifts":"Gifts","section_personal_notes":"Notes","section_personal_reminders":"Reminders","section_personal_tasks":"Tasks","stay_in_touch":"Stay in touch","stay_in_touch_frequency":"Stay in touch every day|Stay in touch every {count} days","stay_in_touch_invalid":"The frequency must be a number greater than 0.","stay_in_touch_modal_desc":"We can remind you by email to keep in touch with {firstname} at a regular interval.","stay_in_touch_modal_label":"Send me an email every...","stay_in_touch_modal_title":"Stay in touch","stay_in_touch_premium":"You need to upgrade your account to make use of this feature","tag_add":"add a tag","tag_edit":"Edit tag","tasks_add_task":"Add a task","tasks_blank_title":"You don\u2019t have any tasks yet.","tasks_complete_success":"The task has changed status successfully","tasks_delete_success":"The task has been deleted successfully","tasks_form_description":"Description (optional)","tasks_form_title":"Title","work_add_cta":"Update work information","work_edit_company":"Company (optional)","work_edit_job":"Job title (optional)","work_edit_success":"Work information have been updated with success","work_edit_title":"Update :name\u2019s job information","work_information":"Work information"},"reminder":{"type_birthday":"Wish happy birthday to","type_birthday_kid":"Wish happy birthday to the kid of","type_email":"Email","type_hangout":"Hangout with","type_lunch":"Lunch with","type_phone_call":"Call"},"settings":{"2fa_disable_description":"Disable Two Factor Authentication for your account. Be careful, your account will not be secured anymore !","2fa_disable_error":"Error when trying to disable Two Factor Authentication","2fa_disable_success":"Two Factor Authentication disabled","2fa_disable_title":"Disable Two Factor Authentication","2fa_enable_description":"Enable Two Factor Authentication to increase security with your account.","2fa_enable_error":"Error when trying to activate Two Factor Authentication","2fa_enable_error_already_set":"Two Factor Authentication is already activated","2fa_enable_otp":"Open up your two factor authentication mobile app and scan the following QR barcode:","2fa_enable_otp_help":"If your two factor authentication mobile app does not support QR barcodes, enter in the following code:","2fa_enable_otp_validate":"Please validate the new device you\u2019ve just set:","2fa_enable_success":"Two Factor Authentication activated","2fa_enable_title":"Enable Two Factor Authentication","2fa_otp_title":"Two Factor Authentication mobile application","2fa_title":"Two Factor Authentication","api_authorized_clients":"List of authorized clients","api_authorized_clients_desc":"This section lists all the clients you\u2019ve authorized to access your application. You can revoke this authorization at anytime.","api_authorized_clients_name":"Name","api_authorized_clients_scopes":"Scopes","api_authorized_clients_title":"Authorized Applications","api_description":"The API can be used to manipulate Monica\u2019s data from an external application, like a mobile application for instance.","api_oauth_clientid":"Client ID","api_oauth_clients":"Your Oauth clients","api_oauth_clients_desc":"This section lets you register your own OAuth clients.","api_oauth_create":"Create Client","api_oauth_create_new":"Create New Client","api_oauth_name":"Name","api_oauth_name_help":"Something your users will recognize and trust.","api_oauth_not_created":"You have not created any OAuth clients.","api_oauth_redirecturl":"Redirect URL","api_oauth_redirecturl_help":"Your application\u2019s authorization callback URL.","api_oauth_secret":"Secret","api_oauth_title":"Oauth Clients","api_pao_description":"Make sure you give this token to a source you trust \u2013 as they allow you to access all your data.","api_personal_access_tokens":"Personal access tokens","api_title":"API access","api_token_create":"Create Token","api_token_create_new":"Create New Token","api_token_delete":"Delete","api_token_help":"Here is your new personal access token. This is the only time it will be shown so don\u2019t lose it! You may now use this token to make API requests.","api_token_name":"Name","api_token_not_created":"You have not created any personal access tokens.","api_token_scopes":"Scopes","api_token_title":"Personal access token","currency":"Moneda","delete_cta":"Eliminar cuenta","delete_desc":"Do you wish to delete your account? Warning: deletion is permanent and all your data will be erased permamently.","delete_notice":"\u00bfEst\u00e1 seguro que desea eliminar su cuenta? No se puede deshacer.","delete_title":"Eliminar tu cuenta","email":"Email address","email_help":"This is the email used to login, and this is where you\u2019ll receive your reminders.","email_placeholder":"Ingrese un email","export_be_patient":"Click the button to start the export. It might take several minutes to process the export \u2013 please be patient and do not spam the button.","export_sql_cta":"Export to SQL","export_sql_explanation":"Exporting your data in SQL format allows you to take your data and import it to your own Monica instance. This is only valuable if you do have your own server.","export_sql_link_instructions":"Note: read the instructions<\/a> to learn more about importing this file to your instance.","export_title":"Exportar los datos de tu cuenta","export_title_sql":"Exportar a SQL","firstname":"First name","import_blank_cta":"Import vCard","import_blank_description":"We can import vCard files that you can get from Google Contacts or your Contact manager.","import_blank_question":"Would you like to import contacts now?","import_blank_title":"You haven\u2019t imported any contacts yet.","import_cta":"Upload contacts","import_in_progress":"The import is in progress. Reload the page in one minute.","import_need_subscription":"Importing data requires a subscription.","import_report_date":"Fecha de importaci\u00f3n","import_report_number_contacts":"Number of contacts in the file","import_report_number_contacts_imported":"Number of imported contacts","import_report_number_contacts_skipped":"Number of skipped contacts","import_report_status_imported":"Importados","import_report_status_skipped":"Skipped","import_report_title":"Importando reporte","import_report_type":"Tipo de importaci\u00f3n","import_result_stat":"Uploaded vCard with 1 contact (:total_imported imported, :total_skipped skipped)|Uploaded vCard with :total_contacts contacts (:total_imported imported, :total_skipped skipped)","import_stat":"You\u2019ve imported :number files so far.","import_title":"Import contacts in your account","import_upload_behaviour":"Import behaviour:","import_upload_behaviour_add":"Add new contacts, skip existing","import_upload_behaviour_help":"Note: Replacing will replace all data found in the vCard, but will keep existing contact fields.","import_upload_behaviour_replace":"Replace existing contacts","import_upload_form_file":"Your .vcf<\/code> or .vCard<\/code> file:","import_upload_rule_cant_revert":"Make sure data is accurate before uploading, as you can\u2019t undo the upload.","import_upload_rule_format":"We support .vcard<\/code> and .vcf<\/code> files.","import_upload_rule_instructions":"Export instructions for Contacts.app (macOS)<\/a> and Google Contacts<\/a>.","import_upload_rule_limit":"Files are limited to 10MB.","import_upload_rule_multiple":"For now, if your contacts have multiple email addresses or phone numbers, only the first entry will be picked up.","import_upload_rule_time":"It might take up to 1 minute to upload the contacts and process them. Be patient.","import_upload_rule_vcard":"We support the vCard 3.0 format, which is the default format for Contacts.app (macOS) and Google Contacts.","import_upload_rules_desc":"We do however have some rules:","import_upload_title":"Import your contacts from a vCard file","import_vcard_contact_exist":"Contact already exists","import_vcard_contact_no_firstname":"No firstname (mandatory)","import_vcard_file_no_entries":"File contains no entries","import_vcard_file_not_found":"File not found","import_vcard_unknown_entry":"Unknown contact name","import_view_report":"View report","lastname":"Last name","layout":"Layout","layout_big":"Full width of the browser","layout_small":"M\u00e1ximo 1200 pixels de ancho","locale":"Idiomas utilizados en la aplicaci\u00f3n","locale_cs":"Czech","locale_de":"Alem\u00e1n","locale_en":"Ingles","locale_es":"Espa\u00f1ol","locale_fr":"Frances","locale_he":"Hebrew","locale_it":"Italiano","locale_nl":"Dutch","locale_pt":"Portugues","locale_ru":"Ruso","locale_zh":"Chinese Simplified","name":"Tu nombre: :name","name_order":"Name order","name_order_firstname_lastname":" - John Doe","name_order_firstname_lastname_nickname":" () - John Doe (Rambo)","name_order_firstname_nickname_lastname":" () - John (Rambo) Doe","name_order_lastname_firstname":" - Doe John","name_order_lastname_firstname_nickname":" () - Doe John (Rambo)","name_order_lastname_nickname_firstname":" () - Doe (Rambo) John","name_order_nickname":" - Rambo","password_btn":"Change password","password_change":"Password change","password_current":"Current password","password_current_placeholder":"Enter your current password","password_new1":"New password","password_new1_placeholder":"Enter a new password","password_new2":"Confirmation","password_new2_placeholder":"Retype the new password","personalisation_paid_upgrade":"This is a premium feature that requires a Paid subscription to be active. Upgrade your account by visiting Settings > Subscription.","personalization_activity_type_add_button":"Add a new activity type","personalization_activity_type_category_add":"Add a new activity type category","personalization_activity_type_category_description":"An activity done with one of your contact can have a type and a category type. Your account comes by default with a set of predefined category types, but you can customize everything here.","personalization_activity_type_category_modal_add":"Add a new activity type category","personalization_activity_type_category_modal_delete":"Delete an activity type category","personalization_activity_type_category_modal_delete_desc":"Are you sure you want to delete this category? Deleting it will delete all associated activity types. However, activities that belong to this category will not be affected by this deletion.","personalization_activity_type_category_modal_delete_error":"We can\u2019t find this activity type category.","personalization_activity_type_category_modal_edit":"Edit an activity type category","personalization_activity_type_category_modal_question":"How should we name this new category?","personalization_activity_type_category_table_actions":"Actions","personalization_activity_type_category_table_name":"Name","personalization_activity_type_category_title":"Activity type categories","personalization_activity_type_modal_add":"Add a new activity type","personalization_activity_type_modal_delete":"Delete an activity type","personalization_activity_type_modal_delete_desc":"Are you sure you want to delete this activity type? Activities that belong to this category will not be affected by this deletion.","personalization_activity_type_modal_delete_error":"We can\u2019t find this activity type.","personalization_activity_type_modal_edit":"Edit an activity type","personalization_activity_type_modal_question":"How should we name this new activity type?","personalization_contact_field_type_add":"Add new field type","personalization_contact_field_type_add_success":"The contact field type has been successfully added.","personalization_contact_field_type_delete_success":"The contact field type has been deleted with success.","personalization_contact_field_type_description":"Here you can configure all the different types of contact fields that you can associate to all your contacts. If in the future, a new social network appears, you will be able to add this new type of ways of contacting your contacts right here.","personalization_contact_field_type_edit_success":"The contact field type has been successfully updated.","personalization_contact_field_type_modal_delete_description":"Are you sure you want to delete this contact field type? Deleting this type of contact field will delete ALL the data with this type for all your contacts.","personalization_contact_field_type_modal_delete_title":"Delete an existing contact field type","personalization_contact_field_type_modal_edit_title":"Edit an existing contact field type","personalization_contact_field_type_modal_icon":"Icon (optional)","personalization_contact_field_type_modal_icon_help":"You can associate an icon with this contact field type. You need to add a reference to a Font Awesome icon.","personalization_contact_field_type_modal_name":"Name","personalization_contact_field_type_modal_protocol":"Protocol (optional)","personalization_contact_field_type_modal_protocol_help":"Each new contact field type can be clickable. If a protocol is set, we will use it to trigger the action that is set.","personalization_contact_field_type_modal_title":"Add a new contact field type","personalization_contact_field_type_table_actions":"Actions","personalization_contact_field_type_table_name":"Name","personalization_contact_field_type_table_protocol":"Protocol","personalization_contact_field_type_title":"Contact field types","personalization_genders_add":"Add new gender type","personalization_genders_desc":"You can define as many genders as you need to. You need at least one gender type in your account.","personalization_genders_modal_add":"Add gender type","personalization_genders_modal_delete":"Delete gender type","personalization_genders_modal_delete_desc":"Are you sure you want to delete {name}?","personalization_genders_modal_delete_question":"You currently have {count} contact that has this gender. If you delete this gender, what gender should this contact have?|You currently have {count} contacts that have this gender. If you delete this gender, what gender should these contacts have?","personalization_genders_modal_edit":"Update gender type","personalization_genders_modal_edit_question":"How should this new gender be renamed?","personalization_genders_modal_error":"Please choose a valid gender from the list.","personalization_genders_modal_question":"How should this new gender be called?","personalization_genders_title":"Gender types","personalization_module_desc":"Some people don\u2019t need all the features. Below you can toggle specific features that are used on a contact sheet. This change will affect ALL your contacts. Note that if you turn off one of these features, data will not be lost - we will simply hide the feature.","personalization_module_save":"The change has been saved","personalization_module_title":"Features","personalization_reminder_rule_desc":"For every reminder that you set, we can send you an email some days before the event happens. You can toggle those notifications here. Note that those notifications only apply to monthly and yearly reminders.","personalization_reminder_rule_line":"{count} day before|{count} days before","personalization_reminder_rule_save":"The change has been saved","personalization_reminder_rule_title":"Reminder rules","personalization_tab_title":"Personalize your account","personalization_title":"Here you can find different settings to configure your account. These features are more for \u201cpower users\u201d who want maximum control over Monica.","reminder_time_to_send":"Time of the day reminders should be sent","reset_cta":"Resetear tu cuenta","reset_desc":"Do you wish to reset your account? This will remove all your contacts, and the data associated with them. Your account will not be deleted.","reset_notice":"Are you sure to reset your account? There is no turning back.","reset_success":"Tu cuenta ha sido reseteada satisfactoriamente","reset_title":"Reset your account","save":"Actualiza preferencias","security_help":"Change security matters for your account.","security_title":"Security","settings_success":"Preferencias actualizadas!","sidebar_personalization":"Personalization","sidebar_settings":"Configuraci\u00f3n de cuenta","sidebar_settings_api":"API","sidebar_settings_export":"Exportar datos","sidebar_settings_import":"Importar datos","sidebar_settings_security":"Security","sidebar_settings_subscriptions":"Subscripci\u00f3n","sidebar_settings_tags":"Administrar tags","sidebar_settings_users":"Users","subscriptions_account_current_paid_plan":"You are on the :name plan. Thanks so much for being a subscriber.","subscriptions_account_current_plan":"Your current plan","subscriptions_account_free_plan":"You are on the free plan.","subscriptions_account_free_plan_benefits_import_data_vcard":"Import your contacts with vCard","subscriptions_account_free_plan_benefits_reminders":"Reminders by email","subscriptions_account_free_plan_benefits_support":"Support the project on the long run, so we can introduce more great features.","subscriptions_account_free_plan_benefits_users":"Unlimited number of users","subscriptions_account_free_plan_upgrade":"You can upgrade your account to the :name plan, which costs $:price per month. Here are the advantages:","subscriptions_account_invoices":"Invoices","subscriptions_account_invoices_download":"Download","subscriptions_account_next_billing":"Your subscription will auto-renew on :date<\/strong>. You can cancel subscription<\/a> anytime.","subscriptions_account_payment":"Which payment option fits you best?","subscriptions_account_upgrade":"Upgrade your account","subscriptions_account_upgrade_choice":"Pick a plan below and join over :customers persons who upgraded their Monica.","subscriptions_account_upgrade_title":"Upgrade Monica today and have more meaningful relationships.","subscriptions_back":"Back to settings","subscriptions_downgrade_cta":"Downgrade","subscriptions_downgrade_limitations":"The free plan has limitations. In order to be able to downgrade, you need to pass the checklist below:","subscriptions_downgrade_rule_invitations":"You must not have pending invitations","subscriptions_downgrade_rule_invitations_constraint":"You currently have 1 pending invitation<\/a> sent to people.|You currently have :count pending invitations<\/a> sent to people.","subscriptions_downgrade_rule_users":"You must have only 1 user in your account","subscriptions_downgrade_rule_users_constraint":"You currently have 1 user<\/a> in your account.|You currently have :count users<\/a> in your account.","subscriptions_downgrade_success":"You are back to the Free plan!","subscriptions_downgrade_thanks":"Thanks so much for having tried the paid plan. We keep adding new features on Monica all the time \u2013 so you might want to come back in the future to see if you might be interested in taking a subscription again.","subscriptions_downgrade_title":"Downgrade your account to the free plan","subscriptions_help_change_desc":"You can cancel anytime, no questions asked, and all by yourself \u2013 no need to contact support or whatever. However, you will not be refunded for the current period.","subscriptions_help_change_title":"What if I change my mind?","subscriptions_help_discounts_desc":"We do! Monica is free for students, and free for non-profits and charities. Just contact the support<\/a> with a proof of your status and we\u2019ll apply this special status in your account.","subscriptions_help_discounts_title":"Do you have discounts for non-profits and education?","subscriptions_help_limits_plan":"Absolutely not. Free plans do not have limitations on the number of contacts you can have.","subscriptions_help_limits_title":"Is there any limit to the number of contacts we can have on the free plan?","subscriptions_help_opensource_desc":"Monica is an open source project. This means it is built by an entirely benevolent community who just wants to provide a great tool for the greater good. Being open source means the code is publicly available on GitHub, and everyone can inspect it, modify it or enhance it. All the money we raise is dedicated to build better features, have more powerful servers, help pay the bills. Thanks for your help. We couldn\u2019t do it without you \u2013 litterally.","subscriptions_help_opensource_title":"What is an open source project?","subscriptions_help_title":"Additional details you may be curious about","subscriptions_pdf_title":"Your :name monthly subscription","subscriptions_plan_choose":"Choose this plan","subscriptions_plan_include1":"Included with your upgrade:","subscriptions_plan_include2":"Unlimited number of users \u2022 Reminders by email \u2022 Import with vCard \u2022 Personalization of the contact sheet","subscriptions_plan_include3":"100% of the profits go the development of this great open source project.","subscriptions_plan_month_bonus":"Cancel any time","subscriptions_plan_month_cost":"$5\/month","subscriptions_plan_month_title":"Pay monthly","subscriptions_plan_year_bonus":"Peace of mind for a whole year","subscriptions_plan_year_cost":"$45\/year","subscriptions_plan_year_cost_save":"you\u2019ll save 25%","subscriptions_plan_year_title":"Pay annually","subscriptions_upgrade_charge":"We\u2019ll charge your card USD $:price now. The next charge will be on :date. If you ever change your mind, you can cancel anytime, no questions asked.","subscriptions_upgrade_charge_handled":"The payment is handled by Stripe<\/a>. No card information touches our server.","subscriptions_upgrade_choose":"You picked the :plan plan.","subscriptions_upgrade_credit":"Credit or debit card","subscriptions_upgrade_infos":"We couldn\u2019t be happier. Enter your payment info below.","subscriptions_upgrade_name":"Name on card","subscriptions_upgrade_submit":"Submit Payment","subscriptions_upgrade_success":"Thank you! You are now subscribed.","subscriptions_upgrade_thanks":"Welcome to the community of people who try to make the world a better place.","subscriptions_upgrade_title":"Upgrade your account","subscriptions_upgrade_zip":"ZIP or postal code","tags_blank_description":"Tags work like folders, but you can add more than one tag to a contact. Go to a contact and tag a friend, right below the name. Once a contact is tagged, go back here to manage all the tags in your account.","tags_blank_title":"Tags are a great way of categorizing your contacts.","tags_list_contact_number":"1 contact|:count contacts","tags_list_delete_confirmation":"Are you sure you want to delete the tag? No contacts will be deleted, only the tag.","tags_list_delete_success":"The tag has been successfully deleted","tags_list_description":"You can organize your contacts by setting up tags. Tags work like folders, but you can add more than one tag to a contact. To add a new tag, add it on the contact itself.","tags_list_title":"Tags","timezone":"Timezone","u2f_buttonAdvise":"If your security key has a button, press it.","u2f_enable_description":"Add a new U2F security key","u2f_error_bad_request":"The visited URL doesn\u2019t match the App ID or your are not using HTTPS","u2f_error_configuration_unsupported":"Client configuration is not supported.","u2f_error_device_ineligible":"The presented device is not eligible for this request. For a registration request this may mean that the token is already registered, and for a sign request it may mean that the token does not know the presented key handle.","u2f_error_other_error":"An error occurred.","u2f_error_timeout":"Timeout reached before request could be satisfied.","u2f_insertKey":"Insert your security key.","u2f_noButtonAdvise":"If it does not, remove it and insert it again.","u2f_success":"Your key is detected and validated.","u2f_title":"U2F security key","users_accept_title":"Accept invitation and create a new account","users_add_confirmation":"I confirm that I want to invite this user to my account. This person will access ALL my data and see exactly what I see.","users_add_cta":"Invitar usuario por email","users_add_description":"This person will have the same rights as you do, including inviting other users and deleting them (including you). Therefore, make sure you trust this person.","users_add_email_field":"Enter the email of the person you want to invite","users_add_title":"Invitar un nuevo usuario por email a tu cuenta","users_blank_add_title":"Would you like to invite someone else?","users_blank_cta":"Invitar a alguien","users_blank_description":"This person will have the same access that you have, and will be able to add, edit or delete contact information.","users_blank_title":"You are the only one who has access to this account.","users_error_already_invited":"You already have invited this user. Please choose another email address.","users_error_email_already_taken":"This email is already taken. Please choose another one","users_error_email_not_similar":"This is not the email of the person who\u2019ve invited you.","users_error_please_confirm":"Please confirm that you want to invite this user before proceeding with the invitation","users_invitation_deleted_confirmation_message":"The invitation has been successfully deleted","users_invitation_need_subscription":"Adding more users requires a subscription.","users_invitations_delete_confirmation":"Are you sure you want to delete this invitation?","users_list_add_user":"Invite a new user","users_list_delete_confirmation":"Are you sure to delete this user from your account?","users_list_invitations_explanation":"Below are the people you\u2019ve invited to join Monica as a collaborator.","users_list_invitations_invited_by":"invited by :name","users_list_invitations_sent_date":"sent on :date","users_list_invitations_title":"Pending invitations","users_list_title":"Users with access to your account","users_list_you":"That\u2019s you"},"validation":{"accepted":"The :attribute must be accepted.","active_url":"The :attribute is not a valid URL.","after":"The :attribute must be a date after :date.","after_or_equal":"The :attribute must be a date after or equal to :date.","alpha":"The :attribute may only contain letters.","alpha_dash":"The :attribute may only contain letters, numbers, and dashes.","alpha_num":"The :attribute may only contain letters and numbers.","array":"The :attribute must be an array.","attributes":[],"before":"The :attribute must be a date before :date.","before_or_equal":"The :attribute must be a date before or equal to :date.","between":{"array":"The :attribute must have between :min and :max items.","file":"The :attribute must be between :min and :max kilobytes.","numeric":"The :attribute must be between :min and :max.","string":"The :attribute must be between :min and :max characters."},"boolean":"The :attribute field must be true or false.","confirmed":"The :attribute confirmation does not match.","custom":{"attribute-name":{"rule-name":"custom-message"}},"date":"The :attribute is not a valid date.","date_format":"The :attribute does not match the format :format.","different":"The :attribute and :other must be different.","digits":"The :attribute must be :digits digits.","digits_between":"The :attribute must be between :min and :max digits.","dimensions":"The :attribute has invalid image dimensions.","distinct":"The :attribute field has a duplicate value.","email":"The :attribute must be a valid email address.","exists":"The selected :attribute is invalid.","file":"The :attribute must be a file.","filled":"The :attribute field must have a value.","image":"The :attribute must be an image.","in":"The selected :attribute is invalid.","in_array":"The :attribute field does not exist in :other.","integer":"The :attribute must be an integer.","ip":"The :attribute must be a valid IP address.","ipv4":"The :attribute must be a valid IPv4 address.","ipv6":"The :attribute must be a valid IPv6 address.","json":"The :attribute must be a valid JSON string.","max":{"array":"The :attribute may not have more than :max items.","file":"The :attribute may not be greater than :max kilobytes.","numeric":"The :attribute may not be greater than :max.","string":"The :attribute may not be greater than :max characters."},"mimes":"The :attribute must be a file of type: :values.","mimetypes":"The :attribute must be a file of type: :values.","min":{"array":"The :attribute must have at least :min items.","file":"The :attribute must be at least :min kilobytes.","numeric":"The :attribute must be at least :min.","string":"The :attribute must be at least :min characters."},"not_in":"The selected :attribute is invalid.","not_regex":"The :attribute format is invalid.","numeric":"The :attribute must be a number.","present":"The :attribute field must be present.","regex":"The :attribute format is invalid.","required":"The :attribute field is required.","required_if":"The :attribute field is required when :other is :value.","required_unless":"The :attribute field is required unless :other is in :values.","required_with":"The :attribute field is required when :values is present.","required_with_all":"The :attribute field is required when :values is present.","required_without":"The :attribute field is required when :values is not present.","required_without_all":"The :attribute field is required when none of :values are present.","same":"The :attribute and :other must match.","size":{"array":"The :attribute must contain :size items.","file":"The :attribute must be :size kilobytes.","numeric":"The :attribute must be :size.","string":"The :attribute must be :size characters."},"string":"The :attribute must be a string.","timezone":"The :attribute must be a valid zone.","unique":"The :attribute has already been taken.","uploaded":"The :attribute failed to upload.","url":"The :attribute format is invalid."}} +{"app":{"add":"A\u00f1adir","application_description":"Monica is a tool to manage your interactions with your loved ones, friends and family.","application_og_title":"Have better relations with your loved ones. Free Online CRM for friends and family.","application_title":"Monica \u2013 personal relationship manager","breadcrumb_add_note":"A\u00f1adir una nota","breadcrumb_add_significant_other":"A\u00f1adir relaci\u00f3n","breadcrumb_api":"API","breadcrumb_dashboard":"Panel de control","breadcrumb_edit_introductions":"How did you meet","breadcrumb_edit_note":"Editar una nota","breadcrumb_edit_significant_other":"Editar relaci\u00f3n","breadcrumb_journal":"Diario","breadcrumb_list_contacts":"Lista de personas","breadcrumb_profile":"Profile of :name","breadcrumb_settings":"Ajustes","breadcrumb_settings_export":"Exportar","breadcrumb_settings_import":"Importar","breadcrumb_settings_import_report":"Importar reporte","breadcrumb_settings_import_upload":"Subir","breadcrumb_settings_personalization":"Personalizaci\u00f3n","breadcrumb_settings_security":"Seguridad","breadcrumb_settings_security_2fa":"Two Factor Authentication","breadcrumb_settings_subscriptions":"Suscripci\u00f3n","breadcrumb_settings_tags":"Etiquetas","breadcrumb_settings_users":"Usuarios","breadcrumb_settings_users_add":"A\u00f1adir un usuario","cancel":"Cancelar","close":"Cerrar","compliance_desc":"We have changed our Terms of Use<\/a> and Privacy Policy<\/a>. By law we have to ask you to review them and accept them so you can continue to use your account.","compliance_desc_end":"We don\u2019t do anything nasty with your data or account and will never do.","compliance_terms":"Accept new terms and privacy policy","compliance_title":"Sorry for the interruption.","create":"Crear","days":"day|days","default_save_success":"The data has been saved.","delete":"Eliminar","done":"Done","edit":"Editar","error_save":"We had an error trying to save the data.","error_title":"Whoops! Something went wrong.","error_unauthorized":"You don\u2019t have the right to edit this resource.","footer_modal_version_release_away":"Est\u00e1s una versi\u00f3n por detr\u00e1s de la \u00faltima disponible. Deber\u00edas actualizar tu instancia. | Est\u00e1s :number versiones por detr\u00e1s de la \u00faltima versi\u00f3n disponible. Deber\u00edas actualizar tu instancia.","footer_modal_version_whats_new":"Qu\u00e9 hay de nuevo","footer_new_version":"Una nueva versi\u00f3n esta disponible","footer_newsletter":"Newsletter","footer_privacy":"Pol\u00edticas de privacidad","footer_release":"Notas de la versi\u00f3n","footer_remarks":"Any remarks?","footer_send_email":"Enviarme un email","footer_source_code":"Contribuir","footer_version":"Version: :version","for":"for","gender_female":"Mujer","gender_male":"Hombre","gender_none":"Prefiero no decirlo","header_changelog_link":"Product changes","header_logout_link":"Salir","header_settings_link":"Configuraci\u00f3n","load_more":"Load more","loading":"Loading...","main_nav_activities":"Actividades","main_nav_cta":"Add people","main_nav_dashboard":"Dashboard","main_nav_family":"Contactos","main_nav_journal":"Diario","main_nav_tasks":"Tareas","markdown_description":"\u00bfDesea dar formato a su texto de una manera agradable? Soportamos el uso de Markdown para a\u00f1adir negrita, cursiva, listas y m\u00e1s.","markdown_link":"Leer documentaci\u00f3n","new":"new","relationship_type_bestfriend":"best friend","relationship_type_bestfriend_female":"best friend","relationship_type_bestfriend_female_with_name":":name\u2019s best friend","relationship_type_bestfriend_with_name":":name\u2019s best friend","relationship_type_boss":"boss","relationship_type_boss_female":"boss","relationship_type_boss_female_with_name":":name\u2019s boss","relationship_type_boss_with_name":":name\u2019s boss","relationship_type_child":"hijo","relationship_type_child_female":"hija","relationship_type_child_female_with_name":"hija de :name","relationship_type_child_with_name":"hijo de :name","relationship_type_colleague":"colleague","relationship_type_colleague_female":"colleague","relationship_type_colleague_female_with_name":":name\u2019s colleague","relationship_type_colleague_with_name":":name\u2019s colleague","relationship_type_cousin":"primo\/a","relationship_type_cousin_female":"prima","relationship_type_cousin_female_with_name":"prima de :name","relationship_type_cousin_with_name":"primo de :name","relationship_type_date":"date","relationship_type_date_female":"date","relationship_type_date_female_with_name":":name\u2019s date","relationship_type_date_with_name":":name\u2019s date","relationship_type_ex":"ex-boyfriend","relationship_type_ex_female":"ex-girlfriend","relationship_type_ex_female_with_name":":name\u2019s ex-girlfriend","relationship_type_ex_husband":"ex husband","relationship_type_ex_husband_female":"ex wife","relationship_type_ex_husband_female_with_name":"exmujer de :name","relationship_type_ex_husband_with_name":"exmarido de :name","relationship_type_ex_with_name":":name\u2019s ex-boyfriend","relationship_type_friend":"friend","relationship_type_friend_female":"friend","relationship_type_friend_female_with_name":":name\u2019s friend","relationship_type_friend_with_name":":name\u2019s friend","relationship_type_godfather":"padrino","relationship_type_godfather_female":"madrina","relationship_type_godfather_female_with_name":"madrina de :name","relationship_type_godfather_with_name":"padrino de :name","relationship_type_godson":"ahijado","relationship_type_godson_female":"ahijada","relationship_type_godson_female_with_name":":name\u2019s goddaughter","relationship_type_godson_with_name":"ahijado de :name","relationship_type_grandchild":"grand child","relationship_type_grandchild_female":"grand child","relationship_type_grandchild_female_with_name":":name\u2019s grand child","relationship_type_grandchild_with_name":":name\u2019s grand child","relationship_type_grandparent":"grand parent","relationship_type_grandparent_female":"grand parent","relationship_type_grandparent_female_with_name":":name\u2019s grand parent","relationship_type_grandparent_with_name":":name\u2019s grand parent","relationship_type_group_family":"Family relationships","relationship_type_group_friend":"Friend relationships","relationship_type_group_love":"Relaciones amorosas","relationship_type_group_other":"Other kind of relationships","relationship_type_group_work":"Work relationships","relationship_type_inlovewith":"in love with","relationship_type_inlovewith_female":"in love with","relationship_type_inlovewith_female_with_name":"someone :name is in love with","relationship_type_inlovewith_with_name":"someone :name is in love with","relationship_type_lovedby":"loved by","relationship_type_lovedby_female":"loved by","relationship_type_lovedby_female_with_name":":name\u2019s secret lover","relationship_type_lovedby_with_name":":name\u2019s secret lover","relationship_type_lover":"lover","relationship_type_lover_female":"lover","relationship_type_lover_female_with_name":":name\u2019s lover","relationship_type_lover_with_name":":name\u2019s lover","relationship_type_mentor":"mentor","relationship_type_mentor_female":"mentor","relationship_type_mentor_female_with_name":":name\u2019s mentor","relationship_type_mentor_with_name":":name\u2019s mentor","relationship_type_nephew":"sobrino","relationship_type_nephew_female":"sobrina","relationship_type_nephew_female_with_name":"sobrina de :name","relationship_type_nephew_with_name":"sobrino de :name","relationship_type_parent":"padre","relationship_type_parent_female":"madre","relationship_type_parent_female_with_name":"madre de :name","relationship_type_parent_with_name":"padre de :name","relationship_type_partner":"significant other","relationship_type_partner_female":"significant other","relationship_type_partner_female_with_name":":name\u2019s significant other","relationship_type_partner_with_name":":name\u2019s significant other","relationship_type_protege":"protege","relationship_type_protege_female":"protege","relationship_type_protege_female_with_name":":name\u2019s protege","relationship_type_protege_with_name":":name\u2019s protege","relationship_type_sibling":"hermano","relationship_type_sibling_female":"hermana","relationship_type_sibling_female_with_name":"hermana de :name","relationship_type_sibling_with_name":"hermano de :name","relationship_type_spouse":"spouse","relationship_type_spouse_female":"spouse","relationship_type_spouse_female_with_name":":name\u2019s spouse","relationship_type_spouse_with_name":":name\u2019s spouse","relationship_type_subordinate":"subordinate","relationship_type_subordinate_female":"subordinate","relationship_type_subordinate_female_with_name":":name\u2019s subordinate","relationship_type_subordinate_with_name":":name\u2019s subordinate","relationship_type_uncle":"t\u00edo","relationship_type_uncle_female":"t\u00eda","relationship_type_uncle_female_with_name":"t\u00eda de :name","relationship_type_uncle_with_name":"t\u00edo de :name","remove":"Remover","revoke":"Revoke","save":"Guardar","unknown":"I don\u2019t know","update":"Actualizar","upload":"Subir","verify":"Verify","with":"with"},"auth":{"2fa_one_time_password":"Two factor authentication code","2fa_otp_help":"Open up your two factor authentication mobile app and copy the code","2fa_recuperation_code":"Enter a two factor recovery code","2fa_title":"Two Factor Authentication","2fa_wrong_validation":"The two factor authentication has failed.","back_homepage":"Volver al inicio","button_remember":"Remember Me","confirmation_again":"If you want to change your email address you can click here<\/a>.","create_account":"Create the first account by signing up<\/a>","email":"Email","email_change_current_email":"Current email address:","email_change_new":"New email address","email_change_title":"Change your email address","email_changed":"Your email address has been changed. Check your mailbox to validate it.","failed":"Estas credenciales no concuerdas con nuestros registros.","login":"Login","login_again":"Please login again to your account","login_to_account":"Login to your account","mfa_auth_otp":"Authenticate with your two factor device","mfa_auth_u2f":"Authenticate with a U2F device","not_authorized":"Usted no esta autorizado para ejecutar esta acci\u00f3n","password":"Contrase\u00f1a","password_forget":"Forget your password?","password_reset":"Reset your password","password_reset_action":"Reset Password","password_reset_email":"E-Mail Address","password_reset_email_content":"Click here to reset your password:","password_reset_password":"Contrase\u00f1a","password_reset_password_confirm":"Confirm Password","password_reset_send_link":"Send Password Reset Link","password_reset_title":"Reset Password","register_action":"Register","register_create_account":"You need to create an account to use Monica","register_email":"Enter a valid email address","register_email_example":"you@home","register_firstname":"Nombre","register_firstname_example":"eg. John","register_invitation_email":"For security purposes, please indicate the email of the person who\u2019ve invited you to join this account. This information is provided in the invitation email.","register_lastname":"Apellidos","register_lastname_example":"eg. Doe","register_login":"Log in<\/a> if you already have an account.","register_password":"Contrase\u00f1a","register_password_confirmation":"Password confirmation","register_password_example":"Enter a secure password","register_policy":"Signing up signifies you\u2019ve read and agree to our Privacy Policy<\/a> and Terms of use<\/a>.","register_title_create":"Create your Monica account","register_title_welcome":"Welcome to your newly installed Monica instance","signup":"Sign up","signup_disabled":"La registraci\u00f3n se encuentra actualmente deshabilitada","signup_no_account":"Don\u2019t have an account?","throttle":"Demasiados intentos de ingreso. Por favor intente nuevamente en :seconds segundos.","u2f_otp_extension":"U2F is supported natively on Chrome, Firefox<\/a> and Opera. On old Firefox versions, install the U2F Support Add-on<\/a>."},"changelog":{"note":"Nota: desafortunadamente, esta p\u00e1gina est\u00e1 solo en ingl\u00e9s.","title":"Product changes"},"dashboard":{"dashboard_blank_cta":"A\u00f1ade tu primer contacto","dashboard_blank_description":"Monica es el lugar donde organizar todas las interacciones con los que te importan.","dashboard_blank_illustration":"Illustration by Freepik<\/a>","dashboard_blank_title":"\u00a1Bienvenido\/a a tu cuenta!","debts_you_owe":"You owe","linkedin_profile":"LinkedIn","notes_title":"Todav\u00eda no tienes notas destacadas.","reminders_next_months":"Eventos en los pr\u00f3ximos 3 meses","reminders_none":"Ning\u00fan recordatorio este mes","statistics_activities":"Actividades","statistics_contacts":"Contactos","statistics_gifts":"Regalos","tab_calls_blank":"Todav\u00eda no has registrado una llamada.","tab_debts":"Deudas","tab_debts_blank":"Todav\u00eda no has registrado una deuda.","tab_favorite_notes":"Notas favoritas","tab_recent_calls":"Llamadas recientes"},"format":{"full_hour":"h.i A","full_month":"F","full_month_year":"F Y","short_date":"M d","short_date_year":"M d, Y","short_date_year_time":"M d, Y H:i","short_day":"D","short_month":"M","short_month_year":"M Y"},"journal":{"delete_confirmation":"Are you sure you want to delete this journal entry?","entry_delete_success":"The journal entry has been successfully deleted.","journal_add":"Add a journal entry","journal_add_cta":"Save","journal_add_date":"Date","journal_add_post":"Entry","journal_add_title":"Title (optional)","journal_blank_cta":"Add your first journal entry","journal_blank_description":"The journal lets you write events that happened to you, and remember them.","journal_come_back":"Gracias. Vuelve ma\u00f1ana para puntuar tu d\u00eda de nuevo.","journal_created_automatically":"Created automatically","journal_description":"Nota: el diario lista las entradas del diario y las autom\u00e1ticas como Actividades con tus contactos. Aunque puedes borrar las entradas del diario manualmente, la actividad tendr\u00e1s que borrarla directamente en la p\u00e1gina del contacto.","journal_entry_rate":"You rated your day.","journal_entry_type_activity":"Activity","journal_entry_type_journal":"Journal entry","journal_rate":"How was your day? You can rate it once a day."},"mail":{"confirmation_email_button":"Verify email address","confirmation_email_intro":"To validate your email click on the button below","confirmation_email_title":"Monica \u2013 Email verification","footer_contact_info":"Add, view, complete, and change information about this contact:","for":"FOR:","greetings":"Hi :username","notification_description":"In :count days (on :date), the following event will happen:","notification_subject_line":"You have an upcoming event","notifications_footer":"If you\u2019re having trouble clicking the \":actionText\" button, copy and paste the URL below into your web browser: [:actionURL](:actionURL)","notifications_hello":"Hello!","notifications_regards":"Regards","notifications_whoops":"Whoops!","stay_in_touch_subject_description":"You asked to be reminded to stay in touch with :name every :frequency days.","stay_in_touch_subject_line":"Stay in touch with :name","subject_line":"Reminder for :contact","want_reminded_of":"YOU WANTED TO BE REMINDED OF"},"pagination":{"next":"Next »","previous":"« Previous"},"passwords":{"changed":"Password changed successfuly.","invalid":"Current password you entered is not correct.","password":"Passwords must be at least six characters and match the confirmation.","reset":"Your password has been reset!","sent":"If the email you entered exists in our records, you\u2019ve been sent a password reset link.","token":"This password reset token is invalid.","user":"If the email you entered exists in our records, you\u2019ve been sent a password reset link."},"people":{"activities_activity":"Activity Category","activities_add_activity":"Add activity","activities_add_cta":"Record activity","activities_add_date_occured":"Date this activity occured","activities_add_error":"Error when adding the activity","activities_add_optional_comment":"Optional comment","activities_add_pick_activity":"(Optional) Would you like to categorize this activity? You don\u2019t have to, but it will give you statistics later on","activities_add_success":"The activity has been added successfully","activities_add_title":"What did you do with :name?","activities_blank_add_activity":"Add an activity","activities_blank_title":"Keep track of what you\u2019ve done with :name in the past, and what you\u2019ve talked about","activities_delete_confirmation":"Are you sure you want to delete this activity?","activities_delete_success":"The activity has been deleted successfully","activities_hide_details":"Hide details","activities_item_information":":Activity. Happened on :date","activities_more_details":"More details","activities_profile_number_occurences":":value activity|:value activities","activities_profile_subtitle":"You\u2019ve logged :total_activities activity with :name in total and :activities_last_twelve_months in the last 12 months so far.|You\u2019ve logged :total_activities activities with :name in total and :activities_last_twelve_months in the last 12 months so far.","activities_profile_title":"Activities report between :name and you","activities_profile_year_summary":"Here is what you two have done in :year","activities_profile_year_summary_activity_types":"Here is a breakdown of the type of activities you\u2019ve done together in :year","activities_summary":"Describe what you did","activities_update_success":"The activity has been updated successfully","activities_view_activities_report":"View activities report","activities_who_was_involved":"Who was involved?","activity_title":"Activities","activity_type_ate_at_his_place":"ate at their place","activity_type_ate_at_home":"ate at home","activity_type_ate_restaurant":"ate at a restaurant","activity_type_category_cultural_activities":"Cultural activities","activity_type_category_food":"Food","activity_type_category_simple_activities":"Simple activities","activity_type_category_sport":"Sport","activity_type_did_sport_activities_together":"did sport together","activity_type_just_hung_out":"just hung out","activity_type_picknicked":"picknicked","activity_type_talked_at_home":"just talked at home","activity_type_watched_movie_at_home":"watched a movie at home","activity_type_went_bar":"went to a bar","activity_type_went_concert":"went to a concert","activity_type_went_museum":"went to the museum","activity_type_went_play":"went to a play","activity_type_went_theater":"went to the theater","age_approximate_in_years":"around :age years old","age_exact_birthdate":"born :date","age_exact_in_years":":age years old","birthdate_not_set":"Birthdate is not set","call_blank_desc":"You called :name","call_blank_title":"Keep track of the phone calls you\u2019ve done with :name","call_button":"Log a call","call_delete_confirmation":"Are you sure you want to delete this call?","call_delete_success":"The call has been deleted successfully","call_empty_comment":"No details","call_title":"Phone calls","calls_add_success":"The phone call has been saved.","contact_address_form_city":"City (optional)","contact_address_form_country":"Country (optional)","contact_address_form_name":"Label (optional)","contact_address_form_postal_code":"Postal code (optional)","contact_address_form_province":"Province (optional)","contact_address_form_street":"Street (optional)","contact_address_title":"Addresses","contact_info_address":"Lives in","contact_info_form_contact_type":"Contact type","contact_info_form_content":"Content","contact_info_form_personalize":"Personalize","contact_info_title":"Contact information","debt_add_add_cta":"Add debt","debt_add_amount":"the sum of","debt_add_cta":"Add debt","debt_add_reason":"for the following reason (optional)","debt_add_success":"The debt has been added successfully","debt_add_they_owe":":name owes you","debt_add_title":"Debt management","debt_add_you_owe":"You owe :name","debt_delete_confirmation":"Are you sure you want to delete this debt?","debt_delete_success":"The debt has been deleted successfully","debt_edit_success":"The debt has been updated successfully","debt_edit_update_cta":"Update debt","debt_they_owe":":name owes you :amount","debt_title":"Debts","debt_you_owe":"You owe :amount","debts_blank_title":"Manage debts you owe to :name or :name owes you","deceased_add_reminder":"Add a reminder for this date","deceased_age":"Age at death","deceased_know_date":"I know the date this person died","deceased_label":"Deceased","deceased_label_with_date":"Deceased on :date","deceased_mark_person_deceased":"Mark this person as deceased","deceased_reminder_title":"Anniversary of the death of :name","edit_contact_information":"Edit contact information","food_preferencies_add_success":"Food preferences have been saved","food_preferencies_cta":"Add food preferences","food_preferencies_edit_cta":"Save food preferences","food_preferencies_edit_description":"Perhaps :firstname or someone in the :family\u2019s family has an allergy. Or doesn\u2019t like a specific bottle of wine. Indicate them here so you will remember it next time you invite them for dinner","food_preferencies_edit_description_no_last_name":"Perhaps :firstname has an allergy. Or doesn\u2019t like a specific bottle of wine. Indicate them here so you will remember it next time you invite them for dinner","food_preferencies_edit_title":"Indicate food preferences","food_preferencies_title":"Food preferences","gifts_add_comment":"Comment (optional)","gifts_add_gift":"Add a gift","gifts_add_gift_already_offered":"Gift offered","gifts_add_gift_idea":"Gift idea","gifts_add_gift_received":"Gift received","gifts_add_gift_title":"What is this gift?","gifts_add_link":"Link to the web page (optional)","gifts_add_someone":"This gift is for someone in :name\u2019s family in particular","gifts_add_success":"The gift has been added successfully","gifts_add_title":"Gift management for :name","gifts_add_value":"Value (optional)","gifts_delete_confirmation":"Are you sure you want to delete this gift?","gifts_delete_cta":"Delete","gifts_delete_success":"The gift has been deleted successfully","gifts_for":"For:","gifts_ideas":"Gift ideas","gifts_link":"Link","gifts_mark_offered":"Mark as offered","gifts_offered":"Gifts offered","gifts_offered_as_an_idea":"Mark as an idea","gifts_received":"Gifts received","gifts_title":"Gifts","gifts_update_success":"The gift has been updated successfully","gifts_view_comment":"View comment","information_edit_avatar":"Photo\/avatar of the contact","information_edit_exact":"I know the exact birthdate of this person...","information_edit_firstname":"First name","information_edit_lastname":"Last name (Optional)","information_edit_linkedin":"LinkedIn profile (optional)","information_edit_max_size":"Max :size Mb.","information_edit_not_year":"I know the day and month of the birthdate of this person, but not the year\u2026","information_edit_probably":"This person is probably...","information_edit_success":"The profile has been updated successfully","information_edit_title":"Edit :name\u2019s personal information","information_edit_unknown":"I do not know this person\u2019s age","information_no_linkedin_defined":"No LinkedIn defined","information_no_work_defined":"No work information defined","information_work_at":"at :company","introductions_add_reminder":"Add a reminder to celebrate this encounter on the anniversary this event happened","introductions_additional_info":"Explain how and where you met","introductions_blank_cta":"Indicate how you met :name","introductions_edit_met_through":"Has someone introduced you to this person?","introductions_first_met_date":"Date you met","introductions_first_met_date_known":"This is the date we met","introductions_met_date":"Met on :date","introductions_met_through":"Met through :name<\/a>","introductions_no_first_met_date":"I don\u2019t know the date we met","introductions_no_met_through":"No one","introductions_reminder_title":"Anniversary of the day you first met","introductions_sidebar_title":"How you met","introductions_title_edit":"How did you meet :name?","introductions_update_success":"You\u2019ve successfully updated the information about how you met this person","last_activity_date":"Last activity together: :date","last_activity_date_empty":"Last activity together: unknown","last_called":"Last called: :date","last_called_empty":"Last called: unknown","link_to_list":"List of people","linkedin_profile":"LinkedIn profile","modal_call_change":"Change","modal_call_comment":"What did you talk about? (optional)","modal_call_date":"The phone call happened earlier today.","modal_call_exact_date":"The phone call happened on","modal_call_title":"Log a call","notes_add_cta":"Add note","notes_create_success":"The note has been created successfully","notes_delete_confirmation":"Are you sure you want to delete this note? Deletion is permanent","notes_delete_success":"The note has been deleted successfully","notes_delete_title":"Delete a note","notes_favorite":"Add\/remove from favorites","notes_update_success":"The note has been saved successfully","people_add_birthday_reminder":"Wish happy birthday to :name","people_add_cta":"Add","people_add_firstname":"First name","people_add_gender":"Gender","people_add_import":"Do you want to import your contacts<\/a>?","people_add_lastname":"Last name (Optional)","people_add_middlename":"Middle name (Optional)","people_add_missing":"No Person Found Add New One Now","people_add_nickname":"Nickname (Optional)","people_add_reminder_for_birthday":"Create an annual reminder for the birthday","people_add_success":":name has been successfully created","people_add_title":"Add a new person","people_delete_click_here":"click here","people_delete_confirmation":"Are you sure you want to delete this contact? Deletion is permanent.","people_delete_message":"If you need to delete this contact,","people_delete_success":"The contact has been deleted","people_edit_email_error":"There is already a contact in your account with this email address. Please choose another one.","people_export":"Export as vCard","people_list_account_upgrade_cta":"Upgrade now","people_list_account_upgrade_title":"Upgrade your account to unlock it to its full potential.","people_list_account_usage":"Your account usage: :current\/:limit contacts","people_list_blank_cta":"Add someone","people_list_blank_title":"You don\u2019t have anyone in your account yet","people_list_clear_filter":"Clear filter","people_list_contacts_per_tags":"1 contact|:count contacts","people_list_filter_tag":"Showing all the contacts tagged with","people_list_filter_untag":"Showing all untagged contacts","people_list_firstnameAZ":"Sort by first name A \u2192 Z","people_list_firstnameZA":"Sort by first name Z \u2192 A","people_list_last_updated":"Last consulted:","people_list_lastactivitydateNewtoOld":"Sort by last activity date newest to oldest","people_list_lastactivitydateOldtoNew":"Sort by last activity date oldest to newest","people_list_lastnameAZ":"Sort by last name A \u2192 Z","people_list_lastnameZA":"Sort by last name Z \u2192 A","people_list_number_kids":"1 ni\u00f1o|:count ni\u00f1os","people_list_number_reminders":"1 reminder|:count reminders","people_list_sort":"Sort","people_list_stats":"1 contact|:count contacts","people_list_untagged":"View untagged contacts","people_save_and_add_another_cta":"Submit and add someone else","people_search":"Search your contacts...","people_search_no_results":"No relevant contacts found :(","pets_bird":"Bird","pets_cat":"Cat","pets_create_success":"The pet has been sucessfully added","pets_delete_success":"The pet has been deleted","pets_dog":"Dog","pets_fish":"Fish","pets_hamster":"Hamster","pets_horse":"Horse","pets_kind":"Kind of pet","pets_name":"Name (optional)","pets_other":"Other","pets_rabbit":"Rabbit","pets_rat":"Rat","pets_reptile":"Reptile","pets_small_animal":"Small animal","pets_title":"Pets","pets_update_success":"The pet has been updated","relationship_delete_confirmation":"Are you sure you want to delete this relationship? Deletion is permanent.","relationship_form_add":"Add a new relationship","relationship_form_add_choice":"Who is the relationship with?","relationship_form_add_description":"This will let you treat this significant other like any other contact.","relationship_form_add_no_existing_contact":"You don\u2019t have any contacts who can be related to :name at the moment.","relationship_form_add_success":"The relationship has been successfully set.","relationship_form_also_create_contact":"Create a Contact entry for this person.","relationship_form_associate_contact":"An existing contact","relationship_form_associate_dropdown":"Search and select an existing contact from the dropdown below","relationship_form_associate_dropdown_placeholder":"Search and select an existing contact","relationship_form_create_contact":"Add a new person","relationship_form_deletion_success":"The relationship has been deleted.","relationship_form_edit":"Edit an existing relationship","relationship_form_is_with":"This person is...","relationship_unlink_confirmation":"Are you sure you want to delete this relationship? This person will not be deleted \u2013 only the relationship between the two.","reminder_frequency_day":"every day|every :number days","reminder_frequency_month":"every month|every :number months","reminder_frequency_one_time":"on :date","reminder_frequency_week":"every week|every :number weeks","reminder_frequency_year":"every year|every :number year","reminders_add_cta":"Add reminder","reminders_add_description":"Please remind me to...","reminders_add_error_custom_text":"You need to indicate a text for this reminder","reminders_add_next_time":"When is the next time you would like to be reminded about this?","reminders_add_once":"Remind me about this just once","reminders_add_recurrent":"Remind me about this every","reminders_add_starting_from":"starting from the date specified above","reminders_add_title":"What would you like to be reminded of about :name?","reminders_birthday":"Birthday of :name","reminders_blank_add_activity":"Add a reminder","reminders_blank_title":"Is there something you want to be reminded of about :name?","reminders_create_success":"The reminder has been added successfully","reminders_cta":"Add a reminder","reminders_delete_confirmation":"Are you sure you want to delete this reminder?","reminders_delete_cta":"Delete","reminders_delete_success":"The reminder has been deleted successfully","reminders_description":"We will send an email for each one of the reminders below. Reminders are sent every morning the day events will happen. Reminders automatically added for birthdates can not be deleted. If you want to change those dates, edit the birthdate of the contacts.","reminders_edit_update_cta":"Update reminder","reminders_free_plan_warning":"You are on the Free plan. No emails are sent on this plan. To receive your reminders by email, upgrade your account.","reminders_next_expected_date":"on","reminders_one_time":"One time","reminders_type_month":"month","reminders_type_week":"week","reminders_type_year":"year","reminders_update_success":"The reminder has been updated successfully","section_contact_information":"Contact information","section_personal_activities":"Activities","section_personal_gifts":"Gifts","section_personal_notes":"Notes","section_personal_reminders":"Reminders","section_personal_tasks":"Tasks","set_favorite":"Favorite contacts are placed at the top of the contact list","stay_in_touch":"Stay in touch","stay_in_touch_frequency":"Stay in touch every day|Stay in touch every {count} days","stay_in_touch_invalid":"The frequency must be a number greater than 0.","stay_in_touch_modal_desc":"We can remind you by email to keep in touch with {firstname} at a regular interval.","stay_in_touch_modal_label":"Send me an email every...","stay_in_touch_modal_title":"Stay in touch","stay_in_touch_premium":"You need to upgrade your account to make use of this feature","tag_add":"add a tag","tag_edit":"Edit tag","tasks_add_task":"Add a task","tasks_blank_title":"You don\u2019t have any tasks yet.","tasks_complete_success":"The task has changed status successfully","tasks_delete_success":"The task has been deleted successfully","tasks_form_description":"Description (optional)","tasks_form_title":"Title","work_add_cta":"Update work information","work_edit_company":"Company (optional)","work_edit_job":"Job title (optional)","work_edit_success":"Work information have been updated with success","work_edit_title":"Update :name\u2019s job information","work_information":"Work information"},"reminder":{"type_birthday":"Wish happy birthday to","type_birthday_kid":"Wish happy birthday to the kid of","type_email":"Email","type_hangout":"Hangout with","type_lunch":"Lunch with","type_phone_call":"Call"},"settings":{"2fa_disable_description":"Disable Two Factor Authentication for your account. Be careful, your account will not be secured anymore !","2fa_disable_error":"Error when trying to disable Two Factor Authentication","2fa_disable_success":"Two Factor Authentication disabled","2fa_disable_title":"Disable Two Factor Authentication","2fa_enable_description":"Enable Two Factor Authentication to increase security with your account.","2fa_enable_error":"Error when trying to activate Two Factor Authentication","2fa_enable_error_already_set":"Two Factor Authentication is already activated","2fa_enable_otp":"Open up your two factor authentication mobile app and scan the following QR barcode:","2fa_enable_otp_help":"If your two factor authentication mobile app does not support QR barcodes, enter in the following code:","2fa_enable_otp_validate":"Please validate the new device you\u2019ve just set:","2fa_enable_success":"Two Factor Authentication activated","2fa_enable_title":"Enable Two Factor Authentication","2fa_otp_title":"Two Factor Authentication mobile application","2fa_title":"Two Factor Authentication","api_authorized_clients":"List of authorized clients","api_authorized_clients_desc":"This section lists all the clients you\u2019ve authorized to access your application. You can revoke this authorization at anytime.","api_authorized_clients_name":"Name","api_authorized_clients_scopes":"Scopes","api_authorized_clients_title":"Authorized Applications","api_description":"The API can be used to manipulate Monica\u2019s data from an external application, like a mobile application for instance.","api_oauth_clientid":"Client ID","api_oauth_clients":"Your Oauth clients","api_oauth_clients_desc":"This section lets you register your own OAuth clients.","api_oauth_create":"Create Client","api_oauth_create_new":"Create New Client","api_oauth_name":"Name","api_oauth_name_help":"Something your users will recognize and trust.","api_oauth_not_created":"You have not created any OAuth clients.","api_oauth_redirecturl":"Redirect URL","api_oauth_redirecturl_help":"Your application\u2019s authorization callback URL.","api_oauth_secret":"Secret","api_oauth_title":"Oauth Clients","api_pao_description":"Make sure you give this token to a source you trust \u2013 as they allow you to access all your data.","api_personal_access_tokens":"Personal access tokens","api_title":"API access","api_token_create":"Create Token","api_token_create_new":"Create New Token","api_token_delete":"Delete","api_token_help":"Here is your new personal access token. This is the only time it will be shown so don\u2019t lose it! You may now use this token to make API requests.","api_token_name":"Name","api_token_not_created":"You have not created any personal access tokens.","api_token_scopes":"Scopes","api_token_title":"Personal access token","currency":"Moneda","delete_cta":"Eliminar cuenta","delete_desc":"Do you wish to delete your account? Warning: deletion is permanent and all your data will be erased permamently.","delete_notice":"\u00bfEst\u00e1 seguro que desea eliminar su cuenta? No se puede deshacer.","delete_title":"Eliminar tu cuenta","email":"Email address","email_help":"This is the email used to login, and this is where you\u2019ll receive your reminders.","email_placeholder":"Ingrese un email","export_be_patient":"Click the button to start the export. It might take several minutes to process the export \u2013 please be patient and do not spam the button.","export_sql_cta":"Export to SQL","export_sql_explanation":"Exporting your data in SQL format allows you to take your data and import it to your own Monica instance. This is only valuable if you do have your own server.","export_sql_link_instructions":"Note: read the instructions<\/a> to learn more about importing this file to your instance.","export_title":"Exportar los datos de tu cuenta","export_title_sql":"Exportar a SQL","firstname":"First name","import_blank_cta":"Import vCard","import_blank_description":"We can import vCard files that you can get from Google Contacts or your Contact manager.","import_blank_question":"Would you like to import contacts now?","import_blank_title":"You haven\u2019t imported any contacts yet.","import_cta":"Upload contacts","import_in_progress":"The import is in progress. Reload the page in one minute.","import_need_subscription":"Importing data requires a subscription.","import_report_date":"Fecha de importaci\u00f3n","import_report_number_contacts":"Number of contacts in the file","import_report_number_contacts_imported":"Number of imported contacts","import_report_number_contacts_skipped":"Number of skipped contacts","import_report_status_imported":"Importados","import_report_status_skipped":"Skipped","import_report_title":"Importando reporte","import_report_type":"Tipo de importaci\u00f3n","import_result_stat":"Uploaded vCard with 1 contact (:total_imported imported, :total_skipped skipped)|Uploaded vCard with :total_contacts contacts (:total_imported imported, :total_skipped skipped)","import_stat":"You\u2019ve imported :number files so far.","import_title":"Import contacts in your account","import_upload_behaviour":"Import behaviour:","import_upload_behaviour_add":"Add new contacts, skip existing","import_upload_behaviour_help":"Note: Replacing will replace all data found in the vCard, but will keep existing contact fields.","import_upload_behaviour_replace":"Replace existing contacts","import_upload_form_file":"Your .vcf<\/code> or .vCard<\/code> file:","import_upload_rule_cant_revert":"Make sure data is accurate before uploading, as you can\u2019t undo the upload.","import_upload_rule_format":"We support .vcard<\/code> and .vcf<\/code> files.","import_upload_rule_instructions":"Export instructions for Contacts.app (macOS)<\/a> and Google Contacts<\/a>.","import_upload_rule_limit":"Files are limited to 10MB.","import_upload_rule_multiple":"For now, if your contacts have multiple email addresses or phone numbers, only the first entry will be picked up.","import_upload_rule_time":"It might take up to 1 minute to upload the contacts and process them. Be patient.","import_upload_rule_vcard":"We support the vCard 3.0 format, which is the default format for Contacts.app (macOS) and Google Contacts.","import_upload_rules_desc":"We do however have some rules:","import_upload_title":"Import your contacts from a vCard file","import_vcard_contact_exist":"Contact already exists","import_vcard_contact_no_firstname":"No firstname (mandatory)","import_vcard_file_no_entries":"File contains no entries","import_vcard_file_not_found":"File not found","import_vcard_unknown_entry":"Unknown contact name","import_view_report":"View report","lastname":"Last name","layout":"Layout","layout_big":"Full width of the browser","layout_small":"M\u00e1ximo 1200 pixels de ancho","locale":"Idiomas utilizados en la aplicaci\u00f3n","locale_cs":"Czech","locale_de":"Alem\u00e1n","locale_en":"Ingles","locale_es":"Espa\u00f1ol","locale_fr":"Frances","locale_he":"Hebrew","locale_it":"Italiano","locale_nl":"Dutch","locale_pt":"Portugues","locale_ru":"Ruso","locale_tr":"Turkish","locale_zh":"Chinese Simplified","name":"Tu nombre: :name","name_order":"Name order","name_order_firstname_lastname":" - John Doe","name_order_firstname_lastname_nickname":" () - John Doe (Rambo)","name_order_firstname_nickname_lastname":" () - John (Rambo) Doe","name_order_lastname_firstname":" - Doe John","name_order_lastname_firstname_nickname":" () - Doe John (Rambo)","name_order_lastname_nickname_firstname":" () - Doe (Rambo) John","name_order_nickname":" - Rambo","password_btn":"Change password","password_change":"Password change","password_current":"Current password","password_current_placeholder":"Enter your current password","password_new1":"New password","password_new1_placeholder":"Enter a new password","password_new2":"Confirmation","password_new2_placeholder":"Retype the new password","personalisation_paid_upgrade":"This is a premium feature that requires a Paid subscription to be active. Upgrade your account by visiting Settings > Subscription.","personalization_activity_type_add_button":"Add a new activity type","personalization_activity_type_category_add":"Add a new activity type category","personalization_activity_type_category_description":"An activity done with one of your contact can have a type and a category type. Your account comes by default with a set of predefined category types, but you can customize everything here.","personalization_activity_type_category_modal_add":"Add a new activity type category","personalization_activity_type_category_modal_delete":"Delete an activity type category","personalization_activity_type_category_modal_delete_desc":"Are you sure you want to delete this category? Deleting it will delete all associated activity types. However, activities that belong to this category will not be affected by this deletion.","personalization_activity_type_category_modal_delete_error":"We can\u2019t find this activity type category.","personalization_activity_type_category_modal_edit":"Edit an activity type category","personalization_activity_type_category_modal_question":"How should we name this new category?","personalization_activity_type_category_table_actions":"Actions","personalization_activity_type_category_table_name":"Name","personalization_activity_type_category_title":"Activity type categories","personalization_activity_type_modal_add":"Add a new activity type","personalization_activity_type_modal_delete":"Delete an activity type","personalization_activity_type_modal_delete_desc":"Are you sure you want to delete this activity type? Activities that belong to this category will not be affected by this deletion.","personalization_activity_type_modal_delete_error":"We can\u2019t find this activity type.","personalization_activity_type_modal_edit":"Edit an activity type","personalization_activity_type_modal_question":"How should we name this new activity type?","personalization_contact_field_type_add":"Add new field type","personalization_contact_field_type_add_success":"The contact field type has been successfully added.","personalization_contact_field_type_delete_success":"The contact field type has been deleted with success.","personalization_contact_field_type_description":"Here you can configure all the different types of contact fields that you can associate to all your contacts. If in the future, a new social network appears, you will be able to add this new type of ways of contacting your contacts right here.","personalization_contact_field_type_edit_success":"The contact field type has been successfully updated.","personalization_contact_field_type_modal_delete_description":"Are you sure you want to delete this contact field type? Deleting this type of contact field will delete ALL the data with this type for all your contacts.","personalization_contact_field_type_modal_delete_title":"Delete an existing contact field type","personalization_contact_field_type_modal_edit_title":"Edit an existing contact field type","personalization_contact_field_type_modal_icon":"Icon (optional)","personalization_contact_field_type_modal_icon_help":"You can associate an icon with this contact field type. You need to add a reference to a Font Awesome icon.","personalization_contact_field_type_modal_name":"Name","personalization_contact_field_type_modal_protocol":"Protocol (optional)","personalization_contact_field_type_modal_protocol_help":"Each new contact field type can be clickable. If a protocol is set, we will use it to trigger the action that is set.","personalization_contact_field_type_modal_title":"Add a new contact field type","personalization_contact_field_type_table_actions":"Actions","personalization_contact_field_type_table_name":"Name","personalization_contact_field_type_table_protocol":"Protocol","personalization_contact_field_type_title":"Contact field types","personalization_genders_add":"Add new gender type","personalization_genders_desc":"You can define as many genders as you need to. You need at least one gender type in your account.","personalization_genders_modal_add":"Add gender type","personalization_genders_modal_delete":"Delete gender type","personalization_genders_modal_delete_desc":"Are you sure you want to delete {name}?","personalization_genders_modal_delete_question":"You currently have {count} contact that has this gender. If you delete this gender, what gender should this contact have?|You currently have {count} contacts that have this gender. If you delete this gender, what gender should these contacts have?","personalization_genders_modal_edit":"Update gender type","personalization_genders_modal_edit_question":"How should this new gender be renamed?","personalization_genders_modal_error":"Please choose a valid gender from the list.","personalization_genders_modal_question":"How should this new gender be called?","personalization_genders_title":"Gender types","personalization_module_desc":"Some people don\u2019t need all the features. Below you can toggle specific features that are used on a contact sheet. This change will affect ALL your contacts. Note that if you turn off one of these features, data will not be lost - we will simply hide the feature.","personalization_module_save":"The change has been saved","personalization_module_title":"Features","personalization_reminder_rule_desc":"For every reminder that you set, we can send you an email some days before the event happens. You can toggle those notifications here. Note that those notifications only apply to monthly and yearly reminders.","personalization_reminder_rule_line":"{count} day before|{count} days before","personalization_reminder_rule_save":"The change has been saved","personalization_reminder_rule_title":"Reminder rules","personalization_tab_title":"Personalize your account","personalization_title":"Here you can find different settings to configure your account. These features are more for \u201cpower users\u201d who want maximum control over Monica.","reminder_time_to_send":"Time of the day reminders should be sent","reminder_time_to_send_help":"For your information, your next reminder will be sent on {dateTime}<\/span>.","reset_cta":"Resetear tu cuenta","reset_desc":"Do you wish to reset your account? This will remove all your contacts, and the data associated with them. Your account will not be deleted.","reset_notice":"Are you sure to reset your account? There is no turning back.","reset_success":"Tu cuenta ha sido reseteada satisfactoriamente","reset_title":"Reset your account","save":"Actualiza preferencias","security_help":"Change security matters for your account.","security_title":"Security","settings_success":"Preferencias actualizadas!","sidebar_personalization":"Personalization","sidebar_settings":"Configuraci\u00f3n de cuenta","sidebar_settings_api":"API","sidebar_settings_export":"Exportar datos","sidebar_settings_import":"Importar datos","sidebar_settings_security":"Security","sidebar_settings_subscriptions":"Subscripci\u00f3n","sidebar_settings_tags":"Administrar tags","sidebar_settings_users":"Users","subscriptions_account_current_paid_plan":"You are on the :name plan. Thanks so much for being a subscriber.","subscriptions_account_current_plan":"Your current plan","subscriptions_account_free_plan":"You are on the free plan.","subscriptions_account_free_plan_benefits_import_data_vcard":"Import your contacts with vCard","subscriptions_account_free_plan_benefits_reminders":"Reminders by email","subscriptions_account_free_plan_benefits_support":"Support the project on the long run, so we can introduce more great features.","subscriptions_account_free_plan_benefits_users":"Unlimited number of users","subscriptions_account_free_plan_upgrade":"You can upgrade your account to the :name plan, which costs $:price per month. Here are the advantages:","subscriptions_account_invoices":"Invoices","subscriptions_account_invoices_download":"Download","subscriptions_account_next_billing":"Your subscription will auto-renew on :date<\/strong>. You can cancel subscription<\/a> anytime.","subscriptions_account_payment":"Which payment option fits you best?","subscriptions_account_upgrade":"Upgrade your account","subscriptions_account_upgrade_choice":"Pick a plan below and join over :customers persons who upgraded their Monica.","subscriptions_account_upgrade_title":"Upgrade Monica today and have more meaningful relationships.","subscriptions_back":"Back to settings","subscriptions_downgrade_cta":"Downgrade","subscriptions_downgrade_limitations":"The free plan has limitations. In order to be able to downgrade, you need to pass the checklist below:","subscriptions_downgrade_rule_invitations":"You must not have pending invitations","subscriptions_downgrade_rule_invitations_constraint":"You currently have 1 pending invitation<\/a> sent to people.|You currently have :count pending invitations<\/a> sent to people.","subscriptions_downgrade_rule_users":"You must have only 1 user in your account","subscriptions_downgrade_rule_users_constraint":"You currently have 1 user<\/a> in your account.|You currently have :count users<\/a> in your account.","subscriptions_downgrade_success":"You are back to the Free plan!","subscriptions_downgrade_thanks":"Thanks so much for having tried the paid plan. We keep adding new features on Monica all the time \u2013 so you might want to come back in the future to see if you might be interested in taking a subscription again.","subscriptions_downgrade_title":"Downgrade your account to the free plan","subscriptions_help_change_desc":"You can cancel anytime, no questions asked, and all by yourself \u2013 no need to contact support or whatever. However, you will not be refunded for the current period.","subscriptions_help_change_title":"What if I change my mind?","subscriptions_help_discounts_desc":"We do! Monica is free for students, and free for non-profits and charities. Just contact the support<\/a> with a proof of your status and we\u2019ll apply this special status in your account.","subscriptions_help_discounts_title":"Do you have discounts for non-profits and education?","subscriptions_help_limits_plan":"Absolutely not. Free plans do not have limitations on the number of contacts you can have.","subscriptions_help_limits_title":"Is there any limit to the number of contacts we can have on the free plan?","subscriptions_help_opensource_desc":"Monica is an open source project. This means it is built by an entirely benevolent community who just wants to provide a great tool for the greater good. Being open source means the code is publicly available on GitHub, and everyone can inspect it, modify it or enhance it. All the money we raise is dedicated to build better features, have more powerful servers, help pay the bills. Thanks for your help. We couldn\u2019t do it without you \u2013 litterally.","subscriptions_help_opensource_title":"What is an open source project?","subscriptions_help_title":"Additional details you may be curious about","subscriptions_pdf_title":"Your :name monthly subscription","subscriptions_plan_choose":"Choose this plan","subscriptions_plan_include1":"Included with your upgrade:","subscriptions_plan_include2":"Unlimited number of users \u2022 Reminders by email \u2022 Import with vCard \u2022 Personalization of the contact sheet","subscriptions_plan_include3":"100% of the profits go the development of this great open source project.","subscriptions_plan_month_bonus":"Cancel any time","subscriptions_plan_month_cost":"$5\/month","subscriptions_plan_month_title":"Pay monthly","subscriptions_plan_year_bonus":"Peace of mind for a whole year","subscriptions_plan_year_cost":"$45\/year","subscriptions_plan_year_cost_save":"you\u2019ll save 25%","subscriptions_plan_year_title":"Pay annually","subscriptions_upgrade_charge":"We\u2019ll charge your card USD $:price now. The next charge will be on :date. If you ever change your mind, you can cancel anytime, no questions asked.","subscriptions_upgrade_charge_handled":"The payment is handled by Stripe<\/a>. No card information touches our server.","subscriptions_upgrade_choose":"You picked the :plan plan.","subscriptions_upgrade_credit":"Credit or debit card","subscriptions_upgrade_infos":"We couldn\u2019t be happier. Enter your payment info below.","subscriptions_upgrade_name":"Name on card","subscriptions_upgrade_submit":"Submit Payment","subscriptions_upgrade_success":"Thank you! You are now subscribed.","subscriptions_upgrade_thanks":"Welcome to the community of people who try to make the world a better place.","subscriptions_upgrade_title":"Upgrade your account","subscriptions_upgrade_zip":"ZIP or postal code","tags_blank_description":"Tags work like folders, but you can add more than one tag to a contact. Go to a contact and tag a friend, right below the name. Once a contact is tagged, go back here to manage all the tags in your account.","tags_blank_title":"Tags are a great way of categorizing your contacts.","tags_list_contact_number":"1 contact|:count contacts","tags_list_delete_confirmation":"Are you sure you want to delete the tag? No contacts will be deleted, only the tag.","tags_list_delete_success":"The tag has been successfully deleted","tags_list_description":"You can organize your contacts by setting up tags. Tags work like folders, but you can add more than one tag to a contact. To add a new tag, add it on the contact itself.","tags_list_title":"Tags","timezone":"Timezone","u2f_buttonAdvise":"If your security key has a button, press it.","u2f_enable_description":"Add a new U2F security key","u2f_error_bad_request":"The visited URL doesn\u2019t match the App ID or your are not using HTTPS","u2f_error_configuration_unsupported":"Client configuration is not supported.","u2f_error_device_ineligible":"The presented device is not eligible for this request. For a registration request this may mean that the token is already registered, and for a sign request it may mean that the token does not know the presented key handle.","u2f_error_other_error":"An error occurred.","u2f_error_timeout":"Timeout reached before request could be satisfied.","u2f_insertKey":"Insert your security key.","u2f_noButtonAdvise":"If it does not, remove it and insert it again.","u2f_success":"Your key is detected and validated.","u2f_title":"U2F security key","users_accept_title":"Accept invitation and create a new account","users_add_confirmation":"I confirm that I want to invite this user to my account. This person will access ALL my data and see exactly what I see.","users_add_cta":"Invitar usuario por email","users_add_description":"This person will have the same rights as you do, including inviting other users and deleting them (including you). Therefore, make sure you trust this person.","users_add_email_field":"Enter the email of the person you want to invite","users_add_title":"Invitar un nuevo usuario por email a tu cuenta","users_blank_add_title":"Would you like to invite someone else?","users_blank_cta":"Invitar a alguien","users_blank_description":"This person will have the same access that you have, and will be able to add, edit or delete contact information.","users_blank_title":"You are the only one who has access to this account.","users_error_already_invited":"You already have invited this user. Please choose another email address.","users_error_email_already_taken":"This email is already taken. Please choose another one","users_error_email_not_similar":"This is not the email of the person who\u2019ve invited you.","users_error_please_confirm":"Please confirm that you want to invite this user before proceeding with the invitation","users_invitation_deleted_confirmation_message":"The invitation has been successfully deleted","users_invitation_need_subscription":"Adding more users requires a subscription.","users_invitations_delete_confirmation":"Are you sure you want to delete this invitation?","users_list_add_user":"Invite a new user","users_list_delete_confirmation":"Are you sure to delete this user from your account?","users_list_invitations_explanation":"Below are the people you\u2019ve invited to join Monica as a collaborator.","users_list_invitations_invited_by":"invited by :name","users_list_invitations_sent_date":"sent on :date","users_list_invitations_title":"Pending invitations","users_list_title":"Users with access to your account","users_list_you":"That\u2019s you"},"validation":{"accepted":"The :attribute must be accepted.","active_url":"The :attribute is not a valid URL.","after":"The :attribute must be a date after :date.","after_or_equal":"The :attribute must be a date after or equal to :date.","alpha":"The :attribute may only contain letters.","alpha_dash":"The :attribute may only contain letters, numbers, and dashes.","alpha_num":"The :attribute may only contain letters and numbers.","array":"The :attribute must be an array.","attributes":[],"before":"The :attribute must be a date before :date.","before_or_equal":"The :attribute must be a date before or equal to :date.","between":{"array":"The :attribute must have between :min and :max items.","file":"The :attribute must be between :min and :max kilobytes.","numeric":"The :attribute must be between :min and :max.","string":"The :attribute must be between :min and :max characters."},"boolean":"The :attribute field must be true or false.","confirmed":"The :attribute confirmation does not match.","custom":{"attribute-name":{"rule-name":"custom-message"}},"date":"The :attribute is not a valid date.","date_format":"The :attribute does not match the format :format.","different":"The :attribute and :other must be different.","digits":"The :attribute must be :digits digits.","digits_between":"The :attribute must be between :min and :max digits.","dimensions":"The :attribute has invalid image dimensions.","distinct":"The :attribute field has a duplicate value.","email":"The :attribute must be a valid email address.","exists":"The selected :attribute is invalid.","file":"The :attribute must be a file.","filled":"The :attribute field must have a value.","image":"The :attribute must be an image.","in":"The selected :attribute is invalid.","in_array":"The :attribute field does not exist in :other.","integer":"The :attribute must be an integer.","ip":"The :attribute must be a valid IP address.","ipv4":"The :attribute must be a valid IPv4 address.","ipv6":"The :attribute must be a valid IPv6 address.","json":"The :attribute must be a valid JSON string.","max":{"array":"The :attribute may not have more than :max items.","file":"The :attribute may not be greater than :max kilobytes.","numeric":"The :attribute may not be greater than :max.","string":"The :attribute may not be greater than :max characters."},"mimes":"The :attribute must be a file of type: :values.","mimetypes":"The :attribute must be a file of type: :values.","min":{"array":"The :attribute must have at least :min items.","file":"The :attribute must be at least :min kilobytes.","numeric":"The :attribute must be at least :min.","string":"The :attribute must be at least :min characters."},"not_in":"The selected :attribute is invalid.","not_regex":"The :attribute format is invalid.","numeric":"The :attribute must be a number.","present":"The :attribute field must be present.","regex":"The :attribute format is invalid.","required":"The :attribute field is required.","required_if":"The :attribute field is required when :other is :value.","required_unless":"The :attribute field is required unless :other is in :values.","required_with":"The :attribute field is required when :values is present.","required_with_all":"The :attribute field is required when :values is present.","required_without":"The :attribute field is required when :values is not present.","required_without_all":"The :attribute field is required when none of :values are present.","same":"The :attribute and :other must match.","size":{"array":"The :attribute must contain :size items.","file":"The :attribute must be :size kilobytes.","numeric":"The :attribute must be :size.","string":"The :attribute must be :size characters."},"string":"The :attribute must be a string.","timezone":"The :attribute must be a valid zone.","unique":"The :attribute has already been taken.","uploaded":"The :attribute failed to upload.","url":"The :attribute format is invalid."}} diff --git a/public/js/langs/fr.json b/public/js/langs/fr.json index cbaeac72be6..74d9fa8a058 100644 --- a/public/js/langs/fr.json +++ b/public/js/langs/fr.json @@ -1 +1 @@ -{"app":{"add":"Ajouter","application_description":"Monica est un outil pour g\u00e9rer vos interactions avec vos proches, vos amis et votre famille.","application_og_title":"Ayez de meilleures relations avec vos proches. GRC gratuit en ligne pour les amis et la famille.","application_title":"Monica \u2013 gestionnaire de relations personnelles","breadcrumb_add_note":"Ajouter une note","breadcrumb_add_significant_other":"Ajouter un partenaire","breadcrumb_api":"API","breadcrumb_dashboard":"Tableau de bord","breadcrumb_edit_introductions":"Comment vous vous \u00eates rencontr\u00e9s","breadcrumb_edit_note":"Modifier la note","breadcrumb_edit_significant_other":"Mettre \u00e0 jour un partenaire","breadcrumb_journal":"Journal","breadcrumb_list_contacts":"Liste de contacts","breadcrumb_settings":"Param\u00e8tres","breadcrumb_settings_export":"Exporter","breadcrumb_settings_import":"Importer","breadcrumb_settings_import_report":"Rapport d\u2019import","breadcrumb_settings_import_upload":"T\u00e9l\u00e9versez","breadcrumb_settings_personalization":"Personnalisation","breadcrumb_settings_security":"S\u00e9curit\u00e9","breadcrumb_settings_security_2fa":"Authentification \u00e0 deux facteurs","breadcrumb_settings_subscriptions":"Abonnement","breadcrumb_settings_tags":"\u00c9tiquettes","breadcrumb_settings_users":"Utilisateurs","breadcrumb_settings_users_add":"Ajouter un utilisateur","cancel":"Annuler","close":"Fermer","compliance_desc":"Nous avons chang\u00e9 nos Conditions d\u2019Utilisation<\/a> et notre Politique de Confidentialit\u00e9<\/a>. Nous devons vous demander de les consulter et les accepter si vous voulez continuer \u00e0 utiliser votre compte.","compliance_desc_end":"Nous ne faisons rien de m\u00e9chant avec vos donn\u00e9es ou votre compte et nous ne le ferons jamais.","compliance_terms":"Accepter les nouvelles conditions et politique de confidentialit\u00e9","compliance_title":"D\u00e9sol\u00e9 pour l\u2019interruption.","create":"Cr\u00e9er","days":"jour|jour|jours","default_save_success":"Les modifications ont \u00e9t\u00e9 enregistr\u00e9es.","delete":"Supprimer","done":"Termin\u00e9","edit":"\u00c9diter","error_save":"Une erreur est intervenue pendant la sauvegarde des donn\u00e9es.","error_title":"Oups\u00a0! Une erreur est survenue.","error_unauthorized":"Vous n\u2019avez pas le droit de modifier cette ressource.","footer_modal_version_release_away":"Vous avez une version de retard par rapport \u00e0 la derni\u00e8re version disponible.|Vous avez :number versions de retard par rapport \u00e0 la derni\u00e8re version disponible. Vous devriez mettre \u00e0 jour votre instance.","footer_modal_version_whats_new":"Quoi de neuf ?","footer_new_version":"Une nouvelle version est disponible","footer_newsletter":"Infolettre","footer_privacy":"Politique de confidentialit\u00e9","footer_release":"Notes de version","footer_remarks":"Une remarque ?","footer_send_email":"Envoyez moi un courriel","footer_source_code":"Contribuer","footer_version":"Version : :version","for":"pour","gender_female":"Femme","gender_male":"Homme","gender_none":"Aucun","header_changelog_link":"\u00c9volutions du produit","header_logout_link":"D\u00e9connexion","header_settings_link":"Param\u00e8tres","load_more":"Charger plus","loading":"Chargement...","main_nav_activities":"Activit\u00e9s","main_nav_cta":"Ajouter des gens","main_nav_dashboard":"Tableau de bord","main_nav_family":"Contacts","main_nav_journal":"Journal","main_nav_tasks":"T\u00e2ches","markdown_description":"Souhaitez-vous formatter votre texte d\u2019une belle mani\u00e8re ? Nous supportons le format Markdown pour ajouter du gras, italique, des listes et plus encore.","markdown_link":"Lire la documentation","new":"nouveau","relationship_type_bestfriend":"meilleur ami","relationship_type_bestfriend_female":"meilleure amie","relationship_type_bestfriend_female_with_name":"meilleure amie de :name","relationship_type_bestfriend_with_name":"meilleur ami de :name","relationship_type_boss":"patron","relationship_type_boss_female":"patronne","relationship_type_boss_female_with_name":"patronne de :name","relationship_type_boss_with_name":"patron de :name","relationship_type_child":"fils","relationship_type_child_female":"fille","relationship_type_child_female_with_name":"fille de :name","relationship_type_child_with_name":"fils de :name","relationship_type_colleague":"coll\u00e8gue","relationship_type_colleague_female":"coll\u00e8gue","relationship_type_colleague_female_with_name":"coll\u00e8gue de :name","relationship_type_colleague_with_name":"coll\u00e8gue de :name","relationship_type_cousin":"cousin","relationship_type_cousin_female":"cousine","relationship_type_cousin_female_with_name":"cousine de :name","relationship_type_cousin_with_name":"cousin de :name","relationship_type_date":"rendez-vous","relationship_type_date_female":"rendez-vous","relationship_type_date_female_with_name":"rendez-vous de :name","relationship_type_date_with_name":"rendez-vous de :name","relationship_type_ex":"ex-petit ami","relationship_type_ex_female":"ex-petite amie","relationship_type_ex_female_with_name":"ex-petite amie de :name","relationship_type_ex_husband":"ex-mari","relationship_type_ex_husband_female":"ex-femme","relationship_type_ex_husband_female_with_name":"ex-femme de :name","relationship_type_ex_husband_with_name":"ex-mari de :name","relationship_type_ex_with_name":"ex-petit ami de :name","relationship_type_friend":"ami","relationship_type_friend_female":"amie","relationship_type_friend_female_with_name":"amie de :name","relationship_type_friend_with_name":"ami de :name","relationship_type_godfather":"parrain","relationship_type_godfather_female":"marraine","relationship_type_godfather_female_with_name":"marraine de :name","relationship_type_godfather_with_name":"parrain de :name","relationship_type_godson":"filleul","relationship_type_godson_female":"filleule","relationship_type_godson_female_with_name":"filleule de :name","relationship_type_godson_with_name":"filleul de :name","relationship_type_grandchild":"petit-fils","relationship_type_grandchild_female":"petite-fille","relationship_type_grandchild_female_with_name":"petite-fille de :name","relationship_type_grandchild_with_name":"petit-fils de :name","relationship_type_grandparent":"grand-p\u00e8re","relationship_type_grandparent_female":"grand-m\u00e8re","relationship_type_grandparent_female_with_name":"grand-m\u00e8re de :name","relationship_type_grandparent_with_name":"grand-p\u00e8re de :name","relationship_type_group_family":"Relations familiales","relationship_type_group_friend":"Relations amicales","relationship_type_group_love":"Relations amoureuses","relationship_type_group_other":"Autre type de relations","relationship_type_group_work":"Relations de travail","relationship_type_inlovewith":"amoureux","relationship_type_inlovewith_female":"amoureuse","relationship_type_inlovewith_female_with_name":"une personne dont :name est amoureuse","relationship_type_inlovewith_with_name":"une personne dont :name est amoureux\u00b7se","relationship_type_lovedby":"aim\u00e9 par","relationship_type_lovedby_female":"aim\u00e9e par","relationship_type_lovedby_female_with_name":"amante secr\u00e8te de :name","relationship_type_lovedby_with_name":"amant secret de :name","relationship_type_lover":"amant","relationship_type_lover_female":"amante","relationship_type_lover_female_with_name":"amante de :name","relationship_type_lover_with_name":"amant de :name","relationship_type_mentor":"mentor","relationship_type_mentor_female":"mentore","relationship_type_mentor_female_with_name":"mentore de :name","relationship_type_mentor_with_name":"mentor de :name","relationship_type_nephew":"neveu","relationship_type_nephew_female":"ni\u00e8ce","relationship_type_nephew_female_with_name":"ni\u00e8ce de :name","relationship_type_nephew_with_name":"neuveu de :name","relationship_type_parent":"p\u00e8re","relationship_type_parent_female":"m\u00e8re","relationship_type_parent_female_with_name":"m\u00e8re de :name","relationship_type_parent_with_name":"p\u00e8re de :name","relationship_type_partner":"conjoint","relationship_type_partner_female":"conjointe","relationship_type_partner_female_with_name":"conjointe de :name","relationship_type_partner_with_name":"conjoint de :name","relationship_type_protege":"prot\u00e9g\u00e9","relationship_type_protege_female":"prot\u00e9g\u00e9e","relationship_type_protege_female_with_name":"prot\u00e9g\u00e9e de :name","relationship_type_protege_with_name":"prot\u00e9g\u00e9 de :name","relationship_type_sibling":"fr\u00e8re","relationship_type_sibling_female":"s\u0153ur","relationship_type_sibling_female_with_name":"s\u0153ur de :name","relationship_type_sibling_with_name":"fr\u00e8re de :name","relationship_type_spouse":"\u00e9pouse","relationship_type_spouse_female":"\u00e9pouse","relationship_type_spouse_female_with_name":"\u00e9pouse de :name","relationship_type_spouse_with_name":"\u00e9pouse de :name","relationship_type_subordinate":"employ\u00e9","relationship_type_subordinate_female":"employ\u00e9e","relationship_type_subordinate_female_with_name":"employ\u00e9e de :name","relationship_type_subordinate_with_name":"employ\u00e9 de :name","relationship_type_uncle":"oncle","relationship_type_uncle_female":"tante","relationship_type_uncle_female_with_name":"tante de :name","relationship_type_uncle_with_name":"oncle de :name","remove":"Enlever","revoke":"R\u00e9voquer","save":"Sauver","unknown":"Je ne sais pas","update":"Mettre \u00e0 jour","upload":"Envoyer","verify":"V\u00e9rifier","with":"avec"},"auth":{"2fa_one_time_password":"Code d\u2019authentification \u00e0 deux facteurs","2fa_otp_help":"Ouvrez votre application mobile pour l\u2019authentification \u00e0 deux facteurs et copiez le Qr code suivant","2fa_recuperation_code":"Entrez le code de r\u00e9cup\u00e9ration de deux facteurs","2fa_title":"Authentification \u00e0 deux facteurs","2fa_wrong_validation":"L\u2019authentification \u00e0 deux facteurs a \u00e9chou\u00e9.","back_homepage":"Retour \u00e0 la page d\u2019accueil","button_remember":"Se souvenir de moi","confirmation_again":"Si vous souhaitez modifier votre adresse courriel vous pouvez cliquer ici<\/a>.","create_account":"Cr\u00e9er le premier compte en vous enregistrant<\/a>","email":"Courriel","email_change_current_email":"Adresse courriel actuelle\u00a0:","email_change_new":"Nouvelle adresse courriel","email_change_title":"Modifier votre adresse courriel","email_changed":"Votre adresse courriel a \u00e9t\u00e9 modif\u00e9e. V\u00e9rifiez votre bo\u00eete aux lettres pour la valider.","failed":"Ces identifiants ne correspondent pas \u00e0 nos enregistrements.","login":"Connexion","login_again":"Merci de vous connecter \u00e0 nouveau \u00e0 votre compte","login_to_account":"Connectez-vous \u00e0 votre compte","mfa_auth_otp":"S'authentifier avec votre dispositif \u00e0 deux facteurs","mfa_auth_u2f":"S\u2019authentifier avec un dispositif U2F","not_authorized":"Vous n\u2019\u00eates pas autoris\u00e9 \u00e0 ex\u00e9cuter cette action","password":"Mot de passe","password_forget":"Mot de passe oubli\u00e9 ?","password_reset":"R\u00e9initialisez votre mot de passe","password_reset_action":"R\u00e9initialiser le mot de passe","password_reset_email":"Adresse courriel","password_reset_email_content":"Cliquez ici pour r\u00e9initialiser votre mot de passe :","password_reset_password":"Mot de passe","password_reset_password_confirm":"Confirmez le mot de passe","password_reset_send_link":"Envoyer un lien pour r\u00e9initialiser le mot de passe","password_reset_title":"R\u00e9initialiser le mot de passe","register_action":"Enregistrement","register_create_account":"Vous devez cr\u00e9er un compte pour utiliser Monica","register_email":"Entrez une adresse courriel valide","register_email_example":"vous@maison","register_firstname":"Pr\u00e9nom","register_firstname_example":"ex : Pierre","register_invitation_email":"Pour des raisons de s\u00e9curit\u00e9, merci d\u2019indiquer l\u2019adresse courriel de la personne qui vous a invit\u00e9 \u00e0 joindre son compte. Cette information est indiqu\u00e9e dans le courriel d\u2019invitation.","register_lastname":"Nom de famille","register_lastname_example":"ex : Dupont","register_login":"Connectez-vous<\/a> si vous avez d\u00e9j\u00e0 un compte.","register_password":"Mot de passe","register_password_confirmation":"Confirmez le mot de passe","register_password_example":"Entrez un mot de passe s\u00e9curis\u00e9","register_policy":"L\u2019inscription signifie vous avez lu et acceptez notre Politique de Confidentialit\u00e9<\/a> et nos Conditions d\u2019Utilisation<\/a>.","register_title_create":"Cr\u00e9ez votre compte Monica","register_title_welcome":"Bienvenue \u00e0 votre nouvelle instance Monica","signup":"S\u2019inscrire","signup_disabled":"L\u2019inscription est actuellement d\u00e9sactiv\u00e9e","signup_no_account":"Vous n\u2019avez pas de compte ?","throttle":"Trop de tentatives de connexion. Veuillez essayer de nouveau dans :seconds secondes.","u2f_otp_extension":"U2F est support\u00e9 nativement sur Chrome, Firefox<\/a>, et Opera. Sur les anciennes versions de Firefox, installez l'extension U2F<\/a>."},"changelog":{"note":"Remarque\u00a0: malheureusement, cette page est uniquement en Anglais.","title":"\u00c9volutions du produit"},"dashboard":{"dashboard_blank_cta":"Ajoutez votre premier contact","dashboard_blank_description":"Monica est l\u2019endroit pour organiser toutes les interactions que vous avez avec ceux qui vous sont chers.","dashboard_blank_illustration":"Illustration par Freepik<\/a>","dashboard_blank_title":"Bienvenue chez vous !","debts_you_owe":"Vous devez","linkedin_profile":"LinkedIn","notes_title":"Vous n\u2019avez pas encore de note favorite.","reminders_next_months":"\u00c9v\u00e9nements dans les 3 prochains mois","reminders_none":"Aucun rappel pour ce mois-ci","statistics_activities":"Activit\u00e9s","statistics_contacts":"Contacts","statistics_gifts":"Cadeaux","tab_calls_blank":"Vous n\u2019avez encore enregistr\u00e9 aucun appel.","tab_debts":"Dettes","tab_debts_blank":"Vous n\u2019avez encore enregistr\u00e9 aucune dette.","tab_favorite_notes":"Notes favorites","tab_recent_calls":"Appels r\u00e9cents"},"format":{"full_hour":"H:i","full_month":"F","short_date":"d M","short_date_year":"d M Y","short_date_year_time":"d M Y H:i","short_day":"D","short_month":"M","short_month_year":"M Y"},"journal":{"delete_confirmation":"\u00cates-vous s\u00fbr de vouloir supprimer cette entr\u00e9e ?","entry_delete_success":"L\u2019entr\u00e9e a \u00e9t\u00e9 supprim\u00e9e avec succ\u00e8s.","journal_add":"Ajouter une entr\u00e9e","journal_add_cta":"Sauvegarder","journal_add_date":"Date","journal_add_post":"Entr\u00e9e","journal_add_title":"Titre (optionnel)","journal_blank_cta":"Ajouter votre premi\u00e8re entr\u00e9e dans le journal","journal_blank_description":"Le journal vous permet de vous rappeler d\u2019\u00e9v\u00e9nements pass\u00e9s, ou \u00e0 venir.","journal_come_back":"Merci. Revenez demain pour voter \u00e0 nouveau.","journal_created_automatically":"Cr\u00e9\u00e9e automatiquement","journal_description":"Note : le journal liste les entr\u00e9es manuelles, ainsi que les entr\u00e9es automatiques comme les activit\u00e9s que vous faites avec vos contacts. Bien que vous puissiez supprimer les entr\u00e9es manuelles, vous devrez supprimer les activit\u00e9s directement de la page du contact pour les supprimer du journal.","journal_entry_rate":"Vous avez \u00e9valu\u00e9 votre journ\u00e9e.","journal_entry_type_activity":"Activit\u00e9","journal_entry_type_journal":"Note de journal","journal_rate":"Comment s\u2019est pass\u00e9 votre journ\u00e9e ? Vous pouvez voter une fois par jour."},"mail":{"confirmation_email_button":"V\u00e9rifiez l\u2019adresse courriel","confirmation_email_intro":"Pour valider votre adresse courriel, cliquez sur le bouton ci-dessous","confirmation_email_title":"Monica \u2013 v\u00e9rification d\u2019adresse courriel","footer_contact_info":"Ajouter, afficher, compl\u00e9ter et modifier les informations sur ce contact\u00a0:","for":"POUR :","greetings":"Bonjour :username","notification_description":"Dans :count jours (le :date), l\u2019\u00e9v\u00e9nement suivant se produira\u00a0:","notification_subject_line":"Vous avez un \u00e9v\u00e9nement \u00e0 venir","notifications_footer":"Si vous rencontrez des probl\u00e8mes en cliquant sur le bouton \u00ab\u00a0:actionText\u00a0\u00bb, copiez et collez l\u2019URL ci-dessous dans votre navigateur web\u00a0: [:actionURL](:actionURL)","notifications_hello":"Bonjour !","notifications_regards":"Cordialement,","notifications_whoops":"Oups !","stay_in_touch_subject_description":"Vous avez demand\u00e9 \u00e0 \u00eatre rappel\u00e9 de rester en contact avec :name tous les :frequency jours.","stay_in_touch_subject_line":"Rester en contact avec :name","subject_line":"Rappel pour :contact","want_reminded_of":"VOUS VOULIEZ \u00caTRE RAPPEL\u00c9 DE"},"pagination":{"next":"Suivant »","previous":"« Pr\u00e9c\u00e9dent"},"passwords":{"changed":"Mot de passe chang\u00e9 avec succ\u00e8s.","invalid":"Le mot de passe que vous avez saisi est incorrect.","password":"Les mots de passe doivent contenir au moins six caract\u00e8res et doivent \u00eatre identiques.","reset":"Votre mot de passe a \u00e9t\u00e9 r\u00e9initialis\u00e9 !","sent":"Nous vous avons envoy\u00e9 par courriel le lien de r\u00e9initialisation du mot de passe.","token":"Ce jeton de r\u00e9initialisation du mot de passe n\u2019est pas valide.","user":"Si l\u2019email que vous avez entr\u00e9 correspond chez nous, un email de r\u00e9initialisation du mot de passe vous a \u00e9t\u00e9 envoy\u00e9."},"people":{"activities_activity":"Cat\u00e9gorie d\u2019activit\u00e9","activities_add_activity":"Ajouter une activit\u00e9","activities_add_cta":"Enregistrer l\u2019activit\u00e9","activities_add_date_occured":"Date o\u00f9 l\u2019activit\u00e9 s\u2019est pass\u00e9e","activities_add_error":"Erreur lors de l\u2019ajout de l\u2019activit\u00e9","activities_add_optional_comment":"Commentaire (optionnel)","activities_add_pick_activity":"(optionnel) Souhaitez-vous cat\u00e9goriser cette activit\u00e9 ? Vous n\u2019avez pas \u00e0 le faire, mais cela nous permettra de faire des statistiques plus tard","activities_add_success":"L\u2019activit\u00e9 a \u00e9t\u00e9 ajout\u00e9e avec succ\u00e8s","activities_add_title":"Qu\u2019avez-vous fait avec :name ?","activities_blank_add_activity":"Ajouter une activit\u00e9","activities_blank_title":"Gardez une trace de ce que vous avez fait avec :name par le pass\u00e9","activities_delete_confirmation":"\u00cates-vous s\u00fbr de vouloir supprimer l\u2019activit\u00e9 ?","activities_delete_success":"L\u2019activit\u00e9 a \u00e9t\u00e9 supprim\u00e9e avec succ\u00e8s","activities_hide_details":"Cacher les d\u00e9tails","activities_item_information":":Activity. S\u2019est pass\u00e9e le :date","activities_more_details":"Voir d\u00e9tails","activities_summary":"D\u00e9crivez ce que vous avez fait","activities_update_success":"L\u2019activit\u00e9 a \u00e9t\u00e9 mise \u00e0 jour avec succ\u00e8s","activities_who_was_involved":"Qui \u00e9tait impliqu\u00e9 ?","activity_title":"Activit\u00e9s","activity_type_ate_at_his_place":"mang\u00e9 chez lui\u00b7elle","activity_type_ate_at_home":"manger \u00e0 la maison","activity_type_ate_restaurant":"aller au restaurant","activity_type_category_cultural_activities":"Activit\u00e9s culturelles","activity_type_category_food":"Gastronomie","activity_type_category_simple_activities":"Activit\u00e9s simples","activity_type_category_sport":"Sport","activity_type_did_sport_activities_together":"fait du sport ensemble","activity_type_just_hung_out":"tra\u00eener ensemble","activity_type_picknicked":"pique-niquer ensemble","activity_type_talked_at_home":"parler ensemble \u00e0 la maison","activity_type_watched_movie_at_home":"regarder un film \u00e0 la maison ensemble","activity_type_went_bar":"aller dans un bar","activity_type_went_concert":"aller \u00e0 un concert","activity_type_went_museum":"aller au mus\u00e9e","activity_type_went_play":"aller au th\u00e9\u00e2tre","activity_type_went_theater":"aller au cin\u00e9ma","age_approximate_in_years":"env. :age ans","age_exact_birthdate":"n\u00e9 le :date","age_exact_in_years":":age ans","birthdate_not_set":"Non indiqu\u00e9.","call_blank_desc":"Vous avez appel\u00e9 :name","call_blank_title":"Gardez la trace des appels t\u00e9l\u00e9phoniques que vous faites avec :name","call_button":"Enregistrer un appel t\u00e9l\u00e9phonique","call_delete_confirmation":"\u00cates-vous s\u00fbr de vouloir supprimer cet appel ?","call_delete_success":"L\u2019appel a \u00e9t\u00e9 supprim\u00e9 avec succ\u00e8s","call_empty_comment":"Aucun details","call_title":"Appels t\u00e9l\u00e9phoniques","calls_add_success":"L\u2019appel t\u00e9l\u00e9phonique a \u00e9t\u00e9 enregistr\u00e9.","contact_address_form_city":"Ville (optionnel)","contact_address_form_country":"Pays (optionnel)","contact_address_form_name":"Nom (optionnel)","contact_address_form_postal_code":"Code postal (optionnel)","contact_address_form_province":"Province (optionnel)","contact_address_form_street":"Rue et num\u00e9ro (optionnel)","contact_address_title":"Adresses","contact_info_address":"Habite \u00e0","contact_info_form_contact_type":"Type de contact","contact_info_form_content":"Contenu","contact_info_form_personalize":"Personaliser","contact_info_title":"Information sur le contact","debt_add_add_cta":"Ajouter la dette","debt_add_amount":"la somme de","debt_add_cta":"Ajouter une dette","debt_add_reason":"pour la raison suivante (optionnelle)","debt_add_success":"La dette a \u00e9t\u00e9 ajout\u00e9e avec succ\u00e8s","debt_add_they_owe":":name vous doit","debt_add_title":"Gestion des dettes","debt_add_you_owe":"Vous devez \u00e0 :name","debt_delete_confirmation":"\u00cates-vous s\u00fbr de vouloir effacer cette dette ?","debt_delete_success":"La dette a \u00e9t\u00e9 effac\u00e9e avec succ\u00e8s","debt_edit_success":"La dette a \u00e9t\u00e9 modifi\u00e9e avec succ\u00e8s","debt_edit_update_cta":"Mettre \u00e0 jour la dette","debt_they_owe":":name vous doit :amount","debt_title":"Dettes","debt_you_owe":"Vous devez :amount","debts_blank_title":"G\u00e9rez les dettes que vous devez \u00e0 :name ou que :name vous doit","deceased_add_reminder":"Ajouter un rappel pour cette date","deceased_age":"Age au moment du d\u00e9c\u00e8s","deceased_know_date":"Je connais la date de d\u00e9c\u00e8s de cette personne","deceased_label":"D\u00e9c\u00e9d\u00e9","deceased_label_with_date":"D\u00e9c\u00e9d\u00e9 le :date","deceased_mark_person_deceased":"Indiquez cette personne comme d\u00e9c\u00e9d\u00e9e","deceased_reminder_title":"Anniversaire de la mort de :name","edit_contact_information":"Mettre \u00e0 jour les informations","food_preferencies_add_success":"Les pr\u00e9f\u00e9rences alimentaires ont \u00e9t\u00e9 mises \u00e0 jour.","food_preferencies_cta":"Ajouter","food_preferencies_edit_cta":"Enregistrer les pr\u00e9f\u00e9rences alimentaires","food_preferencies_edit_description":"Peut-\u00eatre que :firstname ou quelqu\u2019un dans la famille :family a une allergie. Ou peut-\u00eatre qu\u2019il n\u2019aime pas un vin sp\u00e9cifique. Indiquez ici ses pr\u00e9f\u00e9rences alimentaires afin que vous vous en rappeliez la prochaine fois que vous l\u2019inviterez \u00e0 d\u00eener","food_preferencies_edit_description_no_last_name":"Peut-\u00eatre que :firstname a une allergie. Ou peut-\u00eatre qu\u2019il n\u2019aime pas un vin sp\u00e9cifique. Indiquez ici ses pr\u00e9f\u00e9rences alimentaires afin que vous vous en rappeliez la prochaine fois que vous l\u2019inviterez \u00e0 d\u00eener","food_preferencies_edit_title":"Modification des pr\u00e9f\u00e9rences alimentaires","food_preferencies_title":"Pr\u00e9f\u00e9rences alimentaires","gifts_add_comment":"Commentaire (optionnel)","gifts_add_gift":"Ajouter un cadeau","gifts_add_gift_already_offered":"Cadeau d\u00e9j\u00e0 offert","gifts_add_gift_idea":"Id\u00e9e de cadeau","gifts_add_gift_received":"Cadeau re\u00e7u","gifts_add_gift_title":"Quel est ce cadeau ?","gifts_add_link":"Lien de la page web (optionnel)","gifts_add_someone":"Ce cadeau est destin\u00e9 \u00e0 quelqu\u2019un de la famille de :name en particulier","gifts_add_success":"Le cadeau a \u00e9t\u00e9 ajout\u00e9 avec succ\u00e8s","gifts_add_title":"Gestion des cadeaux pour :name","gifts_add_value":"Valeur (optionnel)","gifts_delete_confirmation":"Etes-vous s\u00fbr de vouloir supprimer ce cadeau ?","gifts_delete_cta":"Supprimer","gifts_delete_success":"Le cadeau a \u00e9t\u00e9 supprim\u00e9","gifts_for":"Pour :","gifts_ideas":"Id\u00e9es cadeaux","gifts_link":"Lien","gifts_mark_offered":"Marquer comme offert","gifts_offered":"Cadeaux d\u00e9j\u00e0 offerts","gifts_offered_as_an_idea":"Marquer comme id\u00e9e","gifts_received":"Cadeaux re\u00e7us","gifts_title":"Cadeaux","gifts_update_success":"Le cadeau a \u00e9t\u00e9 mis \u00e0 jour avec succ\u00e8s","gifts_view_comment":"Voir commentaire","information_edit_avatar":"Photo\/avatar du contact","information_edit_exact":"Je connais la date de naissance pr\u00e9cise, qui est \u2026","information_edit_firstname":"Pr\u00e9nom","information_edit_lastname":"Nom de famille (optionnel)","information_edit_linkedin":"Profil LinkedIn (optionnel)","information_edit_max_size":"Max :size mo.","information_edit_not_year":"Je connais le jour et le mois de sa naissance, mais pas l\u2019ann\u00e9e\u2026","information_edit_probably":"Cette personne a probablement \u2026","information_edit_success":"Le profil a \u00e9t\u00e9 mis \u00e0 jour avec succ\u00e8s","information_edit_title":"Mettre \u00e0 jour les informations personnelles de :name","information_edit_unknown":"Je ne connais pas son \u00e2ge","information_no_linkedin_defined":"Aucun LinkedIn d\u00e9fini","information_no_work_defined":"Aucune information professionnelle d\u00e9finie","information_work_at":"chez :company","introductions_add_reminder":"Ajouter un rappel pour c\u00e9l\u00e9brer la rencontre \u00e0 la date d\u2019anniversaire, rappelant chaque ann\u00e9e quand cet \u00e9v\u00e9nement s\u2019est pass\u00e9","introductions_additional_info":"Expliquez quand et comment vous vous \u00eates rencontr\u00e9s","introductions_blank_cta":"Indiquez comment vous avez rencontr\u00e9 :name","introductions_edit_met_through":"Est-ce que quelqu\u2019un vous a introduit \u00e0 cette personne ?","introductions_first_met_date":"Date de la rencontre","introductions_first_met_date_known":"Voici la date de notre rencontre","introductions_met_date":"Rencontr\u00e9 le :date","introductions_met_through":"Rencontr\u00e9\u00b7e via :name<\/a>","introductions_no_first_met_date":"Je ne connais pas la date de cette rencontre","introductions_no_met_through":"Personne","introductions_reminder_title":"Anniversaire de la date de la premi\u00e8re rencontre","introductions_sidebar_title":"Comment vous vous \u00eates rencontr\u00e9","introductions_title_edit":"Comment avez-vous rencontr\u00e9 :name ?","introductions_update_success":"Vous avez mis \u00e0 jour avec succ\u00e8s vos informations de rencontre","last_activity_date":"Derni\u00e8re activit\u00e9 ensemble : :date","last_activity_date_empty":"Derni\u00e8re activit\u00e9 ensemble : inconnu","last_called":"Dernier appel : :date","last_called_empty":"Dernier appel : inconnu","link_to_list":"Retour \u00e0 la liste","linkedin_profile":"Profil LinkedIn","modal_call_change":"Changer","modal_call_comment":"De quoi avez-vous parl\u00e9 ? (optionnel)","modal_call_date":"Cet appel t\u00e9l\u00e9phonique s\u2019est pass\u00e9 plus t\u00f4t dans la journ\u00e9e.","modal_call_exact_date":"L\u2019appel s\u2019est pass\u00e9 le","modal_call_title":"Enregistrer un appel t\u00e9l\u00e9phonique","notes_add_cta":"Ajouter la note","notes_create_success":"La note a \u00e9t\u00e9 ajout\u00e9e avec succ\u00e8s","notes_delete_confirmation":"\u00cates-vous s\u00fbr de vouloir supprimer cette note ? La suppression est permanente","notes_delete_success":"La note a \u00e9t\u00e9 supprim\u00e9e avec succ\u00e8s","notes_delete_title":"Supprimer une note","notes_favorite":"Ajouter\/retirer des favoris","notes_update_success":"La note a \u00e9t\u00e9 modifi\u00e9e avec succ\u00e8s","people_add_birthday_reminder":"Souhaiter un bon anniversaire \u00e0 :name","people_add_cta":"Ajouter","people_add_firstname":"Pr\u00e9nom","people_add_gender":"Sexe","people_add_import":"Souhaitez-vous importer vos contacts<\/a> ?","people_add_lastname":"Nom de famille (optionnel)","people_add_middlename":"Surnom (optionnel)","people_add_missing":"Nous n\u2019avons trouv\u00e9 personne. Ajoutez quelqu\u2019un maintenant","people_add_nickname":"Surnom (optionnel)","people_add_reminder_for_birthday":"Cr\u00e9er un rappel annuel pour l\u2019anniversaire","people_add_success":":name a \u00e9t\u00e9 cr\u00e9e avec succ\u00e8s","people_add_title":"Ajouter une nouvelle personne","people_delete_click_here":"cliquez ici","people_delete_confirmation":"\u00cates-vous s\u00fbr de vouloir supprimer ce contact ? La suppression est permanente.","people_delete_message":"Si vous devez supprimer ce contact,","people_delete_success":"Le contact a \u00e9t\u00e9 supprim\u00e9","people_edit_email_error":"Il y a d\u00e9j\u00e0 quelqu\u2019un dans votre compte avec cette adresse courriel. Merci d\u2019en choisir une autre.","people_export":"Exporter en tant que vCard","people_list_account_upgrade_cta":"Passez au plan sup\u00e9rieur","people_list_account_upgrade_title":"Passez au plan sup\u00e9rieur pour d\u00e9bloquer votre compte et l\u2019amener \u00e0 son plein potentiel.","people_list_account_usage":"Votre utilisation de compte : :current\/:limit contacts","people_list_blank_cta":"Ajouter quelqu\u2019un","people_list_blank_title":"Vous n\u2019avez encore ajout\u00e9 aucun contact","people_list_clear_filter":"Enlever le filtre","people_list_contacts_per_tags":":count contact|:count contacts","people_list_filter_tag":"Affichage des contacts avec l\u2019\u00e9tiquette","people_list_filter_untag":"Afficher les contacts sans aucune \u00e9tiquette","people_list_firstnameAZ":"Tri par pr\u00e9nom A \u2192 Z","people_list_firstnameZA":"Tri par pr\u00e9nom Z \u2192 A","people_list_last_updated":"Derni\u00e8re consultation :","people_list_lastactivitydateNewtoOld":"Trier par date de derni\u00e8re activit\u00e9 (r\u00e9cent \u00e0 vieux)","people_list_lastactivitydateOldtoNew":"Trier par date de derni\u00e8re activit\u00e9 (vieux \u00e0 r\u00e9cent)","people_list_lastnameAZ":"Tri par nom de famille A \u2192 Z","people_list_lastnameZA":"Tri par nom de famille Z \u2192 A","people_list_number_kids":":count enfant|:count enfants","people_list_number_reminders":":count rappel|:count rappels","people_list_sort":"Tri","people_list_stats":":count contact|:count contacts","people_list_untagged":"Afficher les contacts sans \u00e9tiquette","people_save_and_add_another_cta":"Sauver et ajouter un autre contact","people_search":"Recherchez dans vos contacts...","people_search_no_results":"Aucun contact ne correspond \u00e0 ce crit\u00e8re","pets_bird":"Oiseau","pets_cat":"Chat","pets_create_success":"L\u2019animal a \u00e9t\u00e9 ajout\u00e9 avec succ\u00e8s","pets_delete_success":"L\u2019animal a \u00e9t\u00e9 supprim\u00e9","pets_dog":"Chien","pets_fish":"Poisson","pets_hamster":"Hamster","pets_horse":"Cheval","pets_kind":"Sorte d\u2019animal","pets_name":"Nom (optionel)","pets_other":"Autre","pets_rabbit":"Lapin","pets_rat":"Rat","pets_reptile":"Reptile","pets_small_animal":"Petit animal","pets_title":"Animaux de compagnie","pets_update_success":"L\u2019animal a \u00e9t\u00e9 mis \u00e0 jour","relationship_delete_confirmation":"\u00cates-vous s\u00fbr de vouloir supprimer cette relation ? La suppression est permanente.","relationship_form_add":"Ajouter une relation","relationship_form_add_choice":"Quelle est cette relation\u00a0?","relationship_form_add_description":"Ceci vous permettra de traiter cette personne comme tous les autres contacts de votre compte.","relationship_form_add_no_existing_contact":"Vous n\u2019avez aucun contact qui puisse \u00eatre associ\u00e9 \u00e0 :name pour le moment.","relationship_form_add_success":"La relation a \u00e9t\u00e9 cr\u00e9\u00e9e avec succ\u00e8s.","relationship_form_also_create_contact":"Cr\u00e9er un contact pour cette personne.","relationship_form_associate_contact":"Un contact existant","relationship_form_associate_dropdown":"S\u00e9lectionnez un contact existant dans la liste d\u00e9roulante ci-dessous","relationship_form_create_contact":"Ajouter une nouvelle personne","relationship_form_deletion_success":"La relation a \u00e9t\u00e9 supprim\u00e9e.","relationship_form_edit":"Modifier une relation existante","relationship_form_is_with":"Cette personne est...","relationship_unlink_confirmation":"\u00cates-vous s\u00fbr de vouloir supprimer cette relation ? La personne ne sera pas supprim\u00e9e \u2013 seulement la relation entre les deux.","reminder_frequency_day":"chaque jour|chaque :number jours","reminder_frequency_month":"chaque mois|chaque :number mois","reminder_frequency_one_time":"le :date","reminder_frequency_week":"chaque semaine|chaque :number semaines","reminder_frequency_year":"chaque ann\u00e9e|chaque :number ann\u00e9es","reminders_add_cta":"Ajouter le rappel","reminders_add_description":"Merci de me tenir inform\u00e9 de \u2026","reminders_add_error_custom_text":"Vous devez indiquer un texte pour ce rappel.","reminders_add_next_time":"Quand voulez-vous \u00eatre rappel\u00e9 \u00e0 propos de ceci ?","reminders_add_once":"Rappelez-moi juste une fois","reminders_add_recurrent":"Rappelez-moi tous les","reminders_add_starting_from":"\u00e0 compter de la date d\u00e9finie ci-apr\u00e8s","reminders_add_title":"De quoi souhaitez-vous \u00eatre rappel\u00e9 \u00e0 propos de :name ?","reminders_birthday":"Anniversaire de :name","reminders_blank_add_activity":"Ajouter un rappel","reminders_blank_title":"De quoi souhaitez-vous \u00eatre rappel\u00e9 \u00e0 propos de :name ?","reminders_create_success":"Le rappel a \u00e9t\u00e9 ajout\u00e9 avec succ\u00e8s.","reminders_cta":"Ajouter un rappel","reminders_delete_confirmation":"\u00cates-vous s\u00fbr de vouloir supprimer ce rappel ?","reminders_delete_cta":"Supprimer","reminders_delete_success":"Le rappel a \u00e9t\u00e9 supprim\u00e9 avec succ\u00e8s.","reminders_description":"Nous vous enverrons un courriel pour chacun des rappels ci-dessous. Les rappels sont envoy\u00e9s le matin du jour o\u00f9 l\u2019\u00e9v\u00e9nement se passe.","reminders_edit_update_cta":"Mettre \u00e0 jour le rappel","reminders_free_plan_warning":"Vous \u00eates sur le plan gratuit. Aucun courriel ne sera envoy\u00e9 avec ce plan. Pour recevoir vos rappels par courriel, passez au plan sup\u00e9rieur.","reminders_next_expected_date":"le","reminders_one_time":"Unique","reminders_type_month":"mois","reminders_type_week":"semaine","reminders_type_year":"ann\u00e9e","reminders_update_success":"Le rappel a \u00e9t\u00e9 mis \u00e0 jour avec succ\u00e8s","section_contact_information":"Information de contact","section_personal_activities":"Activit\u00e9s","section_personal_gifts":"Cadeaux","section_personal_notes":"Notes","section_personal_reminders":"Rappels","section_personal_tasks":"T\u00e2ches","stay_in_touch":"Restez en contact","stay_in_touch_frequency":"Rester en contact chaque jour|Rester en contact chaque jour|Rester en contact tous les {count} jours","stay_in_touch_invalid":"La fr\u00e9quence doit \u00eatre un nombre sup\u00e9rieur \u00e0 0.","stay_in_touch_modal_desc":"Nous pouvons vous rappeler par courriel pour rester en contact avec {firstname} \u00e0 intervalle r\u00e9gulier.","stay_in_touch_modal_label":"Envoyez-moi un courriel tous les ...","stay_in_touch_modal_title":"Restez en contact","stay_in_touch_premium":"Vous devez mettre \u00e0 jour votre compte pour pouvoir profiter de cette fonctionnalit\u00e9","tag_add":"ajouter une \u00e9tiquette","tag_edit":"Modifier le tag","tasks_add_task":"Ajouter une t\u00e2che","tasks_blank_title":"Vous n\u2019avez aucune t\u00e2che pour le moment.","tasks_complete_success":"La t\u00e2che a \u00e9t\u00e9 mise \u00e0 jour avec succ\u00e8s","tasks_delete_success":"La t\u00e2che a \u00e9t\u00e9 supprim\u00e9e avec succ\u00e8s.","tasks_form_description":"Description (optionnel)","tasks_form_title":"Titre","work_add_cta":"Mettre \u00e0 jour les informations professionnelles","work_edit_company":"Entreprise (optionnel)","work_edit_job":"Poste (optionnel)","work_edit_success":"Les informations professionnelles ont \u00e9t\u00e9 mises \u00e0 jour avec succ\u00e8s","work_edit_title":"Mettre \u00e0 jour les informations professionnelles de :name","work_information":"Information sur le travail"},"reminder":{"type_birthday":"Souhait d\u2019anniversaire pour","type_birthday_kid":"Souhaiter l\u2019anniversaire de l\u2019enfant de","type_email":"Envoyer un email \u00e0","type_hangout":"Aller voir","type_lunch":"Manger avec","type_phone_call":"Appeler"},"settings":{"2fa_disable_description":"D\u00e9sactiver l\u2019authentification \u00e0 deux facteurs pour votre compte. Attention, votre compte ne sera plus securis\u00e9\u00a0!","2fa_disable_error":"Erreur lors de la d\u00e9sactivation de l\u2019authentification \u00e0 deux facteurs","2fa_disable_success":"L\u2019authentification \u00e0 deux facteurs a \u00e9t\u00e9 d\u00e9sactiv\u00e9e","2fa_disable_title":"D\u00e9sactiver l\u2019authentification \u00e0 deux facteurs","2fa_enable_description":"Activer l\u2019authentification \u00e0 deux facteurs pour renforcer la s\u00e9curit\u00e9 de votre compte.","2fa_enable_error":"Erreur lors de l\u2019activation de l\u2019authentification \u00e0 deux facteurs","2fa_enable_error_already_set":"L\u2019authentification \u00e0 deux facteurs est d\u00e9j\u00e0 activ\u00e9","2fa_enable_otp":"Ouvrez votre application mobile pour l\u2019authentification \u00e0 deux facteurs et scannez le QR code suivant\u00a0:","2fa_enable_otp_help":"Si votre application mobile pour l\u2019authentification \u00e0 deux facteurs ne supporte pas les QR codes, entrez le code suivant\u00a0:","2fa_enable_otp_validate":"Veuillez valider le nouvel appareil que vous venez de configurer\u00a0:","2fa_enable_success":"L\u2019authentification \u00e0 deux facteurs est active","2fa_enable_title":"Activer l\u2019authentification \u00e0 deux facteurs","2fa_otp_title":"Application mobile d\u2019authentification \u00e0 deux facteurs","2fa_title":"Authentification \u00e0 deux facteurs","api_authorized_clients":"Liste de clients autoris\u00e9s","api_authorized_clients_desc":"Cette section liste tous les clients que vous avez autoris\u00e9s \u00e0 acc\u00e9der \u00e0 votre application. Vous pouvez r\u00e9voquer cette autorisation \u00e0 tout moment.","api_authorized_clients_name":"Nom","api_authorized_clients_scopes":"P\u00e9rim\u00e8tres","api_authorized_clients_title":"Applications autoris\u00e9es","api_description":"L\u2019API peut \u00eatre utilis\u00e9e pour manipuler les donn\u00e9es de Monica depuis une application externe, comme une application mobile par exemple.","api_oauth_clientid":"Identifiant du client","api_oauth_clients":"Votre client Oauth","api_oauth_clients_desc":"Cette section vous permet d\u2019enregistrer votre propre client OAuth.","api_oauth_create":"Cr\u00e9er un client","api_oauth_create_new":"Cr\u00e9er de nouveaux clients","api_oauth_name":"Nom","api_oauth_name_help":"Quelque chose que vos utilisateurs reconna\u00eetront et inspirera la confiance.","api_oauth_not_created":"Vous n\u2019avez pas encore cr\u00e9\u00e9 de client OAuth.","api_oauth_redirecturl":"URL de redirection","api_oauth_redirecturl_help":"URL de rappel d\u2019autorisation de votre application.","api_oauth_secret":"Secret","api_oauth_title":"Clients OAuth","api_pao_description":"Faites attention \u00e0 ne fournir ce jeton qu\u2019\u00e0 des personnes de confiance \u2013 elles pourront acc\u00e9der \u00e0 toutes vos donn\u00e9es.","api_personal_access_tokens":"Jeton d\u2019acc\u00e8s personnel","api_title":"Acc\u00e8s avec l\u2019API","api_token_create":"Cr\u00e9er un jeton","api_token_create_new":"Cr\u00e9er un nouveau jeton","api_token_delete":"Supprimer","api_token_help":"Voici votre nouveau jeton d\u2019acc\u00e8s personnel. Ceci est la seule fois o\u00f9 vous pourrez le voir, ne le perdez pas ! Vous pouvez d\u00e8s \u00e0 pr\u00e9sent utiliser ce jeton pour lancer des requ\u00eates avec l\u2019API.","api_token_name":"Nom","api_token_not_created":"Vous n\u2019avez pas encore cr\u00e9\u00e9 de jeton d\u2019acc\u00e8s personnel.","api_token_scopes":"P\u00e9rim\u00e8tres","api_token_title":"Jeton d\u2019acc\u00e8s personnel","currency":"Devise","delete_cta":"Effacer le compte","delete_desc":"Souhaitez-vous supprimer votre compte ? Attention : la suppression est permanente et toutes vos donn\u00e9es seront supprim\u00e9es d\u00e9finitivement.","delete_notice":"\u00cates-vous s\u00fbr de vouloir supprimer votre compte ? Ceci ne peut pas \u00eatre annul\u00e9.","delete_title":"Supprimer votre compte","email":"Adresse courriel","email_help":"Ce courriel est utilis\u00e9 pour vous connecter \u00e0 ce compte, et c\u2019est l\u2019adresse que nous utiliserons pour vous envoyer les rappels par courriel.","email_placeholder":"Entrez le courriel","export_be_patient":"Cliquez sur le bouton pour commencer l\u2019export. Cela peut prendre plusieurs minutes pour pr\u00e9parer l\u2019export \u2013 merci d\u2019\u00eatre patient et de ne pas spammer le bouton.","export_sql_cta":"Exporter en SQL","export_sql_explanation":"Exporter les donn\u00e9es au format SQL vous permet de r\u00e9cup\u00e9rer vos donn\u00e9es et de les importer dans votre propre instance de Monica. Ceci n\u2019a d\u2019int\u00e9r\u00eat que si vous avez votre propre serveur.","export_sql_link_instructions":"Note : lisez les instructions<\/a> afin d\u2019apprendre comment importer ce fichier dans votre instance.","export_title":"Exporter les donn\u00e9es de votre compte","export_title_sql":"Exporter en SQL","firstname":"Pr\u00e9nom","import_blank_cta":"Importer une vCard","import_blank_description":"Nous pouvons importer les fichiers vCard que vous avez dans votre Google Contacts ou votre gestionnaire de contacts.","import_blank_question":"Souhaitez-vous importer vos contacts maintenant ?","import_blank_title":"Vous n\u2019avez encore import\u00e9 aucun contact.","import_cta":"Importer des contacts","import_in_progress":"L\u2019import est en cours. Veuillez recharger la page dans quelques minutes.","import_need_subscription":"L\u2019importation de donn\u00e9es n\u00e9cessite une souscription.","import_report_date":"Date de l\u2019import","import_report_number_contacts":"Nombre de contacts dans le fichier","import_report_number_contacts_imported":"Nombre de contacts import\u00e9s","import_report_number_contacts_skipped":"Nombre de contacts ignor\u00e9s","import_report_status_imported":"Import\u00e9s","import_report_status_skipped":"Ignor\u00e9s","import_report_title":"Rapport d\u2019import","import_report_type":"Type d\u2019import","import_result_stat":":count contact vCard envoy\u00e9 (:total_imported import\u00e9, :total_skipped ignor\u00e9)|:count contacts vCard envoy\u00e9s (:total_imported import\u00e9s, :total_skipped ignor\u00e9s)","import_stat":"Vous avez import\u00e9 :number fichiers jusqu\u2019\u00e0 pr\u00e9sent.","import_title":"Importer les contacts dans votre compte","import_upload_behaviour":"Comportement pour l\u2019importation\u00a0:","import_upload_behaviour_add":"Ajouter les nouveaux contacts, passer les contacts existants","import_upload_behaviour_help":"Remarque\u00a0: remplacer les contacts mettra \u00e0 jour toutes les donn\u00e9es trouv\u00e9es dans la vCard, mais gardera les autre valeurs existantes du contact.","import_upload_behaviour_replace":"Remplacer les contacts existants","import_upload_form_file":"Votre fichier .vcf<\/code> or .vCard<\/code> :","import_upload_rule_cant_revert":"Veuillez vous assurer que les donn\u00e9es sont fiables avant d\u2019importer, car l\u2019import ne peut \u00eatre annul\u00e9.","import_upload_rule_format":"Nous supportons les formats .vcard<\/code> and .vcf<\/code>.","import_upload_rule_instructions":"Instructions d\u2019export pour Contacts.app (macOS)<\/a> et Google Contacts<\/a>.","import_upload_rule_limit":"Les fichiers sont limit\u00e9s \u00e0 10MB.","import_upload_rule_multiple":"Pour le moment, si vos contacts ont plusieurs adresses courriels ou num\u00e9ros de t\u00e9l\u00e9phone, seule la premi\u00e8re entr\u00e9e sera choisie.","import_upload_rule_time":"Cela peut prendre 1 minute pour importer les contacts et les traiter. Merci de votre patience.","import_upload_rule_vcard":"Nous supportons le format vCard 3.0, qui est le format par d\u00e9faut de l\u2019application Contacts.app (macOS) et Google Contacts.","import_upload_rules_desc":"Nous avons toutefois quelques r\u00e8gles :","import_upload_title":"Importer vos contacts depuis un fichier vCard","import_vcard_contact_exist":"Le contact existe d\u00e9j\u00e0","import_vcard_contact_no_firstname":"Pas de pr\u00e9nom (obligatoire)","import_vcard_file_no_entries":"Le fichier ne contient pas de donn\u00e9e","import_vcard_file_not_found":"Fichier non trouv\u00e9","import_vcard_unknown_entry":"Nom de contact inconnu","import_view_report":"Voir le rapport","lastname":"Nom de famille","layout":"Disposition","layout_big":"Largeur maximale du navigateur","layout_small":"Maximum de 1200 pixels de large","locale":"Langue","locale_cs":"Tch\u00e8que","locale_de":"Allemand","locale_en":"Anglais","locale_es":"Espagnol","locale_fr":"Francais","locale_he":"H\u00e9breu","locale_it":"Italien","locale_nl":"N\u00e9erlandais","locale_pt":"Portugais","locale_ru":"Russe","locale_zh":"Chinois Simplifi\u00e9","name":"Votre nom : :name","name_order":"Ordre des noms","name_order_firstname_lastname":" \u2013 Jean Dupont","name_order_firstname_lastname_nickname":" () \u2013 Jean Dupont (Jojo)","name_order_firstname_nickname_lastname":" () \u2013 Jean (Jojo) Dupont","name_order_lastname_firstname":" \u2013 Dupont Jean","name_order_lastname_firstname_nickname":" () \u2013 Dupont Jean (Jojo)","name_order_lastname_nickname_firstname":" () \u2013 Dupont (Jojo) Jean","name_order_nickname":" \u2013 Jojo","password_btn":"Changer votre mot de passe","password_change":"Modification du mot de passe","password_current":"Mot de passe actuel","password_current_placeholder":"Entrez votre mot de passe actuel","password_new1":"Nouveau mot de passe","password_new1_placeholder":"Entrer un nouveau mot de passe","password_new2":"Confirmation","password_new2_placeholder":"Confirmez le nouveau mot de passe","personalisation_paid_upgrade":"Il s\u2019agit d\u2019une fonctionnalit\u00e9 premium qui n\u00e9cessite un abonnement payant pour \u00eatre activ\u00e9e. Mettez \u00e0 niveau votre compte en visitant Param\u00e8tres > Abonnement.","personalization_activity_type_add_button":"Ajouter un nouveau type d\u2019activit\u00e9","personalization_activity_type_category_add":"Ajouter une nouvelle cat\u00e9gorie de type d\u2019activit\u00e9","personalization_activity_type_category_description":"Une activit\u00e9 effectu\u00e9e avec l\u2019un de vos contacts peut avoir un type et un type de cat\u00e9gorie. Votre compte est configur\u00e9 par d\u00e9faut avec un ensemble de types de cat\u00e9gories pr\u00e9d\u00e9finies, mais vous pouvez tout personnaliser ici.","personalization_activity_type_category_modal_add":"Ajouter une nouvelle cat\u00e9gorie de type d\u2019activit\u00e9","personalization_activity_type_category_modal_delete":"Supprimer une cat\u00e9gorie de type d\u2019activit\u00e9","personalization_activity_type_category_modal_delete_desc":"\u00cates-vous s\u00fbr de vouloir supprimer cette cat\u00e9gorie\u00a0? La suppression entra\u00eenera la suppression de tous les types d\u2019activit\u00e9s associ\u00e9es. Toutefois, les activit\u00e9s qui appartiennent \u00e0 cette cat\u00e9gorie ne seront pas affect\u00e9es par cette suppression.","personalization_activity_type_category_modal_delete_error":"Impossible de trouver cette cat\u00e9gorie de type d\u2019activit\u00e9.","personalization_activity_type_category_modal_edit":"Modifier une cat\u00e9gorie de type d\u2019activit\u00e9","personalization_activity_type_category_modal_question":"Comment nommer cette nouvelle cat\u00e9gorie ?","personalization_activity_type_category_table_actions":"Actions","personalization_activity_type_category_table_name":"Nom","personalization_activity_type_category_title":"Cat\u00e9gories de types d\u2019activit\u00e9","personalization_activity_type_modal_add":"Ajouter un nouveau type d\u2019activit\u00e9","personalization_activity_type_modal_delete":"Supprimer un type d\u2019activit\u00e9","personalization_activity_type_modal_delete_desc":"\u00cates-vous s\u00fbr de vouloir supprimer ce type d\u2019activit\u00e9\u00a0? Les activit\u00e9s qui appartiennent \u00e0 cette cat\u00e9gorie ne seront pas affect\u00e9es par cette suppression.","personalization_activity_type_modal_delete_error":"Impossible de trouver ce type d\u2019activit\u00e9.","personalization_activity_type_modal_edit":"Modifier un type d\u2019activit\u00e9","personalization_activity_type_modal_question":"Comment nommer ce nouveau type d\u2019activit\u00e9\u00a0?","personalization_contact_field_type_add":"Ajouter un nouveau type de champ","personalization_contact_field_type_add_success":"Le type de champ de contact a \u00e9t\u00e9 ajout\u00e9 avec succ\u00e8s.","personalization_contact_field_type_delete_success":"Le type de champ de contact a \u00e9t\u00e9 supprim\u00e9 avec succ\u00e8s.","personalization_contact_field_type_description":"Ici vous pouvez configurer les diff\u00e9rents type de champs de contact que vous pouvez associer \u00e0 tous vos contacts. Si \u00e0 l\u2019avenir un nouveau r\u00e9seau social appara\u00eet, vous pourrez ajouter un nouveau type de moyen de contact ici.","personalization_contact_field_type_edit_success":"Le type de champ de contact a \u00e9t\u00e9 mis \u00e0 jour avec succ\u00e8s.","personalization_contact_field_type_modal_delete_description":"Etes-vous s\u00fbr de vouloir supprimer ce type de champ de contact ? Supprimer ce type de contact effacera TOUTES les donn\u00e9es avec ce type de champ pour tous vos contacts.","personalization_contact_field_type_modal_delete_title":"Supprimer un type de champ existant","personalization_contact_field_type_modal_edit_title":"Editer un type de champ existant","personalization_contact_field_type_modal_icon":"Icone (optionnel)","personalization_contact_field_type_modal_icon_help":"Vous pouvez associer un ic\u00f4ne pour ce champ. Vous devez utiliser une r\u00e9f\u00e9rence vers une ic\u00f4ne FontAwesome.","personalization_contact_field_type_modal_name":"Nom","personalization_contact_field_type_modal_protocol":"Protocole (optionnel)","personalization_contact_field_type_modal_protocol_help":"Chaque nouveau type de champ de contact peut \u00eatre cliquable. Si un protocole est d\u00e9fini, nous l\u2019utiliserons pour lancer l\u2019action indiqu\u00e9e par le navigateur.","personalization_contact_field_type_modal_title":"Ajouter un nouveau type de champ","personalization_contact_field_type_table_actions":"Actions","personalization_contact_field_type_table_name":"Nom","personalization_contact_field_type_table_protocol":"Protocole","personalization_contact_field_type_title":"Types de champs de contact","personalization_genders_add":"Ajouter un nouveau type de genre","personalization_genders_desc":"Vous pouvez d\u00e9finir autant de genres dont vous avez besoin. Il vous faut avoir au moins un type de genre dans votre compte.","personalization_genders_modal_add":"Ajouter un nouveau type de genre","personalization_genders_modal_delete":"Supprimer le type de genre","personalization_genders_modal_delete_desc":"\u00cates-vous s\u00fbr de vouloir supprimer {name} ?","personalization_genders_modal_delete_question":"Vous avez actuellement {count} contact qui a ce genre. Si vous supprimez ce genre, quel genre ce contact aurait ?|Vous avez actuellement {count} contacts qui ont ce genre. Si vous supprimez ce genre, quel genre ces contacts devraient avoir ?","personalization_genders_modal_edit":"Mettre \u00e0 jour le type de genre","personalization_genders_modal_edit_question":"Comment ce nouveau genre doit \u00eatre renomm\u00e9\u00a0?","personalization_genders_modal_error":"Merci de choisir un genre valide depuis cette liste.","personalization_genders_modal_question":"Comment ce nouveau genre devrait s\u2019appeler\u00a0?","personalization_genders_title":"Types de genre","personalization_module_desc":"Certaines personnes n\u2019ont pas besoin de toutes ces fonctionnalit\u00e9s. Ci-dessous vous pouvez activer ou d\u00e9sactiver des fonctionnalit\u00e9s sp\u00e9cifiques qui sont utilis\u00e9es sur la vue d\u2019un contact. Ces modifications s\u2019appliqueront \u00e0 tous vos contacts. Notez que si vous d\u00e9sactivez une de ces fonctionnalit\u00e9s les donn\u00e9es ne seront pas perdues, la fonctionnalit\u00e9 sera simplement masqu\u00e9e.","personalization_module_save":"Les modifications ont \u00e9t\u00e9 enregistr\u00e9es","personalization_module_title":"Fonctionnalit\u00e9s","personalization_reminder_rule_desc":"Pour chaque rappel que vous mettez en place, nous pouvons envoyer un courriel plusieurs jours avant que l\u2019\u00e9v\u00e9nement ne se passe. Vous pouvez d\u00e9sactiver ces notifications ici. Notez que ces notifications ne s\u2019appliquent qu\u2019aux rappels mensuels et annuels.","personalization_reminder_rule_line":"{count} jour avant|{count} jours avant","personalization_reminder_rule_save":"Les modifications ont \u00e9t\u00e9 enregistr\u00e9es","personalization_reminder_rule_title":"R\u00e8gles de rappel","personalization_tab_title":"Personnalisez votre compte","personalization_title":"Ici vous pouvez configurer les diff\u00e9rents param\u00e8tres de votre compte. Ces fonctionnalit\u00e9s sont pour les \u00ab utilisateurs avanc\u00e9s \u00bb qui veulent un contr\u00f4le maximal sur Monica.","reminder_time_to_send":"Heure du jour \u00e0 laquelle les rappels doivent \u00eatre envoy\u00e9s","reset_cta":"Remettre \u00e0 z\u00e9ro","reset_desc":"Souhaitez-vous remettre \u00e0 z\u00e9ro votre compte ? Ceci effacera tous les contacts ainsi que les donn\u00e9es associ\u00e9es. Votre compte ne sera pas effac\u00e9.","reset_notice":"\u00cates-vous s\u00fbr de r\u00e9initialiser votre compte\u00a0? Ceci ne peut pas \u00eatre annul\u00e9.","reset_success":"Votre compte a \u00e9t\u00e9 r\u00e9initialis\u00e9","reset_title":"Remettre \u00e0 z\u00e9ro votre compte","save":"Mettre \u00e0 jour","security_help":"Changer les questions de s\u00e9curit\u00e9 pour votre compte.","security_title":"S\u00e9curit\u00e9","settings_success":"Pr\u00e9f\u00e9rences mises \u00e0 jour","sidebar_personalization":"Personnalisation","sidebar_settings":"Param\u00e8tres du compte","sidebar_settings_api":"API","sidebar_settings_export":"Exporter les donn\u00e9es","sidebar_settings_import":"Importation de donn\u00e9es","sidebar_settings_security":"S\u00e9curit\u00e9","sidebar_settings_subscriptions":"Abonnement","sidebar_settings_tags":"Gestion des \u00e9tiquettes","sidebar_settings_users":"Utilisateurs","subscriptions_account_current_paid_plan":"Vous \u00eates sur l\u2019offre :name. Merci beaucoup pour votre inscription.","subscriptions_account_current_plan":"Votre plan actuel","subscriptions_account_free_plan":"Vous \u00eates sur le plan gratuit.","subscriptions_account_free_plan_benefits_import_data_vcard":"Import de vos contacts au format vCard","subscriptions_account_free_plan_benefits_reminders":"Rappels par courriel","subscriptions_account_free_plan_benefits_support":"Supporter le projet sur le long terme, afin de pouvoir vous proposer plus de fonctionnalit\u00e9s.","subscriptions_account_free_plan_benefits_users":"Nombre illimit\u00e9 d\u2019utilisateurs","subscriptions_account_free_plan_upgrade":"Vous pouvez mettre \u00e0 niveau votre compte en passant au plan :name, qui co\u00fbte $:price par mois. En voici les avantages :","subscriptions_account_invoices":"Factures","subscriptions_account_invoices_download":"T\u00e9l\u00e9charger","subscriptions_account_next_billing":"Votre abonnement va \u00eatre renouvel\u00e9 automatiquement le :date<\/strong>. Vous pouvez annuler l\u2019abonnement<\/a> quand vous le souhaitez.","subscriptions_account_payment":"Quelle option de paiement vous convient le mieux\u00a0?","subscriptions_account_upgrade":"Mettre \u00e0 jour votre compte","subscriptions_account_upgrade_choice":"Choisissez une offre ci-dessous et rejoignez plus de :customers personnes qui ont mis \u00e0 niveau leur Monica.","subscriptions_account_upgrade_title":"Mettez \u00e0 niveau Monica aujourd\u2019hui et ayez des relations encore plus significatives.","subscriptions_back":"Retourner aux param\u00e8tres","subscriptions_downgrade_cta":"Passer au plan inf\u00e9rieur","subscriptions_downgrade_limitations":"Le compte gratuit a des limitations. Afin de pouvoir passer \u00e0 ce plan, vous devez passer les points suivants :","subscriptions_downgrade_rule_invitations":"Vous ne devez pas avoir d\u2019invitations en attente","subscriptions_downgrade_rule_invitations_constraint":"Vous avez actuellement :count invitation en attente<\/a> envoy\u00e9e \u00e0 des personnes.|Vous avez actuellement :count invitations en attente<\/a> envoy\u00e9es \u00e0 des personnes.","subscriptions_downgrade_rule_users":"Vous devez avoir un seul utilisateur dans votre compte","subscriptions_downgrade_rule_users_constraint":"Vous avez actuellement :count utilisateur<\/a> dans votre compte.|Vous avez actuellement :count utilisateurs<\/a> dans votre compte.","subscriptions_downgrade_success":"Vous \u00eates de retour sur l\u2019offre gratuite\u00a0!","subscriptions_downgrade_thanks":"Merci beaucoup d\u2019avoir essay\u00e9 l\u2019offre payante. Nous continuons \u00e0 apporter de nouvelles fonctionnalit\u00e9s sur Monica tout le temps \u2013 vous pouvez donc revenir \u00e0 l\u2019occasion pour voir si vous pourriez \u00e0 nouveau \u00eatre int\u00e9ress\u00e9\u00b7e pour prendre un abonnement.","subscriptions_downgrade_title":"Passez votre compte sur le plan gratuit","subscriptions_help_change_desc":"Vous pouvez annuler \u00e0 tout moment, sans question, et par vous-m\u00eame \u2013 aucun support requis. Toutefois, vous ne serez pas rembours\u00e9 pour la p\u00e9riode en cours.","subscriptions_help_change_title":"Que se passe-t-il si je change d\u2019avis ?","subscriptions_help_discounts_desc":"En effet ! Monica est gratuit pour les \u00e9tudiants, les organismes sans but lucratif et les organismes de bienfaisance. Il suffit de contacter le support<\/a> avec un justificatif de votre statut et nous allons appliquer ce statut sp\u00e9cial dans votre compte.","subscriptions_help_discounts_title":"Avez-vous des r\u00e9ductions pour les organismes sans but lucratif et les organismes d\u2019\u00e9ducation\u00a0?","subscriptions_help_limits_plan":"Absolument pas. L\u2019offre gratuite n\u2019a aucune limite sur le nombre de contacts que vous pouvez avoir.","subscriptions_help_limits_title":"Y a-t-il une limite au nombre de contacts que nous pouvons avoir sur l\u2019offre gratuite\u00a0?","subscriptions_help_opensource_desc":"Monica est un projet open source. Il est le fruit du travail d\u2019une communaut\u00e9 de b\u00e9n\u00e9voles qui veulent juste fournir un outil pour le bien de tous. \u00catre un projet open source signifie que le code est disponible pour tous sur GitHub, et que tout le monde peut l\u2019inspecter, le modifier et l\u2019am\u00e9liorer. Tout l\u2019argent que nous r\u00e9coltons sert uniquement \u00e0 cr\u00e9er des fonctionnalit\u00e9s, avoir plus de serveurs puissants, aider \u00e0 payer les factures. Merci pour votre aide. Nous ne pourrions rien faire sans vous \u2013 litt\u00e9ralement.","subscriptions_help_opensource_title":"Qu\u2019est-ce qu\u2019un projet open source\u00a0?","subscriptions_help_title":"D\u00e9tails suppl\u00e9mentaires, qui peuvent attiser votre curiosit\u00e9","subscriptions_pdf_title":"Votre abonnement :name mensuel","subscriptions_plan_choose":"Choisir cette offre","subscriptions_plan_include1":"Inclus avec votre mise \u00e0 niveau\u00a0:","subscriptions_plan_include2":"Nombre illimit\u00e9 d\u2019utilisateurs \u2022 Rappels par courriel \u2022 Importer des vCard \u2022 Personnalisation de la vue d\u2019un contact","subscriptions_plan_include3":"100% des b\u00e9n\u00e9fices vont \u00e0 l\u2019\u00e9laboration de ce beau projet open source.","subscriptions_plan_month_bonus":"Annuler \u00e0 tout moment","subscriptions_plan_month_cost":"5$\/mois","subscriptions_plan_month_title":"Payer tous les mois","subscriptions_plan_year_bonus":"Tranquillit\u00e9 d\u2019esprit pendant toute une ann\u00e9e","subscriptions_plan_year_cost":"45$\/ann\u00e9e","subscriptions_plan_year_cost_save":"vous \u00e9conomisez 25%","subscriptions_plan_year_title":"Payer annuellement","subscriptions_upgrade_charge":"Nous d\u00e9biterons votre carte de :price$ USD maintenant. Le prochain paiement aura lieu le :date. Si jamais vous changez d\u2019avis, vous pourrez annuler \u00e0 tout moment, sans poser de questions.","subscriptions_upgrade_charge_handled":"Le paiement est g\u00e9r\u00e9 par Stripe<\/a>. Aucune information bancaire n\u2019arrive sur notre serveur.","subscriptions_upgrade_choose":"Vous avez choisi l\u2019offre :plan.","subscriptions_upgrade_credit":"Carte de cr\u00e9dit ou de d\u00e9bit","subscriptions_upgrade_infos":"Nous ne pourrions \u00eatre plus heureux. Entrez vos informations de paiement ci-dessous.","subscriptions_upgrade_name":"Nom sur la carte","subscriptions_upgrade_submit":"Soumettre le Paiement","subscriptions_upgrade_success":"Merci\u00a0! Vous \u00eates maintenant inscrit.","subscriptions_upgrade_thanks":"Bienvenue dans la communaut\u00e9 de personnes qui essaient de rendre le monde un peu meilleur.","subscriptions_upgrade_title":"Passer au plan sup\u00e9rieur","subscriptions_upgrade_zip":"Code postal","tags_blank_description":"Les \u00e9tiquettes sont comme des dossiers, mais vous pouvez avoir autant d\u2019\u00e9tiquette que vous le souhaitez par contact.","tags_blank_title":"Les \u00e9tiquettes sont une excellente mani\u00e8re de cat\u00e9goriser vos contacts.","tags_list_contact_number":":count contact|:count contacts","tags_list_delete_confirmation":"\u00cates-vous s\u00fbr de vouloir supprimer cette \u00e9tiquette ? Aucun contact ne sera supprim\u00e9, seulement l\u2019\u00e9tiquette.","tags_list_delete_success":"L\u2019\u00e9tiquette a \u00e9t\u00e9 supprim\u00e9e avec succ\u00e8s","tags_list_description":"Vous pouvez organiser vos contact avec des \u00e9tiquettes. Les \u00e9tiquettes sont comme des dossiers, mais vous pouvez avoir autant d\u2019\u00e9tiquettes que vous le souhaitez par contact.","tags_list_title":"\u00c9tiquettes","timezone":"Fuseau horaire","u2f_buttonAdvise":"Si votre cl\u00e9 de s\u00e9curit\u00e9 dispose d\u2019un bouton, appuyez dessus.","u2f_enable_description":"Ajoutez une nouvelle cl\u00e9 de s\u00e9curit\u00e9 U2F","u2f_error_bad_request":"L'URL visit\u00e9e ne correspond pas \u00e0 l\u2019App ID ou vous n'utilisez pas HTTPS","u2f_error_configuration_unsupported":"La configuration client n\u2019est pas support\u00e9e.","u2f_error_device_ineligible":"Le dispositif pr\u00e9sent\u00e9 n\u2019est pas admissible pour cette demande. Pour une demande d\u2019enregistrement, cela peut signifier que le jeton est d\u00e9j\u00e0 enregistr\u00e9, et pour une demande d'authentification, cela peut signifier que le jeton ne conna\u00eet pas les cl\u00e9s pr\u00e9sent\u00e9es.","u2f_error_other_error":"Une erreur est survenue.","u2f_error_timeout":"D\u00e9lai d\u2019attente atteint avant que la demande ne soit satisfaite.","u2f_insertKey":"Ins\u00e9rer votre cl\u00e9 de s\u00e9curit\u00e9.","u2f_noButtonAdvise":"Si ce n'est pas le cas, enlevez-la et ins\u00e9rez l\u00e0 \u00e0 nouveau.","u2f_success":"Votre cl\u00e9 est d\u00e9tect\u00e9e et valid\u00e9e.","u2f_title":"Cl\u00e9 de s\u00e9curit\u00e9 U2F","users_accept_title":"Accepter l\u2019invitation et cr\u00e9er un nouveau compte","users_add_confirmation":"Je confirme que je veux inviter cet utilisateur dans mon compte. Cette personne aura toutes mes donn\u00e9es d\u2019acc\u00e8s et verra exactement ce que je vois.","users_add_cta":"Inviter l\u2019utilisateur par courriel","users_add_description":"Cette personne aura les m\u00eames droits que vous, y compris inviter d\u2019autres utilisateurs et les supprimer (y compris vous). Par cons\u00e9quent, assurez-vous que vous faites confiance \u00e0 cette personne.","users_add_email_field":"Entrez le courriel de la personne que vous souhaitez inviter","users_add_title":"Inviter un nouvel utilisateur par couriel \u00e0 votre compte","users_blank_add_title":"Souhaitez-vous inviter quelqu\u2019un d\u2019autre\u00a0?","users_blank_cta":"Inviter quelqu\u2019un","users_blank_description":"Cette personne aura le m\u00eame acc\u00e8s que vous et sera en mesure d\u2019ajouter, modifier ou supprimer les informations de contact.","users_blank_title":"Vous \u00eates la seule personne qui a acc\u00e8s \u00e0 ce compte.","users_error_already_invited":"Vous avez d\u00e9j\u00e0 invit\u00e9 cet utilisateur. Veuillez choisir une autre adresse couriel.","users_error_email_already_taken":"Ce courriel est d\u00e9j\u00e0 pris. Veuillez en utiliser un autre","users_error_email_not_similar":"Ce n\u2019est pas le courriel de la personne qui vous a invit\u00e9.","users_error_please_confirm":"Merci de confirmer que vous souhaitez bien inviter cette personne avant d\u2019envoyer l\u2019invitation","users_invitation_deleted_confirmation_message":"L\u2019invitation a \u00e9t\u00e9 supprim\u00e9e avec succ\u00e8s","users_invitation_need_subscription":"L\u2019ajout d\u2019utilisateurs n\u00e9cessite un abonnement.","users_invitations_delete_confirmation":"\u00cates-vous s\u00fbr de vouloir supprimer de cette invitation ?","users_list_add_user":"Inviter un nouvel utilisateur","users_list_delete_confirmation":"\u00cates-vous s\u00fbr de vouloir supprimer cet utilisateur de votre compte ?","users_list_invitations_explanation":"Voici les personnes que vous avez invit\u00e9 \u00e0 rejoindre Monica comme collaborateurs.","users_list_invitations_invited_by":"invit\u00e9 par :name","users_list_invitations_sent_date":"envoy\u00e9 le :date","users_list_invitations_title":"Invitations en attente","users_list_title":"Utilisateurs avec acc\u00e8s \u00e0 votre compte","users_list_you":"C\u2019est vous"},"validation":{"accepted":"Le champ :attribute doit \u00eatre accept\u00e9.","active_url":"Le champ :attribute n\u2019est pas une URL valide.","after":"Le champ :attribute doit \u00eatre une date post\u00e9rieure au :date.","after_or_equal":":attribute doit \u00eatre une date post\u00e9rieure ou \u00e9gale \u00e0 :date.","alpha":"Le champ :attribute doit seulement contenir des lettres.","alpha_dash":"Le champ :attribute doit seulement contenir des lettres, des chiffres et des tirets.","alpha_num":"Le champ :attribute doit seulement contenir des chiffres et des lettres.","array":"Le champ :attribute doit \u00eatre un tableau.","attributes":[],"before":"Le champ :attribute doit \u00eatre une date ant\u00e9rieure au :date.","before_or_equal":":attribute doit \u00eatre une date ant\u00e9rieure ou \u00e9gale \u00e0 :date.","between":{"array":"Le tableau :attribute doit contenir entre :min et :max \u00e9l\u00e9ments.","file":"La taille du fichier de :attribute doit \u00eatre comprise entre :min et :max kilo-octets.","numeric":"La valeur de :attribute doit \u00eatre comprise entre :min et :max.","string":"Le texte :attribute doit contenir entre :min et :max caract\u00e8res."},"boolean":"Le champ :attribute doit \u00eatre vrai ou faux.","confirmed":"Le champ de confirmation :attribute ne correspond pas.","custom":{"attribute-name":{"rule-name":"custom-message"}},"date":"Le champ :attribute n\u2019est pas une date valide.","date_format":"Le champ :attribute ne correspond pas au format :format.","different":"Les champs :attribute et :other doivent \u00eatre diff\u00e9rents.","digits":"Le champ :attribute doit contenir :digits chiffres.","digits_between":"Le champ :attribute doit contenir entre :min et :max chiffres.","dimensions":":attribute a des dimensions d\u2019image invalides.","distinct":"Le champ :attribute a une valeur dupliqu\u00e9e.","email":"Le champ :attribute doit \u00eatre une adresse e-mail valide.","exists":"Le champ :attribute s\u00e9lectionn\u00e9 est invalide.","file":":attribute doit \u00eatre un fichier.","filled":"Le champ :attribute doit avoir une valeur.","image":"Le champ :attribute doit \u00eatre une image.","in":"Le champ :attribute est invalide.","in_array":"Le champ :attribute n\u2019existe pas dans :other.","integer":"Le champ :attribute doit \u00eatre un entier.","ip":"Le champ :attribute doit \u00eatre une adresse IP valide.","ipv4":":attribute doit \u00eatre une adresse IPv4 valide.","ipv6":":attribute doit \u00eatre une adresse IPv6 valide.","json":"Le champ :attribute doit \u00eatre un document JSON valide.","max":{"array":"Le tableau :attribute ne peut contenir plus de :max \u00e9l\u00e9ments.","file":"La taille du fichier de :attribute ne peut pas d\u00e9passer :max kilo-octets.","numeric":"La valeur de :attribute ne peut \u00eatre sup\u00e9rieure \u00e0 :max.","string":"Le texte de :attribute ne peut contenir plus de :max caract\u00e8res."},"mimes":"Le champ :attribute doit \u00eatre un fichier de type : :values.","mimetypes":":attribute doit \u00eatre un fichier de type : :values.","min":{"array":"Le tableau :attribute doit contenir au moins :min \u00e9l\u00e9ments.","file":"La taille du fichier de :attribute doit \u00eatre sup\u00e9rieure \u00e0 :min kilo-octets.","numeric":"La valeur de :attribute doit \u00eatre sup\u00e9rieure ou \u00e9gale \u00e0 :min.","string":"Le texte :attribute doit contenir au moins :min caract\u00e8res."},"not_in":"Le champ :attribute s\u00e9lectionn\u00e9 n\u2019est pas valide.","not_regex":"Le format du champ :attribute est invalide.","numeric":"Le champ :attribute doit contenir un nombre.","present":"Le champ :attribute doit \u00eatre pr\u00e9sent.","regex":"Le format du champ :attribute est invalide.","required":"Le champ :attribute est obligatoire.","required_if":"Le champ :attribute est obligatoire quand la valeur de :other est :value.","required_unless":"Le champ :attribute est obligatoire sauf si :other est :values.","required_with":"Le champ :attribute est obligatoire quand :values est pr\u00e9sent.","required_with_all":"Le champ :attribute est obligatoire quand :values est pr\u00e9sent.","required_without":"Le champ :attribute est obligatoire quand :values n\u2019est pas pr\u00e9sent.","required_without_all":"Le champ :attribute est requis quand aucun de :values n\u2019est pr\u00e9sent.","same":"Les champs :attribute et :other doivent \u00eatre identiques.","size":{"array":"Le tableau :attribute doit contenir :size \u00e9l\u00e9ments.","file":"La taille du fichier de :attribute doit \u00eatre de :size kilo-octets.","numeric":"La valeur de :attribute doit \u00eatre :size.","string":"Le texte de :attribute doit contenir :size caract\u00e8res."},"string":"Le champ :attribute doit \u00eatre une cha\u00eene de caract\u00e8res.","timezone":"Le champ :attribute doit \u00eatre un fuseau horaire valide.","unique":"La valeur du champ :attribute est d\u00e9j\u00e0 utilis\u00e9e.","uploaded":":attribute n\u2019a pas pu \u00eatre t\u00e9l\u00e9vers\u00e9.","url":"Le format de l\u2019Url de :attribute n\u2019est pas valide."}} +{"app":{"add":"Ajouter","application_description":"Monica est un outil pour g\u00e9rer vos interactions avec vos proches, vos amis et votre famille.","application_og_title":"Ayez de meilleures relations avec vos proches. GRC gratuit en ligne pour les amis et la famille.","application_title":"Monica \u2013 gestionnaire de relations personnelles","breadcrumb_add_note":"Ajouter une note","breadcrumb_add_significant_other":"Ajouter un partenaire","breadcrumb_api":"API","breadcrumb_dashboard":"Tableau de bord","breadcrumb_edit_introductions":"Comment vous vous \u00eates rencontr\u00e9s","breadcrumb_edit_note":"Modifier la note","breadcrumb_edit_significant_other":"Mettre \u00e0 jour un partenaire","breadcrumb_journal":"Journal","breadcrumb_list_contacts":"Liste de contacts","breadcrumb_profile":"Profil de :name","breadcrumb_settings":"Param\u00e8tres","breadcrumb_settings_export":"Exporter","breadcrumb_settings_import":"Importer","breadcrumb_settings_import_report":"Rapport d\u2019import","breadcrumb_settings_import_upload":"T\u00e9l\u00e9versez","breadcrumb_settings_personalization":"Personnalisation","breadcrumb_settings_security":"S\u00e9curit\u00e9","breadcrumb_settings_security_2fa":"Authentification \u00e0 deux facteurs","breadcrumb_settings_subscriptions":"Abonnement","breadcrumb_settings_tags":"\u00c9tiquettes","breadcrumb_settings_users":"Utilisateurs","breadcrumb_settings_users_add":"Ajouter un utilisateur","cancel":"Annuler","close":"Fermer","compliance_desc":"Nous avons chang\u00e9 nos Conditions d\u2019Utilisation<\/a> et notre Politique de Confidentialit\u00e9<\/a>. Nous devons vous demander de les consulter et les accepter si vous voulez continuer \u00e0 utiliser votre compte.","compliance_desc_end":"Nous ne faisons rien de m\u00e9chant avec vos donn\u00e9es ou votre compte et nous ne le ferons jamais.","compliance_terms":"Accepter les nouvelles conditions et politique de confidentialit\u00e9","compliance_title":"D\u00e9sol\u00e9 pour l\u2019interruption.","create":"Cr\u00e9er","days":"jour|jour|jours","default_save_success":"Les modifications ont \u00e9t\u00e9 enregistr\u00e9es.","delete":"Supprimer","done":"Termin\u00e9","edit":"\u00c9diter","error_save":"Une erreur est intervenue pendant la sauvegarde des donn\u00e9es.","error_title":"Oups\u00a0! Une erreur est survenue.","error_unauthorized":"Vous n\u2019avez pas le droit de modifier cette ressource.","footer_modal_version_release_away":"Vous avez une version de retard par rapport \u00e0 la derni\u00e8re version disponible.|Vous avez :number versions de retard par rapport \u00e0 la derni\u00e8re version disponible. Vous devriez mettre \u00e0 jour votre instance.","footer_modal_version_whats_new":"Quoi de neuf ?","footer_new_version":"Une nouvelle version est disponible","footer_newsletter":"Infolettre","footer_privacy":"Politique de confidentialit\u00e9","footer_release":"Notes de version","footer_remarks":"Une remarque ?","footer_send_email":"Envoyez moi un courriel","footer_source_code":"Contribuer","footer_version":"Version : :version","for":"pour","gender_female":"Femme","gender_male":"Homme","gender_none":"Aucun","header_changelog_link":"\u00c9volutions du produit","header_logout_link":"D\u00e9connexion","header_settings_link":"Param\u00e8tres","load_more":"Charger plus","loading":"Chargement...","main_nav_activities":"Activit\u00e9s","main_nav_cta":"Ajouter des gens","main_nav_dashboard":"Tableau de bord","main_nav_family":"Contacts","main_nav_journal":"Journal","main_nav_tasks":"T\u00e2ches","markdown_description":"Souhaitez-vous formatter votre texte d\u2019une belle mani\u00e8re ? Nous supportons le format Markdown pour ajouter du gras, italique, des listes et plus encore.","markdown_link":"Lire la documentation","new":"nouveau","relationship_type_bestfriend":"meilleur ami","relationship_type_bestfriend_female":"meilleure amie","relationship_type_bestfriend_female_with_name":"meilleure amie de :name","relationship_type_bestfriend_with_name":"meilleur ami de :name","relationship_type_boss":"patron","relationship_type_boss_female":"patronne","relationship_type_boss_female_with_name":"patronne de :name","relationship_type_boss_with_name":"patron de :name","relationship_type_child":"fils","relationship_type_child_female":"fille","relationship_type_child_female_with_name":"fille de :name","relationship_type_child_with_name":"fils de :name","relationship_type_colleague":"coll\u00e8gue","relationship_type_colleague_female":"coll\u00e8gue","relationship_type_colleague_female_with_name":"coll\u00e8gue de :name","relationship_type_colleague_with_name":"coll\u00e8gue de :name","relationship_type_cousin":"cousin","relationship_type_cousin_female":"cousine","relationship_type_cousin_female_with_name":"cousine de :name","relationship_type_cousin_with_name":"cousin de :name","relationship_type_date":"rendez-vous","relationship_type_date_female":"rendez-vous","relationship_type_date_female_with_name":"rendez-vous de :name","relationship_type_date_with_name":"rendez-vous de :name","relationship_type_ex":"ex-petit ami","relationship_type_ex_female":"ex-petite amie","relationship_type_ex_female_with_name":"ex-petite amie de :name","relationship_type_ex_husband":"ex-mari","relationship_type_ex_husband_female":"ex-femme","relationship_type_ex_husband_female_with_name":"ex-femme de :name","relationship_type_ex_husband_with_name":"ex-mari de :name","relationship_type_ex_with_name":"ex-petit ami de :name","relationship_type_friend":"ami","relationship_type_friend_female":"amie","relationship_type_friend_female_with_name":"amie de :name","relationship_type_friend_with_name":"ami de :name","relationship_type_godfather":"parrain","relationship_type_godfather_female":"marraine","relationship_type_godfather_female_with_name":"marraine de :name","relationship_type_godfather_with_name":"parrain de :name","relationship_type_godson":"filleul","relationship_type_godson_female":"filleule","relationship_type_godson_female_with_name":"filleule de :name","relationship_type_godson_with_name":"filleul de :name","relationship_type_grandchild":"petit-fils","relationship_type_grandchild_female":"petite-fille","relationship_type_grandchild_female_with_name":"petite-fille de :name","relationship_type_grandchild_with_name":"petit-fils de :name","relationship_type_grandparent":"grand-p\u00e8re","relationship_type_grandparent_female":"grand-m\u00e8re","relationship_type_grandparent_female_with_name":"grand-m\u00e8re de :name","relationship_type_grandparent_with_name":"grand-p\u00e8re de :name","relationship_type_group_family":"Relations familiales","relationship_type_group_friend":"Relations amicales","relationship_type_group_love":"Relations amoureuses","relationship_type_group_other":"Autre type de relations","relationship_type_group_work":"Relations de travail","relationship_type_inlovewith":"amoureux","relationship_type_inlovewith_female":"amoureuse","relationship_type_inlovewith_female_with_name":"une personne dont :name est amoureuse","relationship_type_inlovewith_with_name":"une personne dont :name est amoureux","relationship_type_lovedby":"aim\u00e9 par","relationship_type_lovedby_female":"aim\u00e9e par","relationship_type_lovedby_female_with_name":"amante secr\u00e8te de :name","relationship_type_lovedby_with_name":"amant secret de :name","relationship_type_lover":"amant","relationship_type_lover_female":"amante","relationship_type_lover_female_with_name":"amante de :name","relationship_type_lover_with_name":"amant de :name","relationship_type_mentor":"mentor","relationship_type_mentor_female":"mentore","relationship_type_mentor_female_with_name":"mentore de :name","relationship_type_mentor_with_name":"mentor de :name","relationship_type_nephew":"neveu","relationship_type_nephew_female":"ni\u00e8ce","relationship_type_nephew_female_with_name":"ni\u00e8ce de :name","relationship_type_nephew_with_name":"neuveu de :name","relationship_type_parent":"p\u00e8re","relationship_type_parent_female":"m\u00e8re","relationship_type_parent_female_with_name":"m\u00e8re de :name","relationship_type_parent_with_name":"p\u00e8re de :name","relationship_type_partner":"conjoint","relationship_type_partner_female":"conjointe","relationship_type_partner_female_with_name":"conjointe de :name","relationship_type_partner_with_name":"conjoint de :name","relationship_type_protege":"prot\u00e9g\u00e9","relationship_type_protege_female":"prot\u00e9g\u00e9e","relationship_type_protege_female_with_name":"prot\u00e9g\u00e9e de :name","relationship_type_protege_with_name":"prot\u00e9g\u00e9 de :name","relationship_type_sibling":"fr\u00e8re","relationship_type_sibling_female":"s\u0153ur","relationship_type_sibling_female_with_name":"s\u0153ur de :name","relationship_type_sibling_with_name":"fr\u00e8re de :name","relationship_type_spouse":"\u00e9pouse","relationship_type_spouse_female":"\u00e9pouse","relationship_type_spouse_female_with_name":"\u00e9pouse de :name","relationship_type_spouse_with_name":"\u00e9pouse de :name","relationship_type_subordinate":"employ\u00e9","relationship_type_subordinate_female":"employ\u00e9e","relationship_type_subordinate_female_with_name":"employ\u00e9e de :name","relationship_type_subordinate_with_name":"employ\u00e9 de :name","relationship_type_uncle":"oncle","relationship_type_uncle_female":"tante","relationship_type_uncle_female_with_name":"tante de :name","relationship_type_uncle_with_name":"oncle de :name","remove":"Enlever","revoke":"R\u00e9voquer","save":"Sauver","unknown":"Je ne sais pas","update":"Mettre \u00e0 jour","upload":"Envoyer","verify":"V\u00e9rifier","with":"avec"},"auth":{"2fa_one_time_password":"Code d\u2019authentification \u00e0 deux facteurs","2fa_otp_help":"Ouvrez votre application mobile pour l\u2019authentification \u00e0 deux facteurs et copiez le Qr code suivant","2fa_recuperation_code":"Entrez le code de r\u00e9cup\u00e9ration de deux facteurs","2fa_title":"Authentification \u00e0 deux facteurs","2fa_wrong_validation":"L\u2019authentification \u00e0 deux facteurs a \u00e9chou\u00e9.","back_homepage":"Retour \u00e0 la page d\u2019accueil","button_remember":"Se souvenir de moi","confirmation_again":"Si vous souhaitez modifier votre adresse courriel vous pouvez cliquer ici<\/a>.","create_account":"Cr\u00e9er le premier compte en vous enregistrant<\/a>","email":"Courriel","email_change_current_email":"Adresse courriel actuelle\u00a0:","email_change_new":"Nouvelle adresse courriel","email_change_title":"Modifier votre adresse courriel","email_changed":"Votre adresse courriel a \u00e9t\u00e9 modif\u00e9e. V\u00e9rifiez votre bo\u00eete aux lettres pour la valider.","failed":"Ces identifiants ne correspondent pas \u00e0 nos enregistrements.","login":"Connexion","login_again":"Merci de vous connecter \u00e0 nouveau \u00e0 votre compte","login_to_account":"Connectez-vous \u00e0 votre compte","mfa_auth_otp":"S'authentifier avec votre dispositif \u00e0 deux facteurs","mfa_auth_u2f":"S\u2019authentifier avec un dispositif U2F","not_authorized":"Vous n\u2019\u00eates pas autoris\u00e9 \u00e0 ex\u00e9cuter cette action","password":"Mot de passe","password_forget":"Mot de passe oubli\u00e9 ?","password_reset":"R\u00e9initialisez votre mot de passe","password_reset_action":"R\u00e9initialiser le mot de passe","password_reset_email":"Adresse courriel","password_reset_email_content":"Cliquez ici pour r\u00e9initialiser votre mot de passe :","password_reset_password":"Mot de passe","password_reset_password_confirm":"Confirmez le mot de passe","password_reset_send_link":"Envoyer un lien pour r\u00e9initialiser le mot de passe","password_reset_title":"R\u00e9initialiser le mot de passe","register_action":"Enregistrement","register_create_account":"Vous devez cr\u00e9er un compte pour utiliser Monica","register_email":"Entrez une adresse courriel valide","register_email_example":"vous@maison","register_firstname":"Pr\u00e9nom","register_firstname_example":"ex : Pierre","register_invitation_email":"Pour des raisons de s\u00e9curit\u00e9, merci d\u2019indiquer l\u2019adresse courriel de la personne qui vous a invit\u00e9 \u00e0 joindre son compte. Cette information est indiqu\u00e9e dans le courriel d\u2019invitation.","register_lastname":"Nom de famille","register_lastname_example":"ex : Dupont","register_login":"Connectez-vous<\/a> si vous avez d\u00e9j\u00e0 un compte.","register_password":"Mot de passe","register_password_confirmation":"Confirmez le mot de passe","register_password_example":"Entrez un mot de passe s\u00e9curis\u00e9","register_policy":"L\u2019inscription signifie vous avez lu et acceptez notre Politique de Confidentialit\u00e9<\/a> et nos Conditions d\u2019Utilisation<\/a>.","register_title_create":"Cr\u00e9ez votre compte Monica","register_title_welcome":"Bienvenue \u00e0 votre nouvelle instance Monica","signup":"S\u2019inscrire","signup_disabled":"L\u2019inscription est actuellement d\u00e9sactiv\u00e9e","signup_no_account":"Vous n\u2019avez pas de compte ?","throttle":"Trop de tentatives de connexion. Veuillez essayer de nouveau dans :seconds secondes.","u2f_otp_extension":"U2F est support\u00e9 nativement sur Chrome, Firefox<\/a>, et Opera. Sur les anciennes versions de Firefox, installez l'extension U2F<\/a>."},"changelog":{"note":"Remarque\u00a0: malheureusement, cette page est uniquement en Anglais.","title":"\u00c9volutions du produit"},"dashboard":{"dashboard_blank_cta":"Ajoutez votre premier contact","dashboard_blank_description":"Monica est l\u2019endroit pour organiser toutes les interactions que vous avez avec ceux qui vous sont chers.","dashboard_blank_illustration":"Illustration par Freepik<\/a>","dashboard_blank_title":"Bienvenue chez vous !","debts_you_owe":"Vous devez","linkedin_profile":"LinkedIn","notes_title":"Vous n\u2019avez pas encore de note favorite.","reminders_next_months":"\u00c9v\u00e9nements dans les 3 prochains mois","reminders_none":"Aucun rappel pour ce mois-ci","statistics_activities":"Activit\u00e9s","statistics_contacts":"Contacts","statistics_gifts":"Cadeaux","tab_calls_blank":"Vous n\u2019avez encore enregistr\u00e9 aucun appel.","tab_debts":"Dettes","tab_debts_blank":"Vous n\u2019avez encore enregistr\u00e9 aucune dette.","tab_favorite_notes":"Notes favorites","tab_recent_calls":"Appels r\u00e9cents"},"format":{"full_hour":"H:i","full_month":"F","full_month_year":"F Y","short_date":"d M","short_date_year":"d M Y","short_date_year_time":"d M Y H:i","short_day":"D","short_month":"M","short_month_year":"M Y"},"journal":{"delete_confirmation":"\u00cates-vous s\u00fbr de vouloir supprimer cette entr\u00e9e ?","entry_delete_success":"L\u2019entr\u00e9e a \u00e9t\u00e9 supprim\u00e9e avec succ\u00e8s.","journal_add":"Ajouter une entr\u00e9e","journal_add_cta":"Sauvegarder","journal_add_date":"Date","journal_add_post":"Entr\u00e9e","journal_add_title":"Titre (optionnel)","journal_blank_cta":"Ajouter votre premi\u00e8re entr\u00e9e dans le journal","journal_blank_description":"Le journal vous permet de vous rappeler d\u2019\u00e9v\u00e9nements pass\u00e9s, ou \u00e0 venir.","journal_come_back":"Merci. Revenez demain pour voter \u00e0 nouveau.","journal_created_automatically":"Cr\u00e9\u00e9e automatiquement","journal_description":"Note : le journal liste les entr\u00e9es manuelles, ainsi que les entr\u00e9es automatiques comme les activit\u00e9s que vous faites avec vos contacts. Bien que vous puissiez supprimer les entr\u00e9es manuelles, vous devrez supprimer les activit\u00e9s directement de la page du contact pour les supprimer du journal.","journal_entry_rate":"Vous avez \u00e9valu\u00e9 votre journ\u00e9e.","journal_entry_type_activity":"Activit\u00e9","journal_entry_type_journal":"Note de journal","journal_rate":"Comment s\u2019est pass\u00e9 votre journ\u00e9e ? Vous pouvez voter une fois par jour."},"mail":{"confirmation_email_button":"V\u00e9rifiez l\u2019adresse courriel","confirmation_email_intro":"Pour valider votre adresse courriel, cliquez sur le bouton ci-dessous","confirmation_email_title":"Monica \u2013 v\u00e9rification d\u2019adresse courriel","footer_contact_info":"Ajouter, afficher, compl\u00e9ter et modifier les informations sur ce contact\u00a0:","for":"POUR :","greetings":"Bonjour :username","notification_description":"Dans :count jours (le :date), l\u2019\u00e9v\u00e9nement suivant se produira\u00a0:","notification_subject_line":"Vous avez un \u00e9v\u00e9nement \u00e0 venir","notifications_footer":"Si vous rencontrez des probl\u00e8mes en cliquant sur le bouton \u00ab\u00a0:actionText\u00a0\u00bb, copiez et collez l\u2019URL ci-dessous dans votre navigateur web\u00a0: [:actionURL](:actionURL)","notifications_hello":"Bonjour !","notifications_regards":"Cordialement,","notifications_whoops":"Oups !","stay_in_touch_subject_description":"Vous avez demand\u00e9 \u00e0 \u00eatre rappel\u00e9 de rester en contact avec :name tous les :frequency jours.","stay_in_touch_subject_line":"Rester en contact avec :name","subject_line":"Rappel pour :contact","want_reminded_of":"VOUS VOULIEZ \u00caTRE RAPPEL\u00c9 DE"},"pagination":{"next":"Suivant »","previous":"« Pr\u00e9c\u00e9dent"},"passwords":{"changed":"Mot de passe chang\u00e9 avec succ\u00e8s.","invalid":"Le mot de passe que vous avez saisi est incorrect.","password":"Les mots de passe doivent contenir au moins six caract\u00e8res et doivent \u00eatre identiques.","reset":"Votre mot de passe a \u00e9t\u00e9 r\u00e9initialis\u00e9 !","sent":"Nous vous avons envoy\u00e9 par courriel le lien de r\u00e9initialisation du mot de passe.","token":"Ce jeton de r\u00e9initialisation du mot de passe n\u2019est pas valide.","user":"Si l\u2019email que vous avez entr\u00e9 correspond chez nous, un email de r\u00e9initialisation du mot de passe vous a \u00e9t\u00e9 envoy\u00e9."},"people":{"activities_activity":"Cat\u00e9gorie d\u2019activit\u00e9","activities_add_activity":"Ajouter une activit\u00e9","activities_add_cta":"Enregistrer l\u2019activit\u00e9","activities_add_date_occured":"Date o\u00f9 l\u2019activit\u00e9 s\u2019est pass\u00e9e","activities_add_error":"Erreur lors de l\u2019ajout de l\u2019activit\u00e9","activities_add_optional_comment":"Commentaire (optionnel)","activities_add_pick_activity":"(optionnel) Souhaitez-vous cat\u00e9goriser cette activit\u00e9 ? Vous n\u2019avez pas \u00e0 le faire, mais cela nous permettra de faire des statistiques plus tard","activities_add_success":"L\u2019activit\u00e9 a \u00e9t\u00e9 ajout\u00e9e avec succ\u00e8s","activities_add_title":"Qu\u2019avez-vous fait avec :name ?","activities_blank_add_activity":"Ajouter une activit\u00e9","activities_blank_title":"Gardez une trace de ce que vous avez fait avec :name par le pass\u00e9","activities_delete_confirmation":"\u00cates-vous s\u00fbr de vouloir supprimer l\u2019activit\u00e9 ?","activities_delete_success":"L\u2019activit\u00e9 a \u00e9t\u00e9 supprim\u00e9e avec succ\u00e8s","activities_hide_details":"Cacher les d\u00e9tails","activities_item_information":":Activity. S\u2019est pass\u00e9e le :date","activities_more_details":"Voir d\u00e9tails","activities_profile_number_occurences":":value activit\u00e9|:value activit\u00e9s","activities_profile_subtitle":"Vous avez enregistr\u00e9 :total_activities activit\u00e9 avec :name au total et :activities_last_twelve_months au cours des 12 derniers mois.|Vous avez enregistr\u00e9 :total_activities activit\u00e9s avec :name au total et :activities_last_twelve_months au cours des 12 derniers mois.","activities_profile_title":"Rapports d\u2019activit\u00e9s entre :name et vous","activities_profile_year_summary":"Voici ce que vous avez fait ensemble en :year","activities_profile_year_summary_activity_types":"Voici une ventilation du type d\u2019activit\u00e9s que vous avez faites ensemble en :year","activities_summary":"D\u00e9crivez ce que vous avez fait","activities_update_success":"L\u2019activit\u00e9 a \u00e9t\u00e9 mise \u00e0 jour avec succ\u00e8s","activities_view_activities_report":"Afficher les rapports d\u2019activit\u00e9s","activities_who_was_involved":"Qui \u00e9tait impliqu\u00e9 ?","activity_title":"Activit\u00e9s","activity_type_ate_at_his_place":"mang\u00e9 chez lui\u00b7elle","activity_type_ate_at_home":"manger \u00e0 la maison","activity_type_ate_restaurant":"aller au restaurant","activity_type_category_cultural_activities":"Activit\u00e9s culturelles","activity_type_category_food":"Gastronomie","activity_type_category_simple_activities":"Activit\u00e9s simples","activity_type_category_sport":"Sport","activity_type_did_sport_activities_together":"fait du sport ensemble","activity_type_just_hung_out":"tra\u00eener ensemble","activity_type_picknicked":"pique-niquer ensemble","activity_type_talked_at_home":"parler ensemble \u00e0 la maison","activity_type_watched_movie_at_home":"regarder un film \u00e0 la maison ensemble","activity_type_went_bar":"aller dans un bar","activity_type_went_concert":"aller \u00e0 un concert","activity_type_went_museum":"aller au mus\u00e9e","activity_type_went_play":"aller au th\u00e9\u00e2tre","activity_type_went_theater":"aller au cin\u00e9ma","age_approximate_in_years":"env. :age ans","age_exact_birthdate":"n\u00e9 le :date","age_exact_in_years":":age ans","birthdate_not_set":"Non indiqu\u00e9.","call_blank_desc":"Vous avez appel\u00e9 :name","call_blank_title":"Gardez la trace des appels t\u00e9l\u00e9phoniques que vous faites avec :name","call_button":"Enregistrer un appel t\u00e9l\u00e9phonique","call_delete_confirmation":"\u00cates-vous s\u00fbr de vouloir supprimer cet appel ?","call_delete_success":"L\u2019appel a \u00e9t\u00e9 supprim\u00e9 avec succ\u00e8s","call_empty_comment":"Aucun details","call_title":"Appels t\u00e9l\u00e9phoniques","calls_add_success":"L\u2019appel t\u00e9l\u00e9phonique a \u00e9t\u00e9 enregistr\u00e9.","contact_address_form_city":"Ville (optionnel)","contact_address_form_country":"Pays (optionnel)","contact_address_form_name":"Nom (optionnel)","contact_address_form_postal_code":"Code postal (optionnel)","contact_address_form_province":"Province (optionnel)","contact_address_form_street":"Rue et num\u00e9ro (optionnel)","contact_address_title":"Adresses","contact_info_address":"Habite \u00e0","contact_info_form_contact_type":"Type de contact","contact_info_form_content":"Contenu","contact_info_form_personalize":"Personaliser","contact_info_title":"Information sur le contact","debt_add_add_cta":"Ajouter la dette","debt_add_amount":"la somme de","debt_add_cta":"Ajouter une dette","debt_add_reason":"pour la raison suivante (optionnelle)","debt_add_success":"La dette a \u00e9t\u00e9 ajout\u00e9e avec succ\u00e8s","debt_add_they_owe":":name vous doit","debt_add_title":"Gestion des dettes","debt_add_you_owe":"Vous devez \u00e0 :name","debt_delete_confirmation":"\u00cates-vous s\u00fbr de vouloir effacer cette dette ?","debt_delete_success":"La dette a \u00e9t\u00e9 effac\u00e9e avec succ\u00e8s","debt_edit_success":"La dette a \u00e9t\u00e9 modifi\u00e9e avec succ\u00e8s","debt_edit_update_cta":"Mettre \u00e0 jour la dette","debt_they_owe":":name vous doit :amount","debt_title":"Dettes","debt_you_owe":"Vous devez :amount","debts_blank_title":"G\u00e9rez les dettes que vous devez \u00e0 :name ou que :name vous doit","deceased_add_reminder":"Ajouter un rappel pour cette date","deceased_age":"Age au moment du d\u00e9c\u00e8s","deceased_know_date":"Je connais la date de d\u00e9c\u00e8s de cette personne","deceased_label":"D\u00e9c\u00e9d\u00e9","deceased_label_with_date":"D\u00e9c\u00e9d\u00e9 le :date","deceased_mark_person_deceased":"Indiquez cette personne comme d\u00e9c\u00e9d\u00e9e","deceased_reminder_title":"Anniversaire de la mort de :name","edit_contact_information":"Mettre \u00e0 jour les informations","food_preferencies_add_success":"Les pr\u00e9f\u00e9rences alimentaires ont \u00e9t\u00e9 mises \u00e0 jour.","food_preferencies_cta":"Ajouter","food_preferencies_edit_cta":"Enregistrer les pr\u00e9f\u00e9rences alimentaires","food_preferencies_edit_description":"Peut-\u00eatre que :firstname ou quelqu\u2019un dans la famille :family a une allergie. Ou peut-\u00eatre qu\u2019il n\u2019aime pas un vin sp\u00e9cifique. Indiquez ici ses pr\u00e9f\u00e9rences alimentaires afin que vous vous en rappeliez la prochaine fois que vous l\u2019inviterez \u00e0 d\u00eener","food_preferencies_edit_description_no_last_name":"Peut-\u00eatre que :firstname a une allergie. Ou peut-\u00eatre qu\u2019il n\u2019aime pas un vin sp\u00e9cifique. Indiquez ici ses pr\u00e9f\u00e9rences alimentaires afin que vous vous en rappeliez la prochaine fois que vous l\u2019inviterez \u00e0 d\u00eener","food_preferencies_edit_title":"Modification des pr\u00e9f\u00e9rences alimentaires","food_preferencies_title":"Pr\u00e9f\u00e9rences alimentaires","gifts_add_comment":"Commentaire (optionnel)","gifts_add_gift":"Ajouter un cadeau","gifts_add_gift_already_offered":"Cadeau d\u00e9j\u00e0 offert","gifts_add_gift_idea":"Id\u00e9e de cadeau","gifts_add_gift_received":"Cadeau re\u00e7u","gifts_add_gift_title":"Quel est ce cadeau ?","gifts_add_link":"Lien de la page web (optionnel)","gifts_add_someone":"Ce cadeau est destin\u00e9 \u00e0 quelqu\u2019un de la famille de :name en particulier","gifts_add_success":"Le cadeau a \u00e9t\u00e9 ajout\u00e9 avec succ\u00e8s","gifts_add_title":"Gestion des cadeaux pour :name","gifts_add_value":"Valeur (optionnel)","gifts_delete_confirmation":"Etes-vous s\u00fbr de vouloir supprimer ce cadeau ?","gifts_delete_cta":"Supprimer","gifts_delete_success":"Le cadeau a \u00e9t\u00e9 supprim\u00e9","gifts_for":"Pour :","gifts_ideas":"Id\u00e9es cadeaux","gifts_link":"Lien","gifts_mark_offered":"Marquer comme offert","gifts_offered":"Cadeaux d\u00e9j\u00e0 offerts","gifts_offered_as_an_idea":"Marquer comme id\u00e9e","gifts_received":"Cadeaux re\u00e7us","gifts_title":"Cadeaux","gifts_update_success":"Le cadeau a \u00e9t\u00e9 mis \u00e0 jour avec succ\u00e8s","gifts_view_comment":"Voir commentaire","information_edit_avatar":"Photo\/avatar du contact","information_edit_exact":"Je connais la date de naissance pr\u00e9cise, qui est \u2026","information_edit_firstname":"Pr\u00e9nom","information_edit_lastname":"Nom de famille (optionnel)","information_edit_linkedin":"Profil LinkedIn (optionnel)","information_edit_max_size":"Max :size mo.","information_edit_not_year":"Je connais le jour et le mois de sa naissance, mais pas l\u2019ann\u00e9e\u2026","information_edit_probably":"Cette personne a probablement \u2026","information_edit_success":"Le profil a \u00e9t\u00e9 mis \u00e0 jour avec succ\u00e8s","information_edit_title":"Mettre \u00e0 jour les informations personnelles de :name","information_edit_unknown":"Je ne connais pas son \u00e2ge","information_no_linkedin_defined":"Aucun LinkedIn d\u00e9fini","information_no_work_defined":"Aucune information professionnelle d\u00e9finie","information_work_at":"chez :company","introductions_add_reminder":"Ajouter un rappel pour c\u00e9l\u00e9brer la rencontre \u00e0 la date d\u2019anniversaire, rappelant chaque ann\u00e9e quand cet \u00e9v\u00e9nement s\u2019est pass\u00e9","introductions_additional_info":"Expliquez quand et comment vous vous \u00eates rencontr\u00e9s","introductions_blank_cta":"Indiquez comment vous avez rencontr\u00e9 :name","introductions_edit_met_through":"Est-ce que quelqu\u2019un vous a introduit \u00e0 cette personne ?","introductions_first_met_date":"Date de la rencontre","introductions_first_met_date_known":"Voici la date de notre rencontre","introductions_met_date":"Rencontr\u00e9 le :date","introductions_met_through":"Rencontr\u00e9\u00b7e via :name<\/a>","introductions_no_first_met_date":"Je ne connais pas la date de cette rencontre","introductions_no_met_through":"Personne","introductions_reminder_title":"Anniversaire de la date de la premi\u00e8re rencontre","introductions_sidebar_title":"Comment vous vous \u00eates rencontr\u00e9","introductions_title_edit":"Comment avez-vous rencontr\u00e9 :name ?","introductions_update_success":"Vous avez mis \u00e0 jour avec succ\u00e8s vos informations de rencontre","last_activity_date":"Derni\u00e8re activit\u00e9 ensemble : :date","last_activity_date_empty":"Derni\u00e8re activit\u00e9 ensemble : inconnu","last_called":"Dernier appel : :date","last_called_empty":"Dernier appel : inconnu","link_to_list":"Retour \u00e0 la liste","linkedin_profile":"Profil LinkedIn","modal_call_change":"Changer","modal_call_comment":"De quoi avez-vous parl\u00e9 ? (optionnel)","modal_call_date":"Cet appel t\u00e9l\u00e9phonique s\u2019est pass\u00e9 plus t\u00f4t dans la journ\u00e9e.","modal_call_exact_date":"L\u2019appel s\u2019est pass\u00e9 le","modal_call_title":"Enregistrer un appel t\u00e9l\u00e9phonique","notes_add_cta":"Ajouter une note","notes_create_success":"La note a \u00e9t\u00e9 ajout\u00e9e avec succ\u00e8s","notes_delete_confirmation":"\u00cates-vous s\u00fbr de vouloir supprimer cette note ? La suppression est permanente","notes_delete_success":"La note a \u00e9t\u00e9 supprim\u00e9e avec succ\u00e8s","notes_delete_title":"Supprimer une note","notes_favorite":"Ajouter\/retirer des favoris","notes_update_success":"La note a \u00e9t\u00e9 modifi\u00e9e avec succ\u00e8s","people_add_birthday_reminder":"Souhaiter un bon anniversaire \u00e0 :name","people_add_cta":"Ajouter","people_add_firstname":"Pr\u00e9nom","people_add_gender":"Sexe","people_add_import":"Souhaitez-vous importer vos contacts<\/a> ?","people_add_lastname":"Nom de famille (optionnel)","people_add_middlename":"Surnom (optionnel)","people_add_missing":"Nous n\u2019avons trouv\u00e9 personne. Ajoutez quelqu\u2019un maintenant","people_add_nickname":"Surnom (optionnel)","people_add_reminder_for_birthday":"Cr\u00e9er un rappel annuel pour l\u2019anniversaire","people_add_success":":name a \u00e9t\u00e9 cr\u00e9e avec succ\u00e8s","people_add_title":"Ajouter une nouvelle personne","people_delete_click_here":"cliquez ici","people_delete_confirmation":"\u00cates-vous s\u00fbr de vouloir supprimer ce contact ? La suppression est permanente.","people_delete_message":"Si vous devez supprimer ce contact,","people_delete_success":"Le contact a \u00e9t\u00e9 supprim\u00e9","people_edit_email_error":"Il y a d\u00e9j\u00e0 quelqu\u2019un dans votre compte avec cette adresse courriel. Merci d\u2019en choisir une autre.","people_export":"Exporter en tant que vCard","people_list_account_upgrade_cta":"Passez au plan sup\u00e9rieur","people_list_account_upgrade_title":"Passez au plan sup\u00e9rieur pour d\u00e9bloquer votre compte et l\u2019amener \u00e0 son plein potentiel.","people_list_account_usage":"Votre utilisation de compte : :current\/:limit contacts","people_list_blank_cta":"Ajouter quelqu\u2019un","people_list_blank_title":"Vous n\u2019avez encore ajout\u00e9 aucun contact","people_list_clear_filter":"Enlever le filtre","people_list_contacts_per_tags":":count contact|:count contacts","people_list_filter_tag":"Affichage des contacts avec l\u2019\u00e9tiquette","people_list_filter_untag":"Afficher les contacts sans aucune \u00e9tiquette","people_list_firstnameAZ":"Tri par pr\u00e9nom A \u2192 Z","people_list_firstnameZA":"Tri par pr\u00e9nom Z \u2192 A","people_list_last_updated":"Derni\u00e8re consultation :","people_list_lastactivitydateNewtoOld":"Trier par date de derni\u00e8re activit\u00e9 (r\u00e9cent \u00e0 vieux)","people_list_lastactivitydateOldtoNew":"Trier par date de derni\u00e8re activit\u00e9 (vieux \u00e0 r\u00e9cent)","people_list_lastnameAZ":"Tri par nom de famille A \u2192 Z","people_list_lastnameZA":"Tri par nom de famille Z \u2192 A","people_list_number_kids":":count enfant|:count enfants","people_list_number_reminders":":count rappel|:count rappels","people_list_sort":"Tri","people_list_stats":":count contact|:count contacts","people_list_untagged":"Afficher les contacts sans \u00e9tiquette","people_save_and_add_another_cta":"Sauver et ajouter un autre contact","people_search":"Recherchez dans vos contacts...","people_search_no_results":"Aucun contact ne correspond \u00e0 ce crit\u00e8re","pets_bird":"Oiseau","pets_cat":"Chat","pets_create_success":"L\u2019animal a \u00e9t\u00e9 ajout\u00e9 avec succ\u00e8s","pets_delete_success":"L\u2019animal a \u00e9t\u00e9 supprim\u00e9","pets_dog":"Chien","pets_fish":"Poisson","pets_hamster":"Hamster","pets_horse":"Cheval","pets_kind":"Sorte d\u2019animal","pets_name":"Nom (optionel)","pets_other":"Autre","pets_rabbit":"Lapin","pets_rat":"Rat","pets_reptile":"Reptile","pets_small_animal":"Petit animal","pets_title":"Animaux de compagnie","pets_update_success":"L\u2019animal a \u00e9t\u00e9 mis \u00e0 jour","relationship_delete_confirmation":"\u00cates-vous s\u00fbr de vouloir supprimer cette relation ? La suppression est permanente.","relationship_form_add":"Ajouter une relation","relationship_form_add_choice":"Quelle est cette relation\u00a0?","relationship_form_add_description":"Ceci vous permettra de traiter cette personne comme tous les autres contacts de votre compte.","relationship_form_add_no_existing_contact":"Vous n\u2019avez aucun contact qui puisse \u00eatre associ\u00e9 \u00e0 :name pour le moment.","relationship_form_add_success":"La relation a \u00e9t\u00e9 cr\u00e9\u00e9e avec succ\u00e8s.","relationship_form_also_create_contact":"Cr\u00e9er un contact pour cette personne.","relationship_form_associate_contact":"Un contact existant","relationship_form_associate_dropdown":"Recherchez et s\u00e9lectionnez un contact existant dans la liste d\u00e9roulante ci-dessous","relationship_form_associate_dropdown_placeholder":"Recherchez et s\u00e9lectionnez un contact existant","relationship_form_create_contact":"Ajouter une nouvelle personne","relationship_form_deletion_success":"La relation a \u00e9t\u00e9 supprim\u00e9e.","relationship_form_edit":"Modifier une relation existante","relationship_form_is_with":"Cette personne est...","relationship_unlink_confirmation":"\u00cates-vous s\u00fbr de vouloir supprimer cette relation ? La personne ne sera pas supprim\u00e9e \u2013 seulement la relation entre les deux.","reminder_frequency_day":"chaque jour|chaque :number jours","reminder_frequency_month":"chaque mois|chaque :number mois","reminder_frequency_one_time":"le :date","reminder_frequency_week":"chaque semaine|chaque :number semaines","reminder_frequency_year":"chaque ann\u00e9e|chaque :number ann\u00e9es","reminders_add_cta":"Ajouter le rappel","reminders_add_description":"Merci de me tenir inform\u00e9 de \u2026","reminders_add_error_custom_text":"Vous devez indiquer un texte pour ce rappel.","reminders_add_next_time":"Quand voulez-vous \u00eatre rappel\u00e9 \u00e0 propos de ceci ?","reminders_add_once":"Rappelez-moi juste une fois","reminders_add_recurrent":"Rappelez-moi tous les","reminders_add_starting_from":"\u00e0 compter de la date d\u00e9finie ci-apr\u00e8s","reminders_add_title":"De quoi souhaitez-vous \u00eatre rappel\u00e9 \u00e0 propos de :name ?","reminders_birthday":"Anniversaire de :name","reminders_blank_add_activity":"Ajouter un rappel","reminders_blank_title":"De quoi souhaitez-vous \u00eatre rappel\u00e9 \u00e0 propos de :name ?","reminders_create_success":"Le rappel a \u00e9t\u00e9 ajout\u00e9 avec succ\u00e8s.","reminders_cta":"Ajouter un rappel","reminders_delete_confirmation":"\u00cates-vous s\u00fbr de vouloir supprimer ce rappel ?","reminders_delete_cta":"Supprimer","reminders_delete_success":"Le rappel a \u00e9t\u00e9 supprim\u00e9 avec succ\u00e8s.","reminders_description":"Nous vous enverrons un courriel pour chacun des rappels ci-dessous. Les rappels sont envoy\u00e9s le matin du jour o\u00f9 l\u2019\u00e9v\u00e9nement se passe.","reminders_edit_update_cta":"Mettre \u00e0 jour le rappel","reminders_free_plan_warning":"Vous \u00eates sur le plan gratuit. Aucun courriel ne sera envoy\u00e9 avec ce plan. Pour recevoir vos rappels par courriel, passez au plan sup\u00e9rieur.","reminders_next_expected_date":"le","reminders_one_time":"Unique","reminders_type_month":"mois","reminders_type_week":"semaine","reminders_type_year":"ann\u00e9e","reminders_update_success":"Le rappel a \u00e9t\u00e9 mis \u00e0 jour avec succ\u00e8s","section_contact_information":"Information de contact","section_personal_activities":"Activit\u00e9s","section_personal_gifts":"Cadeaux","section_personal_notes":"Notes","section_personal_reminders":"Rappels","section_personal_tasks":"T\u00e2ches","set_favorite":"Les contacts favoris sont plac\u00e9s en haut de la liste des contacts","stay_in_touch":"Restez en contact","stay_in_touch_frequency":"Rester en contact chaque jour|Rester en contact chaque jour|Rester en contact tous les {count} jours","stay_in_touch_invalid":"La fr\u00e9quence doit \u00eatre un nombre sup\u00e9rieur \u00e0 0.","stay_in_touch_modal_desc":"Nous pouvons vous rappeler par courriel pour rester en contact avec {firstname} \u00e0 intervalle r\u00e9gulier.","stay_in_touch_modal_label":"Envoyez-moi un courriel tous les ...","stay_in_touch_modal_title":"Restez en contact","stay_in_touch_premium":"Vous devez mettre \u00e0 jour votre compte pour pouvoir profiter de cette fonctionnalit\u00e9","tag_add":"ajouter une \u00e9tiquette","tag_edit":"Modifier le tag","tasks_add_task":"Ajouter une t\u00e2che","tasks_blank_title":"Vous n\u2019avez aucune t\u00e2che pour le moment.","tasks_complete_success":"La t\u00e2che a \u00e9t\u00e9 mise \u00e0 jour avec succ\u00e8s","tasks_delete_success":"La t\u00e2che a \u00e9t\u00e9 supprim\u00e9e avec succ\u00e8s.","tasks_form_description":"Description (optionnel)","tasks_form_title":"Titre","work_add_cta":"Mettre \u00e0 jour les informations professionnelles","work_edit_company":"Entreprise (optionnel)","work_edit_job":"Poste (optionnel)","work_edit_success":"Les informations professionnelles ont \u00e9t\u00e9 mises \u00e0 jour avec succ\u00e8s","work_edit_title":"Mettre \u00e0 jour les informations professionnelles de :name","work_information":"Information sur le travail"},"reminder":{"type_birthday":"Souhait d\u2019anniversaire pour","type_birthday_kid":"Souhaiter l\u2019anniversaire de l\u2019enfant de","type_email":"Envoyer un email \u00e0","type_hangout":"Aller voir","type_lunch":"Manger avec","type_phone_call":"Appeler"},"settings":{"2fa_disable_description":"D\u00e9sactiver l\u2019authentification \u00e0 deux facteurs pour votre compte. Attention, votre compte ne sera plus securis\u00e9\u00a0!","2fa_disable_error":"Erreur lors de la d\u00e9sactivation de l\u2019authentification \u00e0 deux facteurs","2fa_disable_success":"L\u2019authentification \u00e0 deux facteurs a \u00e9t\u00e9 d\u00e9sactiv\u00e9e","2fa_disable_title":"D\u00e9sactiver l\u2019authentification \u00e0 deux facteurs","2fa_enable_description":"Activer l\u2019authentification \u00e0 deux facteurs pour renforcer la s\u00e9curit\u00e9 de votre compte.","2fa_enable_error":"Erreur lors de l\u2019activation de l\u2019authentification \u00e0 deux facteurs","2fa_enable_error_already_set":"L\u2019authentification \u00e0 deux facteurs est d\u00e9j\u00e0 activ\u00e9","2fa_enable_otp":"Ouvrez votre application mobile pour l\u2019authentification \u00e0 deux facteurs et scannez le QR code suivant\u00a0:","2fa_enable_otp_help":"Si votre application mobile pour l\u2019authentification \u00e0 deux facteurs ne supporte pas les QR codes, entrez le code suivant\u00a0:","2fa_enable_otp_validate":"Veuillez valider le nouvel appareil que vous venez de configurer\u00a0:","2fa_enable_success":"L\u2019authentification \u00e0 deux facteurs est active","2fa_enable_title":"Activer l\u2019authentification \u00e0 deux facteurs","2fa_otp_title":"Application mobile d\u2019authentification \u00e0 deux facteurs","2fa_title":"Authentification \u00e0 deux facteurs","api_authorized_clients":"Liste de clients autoris\u00e9s","api_authorized_clients_desc":"Cette section liste tous les clients que vous avez autoris\u00e9s \u00e0 acc\u00e9der \u00e0 votre application. Vous pouvez r\u00e9voquer cette autorisation \u00e0 tout moment.","api_authorized_clients_name":"Nom","api_authorized_clients_scopes":"P\u00e9rim\u00e8tres","api_authorized_clients_title":"Applications autoris\u00e9es","api_description":"L\u2019API peut \u00eatre utilis\u00e9e pour manipuler les donn\u00e9es de Monica depuis une application externe, comme une application mobile par exemple.","api_oauth_clientid":"Identifiant du client","api_oauth_clients":"Votre client Oauth","api_oauth_clients_desc":"Cette section vous permet d\u2019enregistrer votre propre client OAuth.","api_oauth_create":"Cr\u00e9er un client","api_oauth_create_new":"Cr\u00e9er de nouveaux clients","api_oauth_name":"Nom","api_oauth_name_help":"Quelque chose que vos utilisateurs reconna\u00eetront et inspirera la confiance.","api_oauth_not_created":"Vous n\u2019avez pas encore cr\u00e9\u00e9 de client OAuth.","api_oauth_redirecturl":"URL de redirection","api_oauth_redirecturl_help":"URL de rappel d\u2019autorisation de votre application.","api_oauth_secret":"Secret","api_oauth_title":"Clients OAuth","api_pao_description":"Faites attention \u00e0 ne fournir ce jeton qu\u2019\u00e0 des personnes de confiance \u2013 elles pourront acc\u00e9der \u00e0 toutes vos donn\u00e9es.","api_personal_access_tokens":"Jeton d\u2019acc\u00e8s personnel","api_title":"Acc\u00e8s avec l\u2019API","api_token_create":"Cr\u00e9er un jeton","api_token_create_new":"Cr\u00e9er un nouveau jeton","api_token_delete":"Supprimer","api_token_help":"Voici votre nouveau jeton d\u2019acc\u00e8s personnel. Ceci est la seule fois o\u00f9 vous pourrez le voir, ne le perdez pas ! Vous pouvez d\u00e8s \u00e0 pr\u00e9sent utiliser ce jeton pour lancer des requ\u00eates avec l\u2019API.","api_token_name":"Nom","api_token_not_created":"Vous n\u2019avez pas encore cr\u00e9\u00e9 de jeton d\u2019acc\u00e8s personnel.","api_token_scopes":"P\u00e9rim\u00e8tres","api_token_title":"Jeton d\u2019acc\u00e8s personnel","currency":"Devise","delete_cta":"Effacer le compte","delete_desc":"Souhaitez-vous supprimer votre compte ? Attention : la suppression est permanente et toutes vos donn\u00e9es seront supprim\u00e9es d\u00e9finitivement.","delete_notice":"\u00cates-vous s\u00fbr de vouloir supprimer votre compte ? Ceci ne peut pas \u00eatre annul\u00e9.","delete_title":"Supprimer votre compte","email":"Adresse courriel","email_help":"Ce courriel est utilis\u00e9 pour vous connecter \u00e0 ce compte, et c\u2019est l\u2019adresse que nous utiliserons pour vous envoyer les rappels par courriel.","email_placeholder":"Entrez le courriel","export_be_patient":"Cliquez sur le bouton pour commencer l\u2019export. Cela peut prendre plusieurs minutes pour pr\u00e9parer l\u2019export \u2013 merci d\u2019\u00eatre patient et de ne pas spammer le bouton.","export_sql_cta":"Exporter en SQL","export_sql_explanation":"Exporter les donn\u00e9es au format SQL vous permet de r\u00e9cup\u00e9rer vos donn\u00e9es et de les importer dans votre propre instance de Monica. Ceci n\u2019a d\u2019int\u00e9r\u00eat que si vous avez votre propre serveur.","export_sql_link_instructions":"Note : lisez les instructions<\/a> afin d\u2019apprendre comment importer ce fichier dans votre instance.","export_title":"Exporter les donn\u00e9es de votre compte","export_title_sql":"Exporter en SQL","firstname":"Pr\u00e9nom","import_blank_cta":"Importer une vCard","import_blank_description":"Nous pouvons importer les fichiers vCard que vous avez dans votre Google Contacts ou votre gestionnaire de contacts.","import_blank_question":"Souhaitez-vous importer vos contacts maintenant ?","import_blank_title":"Vous n\u2019avez encore import\u00e9 aucun contact.","import_cta":"Importer des contacts","import_in_progress":"L\u2019import est en cours. Veuillez recharger la page dans quelques minutes.","import_need_subscription":"L\u2019importation de donn\u00e9es n\u00e9cessite une souscription.","import_report_date":"Date de l\u2019import","import_report_number_contacts":"Nombre de contacts dans le fichier","import_report_number_contacts_imported":"Nombre de contacts import\u00e9s","import_report_number_contacts_skipped":"Nombre de contacts ignor\u00e9s","import_report_status_imported":"Import\u00e9s","import_report_status_skipped":"Ignor\u00e9s","import_report_title":"Rapport d\u2019import","import_report_type":"Type d\u2019import","import_result_stat":":count contact vCard envoy\u00e9 (:total_imported import\u00e9, :total_skipped ignor\u00e9)|:count contacts vCard envoy\u00e9s (:total_imported import\u00e9s, :total_skipped ignor\u00e9s)","import_stat":"Vous avez import\u00e9 :number fichiers jusqu\u2019\u00e0 pr\u00e9sent.","import_title":"Importer les contacts dans votre compte","import_upload_behaviour":"Comportement pour l\u2019importation\u00a0:","import_upload_behaviour_add":"Ajouter les nouveaux contacts, passer les contacts existants","import_upload_behaviour_help":"Remarque\u00a0: remplacer les contacts mettra \u00e0 jour toutes les donn\u00e9es trouv\u00e9es dans la vCard, mais gardera les autre valeurs existantes du contact.","import_upload_behaviour_replace":"Remplacer les contacts existants","import_upload_form_file":"Votre fichier .vcf<\/code> or .vCard<\/code> :","import_upload_rule_cant_revert":"Veuillez vous assurer que les donn\u00e9es sont fiables avant d\u2019importer, car l\u2019import ne peut \u00eatre annul\u00e9.","import_upload_rule_format":"Nous supportons les formats .vcard<\/code> and .vcf<\/code>.","import_upload_rule_instructions":"Instructions d\u2019export pour Contacts.app (macOS)<\/a> et Google Contacts<\/a>.","import_upload_rule_limit":"Les fichiers sont limit\u00e9s \u00e0 10MB.","import_upload_rule_multiple":"Pour le moment, si vos contacts ont plusieurs adresses courriels ou num\u00e9ros de t\u00e9l\u00e9phone, seule la premi\u00e8re entr\u00e9e sera choisie.","import_upload_rule_time":"Cela peut prendre 1 minute pour importer les contacts et les traiter. Merci de votre patience.","import_upload_rule_vcard":"Nous supportons le format vCard 3.0, qui est le format par d\u00e9faut de l\u2019application Contacts.app (macOS) et Google Contacts.","import_upload_rules_desc":"Nous avons toutefois quelques r\u00e8gles :","import_upload_title":"Importer vos contacts depuis un fichier vCard","import_vcard_contact_exist":"Le contact existe d\u00e9j\u00e0","import_vcard_contact_no_firstname":"Pas de pr\u00e9nom (obligatoire)","import_vcard_file_no_entries":"Le fichier ne contient pas de donn\u00e9e","import_vcard_file_not_found":"Fichier non trouv\u00e9","import_vcard_unknown_entry":"Nom de contact inconnu","import_view_report":"Voir le rapport","lastname":"Nom de famille","layout":"Disposition","layout_big":"Largeur maximale du navigateur","layout_small":"Maximum de 1200 pixels de large","locale":"Langue","locale_cs":"Tch\u00e8que","locale_de":"Allemand","locale_en":"Anglais","locale_es":"Espagnol","locale_fr":"Francais","locale_he":"H\u00e9breu","locale_it":"Italien","locale_nl":"N\u00e9erlandais","locale_pt":"Portugais","locale_ru":"Russe","locale_tr":"Turc","locale_zh":"Chinois Simplifi\u00e9","name":"Votre nom : :name","name_order":"Ordre des noms","name_order_firstname_lastname":" \u2013 Jean Dupont","name_order_firstname_lastname_nickname":" () \u2013 Jean Dupont (Jojo)","name_order_firstname_nickname_lastname":" () \u2013 Jean (Jojo) Dupont","name_order_lastname_firstname":" \u2013 Dupont Jean","name_order_lastname_firstname_nickname":" () \u2013 Dupont Jean (Jojo)","name_order_lastname_nickname_firstname":" () \u2013 Dupont (Jojo) Jean","name_order_nickname":" \u2013 Jojo","password_btn":"Changer votre mot de passe","password_change":"Modification du mot de passe","password_current":"Mot de passe actuel","password_current_placeholder":"Entrez votre mot de passe actuel","password_new1":"Nouveau mot de passe","password_new1_placeholder":"Entrer un nouveau mot de passe","password_new2":"Confirmation","password_new2_placeholder":"Confirmez le nouveau mot de passe","personalisation_paid_upgrade":"Il s\u2019agit d\u2019une fonctionnalit\u00e9 premium qui n\u00e9cessite un abonnement payant pour \u00eatre activ\u00e9e. Mettez \u00e0 niveau votre compte en visitant Param\u00e8tres > Abonnement.","personalization_activity_type_add_button":"Ajouter un nouveau type d\u2019activit\u00e9","personalization_activity_type_category_add":"Ajouter une nouvelle cat\u00e9gorie de type d\u2019activit\u00e9","personalization_activity_type_category_description":"Une activit\u00e9 effectu\u00e9e avec l\u2019un de vos contacts peut avoir un type et un type de cat\u00e9gorie. Votre compte est configur\u00e9 par d\u00e9faut avec un ensemble de types de cat\u00e9gories pr\u00e9d\u00e9finies, mais vous pouvez tout personnaliser ici.","personalization_activity_type_category_modal_add":"Ajouter une nouvelle cat\u00e9gorie de type d\u2019activit\u00e9","personalization_activity_type_category_modal_delete":"Supprimer une cat\u00e9gorie de type d\u2019activit\u00e9","personalization_activity_type_category_modal_delete_desc":"\u00cates-vous s\u00fbr de vouloir supprimer cette cat\u00e9gorie\u00a0? La suppression entra\u00eenera la suppression de tous les types d\u2019activit\u00e9s associ\u00e9es. Toutefois, les activit\u00e9s qui appartiennent \u00e0 cette cat\u00e9gorie ne seront pas affect\u00e9es par cette suppression.","personalization_activity_type_category_modal_delete_error":"Impossible de trouver cette cat\u00e9gorie de type d\u2019activit\u00e9.","personalization_activity_type_category_modal_edit":"Modifier une cat\u00e9gorie de type d\u2019activit\u00e9","personalization_activity_type_category_modal_question":"Comment nommer cette nouvelle cat\u00e9gorie ?","personalization_activity_type_category_table_actions":"Actions","personalization_activity_type_category_table_name":"Nom","personalization_activity_type_category_title":"Cat\u00e9gories de types d\u2019activit\u00e9","personalization_activity_type_modal_add":"Ajouter un nouveau type d\u2019activit\u00e9","personalization_activity_type_modal_delete":"Supprimer un type d\u2019activit\u00e9","personalization_activity_type_modal_delete_desc":"\u00cates-vous s\u00fbr de vouloir supprimer ce type d\u2019activit\u00e9\u00a0? Les activit\u00e9s qui appartiennent \u00e0 cette cat\u00e9gorie ne seront pas affect\u00e9es par cette suppression.","personalization_activity_type_modal_delete_error":"Impossible de trouver ce type d\u2019activit\u00e9.","personalization_activity_type_modal_edit":"Modifier un type d\u2019activit\u00e9","personalization_activity_type_modal_question":"Comment nommer ce nouveau type d\u2019activit\u00e9\u00a0?","personalization_contact_field_type_add":"Ajouter un nouveau type de champ","personalization_contact_field_type_add_success":"Le type de champ de contact a \u00e9t\u00e9 ajout\u00e9 avec succ\u00e8s.","personalization_contact_field_type_delete_success":"Le type de champ de contact a \u00e9t\u00e9 supprim\u00e9 avec succ\u00e8s.","personalization_contact_field_type_description":"Ici vous pouvez configurer les diff\u00e9rents type de champs de contact que vous pouvez associer \u00e0 tous vos contacts. Si \u00e0 l\u2019avenir un nouveau r\u00e9seau social appara\u00eet, vous pourrez ajouter un nouveau type de moyen de contact ici.","personalization_contact_field_type_edit_success":"Le type de champ de contact a \u00e9t\u00e9 mis \u00e0 jour avec succ\u00e8s.","personalization_contact_field_type_modal_delete_description":"Etes-vous s\u00fbr de vouloir supprimer ce type de champ de contact ? Supprimer ce type de contact effacera TOUTES les donn\u00e9es avec ce type de champ pour tous vos contacts.","personalization_contact_field_type_modal_delete_title":"Supprimer un type de champ existant","personalization_contact_field_type_modal_edit_title":"Editer un type de champ existant","personalization_contact_field_type_modal_icon":"Icone (optionnel)","personalization_contact_field_type_modal_icon_help":"Vous pouvez associer un ic\u00f4ne pour ce champ. Vous devez utiliser une r\u00e9f\u00e9rence vers une ic\u00f4ne FontAwesome.","personalization_contact_field_type_modal_name":"Nom","personalization_contact_field_type_modal_protocol":"Protocole (optionnel)","personalization_contact_field_type_modal_protocol_help":"Chaque nouveau type de champ de contact peut \u00eatre cliquable. Si un protocole est d\u00e9fini, nous l\u2019utiliserons pour lancer l\u2019action indiqu\u00e9e par le navigateur.","personalization_contact_field_type_modal_title":"Ajouter un nouveau type de champ","personalization_contact_field_type_table_actions":"Actions","personalization_contact_field_type_table_name":"Nom","personalization_contact_field_type_table_protocol":"Protocole","personalization_contact_field_type_title":"Types de champs de contact","personalization_genders_add":"Ajouter un nouveau type de genre","personalization_genders_desc":"Vous pouvez d\u00e9finir autant de genres dont vous avez besoin. Il vous faut avoir au moins un type de genre dans votre compte.","personalization_genders_modal_add":"Ajouter un nouveau type de genre","personalization_genders_modal_delete":"Supprimer le type de genre","personalization_genders_modal_delete_desc":"\u00cates-vous s\u00fbr de vouloir supprimer {name} ?","personalization_genders_modal_delete_question":"Vous avez actuellement {count} contact qui a ce genre. Si vous supprimez ce genre, quel genre ce contact aurait ?|Vous avez actuellement {count} contacts qui ont ce genre. Si vous supprimez ce genre, quel genre ces contacts devraient avoir ?","personalization_genders_modal_edit":"Mettre \u00e0 jour le type de genre","personalization_genders_modal_edit_question":"Comment ce nouveau genre doit \u00eatre renomm\u00e9\u00a0?","personalization_genders_modal_error":"Merci de choisir un genre valide depuis cette liste.","personalization_genders_modal_question":"Comment ce nouveau genre devrait s\u2019appeler\u00a0?","personalization_genders_title":"Types de genre","personalization_module_desc":"Certaines personnes n\u2019ont pas besoin de toutes ces fonctionnalit\u00e9s. Ci-dessous vous pouvez activer ou d\u00e9sactiver des fonctionnalit\u00e9s sp\u00e9cifiques qui sont utilis\u00e9es sur la vue d\u2019un contact. Ces modifications s\u2019appliqueront \u00e0 tous vos contacts. Notez que si vous d\u00e9sactivez une de ces fonctionnalit\u00e9s les donn\u00e9es ne seront pas perdues, la fonctionnalit\u00e9 sera simplement masqu\u00e9e.","personalization_module_save":"Les modifications ont \u00e9t\u00e9 enregistr\u00e9es","personalization_module_title":"Fonctionnalit\u00e9s","personalization_reminder_rule_desc":"Pour chaque rappel que vous mettez en place, nous pouvons envoyer un courriel plusieurs jours avant que l\u2019\u00e9v\u00e9nement ne se passe. Vous pouvez d\u00e9sactiver ces notifications ici. Notez que ces notifications ne s\u2019appliquent qu\u2019aux rappels mensuels et annuels.","personalization_reminder_rule_line":"{count} jour avant|{count} jours avant","personalization_reminder_rule_save":"Les modifications ont \u00e9t\u00e9 enregistr\u00e9es","personalization_reminder_rule_title":"R\u00e8gles de rappel","personalization_tab_title":"Personnalisez votre compte","personalization_title":"Ici vous pouvez configurer les diff\u00e9rents param\u00e8tres de votre compte. Ces fonctionnalit\u00e9s sont pour les \u00ab utilisateurs avanc\u00e9s \u00bb qui veulent un contr\u00f4le maximal sur Monica.","reminder_time_to_send":"Heure du jour \u00e0 laquelle les rappels doivent \u00eatre envoy\u00e9s","reminder_time_to_send_help":"For your information, your next reminder will be sent on {dateTime}<\/span>.","reset_cta":"Remettre \u00e0 z\u00e9ro","reset_desc":"Souhaitez-vous remettre \u00e0 z\u00e9ro votre compte ? Ceci effacera tous les contacts ainsi que les donn\u00e9es associ\u00e9es. Votre compte ne sera pas effac\u00e9.","reset_notice":"\u00cates-vous s\u00fbr de r\u00e9initialiser votre compte\u00a0? Ceci ne peut pas \u00eatre annul\u00e9.","reset_success":"Votre compte a \u00e9t\u00e9 r\u00e9initialis\u00e9","reset_title":"Remettre \u00e0 z\u00e9ro votre compte","save":"Mettre \u00e0 jour","security_help":"Changer les questions de s\u00e9curit\u00e9 pour votre compte.","security_title":"S\u00e9curit\u00e9","settings_success":"Pr\u00e9f\u00e9rences mises \u00e0 jour","sidebar_personalization":"Personnalisation","sidebar_settings":"Param\u00e8tres du compte","sidebar_settings_api":"API","sidebar_settings_export":"Exporter les donn\u00e9es","sidebar_settings_import":"Importation de donn\u00e9es","sidebar_settings_security":"S\u00e9curit\u00e9","sidebar_settings_subscriptions":"Abonnement","sidebar_settings_tags":"Gestion des \u00e9tiquettes","sidebar_settings_users":"Utilisateurs","subscriptions_account_current_paid_plan":"Vous \u00eates sur l\u2019offre :name. Merci beaucoup pour votre inscription.","subscriptions_account_current_plan":"Votre plan actuel","subscriptions_account_free_plan":"Vous \u00eates sur le plan gratuit.","subscriptions_account_free_plan_benefits_import_data_vcard":"Import de vos contacts au format vCard","subscriptions_account_free_plan_benefits_reminders":"Rappels par courriel","subscriptions_account_free_plan_benefits_support":"Supporter le projet sur le long terme, afin de pouvoir vous proposer plus de fonctionnalit\u00e9s.","subscriptions_account_free_plan_benefits_users":"Nombre illimit\u00e9 d\u2019utilisateurs","subscriptions_account_free_plan_upgrade":"Vous pouvez mettre \u00e0 niveau votre compte en passant au plan :name, qui co\u00fbte $:price par mois. En voici les avantages :","subscriptions_account_invoices":"Factures","subscriptions_account_invoices_download":"T\u00e9l\u00e9charger","subscriptions_account_next_billing":"Votre abonnement va \u00eatre renouvel\u00e9 automatiquement le :date<\/strong>. Vous pouvez annuler l\u2019abonnement<\/a> quand vous le souhaitez.","subscriptions_account_payment":"Quelle option de paiement vous convient le mieux\u00a0?","subscriptions_account_upgrade":"Mettre \u00e0 jour votre compte","subscriptions_account_upgrade_choice":"Choisissez une offre ci-dessous et rejoignez plus de :customers personnes qui ont mis \u00e0 niveau leur Monica.","subscriptions_account_upgrade_title":"Mettez \u00e0 niveau Monica aujourd\u2019hui et ayez des relations encore plus significatives.","subscriptions_back":"Retourner aux param\u00e8tres","subscriptions_downgrade_cta":"Passer au plan inf\u00e9rieur","subscriptions_downgrade_limitations":"Le compte gratuit a des limitations. Afin de pouvoir passer \u00e0 ce plan, vous devez passer les points suivants :","subscriptions_downgrade_rule_invitations":"Vous ne devez pas avoir d\u2019invitations en attente","subscriptions_downgrade_rule_invitations_constraint":"Vous avez actuellement :count invitation en attente<\/a> envoy\u00e9e \u00e0 des personnes.|Vous avez actuellement :count invitations en attente<\/a> envoy\u00e9es \u00e0 des personnes.","subscriptions_downgrade_rule_users":"Vous devez avoir un seul utilisateur dans votre compte","subscriptions_downgrade_rule_users_constraint":"Vous avez actuellement :count utilisateur<\/a> dans votre compte.|Vous avez actuellement :count utilisateurs<\/a> dans votre compte.","subscriptions_downgrade_success":"Vous \u00eates de retour sur l\u2019offre gratuite\u00a0!","subscriptions_downgrade_thanks":"Merci beaucoup d\u2019avoir essay\u00e9 l\u2019offre payante. Nous continuons \u00e0 apporter de nouvelles fonctionnalit\u00e9s sur Monica tout le temps \u2013 vous pouvez donc revenir \u00e0 l\u2019occasion pour voir si vous pourriez \u00e0 nouveau \u00eatre int\u00e9ress\u00e9\u00b7e pour prendre un abonnement.","subscriptions_downgrade_title":"Passez votre compte sur le plan gratuit","subscriptions_help_change_desc":"Vous pouvez annuler \u00e0 tout moment, sans question, et par vous-m\u00eame \u2013 aucun support requis. Toutefois, vous ne serez pas rembours\u00e9 pour la p\u00e9riode en cours.","subscriptions_help_change_title":"Que se passe-t-il si je change d\u2019avis ?","subscriptions_help_discounts_desc":"En effet ! Monica est gratuit pour les \u00e9tudiants, les organismes sans but lucratif et les organismes de bienfaisance. Il suffit de contacter le support<\/a> avec un justificatif de votre statut et nous allons appliquer ce statut sp\u00e9cial dans votre compte.","subscriptions_help_discounts_title":"Avez-vous des r\u00e9ductions pour les organismes sans but lucratif et les organismes d\u2019\u00e9ducation\u00a0?","subscriptions_help_limits_plan":"Absolument pas. L\u2019offre gratuite n\u2019a aucune limite sur le nombre de contacts que vous pouvez avoir.","subscriptions_help_limits_title":"Y a-t-il une limite au nombre de contacts que nous pouvons avoir sur l\u2019offre gratuite\u00a0?","subscriptions_help_opensource_desc":"Monica est un projet open source. Il est le fruit du travail d\u2019une communaut\u00e9 de b\u00e9n\u00e9voles qui veulent juste fournir un outil pour le bien de tous. \u00catre un projet open source signifie que le code est disponible pour tous sur GitHub, et que tout le monde peut l\u2019inspecter, le modifier et l\u2019am\u00e9liorer. Tout l\u2019argent que nous r\u00e9coltons sert uniquement \u00e0 cr\u00e9er des fonctionnalit\u00e9s, avoir plus de serveurs puissants, aider \u00e0 payer les factures. Merci pour votre aide. Nous ne pourrions rien faire sans vous \u2013 litt\u00e9ralement.","subscriptions_help_opensource_title":"Qu\u2019est-ce qu\u2019un projet open source\u00a0?","subscriptions_help_title":"D\u00e9tails suppl\u00e9mentaires, qui peuvent attiser votre curiosit\u00e9","subscriptions_pdf_title":"Votre abonnement :name mensuel","subscriptions_plan_choose":"Choisir cette offre","subscriptions_plan_include1":"Inclus avec votre mise \u00e0 niveau\u00a0:","subscriptions_plan_include2":"Nombre illimit\u00e9 d\u2019utilisateurs \u2022 Rappels par courriel \u2022 Importer des vCard \u2022 Personnalisation de la vue d\u2019un contact","subscriptions_plan_include3":"100% des b\u00e9n\u00e9fices vont \u00e0 l\u2019\u00e9laboration de ce beau projet open source.","subscriptions_plan_month_bonus":"Annuler \u00e0 tout moment","subscriptions_plan_month_cost":"5$\/mois","subscriptions_plan_month_title":"Payer tous les mois","subscriptions_plan_year_bonus":"Tranquillit\u00e9 d\u2019esprit pendant toute une ann\u00e9e","subscriptions_plan_year_cost":"45$\/ann\u00e9e","subscriptions_plan_year_cost_save":"vous \u00e9conomisez 25%","subscriptions_plan_year_title":"Payer annuellement","subscriptions_upgrade_charge":"Nous d\u00e9biterons votre carte de :price$ USD maintenant. Le prochain paiement aura lieu le :date. Si jamais vous changez d\u2019avis, vous pourrez annuler \u00e0 tout moment, sans poser de questions.","subscriptions_upgrade_charge_handled":"Le paiement est g\u00e9r\u00e9 par Stripe<\/a>. Aucune information bancaire n\u2019arrive sur notre serveur.","subscriptions_upgrade_choose":"Vous avez choisi l\u2019offre :plan.","subscriptions_upgrade_credit":"Carte de cr\u00e9dit ou de d\u00e9bit","subscriptions_upgrade_infos":"Nous ne pourrions \u00eatre plus heureux. Entrez vos informations de paiement ci-dessous.","subscriptions_upgrade_name":"Nom sur la carte","subscriptions_upgrade_submit":"Soumettre le Paiement","subscriptions_upgrade_success":"Merci\u00a0! Vous \u00eates maintenant inscrit.","subscriptions_upgrade_thanks":"Bienvenue dans la communaut\u00e9 de personnes qui essaient de rendre le monde un peu meilleur.","subscriptions_upgrade_title":"Passer au plan sup\u00e9rieur","subscriptions_upgrade_zip":"Code postal","tags_blank_description":"Les \u00e9tiquettes sont comme des dossiers, mais vous pouvez avoir autant d\u2019\u00e9tiquette que vous le souhaitez par contact.","tags_blank_title":"Les \u00e9tiquettes sont une excellente mani\u00e8re de cat\u00e9goriser vos contacts.","tags_list_contact_number":":count contact|:count contacts","tags_list_delete_confirmation":"\u00cates-vous s\u00fbr de vouloir supprimer cette \u00e9tiquette ? Aucun contact ne sera supprim\u00e9, seulement l\u2019\u00e9tiquette.","tags_list_delete_success":"L\u2019\u00e9tiquette a \u00e9t\u00e9 supprim\u00e9e avec succ\u00e8s","tags_list_description":"Vous pouvez organiser vos contact avec des \u00e9tiquettes. Les \u00e9tiquettes sont comme des dossiers, mais vous pouvez avoir autant d\u2019\u00e9tiquettes que vous le souhaitez par contact.","tags_list_title":"\u00c9tiquettes","timezone":"Fuseau horaire","u2f_buttonAdvise":"Si votre cl\u00e9 de s\u00e9curit\u00e9 dispose d\u2019un bouton, appuyez dessus.","u2f_enable_description":"Ajoutez une nouvelle cl\u00e9 de s\u00e9curit\u00e9 U2F","u2f_error_bad_request":"L'URL visit\u00e9e ne correspond pas \u00e0 l\u2019App ID ou vous n'utilisez pas HTTPS","u2f_error_configuration_unsupported":"La configuration client n\u2019est pas support\u00e9e.","u2f_error_device_ineligible":"Le dispositif pr\u00e9sent\u00e9 n\u2019est pas admissible pour cette demande. Pour une demande d\u2019enregistrement, cela peut signifier que le jeton est d\u00e9j\u00e0 enregistr\u00e9, et pour une demande d'authentification, cela peut signifier que le jeton ne conna\u00eet pas les cl\u00e9s pr\u00e9sent\u00e9es.","u2f_error_other_error":"Une erreur est survenue.","u2f_error_timeout":"D\u00e9lai d\u2019attente atteint avant que la demande ne soit satisfaite.","u2f_insertKey":"Ins\u00e9rer votre cl\u00e9 de s\u00e9curit\u00e9.","u2f_noButtonAdvise":"Si ce n'est pas le cas, enlevez-la et ins\u00e9rez l\u00e0 \u00e0 nouveau.","u2f_success":"Votre cl\u00e9 est d\u00e9tect\u00e9e et valid\u00e9e.","u2f_title":"Cl\u00e9 de s\u00e9curit\u00e9 U2F","users_accept_title":"Accepter l\u2019invitation et cr\u00e9er un nouveau compte","users_add_confirmation":"Je confirme que je veux inviter cet utilisateur dans mon compte. Cette personne aura toutes mes donn\u00e9es d\u2019acc\u00e8s et verra exactement ce que je vois.","users_add_cta":"Inviter l\u2019utilisateur par courriel","users_add_description":"Cette personne aura les m\u00eames droits que vous, y compris inviter d\u2019autres utilisateurs et les supprimer (y compris vous). Par cons\u00e9quent, assurez-vous que vous faites confiance \u00e0 cette personne.","users_add_email_field":"Entrez le courriel de la personne que vous souhaitez inviter","users_add_title":"Inviter un nouvel utilisateur par couriel \u00e0 votre compte","users_blank_add_title":"Souhaitez-vous inviter quelqu\u2019un d\u2019autre\u00a0?","users_blank_cta":"Inviter quelqu\u2019un","users_blank_description":"Cette personne aura le m\u00eame acc\u00e8s que vous et sera en mesure d\u2019ajouter, modifier ou supprimer les informations de contact.","users_blank_title":"Vous \u00eates la seule personne qui a acc\u00e8s \u00e0 ce compte.","users_error_already_invited":"Vous avez d\u00e9j\u00e0 invit\u00e9 cet utilisateur. Veuillez choisir une autre adresse couriel.","users_error_email_already_taken":"Ce courriel est d\u00e9j\u00e0 pris. Veuillez en utiliser un autre","users_error_email_not_similar":"Ce n\u2019est pas le courriel de la personne qui vous a invit\u00e9.","users_error_please_confirm":"Merci de confirmer que vous souhaitez bien inviter cette personne avant d\u2019envoyer l\u2019invitation","users_invitation_deleted_confirmation_message":"L\u2019invitation a \u00e9t\u00e9 supprim\u00e9e avec succ\u00e8s","users_invitation_need_subscription":"L\u2019ajout d\u2019utilisateurs n\u00e9cessite un abonnement.","users_invitations_delete_confirmation":"\u00cates-vous s\u00fbr de vouloir supprimer de cette invitation ?","users_list_add_user":"Inviter un nouvel utilisateur","users_list_delete_confirmation":"\u00cates-vous s\u00fbr de vouloir supprimer cet utilisateur de votre compte ?","users_list_invitations_explanation":"Voici les personnes que vous avez invit\u00e9 \u00e0 rejoindre Monica comme collaborateurs.","users_list_invitations_invited_by":"invit\u00e9 par :name","users_list_invitations_sent_date":"envoy\u00e9 le :date","users_list_invitations_title":"Invitations en attente","users_list_title":"Utilisateurs avec acc\u00e8s \u00e0 votre compte","users_list_you":"C\u2019est vous"},"validation":{"accepted":"Le champ :attribute doit \u00eatre accept\u00e9.","active_url":"Le champ :attribute n\u2019est pas une URL valide.","after":"Le champ :attribute doit \u00eatre une date post\u00e9rieure au :date.","after_or_equal":":attribute doit \u00eatre une date post\u00e9rieure ou \u00e9gale \u00e0 :date.","alpha":"Le champ :attribute doit seulement contenir des lettres.","alpha_dash":"Le champ :attribute doit seulement contenir des lettres, des chiffres et des tirets.","alpha_num":"Le champ :attribute doit seulement contenir des chiffres et des lettres.","array":"Le champ :attribute doit \u00eatre un tableau.","attributes":[],"before":"Le champ :attribute doit \u00eatre une date ant\u00e9rieure au :date.","before_or_equal":":attribute doit \u00eatre une date ant\u00e9rieure ou \u00e9gale \u00e0 :date.","between":{"array":"Le tableau :attribute doit contenir entre :min et :max \u00e9l\u00e9ments.","file":"La taille du fichier de :attribute doit \u00eatre comprise entre :min et :max kilo-octets.","numeric":"La valeur de :attribute doit \u00eatre comprise entre :min et :max.","string":"Le texte :attribute doit contenir entre :min et :max caract\u00e8res."},"boolean":"Le champ :attribute doit \u00eatre vrai ou faux.","confirmed":"Le champ de confirmation :attribute ne correspond pas.","custom":{"attribute-name":{"rule-name":"custom-message"}},"date":"Le champ :attribute n\u2019est pas une date valide.","date_format":"Le champ :attribute ne correspond pas au format :format.","different":"Les champs :attribute et :other doivent \u00eatre diff\u00e9rents.","digits":"Le champ :attribute doit contenir :digits chiffres.","digits_between":"Le champ :attribute doit contenir entre :min et :max chiffres.","dimensions":":attribute a des dimensions d\u2019image invalides.","distinct":"Le champ :attribute a une valeur dupliqu\u00e9e.","email":"Le champ :attribute doit \u00eatre une adresse e-mail valide.","exists":"Le champ :attribute s\u00e9lectionn\u00e9 est invalide.","file":":attribute doit \u00eatre un fichier.","filled":"Le champ :attribute doit avoir une valeur.","image":"Le champ :attribute doit \u00eatre une image.","in":"Le champ :attribute est invalide.","in_array":"Le champ :attribute n\u2019existe pas dans :other.","integer":"Le champ :attribute doit \u00eatre un entier.","ip":"Le champ :attribute doit \u00eatre une adresse IP valide.","ipv4":":attribute doit \u00eatre une adresse IPv4 valide.","ipv6":":attribute doit \u00eatre une adresse IPv6 valide.","json":"Le champ :attribute doit \u00eatre un document JSON valide.","max":{"array":"Le tableau :attribute ne peut contenir plus de :max \u00e9l\u00e9ments.","file":"La taille du fichier de :attribute ne peut pas d\u00e9passer :max kilo-octets.","numeric":"La valeur de :attribute ne peut \u00eatre sup\u00e9rieure \u00e0 :max.","string":"Le texte de :attribute ne peut contenir plus de :max caract\u00e8res."},"mimes":"Le champ :attribute doit \u00eatre un fichier de type : :values.","mimetypes":":attribute doit \u00eatre un fichier de type : :values.","min":{"array":"Le tableau :attribute doit contenir au moins :min \u00e9l\u00e9ments.","file":"La taille du fichier de :attribute doit \u00eatre sup\u00e9rieure \u00e0 :min kilo-octets.","numeric":"La valeur de :attribute doit \u00eatre sup\u00e9rieure ou \u00e9gale \u00e0 :min.","string":"Le texte :attribute doit contenir au moins :min caract\u00e8res."},"not_in":"Le champ :attribute s\u00e9lectionn\u00e9 n\u2019est pas valide.","not_regex":"Le format du champ :attribute est invalide.","numeric":"Le champ :attribute doit contenir un nombre.","present":"Le champ :attribute doit \u00eatre pr\u00e9sent.","regex":"Le format du champ :attribute est invalide.","required":"Le champ :attribute est obligatoire.","required_if":"Le champ :attribute est obligatoire quand la valeur de :other est :value.","required_unless":"Le champ :attribute est obligatoire sauf si :other est :values.","required_with":"Le champ :attribute est obligatoire quand :values est pr\u00e9sent.","required_with_all":"Le champ :attribute est obligatoire quand :values est pr\u00e9sent.","required_without":"Le champ :attribute est obligatoire quand :values n\u2019est pas pr\u00e9sent.","required_without_all":"Le champ :attribute est requis quand aucun de :values n\u2019est pr\u00e9sent.","same":"Les champs :attribute et :other doivent \u00eatre identiques.","size":{"array":"Le tableau :attribute doit contenir :size \u00e9l\u00e9ments.","file":"La taille du fichier de :attribute doit \u00eatre de :size kilo-octets.","numeric":"La valeur de :attribute doit \u00eatre :size.","string":"Le texte de :attribute doit contenir :size caract\u00e8res."},"string":"Le champ :attribute doit \u00eatre une cha\u00eene de caract\u00e8res.","timezone":"Le champ :attribute doit \u00eatre un fuseau horaire valide.","unique":"La valeur du champ :attribute est d\u00e9j\u00e0 utilis\u00e9e.","uploaded":":attribute n\u2019a pas pu \u00eatre t\u00e9l\u00e9vers\u00e9.","url":"Le format de l\u2019Url de :attribute n\u2019est pas valide."}} diff --git a/public/js/langs/he.json b/public/js/langs/he.json index 9a9cef907ff..16445c0a9cf 100644 --- a/public/js/langs/he.json +++ b/public/js/langs/he.json @@ -1 +1 @@ -{"app":{"add":"\u05d4\u05d5\u05e1\u05e4\u05d4","application_description":"\u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u05d4\u05d9\u05d0 \u05db\u05dc\u05d9 \u05dc\u05e0\u05d9\u05d4\u05d5\u05dc \u05d4\u05e7\u05e9\u05e8\u05d9\u05dd \u05d4\u05d7\u05d1\u05e8\u05ea\u05d9\u05d9\u05dd \u05e9\u05dc\u05da \u05e2\u05dd \u05d0\u05d4\u05d5\u05d1\u05d9\u05da, \u05d7\u05d1\u05e8\u05d9\u05da \u05d5\u05de\u05e9\u05e4\u05d7\u05ea\u05da.","application_og_title":"\u05d7\u05d9\u05d6\u05d5\u05e7 \u05d4\u05e7\u05e9\u05e8 \u05e2\u05dd \u05d0\u05d4\u05d5\u05d1\u05d9\u05da. \u05de\u05e2\u05e8\u05db\u05ea \u05e0\u05d9\u05d4\u05d5\u05dc \u05de\u05e7\u05d5\u05d5\u05e0\u05ea \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e7\u05e9\u05e8\u05d9\u05dd \u05e2\u05dd \u05d7\u05d1\u05e8\u05d9\u05dd \u05d5\u05de\u05e9\u05e4\u05d7\u05d4.","application_title":"\u05de\u05d5\u05e0\u05d9\u05e7\u05d4 - \u05e0\u05d9\u05d4\u05d5\u05dc \u05d9\u05d7\u05e1\u05d9\u05dd \u05d1\u05d9\u05e0\u05d0\u05d9\u05e9\u05d9\u05d9\u05dd","breadcrumb_add_note":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05d4\u05e2\u05e8\u05d4","breadcrumb_add_significant_other":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05e9\u05e8 \u05d6\u05d5\u05d2\u05d9","breadcrumb_api":"API","breadcrumb_dashboard":"\u05dc\u05d5\u05d7 \u05de\u05d7\u05d5\u05d5\u05e0\u05d9\u05dd","breadcrumb_edit_introductions":"\u05d0\u05d9\u05da \u05d4\u05db\u05e8\u05ea\u05dd","breadcrumb_edit_note":"\u05e2\u05e8\u05d9\u05db\u05ea \u05d4\u05e2\u05e8\u05d4","breadcrumb_edit_significant_other":"\u05e2\u05e8\u05d9\u05db\u05ea \u05e7\u05e9\u05e8 \u05d6\u05d5\u05d2\u05d9","breadcrumb_journal":"\u05d9\u05d5\u05de\u05df","breadcrumb_list_contacts":"\u05e8\u05e9\u05d9\u05de\u05ea \u05d0\u05e0\u05e9\u05d9\u05dd","breadcrumb_settings":"\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea","breadcrumb_settings_export":"\u05d9\u05e6\u05d5\u05d0","breadcrumb_settings_import":"\u05d9\u05d1\u05d5\u05d0","breadcrumb_settings_import_report":"\u05d3\u05d5\u05d7 \u05d9\u05d1\u05d5\u05d0","breadcrumb_settings_import_upload":"\u05d4\u05e2\u05dc\u05d0\u05d4","breadcrumb_settings_personalization":"\u05d4\u05ea\u05d0\u05de\u05d4 \u05d0\u05d9\u05e9\u05d9\u05ea","breadcrumb_settings_security":"\u05d0\u05d1\u05d8\u05d7\u05d4","breadcrumb_settings_security_2fa":"\u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","breadcrumb_settings_subscriptions":"\u05d4\u05e8\u05e9\u05de\u05d4","breadcrumb_settings_tags":"\u05ea\u05d2\u05d9\u05d5\u05ea","breadcrumb_settings_users":"\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd","breadcrumb_settings_users_add":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05de\u05e9\u05ea\u05de\u05e9","cancel":"\u05d1\u05d9\u05d8\u05d5\u05dc","close":"\u05e1\u05d2\u05d9\u05e8\u05d4","compliance_desc":"\u05e2\u05e8\u05db\u05e0\u05d5 \u05d0\u05ea \u05ea\u05e0\u05d0\u05d9 \u05d4\u05e9\u05d9\u05de\u05d5\u05e9<\/a> \u05d5\u05d0\u05ea \u05de\u05d3\u05d9\u05e0\u05d9\u05d5\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05d5\u05ea<\/a> \u05e9\u05dc\u05e0\u05d5. \u05de\u05db\u05d5\u05d7 \u05d4\u05d7\u05d5\u05e7 \u05e2\u05dc\u05d9\u05e0\u05d5 \u05dc\u05d1\u05e7\u05e9 \u05de\u05de\u05da \u05dc\u05e2\u05d9\u05d9\u05df \u05d1\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d5\u05dc\u05d0\u05e9\u05e8 \u05d0\u05ea \u05d4\u05e1\u05db\u05de\u05ea\u05da \u05dc\u05d4\u05dd \u05db\u05d3\u05d9 \u05dc\u05d4\u05de\u05e9\u05d9\u05da \u05dc\u05d0\u05e4\u05e9\u05e8 \u05dc\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05da.","compliance_desc_end":"\u05d0\u05e0\u05d5 \u05dc\u05d0 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05d0\u05d5 \u05d1\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05dc\u05d0\u05e3 \u05de\u05d8\u05e8\u05d4 \u05d6\u05d3\u05d5\u05e0\u05d9\u05ea \u05d5\u05d2\u05dd \u05dc\u05d0 \u05e0\u05e2\u05e9\u05d4 \u05d6\u05d0\u05ea \u05d1\u05e2\u05ea\u05d9\u05d3.","compliance_terms":"\u05e7\u05d1\u05dc\u05ea \u05d4\u05ea\u05e0\u05d0\u05d9\u05dd \u05d5\u05de\u05d3\u05d9\u05e0\u05d9\u05d5\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05d5\u05ea \u05d4\u05d7\u05d3\u05e9\u05d9\u05dd","compliance_title":"\u05e1\u05dc\u05d9\u05d7\u05d4 \u05e2\u05dc \u05d4\u05d4\u05e4\u05e8\u05e2\u05d4.","create":"\u05d9\u05e6\u05d9\u05e8\u05d4","days":"day|days","default_save_success":"\u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e0\u05e9\u05de\u05e8\u05d5.","delete":"\u05de\u05d7\u05d9\u05e7\u05d4","done":"\u05e1\u05d9\u05d5\u05dd","edit":"\u05e2\u05e8\u05d9\u05db\u05d4","error_save":"\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05e9\u05de\u05d9\u05e8\u05ea \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd.","error_title":"\u05d0\u05d5\u05e4\u05e1! \u05de\u05e9\u05d4\u05d5 \u05d4\u05e9\u05ea\u05d1\u05e9.","error_unauthorized":"\u05d0\u05d9\u05df \u05dc\u05da \u05d0\u05ea \u05d4\u05d4\u05e8\u05e9\u05d0\u05d4 \u05dc\u05e2\u05e8\u05d5\u05da \u05d0\u05ea \u05d4\u05de\u05e9\u05d0\u05d1 \u05d4\u05d6\u05d4.","footer_modal_version_release_away":"\u05d2\u05e8\u05e1\u05d4 \u05d6\u05d5 \u05d9\u05e6\u05d0\u05d4 \u05dc\u05d0\u05d5\u05e8 \u05d2\u05e8\u05e1\u05d4 \u05d0\u05d7\u05ea \u05dc\u05e4\u05e0\u05d9 \u05d4\u05d2\u05e8\u05e1\u05d4 \u05d4\u05e2\u05d3\u05db\u05e0\u05d9\u05ea \u05d4\u05e0\u05d5\u05db\u05d7\u05d9\u05ea. \u05e2\u05dc\u05d9\u05da \u05dc\u05e2\u05d3\u05db\u05df \u05d0\u05ea \u05d4\u05e2\u05d5\u05ea\u05e7 \u05e9\u05dc\u05da.|\u05d2\u05e8\u05e1\u05d4 \u05d6\u05d5 \u05d9\u05e6\u05d0\u05d4 \u05dc\u05d0\u05d5\u05e8 :number \u05d2\u05e8\u05e1\u05d0\u05d5\u05ea \u05dc\u05e4\u05e0\u05d9 \u05d4\u05d2\u05e8\u05e1\u05d4 \u05d4\u05e2\u05d3\u05db\u05e0\u05d9\u05ea \u05d4\u05e0\u05d5\u05db\u05d7\u05d9\u05ea. \u05e2\u05dc\u05d9\u05da \u05dc\u05e2\u05d3\u05db\u05df \u05d0\u05ea \u05d4\u05e2\u05d5\u05ea\u05e7 \u05e9\u05dc\u05da.","footer_modal_version_whats_new":"\u05de\u05d4 \u05d7\u05d3\u05e9","footer_new_version":"\u05d2\u05e8\u05e1\u05d4 \u05d7\u05d3\u05e9\u05d4 \u05d6\u05de\u05d9\u05e0\u05d4","footer_newsletter":"\u05e8\u05e9\u05d9\u05de\u05ea \u05d3\u05d9\u05d5\u05d5\u05e8","footer_privacy":"\u05de\u05d3\u05d9\u05e0\u05d9\u05d5\u05ea \u05e4\u05e8\u05d8\u05d9\u05d5\u05ea","footer_release":"\u05d4\u05e2\u05e8\u05d5\u05ea \u05d4\u05d5\u05e6\u05d0\u05d4 \u05dc\u05d0\u05d5\u05e8","footer_remarks":"\u05d9\u05e9 \u05d4\u05e2\u05e8\u05d5\u05ea?","footer_send_email":"\u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05dc\u05d5\u05d7 \u05dc\u05d9 \u05d3\u05d5\u05d0\u05f4\u05dc","footer_source_code":"\u05ea\u05e8\u05d5\u05de\u05d4","footer_version":"\u05d2\u05e8\u05e1\u05d4: :version","for":"for","gender_female":"\u05d0\u05d9\u05e9\u05d4","gender_male":"\u05d2\u05d1\u05e8","gender_none":"\u05e9\u05de\u05d5\u05e8 \u05d1\u05de\u05e2\u05e8\u05db\u05ea","header_changelog_link":"\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d1\u05de\u05d5\u05e6\u05e8","header_logout_link":"\u05d9\u05e6\u05d9\u05d0\u05d4","header_settings_link":"\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea","load_more":"\u05dc\u05d8\u05e2\u05d5\u05df \u05e2\u05d5\u05d3","loading":"\u05d1\u05d8\u05e2\u05d9\u05e0\u05d4\u2026","main_nav_activities":"\u05e4\u05e2\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea","main_nav_cta":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05d0\u05e0\u05e9\u05d9\u05dd","main_nav_dashboard":"\u05dc\u05d5\u05d7 \u05de\u05d7\u05d5\u05d5\u05e0\u05d9\u05dd","main_nav_family":"\u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8","main_nav_journal":"\u05d9\u05d5\u05de\u05df","main_nav_tasks":"\u05de\u05e9\u05d9\u05de\u05d5\u05ea","markdown_description":"\u05e8\u05d5\u05e6\u05d4 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05e7\u05e6\u05ea \u05e2\u05e0\u05d9\u05d9\u05df \u05dc\u05d8\u05e7\u05e1\u05d8 \u05e9\u05dc\u05da? \u05d1\u05de\u05e2\u05e8\u05db\u05ea \u05d6\u05d5 \u05e7\u05d9\u05d9\u05de\u05ea \u05ea\u05de\u05d9\u05db\u05d4 \u05d1\u05beMarkdown \u05db\u05d3\u05d9 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d4\u05d3\u05d2\u05e9\u05d4, \u05d4\u05d8\u05d9\u05d4, \u05e8\u05e9\u05d9\u05de\u05d5\u05ea \u05d5\u05e2\u05d5\u05d3.","markdown_link":"\u05e7\u05e8\u05d9\u05d0\u05ea \u05d4\u05ea\u05d9\u05e2\u05d5\u05d3","new":"new","relationship_type_bestfriend":"\u05d4\u05d7\u05d1\u05e8 \u05d4\u05d8\u05d5\u05d1 \u05d1\u05d9\u05d5\u05ea\u05e8","relationship_type_bestfriend_female":"\u05d4\u05d7\u05d1\u05e8\u05d4 \u05d4\u05d8\u05d5\u05d1\u05d4 \u05d1\u05d9\u05d5\u05ea\u05e8","relationship_type_bestfriend_female_with_name":"\u05d4\u05d7\u05d1\u05e8\u05d4 \u05d4\u05db\u05d9 \u05d8\u05d5\u05d1\u05d4 \u05e9\u05dc :name","relationship_type_bestfriend_with_name":"\u05d4\u05d7\u05d1\u05e8 \u05d4\u05db\u05d9 \u05d8\u05d5\u05d1 \u05e9\u05dc :name","relationship_type_boss":"\u05de\u05e0\u05d4\u05dc","relationship_type_boss_female":"\u05de\u05e0\u05d4\u05dc\u05ea","relationship_type_boss_female_with_name":"\u05de\u05e0\u05d4\u05dc\u05ea \u05e9\u05dc :name","relationship_type_boss_with_name":"\u05de\u05e0\u05d4\u05dc \u05e9\u05dc :name","relationship_type_child":"\u05d1\u05df","relationship_type_child_female":"\u05d1\u05ea","relationship_type_child_female_with_name":"\u05d1\u05ea \u05e9\u05dc :name","relationship_type_child_with_name":"\u05d1\u05df \u05e9\u05dc :name","relationship_type_colleague":"\u05e2\u05de\u05d9\u05ea \u05dc\u05e2\u05d1\u05d5\u05d3\u05d4","relationship_type_colleague_female":"\u05e2\u05de\u05d9\u05ea\u05d4 \u05dc\u05e2\u05d1\u05d5\u05d3\u05d4","relationship_type_colleague_female_with_name":"\u05e2\u05de\u05d9\u05ea\u05d4 \u05dc\u05e2\u05d1\u05d5\u05d3\u05d4 \u05e9\u05dc :name","relationship_type_colleague_with_name":"\u05e2\u05de\u05d9\u05ea \u05dc\u05e2\u05d1\u05d5\u05d3\u05d4 \u05e9\u05dc :name","relationship_type_cousin":"\u05d1\u05df \u05d3\u05d5\u05d3","relationship_type_cousin_female":"\u05d1\u05ea \u05d3\u05d5\u05d3\u05d4","relationship_type_cousin_female_with_name":"\u05d1\u05ea \u05d3\u05d5\u05d3\u05d4 \u05e9\u05dc :name","relationship_type_cousin_with_name":"\u05d1\u05df \u05d3\u05d5\u05d3 \u05e9\u05dc :name","relationship_type_date":"\u05dc\u05d9\u05e6\u05d9\u05d0\u05d4","relationship_type_date_female":"\u05d9\u05d5\u05e6\u05d0\u05ea \u05e7\u05d1\u05d5\u05e2","relationship_type_date_female_with_name":"\u05d9\u05d5\u05e6\u05d0\u05ea \u05e7\u05d1\u05d5\u05e2 \u05e2\u05dd :name","relationship_type_date_with_name":"\u05d9\u05d5\u05e6\u05d0 \u05e7\u05d1\u05d5\u05e2 \u05e2\u05dd :name","relationship_type_ex":"\u05d7\u05d1\u05e8 \u05dc\u05e9\u05e2\u05d1\u05e8","relationship_type_ex_female":"\u05d7\u05d1\u05e8\u05d4 \u05dc\u05e9\u05e2\u05d1\u05e8","relationship_type_ex_female_with_name":"\u05d7\u05d1\u05e8\u05d4 \u05dc\u05e9\u05e2\u05d1\u05e8 \u05e9\u05dc :name","relationship_type_ex_husband":"\u05d2\u05e8\u05d5\u05e9","relationship_type_ex_husband_female":"\u05d2\u05e8\u05d5\u05e9\u05d4","relationship_type_ex_husband_female_with_name":"\u05d4\u05d2\u05e8\u05d5\u05e9\u05d4 \u05e9\u05dc :name","relationship_type_ex_husband_with_name":"\u05d4\u05d2\u05e8\u05d5\u05e9 \u05e9\u05dc :name","relationship_type_ex_with_name":"\u05d7\u05d1\u05e8 \u05dc\u05e9\u05e2\u05d1\u05e8 \u05e9\u05dc :name","relationship_type_friend":"\u05d7\u05d1\u05e8","relationship_type_friend_female":"\u05d7\u05d1\u05e8\u05d4","relationship_type_friend_female_with_name":"\u05d7\u05d1\u05e8\u05d4 \u05e9\u05dc :name","relationship_type_friend_with_name":"\u05d7\u05d1\u05e8 \u05e9\u05dc :name","relationship_type_godfather":"\u05e1\u05e0\u05d3\u05e7","relationship_type_godfather_female":"\u05e1\u05e0\u05d3\u05e7\u05d9\u05ea","relationship_type_godfather_female_with_name":"\u05d4\u05e1\u05e0\u05d3\u05e7\u05d9\u05ea \u05e9\u05dc :name","relationship_type_godfather_with_name":"\u05d4\u05e1\u05e0\u05d3\u05e7 \u05e9\u05dc :name","relationship_type_godson":"\u05d1\u05df \u05e1\u05e0\u05d3\u05e7\u05d5\u05ea","relationship_type_godson_female":"\u05d1\u05ea \u05e1\u05e0\u05d3\u05e7\u05d5\u05ea","relationship_type_godson_female_with_name":"\u05d1\u05ea \u05d4\u05e1\u05e0\u05d3\u05e7\u05d5\u05ea \u05e9\u05dc :name","relationship_type_godson_with_name":"\u05d1\u05df \u05d4\u05e1\u05e0\u05d3\u05e7\u05d5\u05ea \u05e9\u05dc :name","relationship_type_grandchild":"\u05e0\u05db\u05d3","relationship_type_grandchild_female":"\u05e0\u05db\u05d3\u05d4","relationship_type_grandchild_female_with_name":"\u05e0\u05db\u05d3\u05d4 \u05e9\u05dc :name","relationship_type_grandchild_with_name":"\u05e0\u05db\u05d3 \u05e9\u05dc :name","relationship_type_grandparent":"\u05e1\u05d1\u05d0","relationship_type_grandparent_female":"\u05e1\u05d1\u05ea\u05d0","relationship_type_grandparent_female_with_name":"\u05e1\u05d1\u05ea\u05d0 \u05e9\u05dc :name","relationship_type_grandparent_with_name":"\u05e1\u05d1\u05d0 \u05e9\u05dc :name","relationship_type_group_family":"\u05e7\u05e9\u05e8\u05d9\u05dd \u05de\u05e9\u05e4\u05d7\u05ea\u05d9\u05d9\u05dd","relationship_type_group_friend":"\u05e7\u05e9\u05e8\u05d9\u05dd \u05d7\u05d1\u05e8\u05ea\u05d9\u05d9\u05dd","relationship_type_group_love":"\u05e7\u05e9\u05e8\u05d9\u05dd \u05e8\u05d5\u05de\u05e0\u05d8\u05d9\u05d9\u05dd","relationship_type_group_other":"\u05e1\u05d5\u05d2\u05d9 \u05e7\u05e9\u05e8 \u05d0\u05d7\u05e8\u05d9\u05dd","relationship_type_group_work":"\u05e7\u05e9\u05e8\u05d9 \u05e2\u05d1\u05d5\u05d3\u05d4","relationship_type_inlovewith":"\u05de\u05d0\u05d5\u05d4\u05d1","relationship_type_inlovewith_female":"\u05de\u05d0\u05d5\u05d4\u05d1\u05ea","relationship_type_inlovewith_female_with_name":"\u05de\u05d5\u05e9\u05d0 \u05d0\u05d4\u05d1\u05ea\u05d4 \u05e9\u05dc :name","relationship_type_inlovewith_with_name":"\u05de\u05d5\u05e9\u05d0 \u05d0\u05d4\u05d1\u05ea\u05d5 \u05e9\u05dc :name","relationship_type_lovedby":"\u05e0\u05d0\u05d4\u05d1 \u05e2\u05dc \u05d9\u05d3\u05d9","relationship_type_lovedby_female":"\u05e0\u05d0\u05d4\u05d1\u05ea \u05e2\u05dc \u05d9\u05d3\u05d9","relationship_type_lovedby_female_with_name":"\u05de\u05d0\u05d4\u05d1\u05ea \u05e1\u05d5\u05d3\u05d9\u05ea \u05e9\u05dc :name","relationship_type_lovedby_with_name":"\u05de\u05d0\u05d4\u05d1 \u05e1\u05d5\u05d3\u05d9 \u05e9\u05dc :name","relationship_type_lover":"\u05de\u05d0\u05d4\u05d1","relationship_type_lover_female":"\u05de\u05d0\u05d4\u05d1\u05ea","relationship_type_lover_female_with_name":"\u05de\u05d0\u05d4\u05d1\u05ea \u05e9\u05dc :name","relationship_type_lover_with_name":"\u05de\u05d0\u05d4\u05d1 \u05e9\u05dc :name","relationship_type_mentor":"\u05d7\u05d5\u05e0\u05da","relationship_type_mentor_female":"\u05d7\u05d5\u05e0\u05db\u05ea","relationship_type_mentor_female_with_name":"\u05d7\u05d5\u05e0\u05da \u05e9\u05dc :name","relationship_type_mentor_with_name":"\u05d7\u05d5\u05e0\u05da \u05e9\u05dc :name","relationship_type_nephew":"\u05d0\u05d7\u05d9\u05d9\u05df","relationship_type_nephew_female":"\u05d0\u05d7\u05d9\u05d9\u05e0\u05d9\u05ea","relationship_type_nephew_female_with_name":"\u05d0\u05d7\u05d9\u05d9\u05e0\u05d9\u05ea \u05e9\u05dc :name","relationship_type_nephew_with_name":"\u05d0\u05d7\u05d9\u05d9\u05df \u05e9\u05dc :name","relationship_type_parent":"\u05d0\u05d1\u05d0","relationship_type_parent_female":"\u05d0\u05d9\u05de\u05d0","relationship_type_parent_female_with_name":"\u05d0\u05d9\u05de\u05d0 \u05e9\u05dc :name","relationship_type_parent_with_name":"\u05d0\u05d1\u05d0 \u05e9\u05dc :name","relationship_type_partner":"\u05d1\u05df \u05d6\u05d5\u05d2","relationship_type_partner_female":"\u05d1\u05ea \u05d6\u05d5\u05d2","relationship_type_partner_female_with_name":"\u05d1\u05ea \u05d4\u05d6\u05d5\u05d2 \u05e9\u05dc :name","relationship_type_partner_with_name":"\u05d1\u05df \u05d4\u05d6\u05d5\u05d2 \u05e9\u05dc :name","relationship_type_protege":"\u05d7\u05e0\u05d9\u05da","relationship_type_protege_female":"\u05d7\u05e0\u05d9\u05db\u05d4","relationship_type_protege_female_with_name":"\u05d7\u05e0\u05d9\u05db\u05d4 \u05e9\u05dc :name","relationship_type_protege_with_name":"\u05d7\u05e0\u05d9\u05da \u05e9\u05dc :name","relationship_type_sibling":"\u05d0\u05d7","relationship_type_sibling_female":"\u05d0\u05d7\u05d5\u05ea","relationship_type_sibling_female_with_name":"\u05d0\u05d7\u05d5\u05ea \u05e9\u05dc :name","relationship_type_sibling_with_name":"\u05d0\u05d7 \u05e9\u05dc :name","relationship_type_spouse":"\u05d1\u05e2\u05dc","relationship_type_spouse_female":"\u05d0\u05d9\u05e9\u05d4","relationship_type_spouse_female_with_name":"\u05d0\u05e9\u05ea\u05d5 \u05e9\u05dc :name","relationship_type_spouse_with_name":"\u05d1\u05e2\u05dc\u05d4 \u05e9\u05dc :name","relationship_type_subordinate":"\u05db\u05e4\u05d5\u05e3","relationship_type_subordinate_female":"\u05db\u05e4\u05d5\u05e4\u05d4","relationship_type_subordinate_female_with_name":"\u05db\u05e4\u05d5\u05e4\u05d4 \u05dc:name","relationship_type_subordinate_with_name":"\u05db\u05e4\u05d5\u05e3 \u05dc:name","relationship_type_uncle":"\u05d3\u05d5\u05d3","relationship_type_uncle_female":"\u05d3\u05d5\u05d3\u05d4","relationship_type_uncle_female_with_name":"\u05d3\u05d5\u05d3\u05d4 \u05e9\u05dc :name","relationship_type_uncle_with_name":"\u05d3\u05d5\u05d3 \u05e9\u05dc :name","remove":"\u05d4\u05e1\u05e8\u05d4","revoke":"\u05e9\u05dc\u05d9\u05dc\u05d4","save":"\u05e9\u05de\u05d9\u05e8\u05d4","unknown":"\u05dc\u05d0 \u05d9\u05d3\u05d5\u05e2 \u05dc\u05d9","update":"\u05e2\u05d3\u05db\u05d5\u05df","upload":"\u05d4\u05e2\u05dc\u05d0\u05d4","verify":"\u05d0\u05d9\u05de\u05d5\u05ea","with":"\u05e2\u05dd"},"auth":{"2fa_one_time_password":"\u05e7\u05d5\u05d3 \u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","2fa_otp_help":"\u05d9\u05e9 \u05dc\u05e4\u05ea\u05d5\u05d7 \u05d0\u05ea \u05d9\u05d9\u05e9\u05d5\u05de\u05d5\u05df \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9 \u05e9\u05dc\u05da \u05d5\u05dc\u05d4\u05e2\u05ea\u05d9\u05e7 \u05d0\u05ea \u05d4\u05e7\u05d5\u05d3","2fa_recuperation_code":"\u05e0\u05d0 \u05dc\u05d4\u05e7\u05dc\u05d9\u05d3 \u05d0\u05ea \u05e7\u05d5\u05d3 \u05d4\u05e9\u05d7\u05d6\u05d5\u05e8 \u05dc\u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","2fa_title":"\u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","2fa_wrong_validation":"\u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9 \u05e0\u05db\u05e9\u05dc.","back_homepage":"\u05d7\u05d6\u05e8\u05d4 \u05dc\u05d3\u05e3 \u05d4\u05d1\u05d9\u05ea","button_remember":"\u05dc\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05dd \u05e9\u05dc\u05d9","confirmation_again":"\u05db\u05d3\u05d9 \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05dc\u05da \u05e0\u05d0 \u05dc\u05dc\u05d7\u05d5\u05e5 \u05db\u05d0\u05df<\/a>.","create_account":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05d4\u05e8\u05d0\u05e9\u05d5\u05df \u05e2\u05dc \u05d9\u05d3\u05d9 \u05d4\u05e8\u05e9\u05de\u05d4<\/a>","email":"\u05d3\u05d5\u05d0\u05f4\u05dc","email_change_current_email":"\u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05d4\u05e0\u05d5\u05db\u05d7\u05d9\u05ea:","email_change_new":"\u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc \u05d7\u05d3\u05e9\u05d4","email_change_title":"\u05d4\u05d7\u05dc\u05e4\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05dc\u05da","email_changed":"\u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05dc\u05da \u05d4\u05d5\u05d7\u05dc\u05e4\u05d4. \u05e0\u05d0 \u05dc\u05d1\u05d3\u05d5\u05e7 \u05d1\u05ea\u05d9\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05dc\u05da \u05db\u05d3\u05d9 \u05dc\u05d0\u05de\u05ea \u05d0\u05d5\u05ea\u05d4.","failed":"\u05e4\u05e8\u05d8\u05d9 \u05d4\u05d6\u05d4\u05d5\u05ea \u05d4\u05d0\u05dc\u05d4 \u05d0\u05d9\u05e0\u05dd \u05ea\u05d5\u05d0\u05de\u05d9\u05dd \u05d0\u05ea \u05e8\u05d9\u05e9\u05d5\u05de\u05d9\u05e0\u05d5.","login":"\u05db\u05e0\u05d9\u05e1\u05d4","login_again":"\u05e0\u05d0 \u05dc\u05d4\u05d9\u05db\u05e0\u05e1 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05da \u05e4\u05e2\u05dd \u05e0\u05d5\u05e1\u05e4\u05ea","login_to_account":"\u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da","mfa_auth_otp":"\u05d0\u05d9\u05de\u05d5\u05ea \u05e2\u05dd \u05d4\u05d4\u05ea\u05e7\u05df \u05e9\u05dc\u05da \u05dc\u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","mfa_auth_u2f":"\u05d0\u05d9\u05de\u05d5\u05ea \u05e2\u05dd \u05d4\u05ea\u05e7\u05df U2F","not_authorized":"\u05d0\u05d9\u05df \u05dc\u05da \u05d4\u05e8\u05e9\u05d0\u05d4 \u05dc\u05d4\u05e8\u05d9\u05e5 \u05d0\u05ea \u05d4\u05e4\u05e2\u05d5\u05dc\u05d4 \u05d4\u05d6\u05d0\u05ea","password":"\u05e1\u05e1\u05de\u05d4","password_forget":"\u05e9\u05db\u05d7\u05ea \u05d0\u05ea \u05d4\u05e1\u05e1\u05de\u05d4 \u05e9\u05dc\u05da?","password_reset":"\u05d0\u05d9\u05e4\u05d5\u05e1 \u05d4\u05e1\u05e1\u05de\u05d4 \u05e9\u05dc\u05da","password_reset_action":"\u05d0\u05d9\u05e4\u05d5\u05e1 \u05e1\u05e1\u05de\u05d4","password_reset_email":"\u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc","password_reset_email_content":"\u05d9\u05e9 \u05dc\u05dc\u05d7\u05d5\u05e5 \u05db\u05d0\u05df \u05db\u05d3\u05d9 \u05dc\u05d0\u05e4\u05e1 \u05d0\u05ea \u05d4\u05e1\u05e1\u05de\u05d4 \u05e9\u05dc\u05da:","password_reset_password":"\u05e1\u05e1\u05de\u05d4","password_reset_password_confirm":"\u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05e1\u05e1\u05de\u05d4","password_reset_send_link":"\u05e9\u05dc\u05d9\u05d7\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8 \u05dc\u05d0\u05d9\u05e4\u05d5\u05e1 \u05d4\u05e1\u05e1\u05de\u05d4","password_reset_title":"\u05d0\u05d9\u05e4\u05d5\u05e1 \u05e1\u05e1\u05de\u05d4","register_action":"\u05e8\u05d9\u05e9\u05d5\u05dd","register_create_account":"\u05e2\u05dc\u05d9\u05da \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05df \u05db\u05d3\u05d9 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05d5\u05e0\u05d9\u05e7\u05d4","register_email":"\u05e0\u05d0 \u05dc\u05d4\u05e7\u05dc\u05d9\u05d3 \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc \u05ea\u05e7\u05e0\u05d9\u05ea","register_email_example":"you@home","register_firstname":"\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9","register_firstname_example":"\u05dc\u05de\u05e9\u05dc: \u05d9\u05e8\u05d5\u05df","register_invitation_email":"\u05de\u05d8\u05e2\u05de\u05d9 \u05d0\u05d1\u05d8\u05d7\u05d4, \u05e0\u05d0 \u05dc\u05e6\u05d9\u05d9\u05df \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05dc \u05de\u05d9 \u05e9\u05d4\u05d6\u05de\u05d9\u05df \u05d0\u05d5\u05ea\u05da \u05dc\u05d4\u05e6\u05d8\u05e8\u05e3 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05d4\u05d6\u05d4. \u05d4\u05de\u05d9\u05d3\u05e2 \u05d4\u05d6\u05d4 \u05de\u05d5\u05e4\u05d9\u05e2 \u05d1\u05d4\u05d5\u05d3\u05e2\u05ea \u05d4\u05d4\u05d6\u05de\u05e0\u05d4.","register_lastname":"\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4","register_lastname_example":"\u05dc\u05de\u05e9\u05dc: \u05db\u05d4\u05df","register_login":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d9\u05db\u05e0\u05e1<\/a> \u05d0\u05dd \u05db\u05d1\u05e8 \u05d9\u05e9 \u05dc\u05da \u05d7\u05e9\u05d1\u05d5\u05df.","register_password":"\u05e1\u05e1\u05de\u05d4","register_password_confirmation":"\u05d0\u05d9\u05de\u05d5\u05ea \u05e1\u05e1\u05de\u05d4","register_password_example":"\u05e0\u05d0 \u05dc\u05d4\u05e7\u05dc\u05d9\u05d3 \u05e1\u05e1\u05de\u05d4 \u05de\u05d0\u05d5\u05d1\u05d8\u05d7\u05ea","register_policy":"\u05d4\u05e8\u05e9\u05de\u05d4 \u05de\u05d0\u05de\u05ea\u05ea \u05e9\u05e7\u05e8\u05d0\u05ea \u05d5\u05d4\u05e1\u05db\u05de\u05ea \u05dc\u05de\u05d3\u05d9\u05e0\u05d9\u05d5\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05d5\u05ea<\/a> \u05d5\u05dc\u05ea\u05e0\u05d0\u05d9 \u05d4\u05e9\u05d9\u05de\u05d5\u05e9<\/a> \u05e9\u05dc\u05e0\u05d5.","register_title_create":"\u05d9\u05e6\u05d9\u05e8\u05ea \u05d7\u05e9\u05d1\u05d5\u05df \u05d0\u05e6\u05dc \u05de\u05d5\u05e0\u05d9\u05e7\u05d4","register_title_welcome":"\u05d1\u05e8\u05d5\u05da \u05d1\u05d5\u05d0\u05da \u05dc\u05e2\u05d5\u05ea\u05e7 \u05d4\u05d7\u05d3\u05e9 \u05e9\u05dc \u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u05e9\u05d6\u05d4 \u05e2\u05ea\u05d4 \u05d4\u05ea\u05e7\u05e0\u05ea","signup":"\u05d4\u05e8\u05e9\u05de\u05d4","signup_disabled":"\u05d4\u05d4\u05e8\u05e9\u05de\u05d4 \u05de\u05d5\u05e9\u05d1\u05ea\u05ea \u05db\u05e8\u05d2\u05e2","signup_no_account":"\u05d0\u05d9\u05df \u05dc\u05da \u05d7\u05e9\u05d1\u05d5\u05df?","throttle":"\u05d1\u05d5\u05e6\u05e2\u05d5 \u05d9\u05d5\u05ea\u05e8 \u05de\u05d3\u05d9 \u05e0\u05d9\u05e1\u05d9\u05d5\u05e0\u05d5\u05ea \u05db\u05e0\u05d9\u05e1\u05d4 \u05db\u05d5\u05e9\u05dc\u05d9\u05dd. \u05e0\u05d0 \u05dc\u05e0\u05e1\u05d5\u05ea \u05e9\u05d5\u05d1 \u05d1\u05e2\u05d5\u05d3 :seconds \u05e9\u05e0\u05d9\u05d5\u05ea.","u2f_otp_extension":"\u05d1\u05beChrome, \u05d1\u05beFirefox<\/a> \u05d5\u05d1\u05beOpera \u05e7\u05d9\u05d9\u05de\u05ea \u05ea\u05de\u05d9\u05db\u05d4 \u05de\u05d5\u05d1\u05e0\u05d9\u05ea \u05d1\u05beU2F. \u05d1\u05d2\u05e8\u05e1\u05d0\u05d5\u05ea \u05d9\u05e9\u05e0\u05d5\u05ea \u05e9\u05dc Firefox \u05d9\u05e9 \u05dc\u05d4\u05ea\u05e7\u05d9\u05df \u05d0\u05ea \u05ea\u05d5\u05e1\u05e4\u05ea \u05d4\u05ea\u05de\u05d9\u05db\u05d4 \u05d1\u05beU2F<\/a>."},"changelog":{"note":"\u05d4\u05e2\u05e8\u05d4: \u05dc\u05e8\u05d5\u05e2 \u05d4\u05de\u05d6\u05dc, \u05e2\u05de\u05d5\u05d3 \u05d6\u05d4 \u05d4\u05d5\u05d0 \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05d1\u05dc\u05d1\u05d3.","title":"\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d1\u05de\u05d5\u05e6\u05e8"},"dashboard":{"dashboard_blank_cta":"\u05e0\u05d0 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d0\u05ea \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05d4\u05e8\u05d0\u05e9\u05d5\u05df \u05e9\u05dc\u05da","dashboard_blank_description":"\u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u05d4\u05d5\u05d0 \u05d4\u05de\u05e7\u05d5\u05dd \u05dc\u05d0\u05e8\u05d2\u05df \u05d0\u05ea \u05db\u05dc \u05d4\u05de\u05d2\u05e2 \u05d4\u05d7\u05d1\u05e8\u05ea\u05d9 \u05e9\u05dc\u05da \u05e2\u05dd \u05d0\u05dc\u05d5 \u05e9\u05d0\u05db\u05e4\u05ea \u05dc\u05da \u05de\u05d4\u05dd.","dashboard_blank_illustration":"\u05e6\u05d9\u05d5\u05e8 \u05de\u05d0\u05ea Freepik<\/a>","dashboard_blank_title":"\u05d1\u05e8\u05d5\u05da \u05d1\u05d5\u05d0\u05da \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da!","debts_you_owe":"\u05d7\u05d5\u05d1\u05da \u05d4\u05d5\u05d0","linkedin_profile":"LinkedIn","notes_title":"\u05d0\u05d9\u05df \u05dc\u05da \u05d4\u05e2\u05e8\u05d5\u05ea \u05e9\u05e1\u05d9\u05de\u05e0\u05ea \u05d1\u05db\u05d5\u05db\u05d1 \u05e2\u05d3\u05d9\u05d9\u05df.","reminders_next_months":"\u05d0\u05d9\u05e8\u05d5\u05e2\u05d9\u05dd \u05d1\u05be3 \u05d4\u05d7\u05d5\u05d3\u05e9\u05d9\u05dd \u05d4\u05e7\u05e8\u05d5\u05d1\u05d9\u05dd","reminders_none":"\u05d0\u05d9\u05df \u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05dc\u05d7\u05d5\u05d3\u05e9 \u05d4\u05d6\u05d4","statistics_activities":"\u05e4\u05e2\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea","statistics_contacts":"\u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8","statistics_gifts":"\u05de\u05ea\u05e0\u05d5\u05ea","tab_calls_blank":"\u05dc\u05d0 \u05ea\u05d9\u05e2\u05d3\u05ea \u05d0\u05e3 \u05e9\u05d9\u05d7\u05d4 \u05e2\u05d3\u05d9\u05d9\u05df.","tab_debts":"\u05d7\u05d5\u05d1\u05d5\u05ea","tab_debts_blank":"\u05dc\u05d0 \u05ea\u05d9\u05e2\u05d3\u05ea \u05d7\u05d5\u05d1\u05d5\u05ea \u05e2\u05d3\u05d9\u05d9\u05df.","tab_favorite_notes":"\u05d4\u05e2\u05e8\u05d5\u05ea \u05de\u05d5\u05e2\u05d3\u05e4\u05d5\u05ea","tab_recent_calls":"\u05e9\u05d9\u05d7\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05e0\u05d5\u05ea"},"format":{"full_hour":"H.i","full_month":"F","short_date":"d \u05d1M","short_date_year":"d \u05d1M, Y","short_date_year_time":"d \u05d1M,\u200f Y H:i","short_day":"D","short_month":"M","short_month_year":"M Y"},"journal":{"delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05e8\u05e9\u05d5\u05de\u05d4 \u05d4\u05d6\u05d0\u05ea \u05d1\u05d9\u05d5\u05de\u05df?","entry_delete_success":"\u05d4\u05e8\u05e9\u05d5\u05de\u05d4 \u05d1\u05d9\u05d5\u05de\u05df \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.","journal_add":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e8\u05e9\u05d5\u05de\u05d4 \u05d1\u05d9\u05d5\u05de\u05df","journal_add_cta":"\u05e9\u05de\u05d9\u05e8\u05d4","journal_add_date":"\u05ea\u05d0\u05e8\u05d9\u05da","journal_add_post":"\u05e8\u05e9\u05d5\u05de\u05d4","journal_add_title":"\u05db\u05d5\u05ea\u05e8\u05ea (\u05e8\u05e9\u05d5\u05ea)","journal_blank_cta":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d0\u05ea \u05e8\u05e9\u05d5\u05de\u05ea \u05d4\u05d9\u05d5\u05de\u05df \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d4 \u05e9\u05dc\u05da","journal_blank_description":"\u05d4\u05d9\u05d5\u05de\u05df \u05de\u05d0\u05e4\u05e9\u05e8 \u05dc\u05da \u05dc\u05db\u05ea\u05d5\u05d1 \u05d0\u05d9\u05e8\u05d5\u05e2\u05d9\u05dd \u05e9\u05e2\u05d1\u05e8\u05d5 \u05e2\u05dc\u05d9\u05da \u05d5\u05dc\u05d6\u05db\u05d5\u05e8 \u05d0\u05d5\u05ea\u05dd.","journal_come_back":"\u05ea\u05d5\u05d3\u05d4. \u05de\u05d6\u05de\u05d9\u05e0\u05d9\u05dd \u05d0\u05d5\u05ea\u05da \u05dc\u05d3\u05e8\u05d2 \u05d0\u05ea \u05d9\u05d5\u05de\u05da \u05d2\u05dd \u05de\u05d7\u05e8.","journal_created_automatically":"\u05e0\u05d5\u05e6\u05e8\u05d4 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea","journal_description":"\u05dc\u05ea\u05e9\u05d5\u05de\u05ea \u05dc\u05d1\u05da: \u05d1\u05d9\u05d5\u05de\u05df \u05de\u05d5\u05e4\u05d9\u05e2\u05d9\u05dd \u05e8\u05e9\u05d5\u05de\u05d5\u05ea \u05d9\u05d3\u05e0\u05d9\u05d5\u05ea \u05dc\u05e6\u05d3 \u05e8\u05e9\u05d5\u05de\u05d5\u05ea \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05d5\u05ea \u05db\u05d2\u05d5\u05df \u05e4\u05e2\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea \u05e9\u05e7\u05d9\u05d9\u05de\u05ea \u05e2\u05dd \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da. \u05d1\u05e2\u05d5\u05d3 \u05e9\u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05d7\u05d5\u05e7 \u05e8\u05e9\u05d5\u05de\u05d5\u05ea \u05d1\u05d9\u05d5\u05de\u05df \u05d9\u05d3\u05e0\u05d9\u05ea, \u05d9\u05d4\u05d9\u05d4 \u05e2\u05dc\u05d9\u05da \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d9\u05e9\u05d9\u05e8\u05d5\u05ea \u05d1\u05e2\u05de\u05d5\u05d3 \u05e9\u05dc \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8.","journal_entry_rate":"\u05d3\u05d9\u05e8\u05d2\u05ea \u05d0\u05ea \u05d4\u05d9\u05d5\u05dd \u05e9\u05dc\u05da.","journal_entry_type_activity":"\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","journal_entry_type_journal":"\u05e8\u05e9\u05d5\u05de\u05d4 \u05d1\u05d9\u05d5\u05de\u05df","journal_rate":"\u05d0\u05d9\u05da \u05e2\u05d1\u05e8 \u05e2\u05dc\u05d9\u05da \u05d4\u05d9\u05d5\u05dd? \u05e0\u05d9\u05ea\u05df \u05dc\u05d3\u05e8\u05d2 \u05e4\u05e2\u05dd \u05d1\u05d9\u05d5\u05dd."},"mail":{"confirmation_email_button":"\u05d0\u05d9\u05de\u05d5\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc","confirmation_email_intro":"\u05db\u05d3\u05d9 \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05dc\u05da \u05e0\u05d0 \u05dc\u05dc\u05d7\u05d5\u05e5 \u05e2\u05dc \u05d4\u05db\u05e4\u05ea\u05d5\u05e8 \u05e9\u05dc\u05d4\u05dc\u05df","confirmation_email_title":"\u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u2013 \u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc","footer_contact_info":"\u05d4\u05d5\u05e1\u05e4\u05d4, \u05e6\u05e4\u05d9\u05d9\u05d4, \u05d4\u05e9\u05dc\u05de\u05d4 \u05d5\u05e9\u05d9\u05e0\u05d5\u05d9 \u05de\u05d9\u05d3\u05e2 \u05e2\u05dc \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05d4\u05d6\u05d4:","for":"\u05e2\u05d1\u05d5\u05e8:","greetings":"\u05d4\u05d9\u05d9 :username","notification_description":"\u05d1\u05e2\u05d5\u05d3 :count \u05d9\u05de\u05d9\u05dd (\u05d1\u05be:date), \u05d9\u05ea\u05e8\u05d7\u05e9 \u05d4\u05d0\u05d9\u05e8\u05d5\u05e2 \u05d4\u05d1\u05d0:","notification_subject_line":"\u05d9\u05e9 \u05dc\u05da \u05d0\u05d9\u05e8\u05d5\u05e2 \u05e7\u05e8\u05d1","notifications_footer":"\u05d0\u05dd \u05e0\u05ea\u05e7\u05dc\u05ea \u05d1\u05d1\u05e2\u05d9\u05d4 \u05d1\u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc \u05d4\u05db\u05e4\u05ea\u05d5\u05e8 \u201e:actionText\u201d, \u05d9\u05e9 \u05dc\u05d4\u05e2\u05ea\u05d9\u05e7 \u05d5\u05dc\u05d4\u05d3\u05d1\u05d9\u05e7 \u05d0\u05ea \u05d4\u05db\u05ea\u05d5\u05d1\u05ea \u05e9\u05dc\u05d4\u05dc\u05df \u05dc\u05ea\u05d5\u05da \u05d4\u05d3\u05e4\u05d3\u05e4\u05df \u05e9\u05dc\u05da: [:actionURL](:actionURL)","notifications_hello":"\u05e9\u05dc\u05d5\u05dd!","notifications_regards":"\u05d1\u05d1\u05e8\u05db\u05d4","notifications_whoops":"\u05d0\u05d5\u05e4\u05e1!","stay_in_touch_subject_description":"\u05d1\u05d9\u05e7\u05e9\u05ea \u05dc\u05e7\u05d1\u05dc \u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05dc\u05e9\u05de\u05d5\u05e8 \u05e2\u05dc \u05e7\u05e9\u05e8 \u05e2\u05dd :name \u05db\u05dc :frequency \u05d9\u05de\u05d9\u05dd.","stay_in_touch_subject_line":"\u05dc\u05e9\u05de\u05d5\u05e8 \u05e2\u05dc \u05e7\u05e9\u05e8 \u05e2\u05dd :name","subject_line":"\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e2\u05d1\u05d5\u05e8 :contact","want_reminded_of":"\u05e8\u05e6\u05d9\u05ea \u05e9\u05e0\u05d6\u05db\u05d9\u05e8 \u05dc\u05da \u05d1\u05e0\u05d5\u05e9\u05d0"},"pagination":{"next":"\u05d4\u05d1\u05d0 «","previous":"» \u05d4\u05e7\u05d5\u05d3\u05dd"},"passwords":{"changed":"\u05d4\u05e1\u05e1\u05de\u05d4 \u05d4\u05d5\u05d7\u05dc\u05e4\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.","invalid":"\u05d4\u05e1\u05e1\u05de\u05d4 \u05d4\u05e0\u05d5\u05db\u05d7\u05d9\u05ea \u05e9\u05d4\u05e7\u05dc\u05d3\u05ea \u05e9\u05d2\u05d5\u05d9\u05d4.","password":"\u05e2\u05dc \u05d4\u05e1\u05e1\u05de\u05d0\u05d5\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d0\u05d5\u05e8\u05da \u05e9\u05dc 6 \u05ea\u05d5\u05d5\u05d9\u05dd \u05dc\u05e4\u05d7\u05d5\u05ea \u05d5\u05dc\u05d4\u05ea\u05d0\u05d9\u05dd \u05dc\u05d0\u05d9\u05dc\u05d5\u05e6\u05d9 \u05d4\u05d0\u05d9\u05de\u05d5\u05ea.","reset":"\u05d4\u05e1\u05e1\u05de\u05d4 \u05e9\u05dc\u05da \u05d0\u05d5\u05e4\u05e1\u05d4!","sent":"\u05d0\u05dd \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05d4\u05d6\u05e0\u05ea \u05e7\u05d9\u05d9\u05de\u05ea \u05d1\u05e8\u05d9\u05e9\u05d5\u05de\u05d9\u05dd \u05e9\u05dc\u05e0\u05d5, \u05e0\u05e9\u05dc\u05d7 \u05d0\u05dc\u05d9\u05da \u05e7\u05d9\u05e9\u05d5\u05e8 \u05dc\u05d0\u05d9\u05e4\u05d5\u05e1 \u05d4\u05e1\u05e1\u05de\u05d4.","token":"\u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05d0\u05d9\u05e4\u05d5\u05e1 \u05d4\u05e1\u05e1\u05de\u05d4 \u05d4\u05d6\u05d0\u05ea \u05e9\u05d2\u05d5\u05d9.","user":"\u05d0\u05dd \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05d4\u05d6\u05e0\u05ea \u05e7\u05d9\u05d9\u05de\u05ea \u05d1\u05e8\u05d9\u05e9\u05d5\u05de\u05d9\u05dd \u05e9\u05dc\u05e0\u05d5, \u05e0\u05e9\u05dc\u05d7 \u05d0\u05dc\u05d9\u05da \u05e7\u05d9\u05e9\u05d5\u05e8 \u05dc\u05d0\u05d9\u05e4\u05d5\u05e1 \u05d4\u05e1\u05e1\u05de\u05d4."},"people":{"activities_activity":"\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","activities_add_activity":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","activities_add_cta":"\u05ea\u05d9\u05e2\u05d5\u05d3 \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","activities_add_date_occured":"\u05d4\u05de\u05d5\u05e2\u05d3 \u05d1\u05d5 \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05e7\u05e8\u05ea\u05d4","activities_add_error":"\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05d4\u05d5\u05e1\u05e4\u05ea \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","activities_add_optional_comment":"\u05d4\u05e2\u05e8\u05ea \u05e8\u05e9\u05d5\u05ea","activities_add_pick_activity":"(\u05e8\u05e9\u05d5\u05ea) \u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05e1\u05d5\u05d5\u05d2 \u05d0\u05ea \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d4\u05d6\u05d0\u05ea? \u05dc\u05d0 \u05d7\u05d5\u05d1\u05d4 \u05d0\u05da \u05e1\u05d9\u05d5\u05d5\u05d2 \u05d9\u05d0\u05e4\u05e9\u05e8 \u05dc\u05da \u05dc\u05e2\u05e8\u05d5\u05da \u05e1\u05d8\u05d8\u05d9\u05e1\u05d8\u05d9\u05e7\u05d4 \u05d1\u05d4\u05de\u05e9\u05da","activities_add_success":"\u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05e0\u05d5\u05e1\u05e4\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","activities_add_title":"\u05de\u05d4 \u05e2\u05e9\u05d9\u05ea \u05e2\u05dd :name?","activities_blank_add_activity":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","activities_blank_title":"\u05de\u05e2\u05e7\u05d1 \u05d0\u05d7\u05e8 \u05de\u05d4 \u05e9\u05e2\u05e9\u05d9\u05ea \u05e2\u05dd :name \u05d1\u05e2\u05d1\u05e8 \u05d5\u05e2\u05dc \u05de\u05d4 \u05d3\u05d9\u05d1\u05e8\u05ea\u05dd","activities_delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d4\u05d6\u05d0\u05ea?","activities_delete_success":"\u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","activities_hide_details":"\u05d4\u05e1\u05ea\u05e8\u05ea \u05e4\u05e8\u05d8\u05d9\u05dd","activities_item_information":":Activity. \u05d4\u05ea\u05e7\u05d9\u05d9\u05de\u05d4 \u05d1\u05be:date","activities_more_details":"\u05e4\u05e8\u05d8\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd","activities_summary":"\u05e0\u05d0 \u05dc\u05ea\u05d0\u05e8 \u05d0\u05ea \u05d0\u05d5\u05e4\u05df \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","activities_update_success":"\u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","activities_who_was_involved":"\u05de\u05d9 \u05d4\u05d9\u05d4 \u05de\u05e2\u05d5\u05e8\u05d1?","activity_title":"\u05e4\u05e2\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea","activity_type_ate_at_his_place":"\u05d0\u05db\u05dc\u05ea\u05dd \u05d0\u05e6\u05dc\u05dd","activity_type_ate_at_home":"\u05d0\u05db\u05dc\u05ea\u05dd \u05d1\u05d1\u05d9\u05ea","activity_type_ate_restaurant":"\u05d0\u05db\u05dc\u05ea\u05dd \u05d1\u05de\u05e1\u05e2\u05d3\u05d4","activity_type_category_cultural_activities":"\u05e4\u05e2\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea \u05ea\u05e8\u05d1\u05d5\u05ea\u05d9\u05d5\u05ea","activity_type_category_food":"\u05d0\u05d5\u05db\u05dc","activity_type_category_simple_activities":"\u05e4\u05e2\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea \u05e4\u05e9\u05d5\u05d8\u05d5\u05ea","activity_type_category_sport":"\u05e1\u05e4\u05d5\u05e8\u05d8","activity_type_did_sport_activities_together":"\u05e2\u05e9\u05d9\u05ea\u05dd \u05e1\u05e4\u05d5\u05e8\u05d8 \u05d9\u05d7\u05d3","activity_type_just_hung_out":"\u05d1\u05d9\u05dc\u05d5\u05d9 \u05de\u05e9\u05d5\u05ea\u05e3","activity_type_picknicked":"\u05d9\u05e6\u05d0\u05ea\u05dd \u05dc\u05e4\u05d9\u05e7\u05e0\u05d9\u05e7","activity_type_talked_at_home":"\u05d3\u05d9\u05d1\u05e8\u05ea\u05dd \u05d1\u05d1\u05d9\u05ea","activity_type_watched_movie_at_home":"\u05e6\u05e4\u05d9\u05ea\u05dd \u05d1\u05e1\u05e8\u05d8 \u05d1\u05d1\u05d9\u05ea","activity_type_went_bar":"\u05d4\u05dc\u05db\u05ea \u05dc\u05d1\u05e8","activity_type_went_concert":"\u05d4\u05dc\u05db\u05ea\u05dd \u05dc\u05d4\u05d5\u05e4\u05e2\u05d4","activity_type_went_museum":"\u05d4\u05dc\u05db\u05ea\u05dd \u05dc\u05de\u05d5\u05d6\u05d9\u05d0\u05d5\u05df","activity_type_went_play":"\u05d4\u05dc\u05db\u05ea\u05dd \u05dc\u05d4\u05e6\u05d2\u05d4","activity_type_went_theater":"\u05d4\u05dc\u05db\u05ea\u05dd \u05dc\u05ea\u05d9\u05d0\u05d8\u05e8\u05d5\u05df","age_approximate_in_years":"\u05d4\u05d2\u05d9\u05dc \u05d4\u05d5\u05d0 \u05d1\u05e2\u05e8\u05da :age","age_exact_birthdate":"\u05dc\u05d9\u05d3\u05d4 \u05d1\u05be:date","age_exact_in_years":"{1}\u05d1\u05d2\u05d9\u05dc \u05e9\u05e0\u05d4|{2}\u05d1\u05d2\u05d9\u05dc \u05e9\u05e0\u05ea\u05d9\u05d9\u05dd|[3,*]\u05d1\u05d2\u05d9\u05dc :age \u05e9\u05e0\u05d9\u05dd","birthdate_not_set":"\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05dc\u05d9\u05d3\u05d4 \u05dc\u05d0 \u05d4\u05d5\u05d2\u05d3\u05e8","call_blank_desc":"\u05d4\u05ea\u05e7\u05e9\u05e8\u05ea \u05d0\u05dc :name","call_blank_title":"\u05de\u05e2\u05e7\u05d1 \u05d0\u05d7\u05e8 \u05e9\u05d9\u05d7\u05d5\u05ea \u05d4\u05d8\u05dc\u05e4\u05d5\u05df \u05e9\u05e7\u05d9\u05d9\u05de\u05ea \u05e2\u05dd :name","call_button":"\u05ea\u05d9\u05e2\u05d5\u05d3 \u05e9\u05d9\u05d7\u05d4","call_delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05e9\u05d9\u05d7\u05d4 \u05d4\u05d6\u05d0\u05ea?","call_delete_success":"\u05e9\u05d9\u05d7\u05ea \u05d4\u05d8\u05dc\u05e4\u05d5\u05df \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","call_empty_comment":"\u05d0\u05d9\u05df \u05e4\u05e8\u05d8\u05d9\u05dd","call_title":"\u05e9\u05d9\u05d7\u05d5\u05ea \u05d8\u05dc\u05e4\u05d5\u05df","calls_add_success":"\u05e9\u05d9\u05d7\u05ea \u05d4\u05d8\u05dc\u05e4\u05d5\u05df \u05e0\u05e9\u05de\u05e8\u05d4.","contact_address_form_city":"\u05e2\u05d9\u05e8 (\u05e8\u05e9\u05d5\u05ea)","contact_address_form_country":"\u05d0\u05e8\u05e5 (\u05e8\u05e9\u05d5\u05ea)","contact_address_form_name":"\u05ea\u05d5\u05d5\u05d9\u05ea (\u05e8\u05e9\u05d5\u05ea)","contact_address_form_postal_code":"\u05de\u05d9\u05e7\u05d5\u05d3 (\u05e8\u05e9\u05d5\u05ea)","contact_address_form_province":"\u05de\u05d7\u05d5\u05d6 (\u05e8\u05e9\u05d5\u05ea)","contact_address_form_street":"\u05e8\u05d7\u05d5\u05d1 (\u05e8\u05e9\u05d5\u05ea)","contact_address_title":"\u05db\u05ea\u05d5\u05d1\u05d5\u05ea","contact_info_address":"\u05de\u05e7\u05d5\u05dd \u05de\u05d2\u05d5\u05e8\u05d9\u05dd","contact_info_form_contact_type":"\u05e1\u05d5\u05d2 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8","contact_info_form_content":"\u05ea\u05d5\u05db\u05df","contact_info_form_personalize":"\u05d4\u05ea\u05d0\u05de\u05d4 \u05d0\u05d9\u05e9\u05d9\u05ea","contact_info_title":"\u05e4\u05e8\u05d8\u05d9 \u05e7\u05e9\u05e8","debt_add_add_cta":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05d7\u05d5\u05d1","debt_add_amount":"\u05e2\u05dc \u05e1\u05da \u05e9\u05dc","debt_add_cta":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05d7\u05d5\u05d1","debt_add_reason":"\u05de\u05d4\u05e1\u05d9\u05d1\u05d4 \u05d4\u05d1\u05d0\u05d4 (\u05e8\u05e9\u05d5\u05ea)","debt_add_success":"\u05d4\u05d7\u05d5\u05d1 \u05e0\u05d5\u05e1\u05e3 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","debt_add_they_owe":"\u05dc\u05be:name \u05d9\u05e9 \u05d7\u05d5\u05d1 \u05de\u05d5\u05dc\u05da","debt_add_title":"\u05e0\u05d9\u05d4\u05d5\u05dc \u05d7\u05d5\u05d1\u05d5\u05ea","debt_add_you_owe":"\u05d9\u05e9 \u05dc\u05da \u05d7\u05d5\u05d1 \u05de\u05d5\u05dc :name","debt_delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05d7\u05d5\u05d1 \u05d4\u05d6\u05d4?","debt_delete_success":"\u05d4\u05d7\u05d5\u05d1 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","debt_edit_success":"\u05d4\u05d7\u05d5\u05d1 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","debt_edit_update_cta":"\u05e2\u05d3\u05db\u05d5\u05df \u05d7\u05d5\u05d1","debt_they_owe":"\u05d4\u05d7\u05d5\u05d1 \u05e9\u05dc :name \u05db\u05dc\u05e4\u05d9\u05da \u05d4\u05d5\u05d0 :amount","debt_title":"\u05d7\u05d5\u05d1\u05d5\u05ea","debt_you_owe":"\u05d4\u05d7\u05d5\u05d1 \u05e9\u05dc\u05da \u05d4\u05d5\u05d0 :amount","debts_blank_title":"\u05e0\u05d9\u05d4\u05d5\u05dc \u05d7\u05d5\u05d1\u05d5\u05ea \u05de\u05d5\u05dc :name \u05d0\u05d5 \u05d7\u05d5\u05d1 \u05e9\u05dc :name \u05de\u05d5\u05dc\u05da","deceased_add_reminder":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05dc\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d6\u05d4","deceased_age":"\u05d2\u05d9\u05dc \u05d1\u05e2\u05ea \u05d4\u05e4\u05d8\u05d9\u05e8\u05d4","deceased_know_date":"\u05de\u05d5\u05e2\u05d3 \u05d4\u05e4\u05d8\u05d9\u05e8\u05d4 \u05e9\u05dc \u05d4\u05d0\u05d3\u05dd \u05d4\u05d6\u05d4 \u05d9\u05d3\u05d5\u05e2 \u05dc\u05d9","deceased_label":"\u05e4\u05d8\u05d9\u05e8\u05d4","deceased_label_with_date":"\u05e4\u05d8\u05d9\u05e8\u05d4 \u05d1\u05be:date","deceased_mark_person_deceased":"\u05e1\u05d9\u05de\u05d5\u05df \u05e4\u05d8\u05d9\u05e8\u05d4 \u05e2\u05dc \u05d0\u05d3\u05dd \u05d6\u05d4","deceased_reminder_title":"\u05d4\u05d0\u05d6\u05db\u05e8\u05d4 \u05e9\u05dc :name","edit_contact_information":"\u05e2\u05e8\u05d9\u05db\u05ea \u05e4\u05e8\u05d8\u05d9\u05dd \u05dc\u05d9\u05e6\u05d9\u05e8\u05ea \u05e7\u05e9\u05e8","food_preferencies_add_success":"\u05d4\u05e2\u05d3\u05e4\u05d5\u05ea \u05d4\u05de\u05d6\u05d5\u05df \u05e0\u05e9\u05de\u05e8\u05d5","food_preferencies_cta":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05d4\u05e2\u05d3\u05e4\u05d5\u05ea \u05de\u05d6\u05d5\u05df","food_preferencies_edit_cta":"\u05e9\u05de\u05d9\u05e8\u05ea \u05d4\u05e2\u05d3\u05e4\u05d5\u05ea \u05de\u05d6\u05d5\u05df","food_preferencies_edit_description":"\u05d0\u05d5\u05dc\u05d9 \u05dc:firstname \u05d0\u05d5 \u05dc\u05de\u05d9\u05e9\u05d4\u05d5 \u05de\u05de\u05e9\u05e4\u05d7\u05ea :family \u05d9\u05e9 \u05d0\u05dc\u05e8\u05d2\u05d9\u05d4. \u05d0\u05d5 \u05d0\u05d9\u05d6\u05d4 \u05e1\u05d5\u05d2 \u05d9\u05d9\u05df \u05dc\u05d0 \u05d0\u05d4\u05d5\u05d1 \u05d1\u05de\u05d9\u05d5\u05d7\u05d3. \u05e0\u05d9\u05ea\u05df \u05dc\u05e6\u05d9\u05d9\u05df \u05d0\u05ea \u05d0\u05dc\u05d4 \u05db\u05d0\u05df \u05db\u05d3\u05d9 \u05dc\u05d4\u05d9\u05d6\u05db\u05e8 \u05d1\u05d4\u05dd \u05d1\u05d4\u05d6\u05de\u05e0\u05d4 \u05d4\u05d1\u05d0\u05d4 \u05dc\u05d0\u05e8\u05d5\u05d7\u05ea \u05e2\u05e8\u05d1","food_preferencies_edit_description_no_last_name":"\u05d0\u05d5\u05dc\u05d9 \u05dc\u05be:firstname \u05d9\u05e9 \u05d0\u05dc\u05e8\u05d2\u05d9\u05d4. \u05d0\u05d5 \u05d0\u05d9\u05d6\u05d4 \u05e1\u05d5\u05d2 \u05d9\u05d9\u05df \u05dc\u05d0 \u05d0\u05d4\u05d5\u05d1 \u05d1\u05de\u05d9\u05d5\u05d7\u05d3. \u05e0\u05d9\u05ea\u05df \u05dc\u05e6\u05d9\u05d9\u05df \u05d0\u05ea \u05d0\u05dc\u05d4 \u05db\u05d0\u05df \u05db\u05d3\u05d9 \u05dc\u05d4\u05d9\u05d6\u05db\u05e8 \u05d1\u05d4\u05dd \u05d1\u05d4\u05d6\u05de\u05e0\u05d4 \u05d4\u05d1\u05d0\u05d4 \u05dc\u05d0\u05e8\u05d5\u05d7\u05ea \u05e2\u05e8\u05d1","food_preferencies_edit_title":"\u05e6\u05d9\u05d5\u05df \u05d4\u05e2\u05d3\u05e4\u05d5\u05ea \u05de\u05d6\u05d5\u05df","food_preferencies_title":"\u05d4\u05e2\u05d3\u05e4\u05d5\u05ea \u05de\u05d6\u05d5\u05df","gifts_add_comment":"\u05d4\u05e2\u05e8\u05d4 (\u05e8\u05e9\u05d5\u05ea)","gifts_add_gift":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05de\u05ea\u05e0\u05d4","gifts_add_gift_already_offered":"\u05de\u05ea\u05e0\u05d4 \u05e9\u05d4\u05d5\u05e6\u05e2\u05d4","gifts_add_gift_idea":"\u05e8\u05e2\u05d9\u05d5\u05df \u05dc\u05de\u05ea\u05e0\u05d4","gifts_add_gift_received":"\u05de\u05ea\u05e0\u05d4 \u05e9\u05d4\u05ea\u05e7\u05d1\u05dc\u05d4","gifts_add_gift_title":"\u05de\u05d4 \u05d6\u05d5 \u05d4\u05de\u05ea\u05e0\u05d4 \u05d4\u05d6\u05d5?","gifts_add_link":"\u05e7\u05d9\u05e9\u05d5\u05e8 \u05dc\u05d0\u05ea\u05e8 \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 (\u05e8\u05e9\u05d5\u05ea)","gifts_add_someone":"\u05de\u05ea\u05e0\u05d4 \u05d6\u05d5 \u05de\u05d9\u05d5\u05e2\u05d3\u05ea \u05d1\u05de\u05d9\u05d5\u05d7\u05d3 \u05dc\u05de\u05d9\u05e9\u05d4\u05d5 \u05d1\u05de\u05e9\u05e4\u05d7\u05d4 \u05e9\u05dc :name","gifts_add_success":"\u05d4\u05de\u05ea\u05e0\u05d4 \u05d4\u05d6\u05d0\u05ea \u05e0\u05d5\u05e1\u05e4\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","gifts_add_title":"\u05e0\u05d9\u05d4\u05d5\u05dc \u05de\u05ea\u05e0\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 :name","gifts_add_value":"\u05e2\u05e8\u05da (\u05e8\u05e9\u05d5\u05ea)","gifts_delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05de\u05ea\u05e0\u05d4 \u05d4\u05d6\u05d0\u05ea?","gifts_delete_cta":"\u05de\u05d7\u05d9\u05e7\u05d4","gifts_delete_success":"\u05d4\u05de\u05ea\u05e0\u05d4 \u05d4\u05d6\u05d0\u05ea \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","gifts_for":"\u05e2\u05d1\u05d5\u05e8:","gifts_ideas":"\u05e8\u05e2\u05d9\u05d5\u05e0\u05d5\u05ea \u05dc\u05de\u05ea\u05e0\u05d5\u05ea","gifts_link":"\u05e7\u05d9\u05e9\u05d5\u05e8","gifts_mark_offered":"\u05e1\u05d9\u05de\u05d5\u05df \u05db\u05d4\u05d5\u05e6\u05e2\u05d4","gifts_offered":"\u05de\u05ea\u05e0\u05d5\u05ea \u05e9\u05d4\u05d5\u05e6\u05e2\u05d5","gifts_offered_as_an_idea":"\u05e1\u05d9\u05de\u05d5\u05df \u05db\u05e8\u05e2\u05d9\u05d5\u05df","gifts_received":"\u05de\u05ea\u05e0\u05d5\u05ea \u05e9\u05d4\u05ea\u05e7\u05d1\u05dc\u05d5","gifts_title":"\u05de\u05ea\u05e0\u05d5\u05ea","gifts_update_success":"\u05d4\u05de\u05ea\u05e0\u05d4 \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","gifts_view_comment":"\u05e6\u05e4\u05d9\u05d9\u05d4 \u05d1\u05ea\u05d2\u05d5\u05d1\u05d4","information_edit_avatar":"\u05ea\u05de\u05d5\u05e0\u05d4\/\u05e6\u05d9\u05d5\u05e8 \u05e9\u05dc \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8","information_edit_exact":"\u05de\u05d5\u05e2\u05d3 \u05d4\u05dc\u05d9\u05d3\u05d4 \u05d4\u05de\u05d3\u05d5\u05d9\u05e7 \u05e9\u05dc \u05d0\u05d3\u05dd \u05d6\u05d4 \u05d9\u05d3\u05d5\u05e2 \u05dc\u05d9\u2026","information_edit_firstname":"\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9","information_edit_lastname":"\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4 (\u05e8\u05e9\u05d5\u05ea)","information_edit_linkedin":"\u05e4\u05e8\u05d5\u05e4\u05d9\u05dc LinkedIn (\u05e8\u05e9\u05d5\u05ea)","information_edit_max_size":":size \u05de\u05f4\u05d1 \u05dc\u05db\u05dc \u05d4\u05d9\u05d5\u05ea\u05e8.","information_edit_not_year":"\u05d9\u05d3\u05d5\u05e2\u05d9\u05dd \u05dc\u05d9 \u05d4\u05d9\u05d5\u05dd \u05d5\u05d4\u05d7\u05d5\u05d3\u05e9 \u05e9\u05dc \u05d4\u05d5\u05dc\u05d3\u05ea \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8, \u05d0\u05da \u05dc\u05d0 \u05d4\u05e9\u05e0\u05d4\u2026","information_edit_probably":"\u05d4\u05d2\u05d9\u05dc \u05e9\u05dc \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05d4\u05d5\u05d0 \u05db\u05e0\u05e8\u05d0\u05d4\u2026","information_edit_success":"\u05d4\u05e4\u05e8\u05d5\u05e4\u05d9\u05dc \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","information_edit_title":"\u05e2\u05e8\u05d9\u05db\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05dd \u05d4\u05d0\u05d9\u05e9\u05d9\u05d9\u05dd \u05e9\u05dc :name","information_edit_unknown":"\u05d2\u05d9\u05dc \u05d4\u05d0\u05d3\u05dd \u05d4\u05d6\u05d4 \u05dc\u05d0 \u05d9\u05d3\u05d5\u05e2 \u05dc\u05d9","information_no_linkedin_defined":"\u05dc\u05d0 \u05d4\u05d5\u05d2\u05d3\u05e8 LinkedIn","information_no_work_defined":"\u05dc\u05d0 \u05e6\u05d5\u05d9\u05e0\u05d5 \u05e4\u05e8\u05d8\u05d9 \u05e2\u05d1\u05d5\u05d3\u05d4","information_work_at":"\u05d1:company","introductions_add_reminder":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05dc\u05d7\u05d2\u05d5\u05d2 \u05d0\u05ea \u05d9\u05d5\u05dd \u05d4\u05e9\u05e0\u05d4 \u05dc\u05d4\u05d9\u05db\u05e8\u05d5\u05ea\u05db\u05dd","introductions_additional_info":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e1\u05d1\u05d9\u05e8 \u05d0\u05d9\u05da \u05d5\u05d0\u05d9\u05e4\u05d4 \u05e0\u05e4\u05d2\u05e9\u05ea\u05dd","introductions_blank_cta":"\u05e6\u05d9\u05d5\u05df \u05db\u05d9\u05e6\u05d3 \u05e4\u05d2\u05e9\u05ea \u05d0\u05ea :name","introductions_edit_met_through":"\u05e0\u05e2\u05e8\u05db\u05d4 \u05dc\u05da \u05d4\u05d9\u05db\u05e8\u05d5\u05ea \u05e2\u05dc \u05d9\u05d3\u05d9 \u05de\u05d9\u05e9\u05d4\u05d5 \u05e2\u05dd \u05d4\u05d0\u05d3\u05dd \u05d4\u05d6\u05d4?","introductions_first_met_date":"\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05de\u05e4\u05d2\u05e9","introductions_first_met_date_known":"\u05d6\u05d4 \u05d4\u05ea\u05d0\u05e8\u05d9\u05da \u05d1\u05d5 \u05e0\u05e4\u05d2\u05e9\u05e0\u05d5","introductions_met_date":"\u05e0\u05e4\u05d2\u05e9\u05ea\u05dd \u05d1\u05be:date","introductions_met_through":"\u05d4\u05db\u05e8\u05ea\u05dd \u05d3\u05e8\u05da :name<\/a>","introductions_no_first_met_date":"\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05de\u05e4\u05d2\u05e9 \u05d0\u05d9\u05e0\u05d5 \u05d9\u05d3\u05d5\u05e2 \u05dc\u05d9","introductions_no_met_through":"\u05d0\u05e3 \u05d0\u05d7\u05d3","introductions_reminder_title":"\u05d9\u05d5\u05dd \u05d4\u05e9\u05e0\u05d4 \u05dc\u05de\u05d5\u05e2\u05d3 \u05d4\u05d4\u05d9\u05db\u05e8\u05d5\u05ea \u05d1\u05d9\u05e0\u05d9\u05db\u05dd","introductions_sidebar_title":"\u05d0\u05d9\u05da \u05e0\u05e4\u05d2\u05e9\u05ea\u05dd","introductions_title_edit":"\u05d0\u05d9\u05da \u05e4\u05d2\u05e9\u05ea \u05d0\u05ea :name?","introductions_update_success":"\u05e2\u05d3\u05db\u05e0\u05ea \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d0\u05ea \u05d4\u05de\u05d9\u05d3\u05e2 \u05d1\u05e0\u05d5\u05d2\u05e2 \u05dc\u05d0\u05d5\u05e4\u05d9 \u05d4\u05de\u05e4\u05d2\u05e9 \u05e9\u05dc\u05da \u05e2\u05dd \u05d0\u05d3\u05dd \u05d6\u05d4","last_activity_date":"\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05d9\u05d7\u05d3: :date","last_activity_date_empty":"\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05d9\u05d7\u05d3: \u05dc\u05d0 \u05d9\u05d3\u05d5\u05e2","last_called":"\u05e9\u05d9\u05d7\u05ea \u05d4\u05d8\u05dc\u05e4\u05d5\u05df \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4: :date","last_called_empty":"\u05e9\u05d9\u05d7\u05ea \u05d4\u05d8\u05dc\u05e4\u05d5\u05df \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4: \u05dc\u05d0 \u05d9\u05d3\u05d5\u05e2","link_to_list":"\u05e8\u05e9\u05d9\u05de\u05ea \u05d0\u05e0\u05e9\u05d9\u05dd","linkedin_profile":"\u05e4\u05e8\u05d5\u05e4\u05d9\u05dc LinkedIn","modal_call_change":"\u05e9\u05d9\u05e0\u05d5\u05d9","modal_call_comment":"\u05e2\u05dc \u05de\u05d4 \u05d3\u05d9\u05d1\u05e8\u05ea\u05dd? (\u05e8\u05e9\u05d5\u05ea)","modal_call_date":"\u05e9\u05d9\u05d7\u05ea \u05d4\u05d8\u05dc\u05e4\u05d5\u05df \u05d4\u05ea\u05e7\u05d9\u05d9\u05de\u05d4 \u05de\u05d5\u05e7\u05d3\u05dd \u05d9\u05d5\u05ea\u05e8 \u05d4\u05d9\u05d5\u05dd.","modal_call_exact_date":"\u05e9\u05d9\u05d7\u05ea \u05d4\u05d8\u05dc\u05e4\u05d5\u05df \u05d4\u05ea\u05e7\u05d9\u05d9\u05de\u05d4 \u05d1\u05be","modal_call_title":"\u05ea\u05d9\u05e2\u05d5\u05d3 \u05e9\u05d9\u05d7\u05d4","notes_add_cta":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05d4\u05e2\u05e8\u05d4","notes_create_success":"\u05d4\u05d4\u05e2\u05e8\u05d4 \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","notes_delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05d4\u05e2\u05e8\u05d4 \u05d4\u05d6\u05d0\u05ea? \u05de\u05d7\u05d9\u05e7\u05d4 \u05d0\u05d9\u05e0\u05d4 \u05d4\u05e4\u05d9\u05db\u05d4","notes_delete_success":"\u05d4\u05d4\u05e2\u05e8\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","notes_delete_title":"\u05de\u05d7\u05d9\u05e7\u05ea \u05d4\u05e2\u05e8\u05d4","notes_favorite":"\u05d4\u05d5\u05e1\u05e4\u05d4\/\u05d4\u05e1\u05e8\u05d4 \u05de\u05d4\u05de\u05d5\u05e2\u05d3\u05e4\u05d9\u05dd","notes_update_success":"\u05d4\u05d4\u05e2\u05e8\u05d4 \u05e0\u05e9\u05de\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","people_add_birthday_reminder":"\u05e0\u05d0 \u05dc\u05d0\u05d7\u05dc \u05d9\u05d5\u05dd \u05d4\u05d5\u05dc\u05d3\u05ea \u05e9\u05de\u05d7 \u05dc\u05be:name","people_add_cta":"\u05d4\u05d5\u05e1\u05e4\u05d4","people_add_firstname":"\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9","people_add_gender":"\u05de\u05d2\u05d3\u05e8","people_add_import":"\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d9\u05d9\u05d1\u05d0 \u05d0\u05ea \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da<\/a>?","people_add_lastname":"\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4 (\u05e8\u05e9\u05d5\u05ea)","people_add_middlename":"\u05e9\u05dd \u05d0\u05de\u05e6\u05e2\u05d9 (\u05e8\u05e9\u05d5\u05ea)","people_add_missing":"\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05d0\u05e0\u05e9\u05d9\u05dd, \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d0\u05d7\u05d3 \u05db\u05e2\u05ea","people_add_nickname":"\u05db\u05d9\u05e0\u05d5\u05d9 (\u05e8\u05e9\u05d5\u05ea)","people_add_reminder_for_birthday":"\u05d9\u05e6\u05d9\u05e8\u05ea \u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e9\u05e0\u05ea\u05d9\u05ea \u05dc\u05d9\u05d5\u05dd \u05d4\u05d4\u05d5\u05dc\u05d3\u05ea","people_add_success":"\u05d4\u05d9\u05e6\u05d9\u05e8\u05d4 \u05e9\u05dc :name \u05d4\u05d5\u05e9\u05dc\u05de\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","people_add_title":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05d0\u05d3\u05dd \u05d7\u05d3\u05e9","people_delete_click_here":"\u05e0\u05d0 \u05dc\u05dc\u05d7\u05d5\u05e5 \u05db\u05d0\u05df","people_delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05d4\u05d6\u05d4? \u05de\u05d7\u05d9\u05e7\u05d4 \u05d4\u05d9\u05d0 \u05dc\u05e6\u05de\u05d9\u05ea\u05d5\u05ea.","people_delete_message":"\u05d0\u05dd \u05e2\u05dc\u05d9\u05da \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05d4\u05d6\u05d4,","people_delete_success":"\u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05e0\u05de\u05d7\u05e7","people_edit_email_error":"\u05db\u05d1\u05e8 \u05d9\u05e9 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05d1\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05e2\u05dd \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05d4\u05d6\u05d5. \u05e0\u05d0 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d1\u05d0\u05d7\u05d3 \u05d0\u05d7\u05e8.","people_export":"\u05d9\u05d9\u05e6\u05d5\u05d0 \u05db\u05bevCard","people_list_account_upgrade_cta":"\u05dc\u05e9\u05d3\u05e8\u05d2 \u05db\u05e2\u05ea","people_list_account_upgrade_title":"\u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05d3\u05e8\u05d2 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05db\u05d3\u05d9 \u05dc\u05d9\u05d4\u05e0\u05d5\u05ea \u05de\u05e9\u05e4\u05e2 \u05d4\u05ea\u05db\u05d5\u05e0\u05d5\u05ea \u05e9\u05d9\u05e9 \u05dc\u05e0\u05d5 \u05dc\u05d4\u05e6\u05d9\u05e2.","people_list_account_usage":"\u05e0\u05d9\u05e6\u05d5\u05dc\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da: :current\/:limit \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8","people_list_blank_cta":"\u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05de\u05d9\u05e9\u05d4\u05d5","people_list_blank_title":"\u05d0\u05d9\u05df \u05d0\u05e3 \u05d0\u05d7\u05d3 \u05d1\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05e2\u05d3\u05d9\u05d9\u05df","people_list_clear_filter":"\u05e0\u05d9\u05e7\u05d5\u05d9 \u05de\u05e1\u05e0\u05df","people_list_contacts_per_tags":"\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05d0\u05d7\u05d3|:count \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8","people_list_filter_tag":"\u05de\u05d5\u05e6\u05d2\u05d9\u05dd \u05db\u05dc \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e2\u05dd \u05d4\u05ea\u05d2\u05d9\u05ea","people_list_filter_untag":"\u05de\u05d5\u05e6\u05d2\u05d9\u05dd \u05db\u05dc \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 \u05dc\u05dc\u05d0 \u05ea\u05d9\u05d5\u05d2","people_list_firstnameAZ":"\u05de\u05d9\u05d5\u05df \u05dc\u05e4\u05d9 \u05e9\u05dd \u05e4\u05e8\u05d8\u05d9 \u05d0 \u2190 \u05ea","people_list_firstnameZA":"\u05de\u05d9\u05d5\u05df \u05dc\u05e4\u05d9 \u05e9\u05dd \u05e4\u05e8\u05d8\u05d9 \u05ea \u2190 \u05d0","people_list_last_updated":"\u05d9\u05e2\u05d5\u05e5 \u05d0\u05d7\u05e8\u05d5\u05df:","people_list_lastactivitydateNewtoOld":"\u05de\u05d9\u05d5\u05df \u05dc\u05e4\u05d9 \u05de\u05d5\u05e2\u05d3 \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05de\u05d4\u05d7\u05d3\u05e9\u05d4 \u05dc\u05d9\u05e9\u05e0\u05d4","people_list_lastactivitydateOldtoNew":"\u05de\u05d9\u05d5\u05df \u05dc\u05e4\u05d9 \u05de\u05d5\u05e2\u05d3 \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05de\u05d4\u05d9\u05e9\u05e0\u05d4 \u05dc\u05d7\u05d3\u05e9\u05d4","people_list_lastnameAZ":"\u05de\u05d9\u05d5\u05df \u05dc\u05e4\u05d9 \u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4 \u05d0 \u2190 \u05ea","people_list_lastnameZA":"\u05de\u05d9\u05d5\u05df \u05dc\u05e4\u05d9 \u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4 \u05ea \u2190 \u05d0","people_list_number_kids":"\u05d9\u05dc\u05d3 \u05d0\u05d7\u05d3|:count \u05d9\u05dc\u05d3\u05d9\u05dd","people_list_number_reminders":"\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05d0\u05d7\u05ea|:count \u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea","people_list_sort":"\u05de\u05d9\u05d5\u05df","people_list_stats":"\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05d0\u05d7\u05d3|:count \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8","people_list_untagged":"\u05d4\u05e6\u05d2\u05ea \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 \u05dc\u05dc\u05d0 \u05ea\u05d9\u05d5\u05d2","people_save_and_add_another_cta":"\u05d4\u05d2\u05e9\u05d4 \u05d5\u05d4\u05d5\u05e1\u05e4\u05ea \u05e2\u05d5\u05d3 \u05de\u05d9\u05e9\u05d4\u05d5","people_search":"\u05d7\u05d9\u05e4\u05d5\u05e9 \u05d1\u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da\u2026","people_search_no_results":"\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d9 \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 \u05de\u05ea\u05d0\u05d9\u05de\u05d9\u05dd :(","pets_bird":"\u05e6\u05d9\u05e4\u05d5\u05e8","pets_cat":"\u05d7\u05ea\u05d5\u05dc","pets_create_success":"\u05d7\u05d9\u05d9\u05ea \u05d4\u05de\u05d7\u05de\u05d3 \u05e0\u05d5\u05e1\u05e4\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","pets_delete_success":"\u05d7\u05d9\u05d9\u05ea \u05d4\u05de\u05d7\u05de\u05d3 \u05e0\u05de\u05d7\u05e7\u05d4","pets_dog":"\u05db\u05dc\u05d1","pets_fish":"\u05d3\u05d2","pets_hamster":"\u05d0\u05d5\u05d2\u05e8","pets_horse":"\u05e1\u05d5\u05e1","pets_kind":"\u05e1\u05d5\u05d2 \u05d7\u05d9\u05d9\u05ea \u05de\u05d7\u05de\u05d3","pets_name":"\u05e9\u05dd (\u05e8\u05e9\u05d5\u05ea)","pets_other":"\u05d0\u05d7\u05e8","pets_rabbit":"\u05d0\u05e8\u05e0\u05d1","pets_rat":"\u05d7\u05d5\u05dc\u05d3\u05d4","pets_reptile":"\u05d6\u05d5\u05d7\u05dc","pets_small_animal":"\u05d7\u05d9\u05d4 \u05e7\u05d8\u05e0\u05d4","pets_title":"\u05d7\u05d9\u05d5\u05ea \u05de\u05d7\u05de\u05d3","pets_update_success":"\u05d7\u05d9\u05d9\u05ea \u05d4\u05de\u05d7\u05de\u05d3 \u05e2\u05d5\u05d3\u05db\u05e0\u05d4","relationship_delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05e7\u05e9\u05e8 \u05d4\u05d6\u05d4? \u05de\u05d7\u05d9\u05e7\u05d4 \u05d4\u05d9\u05d0 \u05d1\u05dc\u05ea\u05d9 \u05d4\u05e4\u05d9\u05db\u05d4.","relationship_form_add":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05e9\u05e8 \u05d7\u05d3\u05e9","relationship_form_add_choice":"\u05e2\u05dd \u05de\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05d4\u05d6\u05d4 \u05de\u05ea\u05e7\u05d9\u05d9\u05dd?","relationship_form_add_description":"\u05d1\u05d7\u05d9\u05e8\u05d4 \u05d6\u05d5 \u05ea\u05d0\u05e4\u05e9\u05e8 \u05dc\u05da \u05dc\u05d4\u05ea\u05d9\u05d9\u05d7\u05e1 \u05dc\u05e6\u05d3 \u05d1\u05e7\u05e9\u05e8 \u05d4\u05d6\u05d5\u05d2\u05d9 \u05db\u05de\u05d5 \u05db\u05dc \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05d0\u05d7\u05e8.","relationship_form_add_no_existing_contact":"\u05d0\u05d9\u05df \u05dc\u05da \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 \u05e9\u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05e7\u05d9\u05d9\u05dd \u05d0\u05d9\u05d6\u05e9\u05d4\u05d5 \u05e7\u05e9\u05e8 \u05de\u05d5\u05dc :name \u05db\u05e8\u05d2\u05e2.","relationship_form_add_success":"\u05d4\u05e7\u05e9\u05e8 \u05d4\u05d5\u05d2\u05d3\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.","relationship_form_also_create_contact":"\u05d9\u05e6\u05d9\u05e8\u05ea \u05e8\u05e9\u05d5\u05de\u05ea \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05dc\u05d0\u05d3\u05dd \u05d6\u05d4.","relationship_form_associate_contact":"\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05e7\u05d9\u05d9\u05dd","relationship_form_associate_dropdown":"\u05e0\u05d0 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05e7\u05d9\u05d9\u05dd \u05de\u05d4\u05e8\u05e9\u05d9\u05de\u05d4 \u05d4\u05e0\u05d2\u05dc\u05dc\u05ea \u05e9\u05dc\u05d4\u05dc\u05df","relationship_form_create_contact":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05d0\u05d3\u05dd \u05d7\u05d3\u05e9","relationship_form_deletion_success":"\u05d4\u05e7\u05e9\u05e8 \u05e0\u05de\u05d7\u05e7.","relationship_form_edit":"\u05e2\u05e8\u05d9\u05db\u05ea \u05e7\u05e9\u05e8 \u05e7\u05d9\u05d9\u05dd","relationship_form_is_with":"\u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05d4\u05d5\u05d0\u2026","relationship_unlink_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05e7\u05e9\u05e8 \u05d4\u05d6\u05d4? \u05d4\u05d0\u05d3\u05dd \u05dc\u05d0 \u05d9\u05d9\u05de\u05d7\u05e7 \u2013 \u05e8\u05e7 \u05d4\u05e7\u05e9\u05e8 \u05d1\u05d9\u05df \u05d4\u05e9\u05e0\u05d9\u05d9\u05dd.","reminder_frequency_day":"{1} \u05db\u05dc \u05d9\u05d5\u05dd|{2} \u05db\u05dc \u05d9\u05d5\u05de\u05d9\u05d9\u05dd|[3,*] \u05db\u05dc :number \u05d9\u05de\u05d9\u05dd","reminder_frequency_month":"{1} \u05db\u05dc \u05d7\u05d5\u05d3\u05e9| {2} \u05db\u05dc \u05d7\u05d5\u05d3\u05e9\u05d9\u05d9\u05dd|[3,*] \u05db\u05dc :number \u05d7\u05d5\u05d3\u05e9\u05d9\u05dd","reminder_frequency_one_time":"\u05d1\u05be:date","reminder_frequency_week":"{1} \u05db\u05dc \u05e9\u05d1\u05d5\u05e2| {2} \u05db\u05dc \u05e9\u05d1\u05d5\u05e2\u05d9\u05d9\u05dd|[3,*] \u05db\u05dc :number \u05e9\u05d1\u05d5\u05e2\u05d5\u05ea","reminder_frequency_year":"{1} \u05db\u05dc \u05e9\u05e0\u05d4| {2} \u05db\u05dc \u05e9\u05e0\u05ea\u05d9\u05d9\u05dd|[3,*] \u05db\u05dc :number \u05e9\u05e0\u05d9\u05dd","reminders_add_cta":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05ea\u05d6\u05db\u05d5\u05e8\u05ea","reminders_add_description":"\u05e0\u05d0 \u05dc\u05d4\u05d6\u05db\u05d9\u05e8 \u05dc\u05d9 \u05dc\u05e2\u05e9\u05d5\u05ea\u2026","reminders_add_error_custom_text":"\u05e2\u05dc\u05d9\u05da \u05dc\u05e6\u05d9\u05d9\u05df \u05d8\u05e7\u05e1\u05d8 \u05dc\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05d4\u05d6\u05d5","reminders_add_next_time":"\u05de\u05d4 \u05d4\u05e4\u05e2\u05dd \u05d4\u05d1\u05d0\u05d4 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05e7\u05d1\u05dc \u05e2\u05dc \u05db\u05da \u05ea\u05d6\u05db\u05d5\u05e8\u05ea?","reminders_add_once":"\u05dc\u05d4\u05d6\u05db\u05d9\u05e8 \u05dc\u05d9 \u05e2\u05dc \u05db\u05da \u05e4\u05e2\u05dd \u05d0\u05d7\u05ea \u05d1\u05dc\u05d1\u05d3","reminders_add_recurrent":"\u05dc\u05d4\u05d6\u05db\u05d9\u05e8 \u05dc\u05d9 \u05e2\u05dc \u05db\u05da \u05db\u05dc","reminders_add_starting_from":"\u05d4\u05d7\u05dc \u05de\u05d4\u05d9\u05d5\u05dd \u05e9\u05e6\u05d5\u05d9\u05df \u05dc\u05d4\u05dc\u05df","reminders_add_title":"\u05de\u05d4 \u05dc\u05d4\u05d6\u05db\u05d9\u05e8 \u05dc\u05da \u05d1\u05e0\u05d5\u05d2\u05e2 \u05dc\u05be:name?","reminders_birthday":"\u05d9\u05d5\u05dd \u05d4\u05d4\u05d5\u05dc\u05d3\u05ea \u05e9\u05dc :name","reminders_blank_add_activity":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05ea\u05d6\u05db\u05d5\u05e8\u05ea","reminders_blank_title":"\u05d9\u05e9 \u05de\u05e9\u05d4\u05d5 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05e7\u05d1\u05dc \u05e2\u05dc\u05d9\u05d5 \u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05d1\u05e0\u05d5\u05d2\u05e2 \u05dc\u05be:name?","reminders_create_success":"\u05d4\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e0\u05d5\u05e1\u05e4\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","reminders_cta":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05ea\u05d6\u05db\u05d5\u05e8\u05ea","reminders_delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05d4\u05d6\u05d5?","reminders_delete_cta":"\u05de\u05d7\u05d9\u05e7\u05d4","reminders_delete_success":"\u05d4\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","reminders_description":"\u05d0\u05e0\u05d5 \u05e0\u05e9\u05dc\u05d7 \u05d3\u05d5\u05d0\u05f4\u05dc \u05e2\u05d1\u05d5\u05e8 \u05db\u05dc \u05d0\u05d7\u05ea \u05de\u05d4\u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea \u05e9\u05dc\u05d4\u05dc\u05df. \u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea \u05e0\u05e9\u05dc\u05d7\u05d5\u05ea \u05db\u05dc \u05d1\u05d5\u05e7\u05e8 \u05d1\u05d9\u05d5\u05dd \u05d1\u05d5 \u05de\u05ea\u05e7\u05d9\u05d9\u05dd \u05d4\u05d0\u05d9\u05e8\u05d5\u05e2. \u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea \u05e0\u05d5\u05e1\u05e4\u05d5\u05ea \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05dc\u05d9\u05de\u05d9 \u05d4\u05d5\u05dc\u05d3\u05ea \u05d5\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05d5\u05ea\u05df. \u05dc\u05e9\u05d9\u05e0\u05d5\u05d9 \u05d4\u05ea\u05d0\u05e8\u05d9\u05db\u05d9\u05dd \u05d4\u05d0\u05dc\u05d4 \u05d9\u05e9 \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05ea\u05d0\u05e8\u05d9\u05db\u05d9 \u05d4\u05dc\u05d9\u05d3\u05d4 \u05e9\u05dc \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8.","reminders_edit_update_cta":"\u05e2\u05d3\u05db\u05d5\u05df \u05ea\u05d6\u05db\u05d5\u05e8\u05ea","reminders_free_plan_warning":"\u05d4\u05ea\u05db\u05e0\u05d9\u05ea \u05e9\u05dc\u05da \u05d4\u05d9\u05d0 \u05d4\u05ea\u05db\u05e0\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05de\u05d9\u05ea. \u05d1\u05ea\u05db\u05e0\u05d9\u05ea \u05d4\u05d6\u05d0\u05ea \u05dc\u05d0 \u05e0\u05e9\u05dc\u05d7\u05d5\u05ea \u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05d1\u05d3\u05d5\u05d0\u05f4\u05dc. \u05db\u05d3\u05d9 \u05dc\u05e7\u05d1\u05dc \u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea \u05d1\u05d3\u05d5\u05d0\u05f4\u05dc \u05d9\u05e9 \u05dc\u05e9\u05d3\u05e8\u05d2 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da.","reminders_next_expected_date":"\u05d1\u05be","reminders_one_time":"\u05d7\u05d3 \u05e4\u05e2\u05de\u05d9","reminders_type_month":"\u05d7\u05d5\u05d3\u05e9","reminders_type_week":"\u05e9\u05d1\u05d5\u05e2","reminders_type_year":"\u05e9\u05e0\u05d4","reminders_update_success":"\u05d4\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","section_contact_information":"\u05e4\u05e8\u05d8\u05d9 \u05e7\u05e9\u05e8","section_personal_activities":"\u05e4\u05e2\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea","section_personal_gifts":"\u05de\u05ea\u05e0\u05d5\u05ea","section_personal_notes":"\u05d4\u05e2\u05e8\u05d5\u05ea","section_personal_reminders":"\u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea","section_personal_tasks":"\u05de\u05e9\u05d9\u05de\u05d5\u05ea","stay_in_touch":"\u05dc\u05e9\u05de\u05d5\u05e8 \u05e2\u05dc \u05e7\u05e9\u05e8","stay_in_touch_frequency":"Stay in touch every day|Stay in touch every {count} days","stay_in_touch_invalid":"\u05d4\u05ea\u05d3\u05d9\u05e8\u05d5\u05ea \u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e1\u05e4\u05e8 \u05d2\u05d3\u05d5\u05dc \u05de\u05be0.","stay_in_touch_modal_desc":"\u05e0\u05d5\u05db\u05dc \u05dc\u05d4\u05d6\u05db\u05d9\u05e8 \u05dc\u05da \u05d1\u05d4\u05d5\u05d3\u05e2\u05d4 \u05d1\u05d3\u05d5\u05d0\u05f4\u05dc \u05dc\u05e9\u05de\u05d5\u05e8 \u05e2\u05dc \u05e7\u05e9\u05e8 \u05e2\u05dd {firstname} \u05d1\u05de\u05e8\u05d5\u05d5\u05d7\u05d9 \u05d6\u05de\u05df \u05e7\u05d1\u05d5\u05e2\u05d9\u05dd.","stay_in_touch_modal_label":"\u05dc\u05e9\u05dc\u05d5\u05d7 \u05dc\u05d9 \u05d4\u05d5\u05d3\u05e2\u05d4 \u05d1\u05d3\u05d5\u05d0\u05f4\u05dc \u05d1\u05db\u05dc\u2026","stay_in_touch_modal_title":"\u05dc\u05e9\u05de\u05d5\u05e8 \u05e2\u05dc \u05e7\u05e9\u05e8","stay_in_touch_premium":"\u05e2\u05dc\u05d9\u05da \u05dc\u05e9\u05d3\u05e8\u05d2 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05db\u05d3\u05d9 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05ea\u05db\u05d5\u05e0\u05d4 \u05d6\u05d5","tag_add":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05ea\u05d2\u05d9\u05ea","tag_edit":"\u05e2\u05e8\u05d9\u05db\u05ea \u05ea\u05d2\u05d9\u05ea","tasks_add_task":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05de\u05e9\u05d9\u05de\u05d4","tasks_blank_title":"\u05d0\u05d9\u05df \u05dc\u05da \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e2\u05d3\u05d9\u05d9\u05df.","tasks_complete_success":"\u05de\u05e6\u05d1 \u05d4\u05de\u05e9\u05d9\u05de\u05d4 \u05d4\u05e9\u05ea\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","tasks_delete_success":"\u05d4\u05de\u05e9\u05d9\u05de\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","tasks_form_description":"\u05ea\u05d9\u05d0\u05d5\u05e8 (\u05e8\u05e9\u05d5\u05ea)","tasks_form_title":"\u05db\u05d5\u05ea\u05e8\u05ea","work_add_cta":"\u05e2\u05d3\u05db\u05d5\u05df \u05e4\u05e8\u05d8\u05d9 \u05e2\u05d1\u05d5\u05d3\u05d4","work_edit_company":"\u05d7\u05d1\u05e8\u05d4 (\u05e8\u05e9\u05d5\u05ea)","work_edit_job":"\u05ea\u05e4\u05e7\u05d9\u05d3 (\u05e8\u05e9\u05d5\u05ea)","work_edit_success":"\u05e4\u05e8\u05d8\u05d9 \u05d4\u05e2\u05d1\u05d5\u05d3\u05d4 \u05e2\u05d5\u05d3\u05db\u05e0\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","work_edit_title":"\u05e2\u05d3\u05db\u05d5\u05df \u05e4\u05e8\u05d8\u05d9 \u05d4\u05e2\u05d1\u05d5\u05d3\u05d4 \u05e9\u05dc :name","work_information":"\u05e4\u05e8\u05d8\u05d9 \u05ea\u05e2\u05e1\u05d5\u05e7\u05d4"},"reminder":{"type_birthday":"\u05e0\u05d0 \u05dc\u05d0\u05d7\u05dc \u05d9\u05d5\u05dd \u05d4\u05d5\u05dc\u05d3\u05ea \u05e9\u05de\u05d7 \u05dc\u05be","type_birthday_kid":"\u05e0\u05d0 \u05dc\u05d0\u05d7\u05dc \u05d9\u05d5\u05dd \u05d4\u05d5\u05dc\u05d3\u05ea \u05e9\u05de\u05d7 \u05dc\u05d9\u05dc\u05d3 \u05e9\u05dc","type_email":"\u05d3\u05d5\u05d0\u05f4\u05dc","type_hangout":"\u05d1\u05d9\u05dc\u05d5\u05d9 \u05de\u05e9\u05d5\u05ea\u05e3 \u05e2\u05dd","type_lunch":"\u05d0\u05e8\u05d5\u05d7\u05ea \u05e6\u05d4\u05e8\u05d9\u05d9\u05dd \u05e2\u05dd","type_phone_call":"\u05e9\u05d9\u05d7\u05d4"},"settings":{"2fa_disable_description":"\u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9 \u05d4\u05d5\u05e9\u05d1\u05ea \u05d1\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da. \u05db\u05d3\u05d0\u05d9 \u05dc\u05e0\u05e7\u05d5\u05d8 \u05d1\u05de\u05e9\u05e0\u05d4 \u05d6\u05d4\u05d9\u05e8\u05d5\u05ea \u05de\u05e2\u05ea\u05d4 \u05db\u05d9\u05d5\u05d5\u05df \u05e9\u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05d0\u05d9\u05e0\u05d5 \u05de\u05d0\u05d5\u05d1\u05d8\u05d7!","2fa_disable_error":"\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05d4\u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05dc\u05d4\u05e9\u05d1\u05d9\u05ea \u05d0\u05ea \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","2fa_disable_success":"\u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9 \u05de\u05d5\u05e9\u05d1\u05ea","2fa_disable_title":"\u05d4\u05e9\u05d1\u05ea\u05ea \u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","2fa_enable_description":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9 \u05db\u05d3\u05d9 \u05dc\u05d4\u05d2\u05d1\u05d9\u05e8 \u05d0\u05ea \u05d4\u05d0\u05d1\u05d8\u05d7\u05d4 \u05d1\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da.","2fa_enable_error":"\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05d4\u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","2fa_enable_error_already_set":"\u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9 \u05db\u05d1\u05e8 \u05de\u05d5\u05e4\u05e2\u05dc","2fa_enable_otp":"\u05d9\u05e9 \u05dc\u05e4\u05ea\u05d5\u05d7 \u05d0\u05ea \u05d9\u05d9\u05e9\u05d5\u05de\u05d5\u05df \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9 \u05e9\u05dc\u05da \u05d5\u05dc\u05e1\u05e8\u05d5\u05e7 \u05d0\u05ea \u05d1\u05e8\u05e7\u05d5\u05d3 \u05d4\u05beQR \u05e9\u05dc\u05d4\u05dc\u05df:","2fa_enable_otp_help":"\u05d0\u05dd \u05d9\u05d9\u05e9\u05d5\u05de\u05d5\u05df \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9 \u05e9\u05dc\u05da \u05d0\u05d9\u05e0\u05d5 \u05ea\u05d5\u05de\u05da \u05d1\u05e7\u05d5\u05d3\u05d9\u05dd \u05de\u05e1\u05d5\u05d2 QR, \u05d9\u05e9 \u05dc\u05d4\u05e7\u05dc\u05d9\u05d3 \u05d0\u05ea \u05d4\u05e7\u05d5\u05d3 \u05e9\u05dc\u05d4\u05dc\u05df:","2fa_enable_otp_validate":"\u05e0\u05d0 \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05d4\u05d4\u05ea\u05e7\u05df \u05d4\u05d7\u05d3\u05e9 \u05e9\u05d6\u05d4 \u05e2\u05ea\u05d4 \u05d4\u05d2\u05d3\u05e8\u05ea:","2fa_enable_success":"\u05d4\u05d5\u05e4\u05e2\u05dc \u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","2fa_enable_title":"\u05d4\u05e4\u05e2\u05dc\u05ea \u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","2fa_otp_title":"\u05d9\u05d9\u05e9\u05d5\u05de\u05d5\u05df \u05dc\u05e0\u05d9\u05d9\u05d3 \u05dc\u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","2fa_title":"\u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","api_authorized_clients":"\u05e8\u05e9\u05d9\u05de\u05ea \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05de\u05d5\u05e8\u05e9\u05d9\u05dd","api_authorized_clients_desc":"\u05d0\u05d2\u05e3 \u05d6\u05d4 \u05de\u05e6\u05d9\u05d2 \u05d0\u05ea \u05db\u05dc \u05d4\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05dc\u05d4\u05dd \u05d0\u05d9\u05e9\u05e8\u05ea \u05d2\u05d9\u05e9\u05d4 \u05dc\u05d9\u05d9\u05e9\u05d5\u05dd \u05e9\u05dc\u05da. \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05dc\u05d5\u05dc \u05d0\u05ea \u05d4\u05d0\u05d9\u05e9\u05d5\u05e8 \u05d4\u05d6\u05d4 \u05d1\u05db\u05dc \u05e2\u05ea.","api_authorized_clients_name":"\u05e9\u05dd","api_authorized_clients_scopes":"\u05ea\u05d7\u05d5\u05de\u05d9\u05dd","api_authorized_clients_title":"\u05d9\u05d9\u05e9\u05d5\u05de\u05d9\u05dd \u05de\u05d0\u05d5\u05e9\u05e8\u05d9\u05dd","api_description":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05beAPI \u05db\u05d3\u05d9 \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e9\u05dc \u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u05d3\u05e8\u05da \u05d9\u05d9\u05e9\u05d5\u05dd \u05d7\u05d9\u05e6\u05d5\u05e0\u05d9, \u05db\u05d2\u05d5\u05df \u05d9\u05d9\u05e9\u05d5\u05de\u05d5\u05df \u05dc\u05e0\u05d9\u05d9\u05d3 \u05dc\u05de\u05e9\u05dc.","api_oauth_clientid":"\u05de\u05d6\u05d4\u05d4 \u05dc\u05e7\u05d5\u05d7","api_oauth_clients":"\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05d4\u05beOauth \u05e9\u05dc\u05da","api_oauth_clients_desc":"\u05d0\u05d2\u05e3 \u05d6\u05d4 \u05de\u05e1\u05d9\u05d9\u05e2 \u05dc\u05da \u05dc\u05e8\u05e9\u05d5\u05dd \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea OAuth \u05de\u05e9\u05dc\u05da.","api_oauth_create":"\u05d9\u05e6\u05d9\u05e8\u05ea \u05dc\u05e7\u05d5\u05d7","api_oauth_create_new":"\u05d9\u05e6\u05d9\u05e8\u05ea \u05dc\u05e7\u05d5\u05d7 \u05d7\u05d3\u05e9","api_oauth_name":"\u05e9\u05dd","api_oauth_name_help":"\u05de\u05e9\u05d4\u05d5 \u05e9\u05d4\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05e9\u05dc\u05da \u05d9\u05d6\u05d4\u05d5 \u05d5\u05d9\u05d0\u05de\u05d9\u05e0\u05d5 \u05d1\u05d5.","api_oauth_not_created":"\u05dc\u05d0 \u05d9\u05e6\u05e8\u05ea \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea OAuth \u05db\u05dc\u05e9\u05d4\u05dd.","api_oauth_redirecturl":"\u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05e4\u05e0\u05d9\u05d4","api_oauth_redirecturl_help":"\u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05e7\u05e8\u05d9\u05d0\u05d4 \u05d4\u05d7\u05d5\u05d6\u05e8\u05ea \u05dc\u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d9\u05d9\u05e9\u05d5\u05dd \u05e9\u05dc\u05da.","api_oauth_secret":"\u05e1\u05d5\u05d3","api_oauth_title":"\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea Oauth","api_pao_description":"\u05e0\u05d0 \u05dc\u05d5\u05d5\u05d3\u05d0 \u05e9\u05d4\u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05d4\u05d6\u05d4 \u05de\u05d5\u05e2\u05d1\u05e8 \u05dc\u05d9\u05d3\u05d9\u05d9\u05dd \u05de\u05d4\u05d9\u05de\u05e0\u05d5\u05ea - \u05db\u05d9\u05d5\u05d5\u05df \u05e9\u05d4\u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05de\u05e2\u05e0\u05d9\u05e7 \u05d2\u05d9\u05e9\u05d4 \u05dc\u05db\u05dc \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e9\u05dc\u05da.","api_personal_access_tokens":"\u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05dc\u05d2\u05d9\u05e9\u05d4 \u05d0\u05d9\u05e9\u05d9\u05ea","api_title":"\u05d2\u05d9\u05e9\u05ea API","api_token_create":"\u05d9\u05e6\u05d9\u05e8\u05ea \u05d0\u05e1\u05d9\u05de\u05d5\u05df","api_token_create_new":"\u05d9\u05e6\u05d9\u05e8\u05ea \u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05d7\u05d3\u05e9","api_token_delete":"\u05de\u05d7\u05d9\u05e7\u05d4","api_token_help":"\u05d4\u05e0\u05d4 \u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05d4\u05d2\u05d9\u05e9\u05d4 \u05d4\u05d0\u05d9\u05e9\u05d9\u05ea \u05d4\u05d7\u05d3\u05e9 \u05e9\u05dc\u05da. \u05d6\u05d0\u05ea \u05d4\u05e4\u05e2\u05dd \u05d4\u05d9\u05d7\u05d9\u05d3\u05d4 \u05e9\u05d4\u05d5\u05d0 \u05d9\u05d5\u05e4\u05d9\u05e2 \u05db\u05da \u05e9\u05e2\u05d3\u05d9\u05e3 \u05dc\u05d0 \u05dc\u05d0\u05d1\u05d3 \u05d0\u05d5\u05ea\u05d5! \u05db\u05e2\u05ea \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05d4\u05d6\u05d4 \u05db\u05d3\u05d9 \u05dc\u05d1\u05e6\u05e2 \u05d1\u05e7\u05e9\u05d5\u05ea API.","api_token_name":"\u05e9\u05dd","api_token_not_created":"\u05dc\u05d0 \u05d9\u05e6\u05e8\u05ea \u05d0\u05e1\u05d9\u05de\u05d5\u05e0\u05d9\u05dd \u05dc\u05d2\u05d9\u05e9\u05d4 \u05d0\u05d9\u05e9\u05d9\u05ea.","api_token_scopes":"\u05ea\u05d7\u05d5\u05de\u05d9\u05dd","api_token_title":"\u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05dc\u05d2\u05d9\u05e9\u05d4 \u05d0\u05d9\u05e9\u05d9\u05ea","currency":"\u05de\u05d8\u05d1\u05e2","delete_cta":"\u05de\u05d7\u05d9\u05e7\u05ea \u05d7\u05e9\u05d1\u05d5\u05df","delete_desc":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da? \u05d0\u05d6\u05d4\u05e8\u05d4: \u05de\u05d7\u05d9\u05e7\u05d4 \u05d4\u05d9\u05d0 \u05dc\u05e6\u05de\u05d9\u05ea\u05d5\u05ea \u05d5\u05db\u05dc \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e9\u05dc\u05da \u05d9\u05d9\u05de\u05d7\u05e7\u05d5 \u05dc\u05e6\u05de\u05d9\u05ea\u05d5\u05ea \u05d2\u05dd \u05db\u05df.","delete_notice":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da? \u05d0\u05d9\u05df \u05d3\u05e8\u05da \u05d7\u05d6\u05e8\u05d4.","delete_title":"\u05de\u05d7\u05d9\u05e7\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da","email":"\u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc","email_help":"\u05d6\u05d5 \u05d4\u05d9\u05d0 \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05d4\u05de\u05e9\u05de\u05e9\u05ea \u05dc\u05db\u05e0\u05d9\u05e1\u05d4 \u05d5\u05dc\u05e9\u05dd \u05d2\u05dd \u05ea\u05d9\u05e9\u05dc\u05d7\u05e0\u05d4 \u05d4\u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea \u05e9\u05dc\u05da.","email_placeholder":"\u05e0\u05d0 \u05dc\u05d4\u05e7\u05dc\u05d9\u05d3 \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc","export_be_patient":"\u05d9\u05e9 \u05dc\u05dc\u05d7\u05d5\u05e5 \u05e2\u05dc \u05d4\u05db\u05e4\u05ea\u05d5\u05e8 \u05db\u05d3\u05d9 \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d0\u05ea \u05d4\u05d9\u05d9\u05e6\u05d5\u05d0. \u05e2\u05d9\u05d1\u05d5\u05d3 \u05d4\u05d9\u05d9\u05e6\u05d5\u05d0 \u05e2\u05e9\u05d5\u05d9 \u05dc\u05d0\u05e8\u05d5\u05da \u05de\u05e1\u05e4\u05e8 \u05d3\u05e7\u05d5\u05ea - \u05e0\u05d0 \u05dc\u05d4\u05ea\u05d0\u05d6\u05e8 \u05d1\u05e1\u05d1\u05dc\u05e0\u05d5\u05ea \u05d5\u05dc\u05d0 \u05dc\u05dc\u05d7\u05d5\u05e5 \u05e2\u05dc \u05d4\u05db\u05e4\u05ea\u05d5\u05e8 \u05e9\u05d5\u05d1.","export_sql_cta":"\u05d9\u05e6\u05d5\u05d0 \u05dc\u05beSQL","export_sql_explanation":"\u05d9\u05e6\u05d5\u05d0 \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e9\u05dc\u05da \u05d1\u05de\u05d1\u05e0\u05d4 SQL \u05de\u05d0\u05e4\u05e9\u05e8 \u05dc\u05da \u05dc\u05e7\u05d7\u05ea \u05d0\u05ea \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e9\u05dc\u05da \u05d5\u05dc\u05d9\u05d9\u05d1\u05d0 \u05d0\u05d5\u05ea\u05dd \u05dc\u05e2\u05d5\u05ea\u05e7 \u05e9\u05dc \u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u05de\u05e9\u05dc\u05da. \u05dc\u05ea\u05db\u05d5\u05e0\u05d4 \u05d6\u05d5 \u05d9\u05e9 \u05e2\u05e8\u05da \u05e8\u05e7 \u05d0\u05dd \u05d9\u05e9 \u05dc\u05da \u05e9\u05e8\u05ea \u05de\u05e9\u05dc\u05da.","export_sql_link_instructions":"\u05dc\u05ea\u05e9\u05d5\u05de\u05ea \u05dc\u05d1\u05da: \u05e0\u05d9\u05ea\u05df \u05dc\u05e7\u05e8\u05d5\u05d0 \u05d0\u05ea \u05d4\u05d4\u05e0\u05d7\u05d9\u05d5\u05ea<\/a> \u05db\u05d3\u05d9 \u05dc\u05dc\u05de\u05d5\u05d3 \u05d9\u05d5\u05ea\u05e8 \u05e2\u05dc \u05d9\u05d1\u05d5\u05d0 \u05d4\u05e7\u05d5\u05d1\u05e5 \u05d4\u05d6\u05d4 \u05dc\u05e2\u05d5\u05ea\u05e7 \u05e9\u05dc\u05da.","export_title":"\u05d9\u05e6\u05d5\u05d0 \u05e0\u05ea\u05d5\u05e0\u05d9 \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da","export_title_sql":"\u05d9\u05e6\u05d5\u05d0 \u05dc\u05beSQL","firstname":"\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9","import_blank_cta":"\u05d9\u05d1\u05d5\u05d0 vCard","import_blank_description":"\u05d9\u05e9 \u05dc\u05e0\u05d5 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d9\u05d9\u05d1\u05d0 \u05e7\u05d5\u05d1\u05e6\u05d9 vCard \u05e9\u05e0\u05d9\u05ea\u05df \u05dc\u05e7\u05d1\u05dc \u05de\u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05d1\u05beGoogle \u05d0\u05d5 \u05de\u05de\u05e0\u05d4\u05dc \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da.","import_blank_question":"\u05dc\u05d9\u05d9\u05d1\u05d0 \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 \u05db\u05e2\u05ea?","import_blank_title":"\u05dc\u05d0 \u05d9\u05d9\u05d1\u05d0\u05ea \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 \u05e2\u05d3\u05d9\u05d9\u05df.","import_cta":"\u05e2\u05d3\u05db\u05d5\u05df \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8","import_in_progress":"\u05d4\u05d9\u05d9\u05d1\u05d5\u05d0 \u05de\u05ea\u05d1\u05e6\u05e2 \u05db\u05e2\u05ea. \u05d9\u05e9 \u05dc\u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d1\u05e2\u05d5\u05d3 \u05d3\u05e7\u05d4.","import_need_subscription":"\u05d9\u05d1\u05d5\u05d0 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05d3\u05d5\u05e8\u05e9 \u05de\u05d9\u05e0\u05d5\u05d9.","import_report_date":"\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05d9\u05d1\u05d5\u05d0","import_report_number_contacts":"\u05de\u05e1\u05e4\u05e8 \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05d1\u05e7\u05d5\u05d1\u05e5","import_report_number_contacts_imported":"\u05de\u05e1\u05e4\u05e8 \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05d9\u05d9\u05d5\u05d1\u05d0\u05d5","import_report_number_contacts_skipped":"\u05de\u05e1\u05e4\u05e8 \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05d3\u05d5\u05dc\u05d2\u05d5","import_report_status_imported":"\u05d9\u05d5\u05d1\u05d0\u05d5","import_report_status_skipped":"\u05d3\u05d5\u05dc\u05d2\u05d5","import_report_title":"\u05d3\u05d5\u05d7 \u05d9\u05d1\u05d5\u05d0","import_report_type":"\u05e1\u05d5\u05d2 \u05d4\u05d9\u05d9\u05d1\u05d5\u05d0","import_result_stat":"\u05d4\u05d5\u05e2\u05dc\u05d4 vCard \u05e2\u05dd \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05d0\u05d7\u05d3 (:total_imported \u05d9\u05d5\u05d1\u05d0, :total_skipped \u05dc\u05d0 \u05d9\u05d5\u05d1\u05d0)|\u05d4\u05d5\u05e2\u05dc\u05d4 vCard \u05e2\u05dd :total_contacts \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 (:total_imported \u05d9\u05d5\u05d1\u05d0\u05d5, :total_skipped \u05dc\u05d0 \u05d9\u05d5\u05d1\u05d0\u05d5)","import_stat":"\u05d9\u05d9\u05d1\u05d0\u05ea :number \u05e7\u05d1\u05e6\u05d9\u05dd \u05e2\u05d3 \u05db\u05d4.","import_title":"\u05d9\u05d1\u05d5\u05d0 \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da","import_upload_behaviour":"\u05d4\u05ea\u05e0\u05d4\u05d2\u05d5\u05ea \u05d4\u05d9\u05d9\u05d1\u05d5\u05d0:","import_upload_behaviour_add":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 \u05d7\u05d3\u05e9\u05d9\u05dd \u05d5\u05d3\u05d9\u05dc\u05d5\u05d2 \u05e2\u05dc \u05d4\u05e7\u05d9\u05d9\u05de\u05d9\u05dd","import_upload_behaviour_help":"\u05dc\u05ea\u05e9\u05d5\u05de\u05ea \u05dc\u05d1\u05da: \u05d4\u05d7\u05dc\u05e4\u05d4 \u05ea\u05d5\u05d1\u05d9\u05dc \u05dc\u05d4\u05d7\u05dc\u05e4\u05ea \u05db\u05dc \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e9\u05e0\u05de\u05e6\u05d0\u05d9\u05dd \u05d1\u05bevCard \u05d0\u05da \u05d4\u05e9\u05d3\u05d5\u05ea \u05d4\u05e7\u05d9\u05d9\u05de\u05d9\u05dd \u05d9\u05d9\u05e9\u05de\u05e8\u05d5.","import_upload_behaviour_replace":"\u05d4\u05d7\u05dc\u05e4\u05ea \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 \u05e7\u05d9\u05d9\u05de\u05d9\u05dd","import_upload_form_file":"\u05e7\u05d5\u05d1\u05e5 \u05d4\u05be.vcf<\/code> \u05d0\u05d5 \u05d4\u05be.vCard<\/code> \u05e9\u05dc\u05da:","import_upload_rule_cant_revert":"\u05e0\u05d0 \u05dc\u05d5\u05d5\u05d3\u05d0 \u05e9\u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05de\u05d3\u05d5\u05d9\u05e7\u05d9\u05dd \u05d1\u05d8\u05e8\u05dd \u05d4\u05d4\u05e2\u05dc\u05d0\u05d4, \u05db\u05d9\u05d5\u05d5\u05df \u05e9\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d4\u05e2\u05dc\u05d0\u05d4.","import_upload_rule_format":"\u05d0\u05e0\u05d5 \u05ea\u05d5\u05de\u05db\u05d9\u05dd \u05d1\u05e7\u05d1\u05e6\u05d9\u05dd \u05de\u05d4\u05e1\u05d5\u05d2\u05d9\u05dd .vcard<\/code> \u05d5\u05be.vcf<\/code>","import_upload_rule_instructions":"\u05d4\u05e0\u05d7\u05d9\u05d5\u05ea \u05d9\u05e6\u05d5\u05d0 \u05e2\u05d1\u05d5\u05e8 Contacts.app (macOS)<\/a> \u05d5\u05e2\u05d1\u05d5\u05e8 Google Contacts<\/a>.","import_upload_rule_limit":"\u05e7\u05d1\u05e6\u05d9\u05dd \u05de\u05d5\u05d2\u05d1\u05dc\u05d9\u05dd \u05dc\u05be10 \u05de\u05f4\u05d1.","import_upload_rule_multiple":"\u05dc\u05e2\u05ea \u05e2\u05ea\u05d4, \u05d0\u05dd \u05dc\u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da \u05d9\u05e9 \u05de\u05d2\u05d5\u05d5\u05df \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc \u05d0\u05d5 \u05de\u05e1\u05e4\u05e8\u05d9 \u05d8\u05dc\u05e4\u05d5\u05df \u05e8\u05e7 \u05d4\u05e8\u05e9\u05d5\u05de\u05d4 \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d4 \u05ea\u05d9\u05e7\u05dc\u05d8.","import_upload_rule_time":"\u05d4\u05d4\u05e2\u05dc\u05d0\u05d4 \u05d5\u05e2\u05d9\u05d1\u05d5\u05d3 \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e2\u05e9\u05d5\u05d9\u05d9\u05dd \u05dc\u05d0\u05e8\u05d5\u05da \u05e2\u05d3 \u05d3\u05e7\u05d4. \u05e0\u05d0 \u05dc\u05d4\u05ea\u05d0\u05d6\u05e8 \u05d1\u05e1\u05d1\u05dc\u05e0\u05d5\u05ea.","import_upload_rule_vcard":"\u05d0\u05e0\u05d5 \u05ea\u05d5\u05de\u05db\u05d9\u05dd \u05d1\u05bevCard \u05d2\u05e8\u05e1\u05d4 3.0, \u05e9\u05d4\u05d9\u05d0 \u05d2\u05e8\u05e1\u05ea \u05d1\u05e8\u05e8\u05ea \u05d4\u05de\u05d7\u05d3\u05dc \u05e2\u05d1\u05d5\u05e8 Contacts.app (macOS) \u05e2\u05d1\u05d5\u05e8 Google Contacts.","import_upload_rules_desc":"\u05e2\u05dd \u05d6\u05d0\u05ea, \u05d7\u05dc\u05d9\u05dd \u05db\u05d0\u05df \u05d7\u05d5\u05e7\u05d9\u05dd \u05db\u05dc\u05e9\u05d4\u05dd:","import_upload_title":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d9\u05d9\u05d1\u05d0 \u05d0\u05ea \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da \u05de\u05e7\u05d5\u05d1\u05e5 vCard","import_vcard_contact_exist":"\u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05db\u05d1\u05e8 \u05e7\u05d9\u05d9\u05dd","import_vcard_contact_no_firstname":"\u05d0\u05d9\u05df \u05e9\u05dd \u05e4\u05e8\u05d8\u05d9 (\u05d7\u05d5\u05d1\u05d4)","import_vcard_file_no_entries":"\u05d0\u05d9\u05df \u05e8\u05e9\u05d5\u05de\u05d5\u05ea \u05d1\u05e7\u05d5\u05d1\u05e5","import_vcard_file_not_found":"\u05d4\u05e7\u05d5\u05d1\u05e5 \u05dc\u05d0 \u05e0\u05de\u05e6\u05d0","import_vcard_unknown_entry":"\u05e9\u05dd \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05d0\u05d9\u05e0\u05d5 \u05de\u05d5\u05db\u05e8","import_view_report":"\u05e6\u05e4\u05d9\u05d9\u05d4 \u05d1\u05d3\u05d5\u05f4\u05d7","lastname":"\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4","layout":"\u05e4\u05e8\u05d9\u05e1\u05d4","layout_big":"\u05d4\u05e8\u05d5\u05d7\u05d1 \u05d4\u05de\u05dc\u05d0 \u05e9\u05dc \u05d4\u05d3\u05e4\u05d3\u05e4\u05df","layout_small":"\u05e8\u05d5\u05d7\u05d1 \u05e9\u05dc 1200 \u05e4\u05d9\u05e7\u05e1\u05dc\u05d9\u05dd \u05dc\u05db\u05dc \u05d4\u05d9\u05d5\u05ea\u05e8","locale":"\u05e9\u05e4\u05d4 \u05d1\u05d4 \u05e0\u05e2\u05e9\u05d4 \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05d9\u05d9\u05e9\u05d5\u05dd","locale_cs":"\u05e6\u05f3\u05db\u05d9\u05ea","locale_de":"\u05d2\u05e8\u05de\u05e0\u05d9\u05ea","locale_en":"\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea","locale_es":"\u05e1\u05e4\u05e8\u05d3\u05d9\u05ea","locale_fr":"\u05e6\u05e8\u05e4\u05ea\u05d9\u05ea","locale_he":"\u05e2\u05d1\u05e8\u05d9\u05ea","locale_it":"\u05d0\u05d9\u05d8\u05dc\u05e7\u05d9\u05ea","locale_nl":"\u05d4\u05d5\u05dc\u05e0\u05d3\u05d9\u05ea","locale_pt":"\u05e4\u05d5\u05e8\u05d8\u05d5\u05d2\u05dc\u05d9\u05ea","locale_ru":"\u05e8\u05d5\u05e1\u05d9\u05ea","locale_zh":"\u05e1\u05d9\u05e0\u05d9\u05ea \u05de\u05e4\u05d5\u05e9\u05d8\u05ea","name":"\u05e9\u05de\u05da: :name","name_order":"\u05e1\u05d3\u05e8 \u05d4\u05e9\u05de\u05d5\u05ea","name_order_firstname_lastname":"<\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9> <\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4> - \u05d9\u05e9\u05e8\u05d0\u05dc \u05d9\u05e9\u05e8\u05d0\u05dc\u05d9","name_order_firstname_lastname_nickname":"<\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9> <\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4> (<\u05db\u05d9\u05e0\u05d5\u05d9>) - \u05d9\u05e9\u05e8\u05d0\u05dc \u05d9\u05e9\u05e8\u05d0\u05dc\u05d9 (\u05e9\u05e8\u05d5\u05dc\u05d9\u05e7)","name_order_firstname_nickname_lastname":"<\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9> (<\u05db\u05d9\u05e0\u05d5\u05d9>) <\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4> - \u05d9\u05e9\u05e8\u05d0\u05dc (\u05e9\u05e8\u05d5\u05dc\u05d9\u05e7) \u05d9\u05e9\u05e8\u05d0\u05dc\u05d9","name_order_lastname_firstname":"<\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4> <\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9> - \u05d9\u05e9\u05e8\u05d0\u05dc\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc","name_order_lastname_firstname_nickname":"<\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4> <\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9> (<\u05db\u05d9\u05e0\u05d5\u05d9>) - \u05d9\u05e9\u05e8\u05d0\u05dc\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc (\u05e9\u05e8\u05d5\u05dc\u05d9\u05e7)","name_order_lastname_nickname_firstname":"<\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4> (<\u05db\u05d9\u05e0\u05d5\u05d9>) <\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9> - \u05d9\u05e9\u05e8\u05d0\u05dc\u05d9 (\u05e9\u05e8\u05d5\u05dc\u05d9\u05e7) \u05d9\u05e9\u05e8\u05d0\u05dc","name_order_nickname":"<\u05db\u05d9\u05e0\u05d5\u05d9> - \u05e9\u05e8\u05d5\u05dc\u05d9\u05e7","password_btn":"\u05d4\u05d7\u05dc\u05e4\u05ea \u05e1\u05e1\u05de\u05d4","password_change":"\u05d4\u05d7\u05dc\u05e4\u05ea \u05e1\u05e1\u05de\u05d4","password_current":"\u05d4\u05e1\u05e1\u05de\u05d4 \u05d4\u05e0\u05d5\u05db\u05d7\u05d9\u05ea","password_current_placeholder":"\u05e0\u05d0 \u05dc\u05d4\u05e7\u05dc\u05d9\u05d3 \u05d0\u05ea \u05d4\u05e1\u05e1\u05de\u05d4 \u05d4\u05e0\u05d5\u05db\u05d7\u05d9\u05ea \u05e9\u05dc\u05da","password_new1":"\u05e1\u05e1\u05de\u05d4 \u05d7\u05d3\u05e9\u05d4","password_new1_placeholder":"\u05e0\u05d0 \u05dc\u05d4\u05e7\u05dc\u05d9\u05d3 \u05e1\u05e1\u05de\u05d4 \u05d7\u05d3\u05e9\u05d4","password_new2":"\u05d0\u05d9\u05de\u05d5\u05ea","password_new2_placeholder":"\u05e0\u05d0 \u05dc\u05d4\u05e7\u05dc\u05d9\u05d3 \u05d0\u05ea \u05d4\u05e1\u05e1\u05de\u05d4 \u05d4\u05d7\u05d3\u05e9\u05d4 \u05e9\u05d5\u05d1","personalisation_paid_upgrade":"\u05ea\u05db\u05d5\u05e0\u05d4 \u05d6\u05d5 \u05d4\u05d9\u05d0 \u05ea\u05db\u05d5\u05e0\u05ea \u05e4\u05e8\u05de\u05d9\u05d5\u05dd \u05e9\u05d3\u05d5\u05e8\u05e9\u05ea \u05d4\u05e4\u05e2\u05dc\u05ea \u05de\u05d9\u05e0\u05d5\u05d9 \u05d1\u05ea\u05e9\u05dc\u05d5\u05dd. \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05d3\u05e8\u05d2 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05e2\u05dc \u05d9\u05d3\u05d9 \u05de\u05e2\u05d1\u05e8 \u05dc\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea > \u05de\u05d9\u05e0\u05d5\u05d9.","personalization_activity_type_add_button":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e1\u05d5\u05d2 \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d7\u05d3\u05e9","personalization_activity_type_category_add":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05e1\u05d5\u05d2 \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d7\u05d3\u05e9\u05d4","personalization_activity_type_category_description":"\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05e9\u05d4\u05ea\u05e8\u05d7\u05e9\u05d4 \u05e2\u05dd \u05d0\u05d7\u05d3 \u05de\u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e1\u05d5\u05d2 \u05d5\u05e1\u05d5\u05d2 \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4 \u05de\u05e1\u05d5\u05d9\u05de\u05d9\u05dd. \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05de\u05d5\u05d2\u05d3\u05e8 \u05de\u05e8\u05d0\u05e9 \u05e2\u05dd \u05e1\u05d5\u05d2\u05d9 \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d5\u05ea \u05db\u05dc\u05e9\u05d4\u05dd, \u05d0\u05da \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05ea\u05d0\u05d9\u05dd \u05d0\u05d5\u05ea\u05df \u05d1\u05db\u05dc \u05e2\u05ea \u05d3\u05e8\u05da \u05db\u05d0\u05df.","personalization_activity_type_category_modal_add":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05e1\u05d5\u05d2 \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d7\u05d3\u05e9\u05d4","personalization_activity_type_category_modal_delete":"\u05de\u05d7\u05d9\u05e7\u05ea \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05e1\u05d5\u05d2 \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","personalization_activity_type_category_modal_delete_desc":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4 \u05d4\u05d6\u05d0\u05ea? \u05de\u05d7\u05d9\u05e7\u05ea\u05d4 \u05ea\u05de\u05d7\u05e7 \u05d0\u05ea \u05db\u05dc \u05e1\u05d5\u05d2\u05d9 \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d4\u05de\u05e9\u05d5\u05d9\u05db\u05d9\u05dd. \u05e2\u05dd \u05d6\u05d0\u05ea, \u05e4\u05e2\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea \u05e9\u05d0\u05d9\u05e0\u05df \u05e9\u05d9\u05d9\u05db\u05d5\u05ea \u05dc\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4 \u05d4\u05d6\u05d0\u05ea \u05dc\u05d0 \u05ea\u05d5\u05e9\u05e4\u05e2\u05e0\u05d4 \u05de\u05d4\u05de\u05d7\u05d9\u05e7\u05d4.","personalization_activity_type_category_modal_delete_error":"\u05d0\u05d9\u05df \u05dc\u05e0\u05d5 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05ea \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05e1\u05d5\u05d2 \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d4\u05d6\u05d5.","personalization_activity_type_category_modal_edit":"\u05e2\u05e8\u05d9\u05db\u05ea \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05e1\u05d5\u05d2 \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","personalization_activity_type_category_modal_question":"\u05d0\u05d9\u05da \u05d9\u05e9 \u05dc\u05e7\u05e8\u05d5\u05d0 \u05dc\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4 \u05d4\u05d7\u05d3\u05e9\u05d4?","personalization_activity_type_category_table_actions":"\u05e4\u05e2\u05d5\u05dc\u05d5\u05ea","personalization_activity_type_category_table_name":"\u05e9\u05dd","personalization_activity_type_category_title":"\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d5\u05ea \u05e1\u05d5\u05d2\u05d9 \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","personalization_activity_type_modal_add":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e1\u05d5\u05d2 \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d7\u05d3\u05e9","personalization_activity_type_modal_delete":"\u05de\u05d7\u05d9\u05e7\u05ea \u05e1\u05d5\u05d2 \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","personalization_activity_type_modal_delete_desc":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05e1\u05d5\u05d2 \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d4\u05d6\u05d4? \u05e4\u05e2\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea \u05e9\u05e9\u05d9\u05d9\u05db\u05d5\u05ea \u05dc\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4 \u05d6\u05d5 \u05dc\u05d0 \u05ea\u05d5\u05e9\u05e4\u05e2\u05e0\u05d4 \u05de\u05d4\u05de\u05d7\u05d9\u05e7\u05d4 \u05d4\u05d6\u05d0\u05ea.","personalization_activity_type_modal_delete_error":"\u05d0\u05d9\u05df \u05dc\u05e0\u05d5 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05ea \u05e1\u05d5\u05d2 \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea.","personalization_activity_type_modal_edit":"\u05e2\u05e8\u05d9\u05db\u05ea \u05e1\u05d5\u05d2 \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","personalization_activity_type_modal_question":"\u05d0\u05d9\u05da \u05d9\u05e9 \u05dc\u05e7\u05e8\u05d5\u05d0 \u05dc\u05e1\u05d5\u05d2 \u05d4\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4 \u05d4\u05d7\u05d3\u05e9?","personalization_contact_field_type_add":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e1\u05d5\u05d2 \u05e9\u05d3\u05d4 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05d7\u05d3\u05e9","personalization_contact_field_type_add_success":"\u05e1\u05d5\u05d2 \u05e9\u05d3\u05d4 \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05e0\u05d5\u05e1\u05e3 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.","personalization_contact_field_type_delete_success":"\u05e1\u05d5\u05d2 \u05e9\u05d3\u05d4 \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.","personalization_contact_field_type_description":"\u05dc\u05d4\u05dc\u05df \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d2\u05d3\u05d9\u05e8 \u05d0\u05ea \u05db\u05dc \u05d4\u05e1\u05d5\u05d2\u05d9\u05dd \u05d4\u05e9\u05d5\u05e0\u05d9\u05dd \u05e9\u05dc \u05e9\u05d3\u05d5\u05ea \u05e9\u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05d9\u05d9\u05da \u05dc\u05db\u05dc \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da. \u05d0\u05dd \u05d1\u05e2\u05ea\u05d9\u05d3 \u05ea\u05d5\u05e4\u05d9\u05e2 \u05e8\u05e9\u05ea \u05d7\u05d1\u05e8\u05ea\u05d9\u05ea \u05d7\u05d3\u05e9\u05d4, \u05ea\u05d4\u05d9\u05d4 \u05dc\u05da \u05d4\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d0\u05ea \u05d4\u05e1\u05d5\u05d2 \u05d4\u05d7\u05d3\u05e9 \u05d4\u05d6\u05d4 \u05db\u05d0\u05d7\u05ea \u05de\u05d3\u05e8\u05db\u05d9 \u05d4\u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05dc\u05d9\u05e6\u05d9\u05e8\u05ea \u05e7\u05e9\u05e8 \u05e2\u05dd \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da \u05d9\u05e9\u05d9\u05e8\u05d5\u05ea \u05d3\u05e8\u05da \u05db\u05d0\u05df.","personalization_contact_field_type_edit_success":"\u05e1\u05d5\u05d2 \u05e9\u05d3\u05d4 \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.","personalization_contact_field_type_modal_delete_description":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05e1\u05d5\u05d2 \u05d4\u05e9\u05d3\u05d4 \u05d4\u05d6\u05d4 \u05e9\u05dc \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8? \u05de\u05d7\u05d9\u05e7\u05ea \u05e1\u05d5\u05d2 \u05d6\u05d4 \u05e9\u05dc \u05e9\u05d3\u05d4 \u05dc\u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 \u05d9\u05de\u05d7\u05e7 \u05d0\u05ea \u05db\u05dc \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05de\u05e1\u05d5\u05d2 \u05d6\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05db\u05dc \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da.","personalization_contact_field_type_modal_delete_title":"\u05de\u05d7\u05d9\u05e7\u05ea \u05e1\u05d5\u05d2 \u05e9\u05d3\u05d4 \u05e7\u05d9\u05d9\u05dd \u05dc\u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8","personalization_contact_field_type_modal_edit_title":"\u05e2\u05e8\u05d9\u05db\u05ea \u05e1\u05d5\u05d2 \u05e9\u05d3\u05d4 \u05e7\u05d9\u05d9\u05dd \u05dc\u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8","personalization_contact_field_type_modal_icon":"\u05e1\u05de\u05dc (\u05e8\u05e9\u05d5\u05ea)","personalization_contact_field_type_modal_icon_help":"\u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05d9\u05d9\u05da \u05e1\u05de\u05dc \u05e2\u05dd \u05e1\u05d5\u05d2 \u05e9\u05d3\u05d4 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05d6\u05d4. \u05d9\u05d4\u05d9\u05d4 \u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d4\u05e4\u05e0\u05d9\u05d4 \u05dc\u05e1\u05de\u05dc \u05de\u05ea\u05d5\u05da Font Awesome.","personalization_contact_field_type_modal_name":"\u05e9\u05dd","personalization_contact_field_type_modal_protocol":"\u05e4\u05e8\u05d5\u05d8\u05d5\u05e7\u05d5\u05dc (\u05e8\u05e9\u05d5\u05ea)","personalization_contact_field_type_modal_protocol_help":"\u05db\u05dc \u05e1\u05d5\u05d2 \u05d7\u05d3\u05e9 \u05e9\u05dc \u05e9\u05d3\u05d4 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05d0\u05de\u05d5\u05e8 \u05dc\u05ea\u05de\u05d5\u05da \u05d1\u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc\u05d9\u05d5. \u05d0\u05dd \u05de\u05d5\u05d2\u05d3\u05e8 \u05e4\u05e8\u05d5\u05d8\u05d5\u05e7\u05d5\u05dc, \u05d0\u05e0\u05d5 \u05e0\u05e9\u05ea\u05de\u05e9 \u05d1\u05dc\u05d7\u05d9\u05e6\u05d4 \u05db\u05d3\u05d9 \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d4\u05e4\u05e2\u05d5\u05dc\u05d4 \u05e9\u05d4\u05d5\u05d2\u05d3\u05e8\u05d4.","personalization_contact_field_type_modal_title":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e1\u05d5\u05d2 \u05e9\u05d3\u05d4 \u05d7\u05d3\u05e9 \u05dc\u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8","personalization_contact_field_type_table_actions":"\u05e4\u05e2\u05d5\u05dc\u05d5\u05ea","personalization_contact_field_type_table_name":"\u05e9\u05dd","personalization_contact_field_type_table_protocol":"\u05e4\u05e8\u05d5\u05d8\u05d5\u05e7\u05d5\u05dc","personalization_contact_field_type_title":"\u05e1\u05d5\u05d2\u05d9 \u05e9\u05d3\u05d5\u05ea \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8","personalization_genders_add":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e1\u05d5\u05d2 \u05de\u05d2\u05d3\u05e8 \u05d7\u05d3\u05e9","personalization_genders_desc":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d2\u05d3\u05d9\u05e8 \u05db\u05de\u05d4 \u05de\u05d2\u05d3\u05e8\u05d9\u05dd \u05e9\u05d9\u05e9 \u05dc\u05da \u05e6\u05d5\u05e8\u05da \u05d1\u05d4\u05dd. \u05e6\u05e8\u05d9\u05da \u05dc\u05e4\u05d7\u05d5\u05ea \u05e1\u05d5\u05d2 \u05de\u05d2\u05d3\u05e8 \u05d0\u05d7\u05d3 \u05d1\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da.","personalization_genders_modal_add":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e1\u05d5\u05d2 \u05de\u05d2\u05d3\u05e8","personalization_genders_modal_delete":"\u05de\u05d7\u05d9\u05e7\u05ea \u05e1\u05d5\u05d2 \u05de\u05d2\u05d3\u05e8","personalization_genders_modal_delete_desc":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea {name}?","personalization_genders_modal_delete_question":"\u05dc\u05d0\u05d7\u05d3 \u05de\u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da \u05de\u05d5\u05d2\u05d3\u05e8 \u05d4\u05de\u05d2\u05d3\u05e8 \u05d4\u05d6\u05d4. \u05d0\u05dd \u05d4\u05de\u05d2\u05d3\u05e8 \u05d9\u05d9\u05de\u05d7\u05e7, \u05dc\u05d0\u05d9\u05d6\u05d4 \u05de\u05d2\u05d3\u05e8 \u05dc\u05e9\u05d9\u05d9\u05da \u05d0\u05ea \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8?|\u05dc\u05be{count} \u05de\u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da \u05de\u05d5\u05d2\u05d3\u05e8 \u05d4\u05de\u05d2\u05d3\u05e8 \u05d4\u05d6\u05d4. \u05d0\u05dd \u05d4\u05de\u05d2\u05d3\u05e8 \u05d9\u05d9\u05de\u05d7\u05e7, \u05dc\u05d0\u05d9\u05d6\u05d4 \u05de\u05d2\u05d3\u05e8 \u05dc\u05e9\u05d9\u05d9\u05da \u05d0\u05ea \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8?","personalization_genders_modal_edit":"\u05e2\u05d3\u05db\u05d5\u05df \u05e1\u05d5\u05d2 \u05de\u05d2\u05d3\u05e8","personalization_genders_modal_edit_question":"\u05dc\u05d0\u05d9\u05d6\u05d4 \u05db\u05d9\u05e0\u05d5\u05d9 \u05d9\u05e9 \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05e1\u05d5\u05d2 \u05d4\u05de\u05d2\u05d3\u05e8 \u05d4\u05d7\u05d3\u05e9 \u05d4\u05d6\u05d4?","personalization_genders_modal_error":"\u05e0\u05d0 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d1\u05de\u05d2\u05d3\u05e8 \u05ea\u05e7\u05e0\u05d9 \u05de\u05d4\u05e8\u05e9\u05d9\u05de\u05d4.","personalization_genders_modal_question":"\u05d0\u05d9\u05da \u05d9\u05e9 \u05dc\u05db\u05e0\u05d5\u05ea \u05d0\u05ea \u05d4\u05de\u05d2\u05d3\u05e8 \u05d4\u05d7\u05d3\u05e9 \u05d4\u05d6\u05d4?","personalization_genders_title":"\u05e1\u05d5\u05d2\u05d9 \u05de\u05d2\u05d3\u05e8","personalization_module_desc":"\u05d7\u05dc\u05e7 \u05de\u05d4\u05d0\u05e0\u05e9\u05d9\u05dd \u05dc\u05d0 \u05d6\u05e7\u05d5\u05e7\u05d9\u05dd \u05dc\u05db\u05dc \u05d4\u05ea\u05db\u05d5\u05e0\u05d5\u05ea. \u05dc\u05d4\u05dc\u05df \u05e0\u05d9\u05ea\u05df \u05dc\u05db\u05d1\u05d5\u05ea \u05d0\u05d5 \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05ea\u05db\u05d5\u05e0\u05d5\u05ea \u05d1\u05d4\u05df \u05e0\u05e2\u05e9\u05d4 \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05d2\u05d9\u05dc\u05d9\u05d5\u05df \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8. \u05d4\u05e9\u05d9\u05e0\u05d5\u05d9 \u05d4\u05d6\u05d4 \u05d9\u05e9\u05e4\u05d9\u05e2 \u05e2\u05dc \u05db\u05dc \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da. \u05e0\u05d0 \u05dc\u05e9\u05d9\u05dd \u05dc\u05d1 \u05e9\u05db\u05d9\u05d1\u05d5\u05d9 \u05e9\u05dc \u05ea\u05db\u05d5\u05e0\u05d4 \u05d0\u05d7\u05ea \u05d0\u05d5 \u05d9\u05d5\u05ea\u05e8 \u05dc\u05d0 \u05d9\u05d2\u05e8\u05d5\u05dd \u05dc\u05d0\u05d1\u05d3\u05df \u05de\u05d9\u05d3\u05e2, \u05d4\u05ea\u05db\u05d5\u05e0\u05d4 \u05e4\u05e9\u05d5\u05d8 \u05ea\u05d5\u05e1\u05ea\u05e8.","personalization_module_save":"\u05d4\u05e9\u05d9\u05e0\u05d5\u05d9 \u05e0\u05e9\u05de\u05e8","personalization_module_title":"\u05ea\u05db\u05d5\u05e0\u05d5\u05ea","personalization_reminder_rule_desc":"\u05dc\u05db\u05dc \u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05de\u05d5\u05d2\u05d3\u05e8\u05ea, \u05e0\u05d5\u05db\u05dc \u05dc\u05e9\u05dc\u05d5\u05d7 \u05d0\u05dc\u05d9\u05da \u05d4\u05d5\u05d3\u05e2\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc \u05db\u05de\u05d4 \u05d9\u05de\u05d9\u05dd \u05dc\u05e4\u05e0\u05d9 \u05e9\u05d4\u05d0\u05d9\u05e8\u05d5\u05e2 \u05de\u05ea\u05e8\u05d7\u05e9. \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d7\u05dc\u05d9\u05e3 \u05d0\u05ea \u05de\u05e6\u05d1 \u05d4\u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05d4\u05d0\u05dc\u05d4 \u05db\u05d0\u05df. \u05dc\u05ea\u05e9\u05d5\u05de\u05ea \u05dc\u05da: \u05d4\u05d4\u05ea\u05e8\u05e2\u05d5\u05ea \u05d4\u05d0\u05dc\u05d5 \u05d7\u05dc\u05d5\u05ea \u05e8\u05e7 \u05e2\u05dc \u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea \u05d7\u05d5\u05d3\u05e9\u05d9\u05d5\u05ea \u05d5\u05e9\u05e0\u05ea\u05d9\u05d5\u05ea.","personalization_reminder_rule_line":"\u05d9\u05d5\u05dd \u05dc\u05e4\u05e0\u05d9|\u05d9\u05d5\u05de\u05d9\u05d9\u05dd \u05dc\u05e4\u05e0\u05d9|{count} \u05d9\u05de\u05d9\u05dd \u05dc\u05e4\u05e0\u05d9","personalization_reminder_rule_save":"\u05d4\u05e9\u05d9\u05e0\u05d5\u05d9 \u05e0\u05e9\u05de\u05e8","personalization_reminder_rule_title":"\u05db\u05dc\u05dc\u05d9 \u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea","personalization_tab_title":"\u05d4\u05ea\u05d0\u05de\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da","personalization_title":"\u05dc\u05d4\u05dc\u05df \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05e6\u05d5\u05d0 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05e9\u05d5\u05e0\u05d5\u05ea \u05dc\u05d4\u05ea\u05d0\u05de\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da. \u05d4\u05ea\u05db\u05d5\u05e0\u05d5\u05ea \u05d4\u05d0\u05dc\u05d5 \u05de\u05d9\u05d5\u05e2\u05d3\u05d5\u05ea \u05d9\u05d5\u05ea\u05e8 \u05dc\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05de\u05ea\u05e7\u05d3\u05de\u05d9\u05dd \u05e9\u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05e7\u05d1\u05dc \u05e9\u05dc\u05d9\u05d8\u05d4 \u05de\u05dc\u05d0\u05d4 \u05d1\u05de\u05d5\u05e0\u05d9\u05e7\u05d4.","reminder_time_to_send":"\u05d4\u05e9\u05e2\u05d4 \u05d1\u05d9\u05d5\u05dd \u05d1\u05d4 \u05d0\u05de\u05d5\u05e8\u05d5\u05ea \u05dc\u05d4\u05d9\u05e9\u05dc\u05d7 \u05d4\u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea","reset_cta":"\u05d0\u05d9\u05e4\u05d5\u05e1 \u05d7\u05e9\u05d1\u05d5\u05df","reset_desc":"\u05dc\u05d0\u05e4\u05e1 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da? \u05e4\u05e2\u05d5\u05dc\u05d4 \u05d6\u05d5 \u05ea\u05e1\u05d9\u05e8 \u05d0\u05ea \u05db\u05dc \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da \u05d5\u05d0\u05ea \u05db\u05dc \u05d4\u05de\u05d9\u05d3\u05e2 \u05d4\u05de\u05e9\u05d5\u05d9\u05da \u05dc\u05d4\u05dd. \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05dc\u05d0 \u05d9\u05d9\u05de\u05d7\u05e7.","reset_notice":"\u05dc\u05d0\u05e4\u05e1 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da? \u05d0\u05d9\u05df \u05d3\u05e8\u05da \u05d7\u05d6\u05e8\u05d4.","reset_success":"\u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05d0\u05d5\u05e4\u05e1 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","reset_title":"\u05d0\u05d9\u05e4\u05d5\u05e1 \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da","save":"\u05e2\u05d3\u05db\u05d5\u05df \u05d4\u05e2\u05d3\u05e4\u05d5\u05ea","security_help":"\u05e9\u05d9\u05e0\u05d5\u05d9 \u05e0\u05d3\u05d1\u05db\u05d9 \u05d4\u05d0\u05d1\u05d8\u05d7\u05d4 \u05e9\u05dc \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da.","security_title":"\u05d0\u05d1\u05d8\u05d7\u05d4","settings_success":"\u05d4\u05d4\u05e2\u05d3\u05e4\u05d5\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d5!","sidebar_personalization":"\u05d4\u05ea\u05d0\u05de\u05d4 \u05d0\u05d9\u05e9\u05d9\u05ea","sidebar_settings":"\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05df","sidebar_settings_api":"API","sidebar_settings_export":"\u05d9\u05e6\u05d5\u05d0 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd","sidebar_settings_import":"\u05d9\u05d1\u05d5\u05d0 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd","sidebar_settings_security":"\u05d0\u05d1\u05d8\u05d7\u05d4","sidebar_settings_subscriptions":"\u05d4\u05e8\u05e9\u05de\u05d4","sidebar_settings_tags":"\u05e0\u05d9\u05d4\u05d5\u05dc \u05ea\u05d2\u05d9\u05d5\u05ea","sidebar_settings_users":"\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd","subscriptions_account_current_paid_plan":"\u05ea\u05db\u05e0\u05d9\u05ea \u05d4\u05e2\u05d1\u05d5\u05d3\u05d4 \u05e9\u05dc\u05da \u05db\u05e8\u05d2\u05e2 \u05d4\u05d9\u05d0 :name. \u05ea\u05d5\u05d3\u05d4 \u05dc\u05da \u05e2\u05dc \u05d4\u05d4\u05e8\u05e9\u05de\u05d4.","subscriptions_account_current_plan":"\u05d4\u05ea\u05db\u05e0\u05d9\u05ea \u05d4\u05e0\u05d5\u05db\u05d7\u05d9\u05ea \u05e9\u05dc\u05da","subscriptions_account_free_plan":"\u05d4\u05ea\u05db\u05e0\u05d9\u05ea \u05e9\u05dc\u05da \u05d4\u05d9\u05d0 \u05d4\u05d7\u05d9\u05e0\u05de\u05d9\u05ea.","subscriptions_account_free_plan_benefits_import_data_vcard":"\u05d9\u05d1\u05d5\u05d0 \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da \u05e2\u05dd vCard","subscriptions_account_free_plan_benefits_reminders":"\u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea \u05dc\u05e4\u05d9 \u05d3\u05d5\u05d0\u05f4\u05dc","subscriptions_account_free_plan_benefits_support":"\u05db\u05d3\u05d0\u05d9 \u05dc\u05ea\u05de\u05d5\u05da \u05d1\u05de\u05d9\u05d6\u05dd \u05dc\u05d8\u05d5\u05d5\u05d7 \u05d4\u05e8\u05d7\u05d5\u05e7 \u05db\u05d3\u05d9 \u05e9\u05e0\u05d5\u05db\u05dc \u05dc\u05d4\u05e9\u05d9\u05e7 \u05ea\u05db\u05d5\u05e0\u05d5\u05ea \u05e0\u05e4\u05dc\u05d0\u05d5\u05ea \u05e0\u05d5\u05e1\u05e4\u05d5\u05ea.","subscriptions_account_free_plan_benefits_users":"\u05de\u05e1\u05e4\u05e8 \u05d1\u05dc\u05ea\u05d9 \u05de\u05d5\u05d2\u05d1\u05dc \u05e9\u05dc \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd","subscriptions_account_free_plan_upgrade":"\u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05d3\u05e8\u05d2 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05dc\u05ea\u05db\u05e0\u05d9\u05ea :name, \u05e9\u05e2\u05d5\u05dc\u05d4 $:price \u05dc\u05d7\u05d5\u05d3\u05e9. \u05dc\u05d4\u05dc\u05df \u05d4\u05d9\u05ea\u05e8\u05d5\u05e0\u05d5\u05ea:","subscriptions_account_invoices":"\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea","subscriptions_account_invoices_download":"\u05d4\u05d5\u05e8\u05d3\u05d4","subscriptions_account_next_billing":"\u05d4\u05de\u05d9\u05e0\u05d5\u05d9 \u05e9\u05dc\u05da \u05d9\u05d7\u05d5\u05d3\u05e9 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05d1\u05be:date<\/strong>. \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d0\u05ea \u05d4\u05de\u05d9\u05e0\u05d5\u05d9<\/a> \u05d1\u05db\u05dc \u05e2\u05ea.","subscriptions_account_payment":"\u05de\u05d4 \u05d3\u05e8\u05da \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd \u05d4\u05de\u05d5\u05e2\u05d3\u05e4\u05ea \u05e2\u05dc\u05d9\u05da?","subscriptions_account_upgrade":"\u05e9\u05d3\u05e8\u05d5\u05d2 \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da","subscriptions_account_upgrade_choice":"\u05e0\u05d0 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d1\u05ea\u05db\u05e0\u05d9\u05ea \u05dc\u05d4\u05dc\u05df \u05db\u05d3\u05d9 \u05dc\u05d4\u05e6\u05d8\u05e8\u05e3 \u05dc\u05be:customers \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05e9\u05e9\u05d3\u05e8\u05d2\u05d5 \u05d0\u05ea \u05d4\u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u05e9\u05dc\u05d4\u05dd.","subscriptions_account_upgrade_title":"\u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05d3\u05e8\u05d2 \u05d0\u05ea \u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u05db\u05d3\u05d9 \u05dc\u05d4\u05e2\u05e9\u05d9\u05e8 \u05d0\u05ea \u05d4\u05e7\u05e9\u05e8\u05d9\u05dd \u05d4\u05d1\u05d9\u05df \u05d0\u05d9\u05e9\u05d9\u05d9\u05dd \u05e9\u05dc\u05da.","subscriptions_back":"\u05d7\u05d6\u05e8\u05d4 \u05dc\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea","subscriptions_downgrade_cta":"\u05e9\u05e0\u05de\u05d5\u05da","subscriptions_downgrade_limitations":"\u05dc\u05ea\u05db\u05e0\u05d9\u05ea \u05d4\u05d7\u05d5\u05e4\u05e9\u05d9\u05ea \u05d9\u05e9 \u05de\u05d2\u05d1\u05dc\u05d5\u05ea. \u05db\u05d3\u05d9 \u05dc\u05e9\u05e0\u05de\u05da, \u05e2\u05dc\u05d9\u05da \u05dc\u05e2\u05d1\u05d5\u05e8 \u05d5\u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05d4\u05e4\u05e8\u05d9\u05d8\u05d9\u05dd \u05d1\u05e8\u05e9\u05d9\u05de\u05d4 \u05e9\u05dc\u05d4\u05dc\u05df:","subscriptions_downgrade_rule_invitations":"\u05d0\u05e1\u05d5\u05e8 \u05e9\u05ea\u05d4\u05d9\u05d9\u05e0\u05d4 \u05dc\u05da \u05d4\u05d6\u05de\u05e0\u05d5\u05ea \u05de\u05de\u05ea\u05d9\u05e0\u05d5\u05ea","subscriptions_downgrade_rule_invitations_constraint":"\u05d9\u05e9 \u05dc\u05da \u05db\u05e8\u05d2\u05e2 \u05d4\u05d6\u05de\u05e0\u05d4 \u05d0\u05d7\u05ea \u05d1\u05d4\u05de\u05ea\u05e0\u05d4<\/a> \u05e9\u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05de\u05d9\u05e9\u05d4\u05d5.|\u05d9\u05e9 \u05dc\u05da \u05db\u05e8\u05d2\u05e2 :count \u05d4\u05d6\u05de\u05e0\u05d5\u05ea \u05d1\u05d4\u05de\u05ea\u05e0\u05d4<\/a> \u05e9\u05e0\u05e9\u05dc\u05d7\u05d5 \u05dc\u05d0\u05e0\u05e9\u05d9\u05dd.","subscriptions_downgrade_rule_users":"\u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05dc\u05da \u05e8\u05e7 \u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d7\u05d3 \u05d1\u05d7\u05e9\u05d1\u05d5\u05df","subscriptions_downgrade_rule_users_constraint":"\u05d9\u05e9 \u05dc\u05da \u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d7\u05d3<\/a> \u05d1\u05d7\u05e9\u05d1\u05d5\u05df \u05db\u05e8\u05d2\u05e2.|\u05d9\u05e9 \u05dc\u05da :count \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd<\/a> \u05d1\u05d7\u05e9\u05d1\u05d5\u05df \u05db\u05e8\u05d2\u05e2.","subscriptions_downgrade_success":"\u05d7\u05d6\u05e8\u05ea \u05dc\u05ea\u05db\u05e0\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05de\u05d9\u05ea!","subscriptions_downgrade_thanks":"\u05ea\u05d5\u05d3\u05d4 \u05dc\u05da \u05e2\u05dc \u05d4\u05d4\u05ea\u05e0\u05e1\u05d5\u05ea \u05d1\u05ea\u05db\u05e0\u05d9\u05ea \u05d1\u05ea\u05e9\u05dc\u05d5\u05dd. \u05d0\u05e0\u05d5 \u05de\u05de\u05e9\u05d9\u05db\u05d9\u05dd \u05d5\u05de\u05d5\u05e1\u05d9\u05e4\u05d9\u05dd \u05ea\u05db\u05d5\u05e0\u05d5\u05ea \u05d7\u05d3\u05e9\u05d5\u05ea \u05dc\u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u05db\u05dc \u05d4\u05d6\u05de\u05df - \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05e9\u05db\u05d3\u05d0\u05d9 \u05dc\u05da \u05dc\u05e7\u05e4\u05d5\u05e5 \u05d1\u05d4\u05de\u05e9\u05da \u05db\u05d3\u05d9 \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05dd \u05de\u05e2\u05e0\u05d9\u05d9\u05df \u05d0\u05d5\u05ea\u05da \u05dc\u05d4\u05d9\u05e8\u05e9\u05dd \u05de\u05d7\u05d3\u05e9.","subscriptions_downgrade_title":"\u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05e0\u05de\u05da \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05dc\u05ea\u05db\u05e0\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05de\u05d9\u05ea","subscriptions_help_change_desc":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d1\u05db\u05dc \u05e2\u05ea, \u05dc\u05dc\u05d0 \u05e9\u05d0\u05dc\u05d5\u05ea \u05de\u05d9\u05d5\u05ea\u05e8\u05d5\u05ea \u05d5\u05d1\u05d0\u05d5\u05e4\u05df \u05e2\u05e6\u05de\u05d0\u05d9 \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df - \u05d0\u05d9\u05df \u05e6\u05d5\u05e8\u05da \u05dc\u05d9\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05d4\u05ea\u05de\u05d9\u05db\u05d4 \u05d0\u05d5 \u05de\u05e9\u05d4\u05d5 \u05d1\u05e1\u05d2\u05e0\u05d5\u05df. \u05e2\u05dd \u05d6\u05d0\u05ea, \u05dc\u05d0 \u05d9\u05d1\u05d5\u05e6\u05e2 \u05d6\u05d9\u05db\u05d5\u05d9 \u05e2\u05dc \u05d4\u05ea\u05e7\u05d5\u05e4\u05d4 \u05d4\u05e0\u05d5\u05db\u05d7\u05d9\u05ea.","subscriptions_help_change_title":"\u05de\u05d4 \u05d0\u05dd \u05d4\u05ea\u05d7\u05e8\u05d8\u05ea\u05d9?","subscriptions_help_discounts_desc":"\u05d9\u05e9 \u05dc\u05e0\u05d5! \u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u05de\u05d5\u05e6\u05e2\u05ea \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05d5\u05dc\u05d0\u05e8\u05d2\u05d5\u05e0\u05d9 \u05e6\u05d3\u05e7\u05d4 \u05dc\u05dc\u05d0 \u05de\u05d8\u05e8\u05d5\u05ea \u05e8\u05d5\u05d5\u05d7. \u05e2\u05dc\u05d9\u05da \u05e8\u05e7 \u05dc\u05d9\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05d4\u05ea\u05de\u05d9\u05db\u05d4<\/a> \u05e2\u05dd \u05d4\u05d5\u05db\u05d7\u05d4 \u05e2\u05dc \u05d4\u05de\u05e6\u05d1 \u05e9\u05dc\u05da \u05d5\u05d0\u05e0\u05d5 \u05e0\u05d7\u05d9\u05dc \u05d4\u05de\u05e6\u05d1 \u05d4\u05de\u05d9\u05d5\u05d7\u05d3 \u05d4\u05d6\u05d4 \u05e2\u05dc \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da.","subscriptions_help_discounts_title":"\u05d9\u05e9 \u05dc\u05db\u05dd \u05d4\u05e0\u05d7\u05d4 \u05dc\u05d0\u05e8\u05d2\u05d5\u05e0\u05d9\u05dd \u05dc\u05dc\u05d0 \u05de\u05d8\u05e8\u05d5\u05ea \u05e8\u05d5\u05d5\u05d7 \u05d5\u05de\u05d5\u05e1\u05d3\u05d5\u05ea \u05d7\u05d9\u05e0\u05d5\u05da?","subscriptions_help_limits_plan":"\u05db\u05dc\u05dc \u05d5\u05db\u05dc\u05dc \u05dc\u05d0. \u05d1\u05ea\u05db\u05e0\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05de\u05d9\u05ea \u05d0\u05d9\u05df \u05dc\u05da \u05de\u05d2\u05d1\u05dc\u05d4 \u05e2\u05dc \u05db\u05de\u05d5\u05ea \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05e0\u05d9\u05ea\u05df \u05dc\u05e0\u05d4\u05dc.","subscriptions_help_limits_title":"\u05d4\u05d0\u05dd \u05d9\u05e9 \u05de\u05d2\u05d1\u05dc\u05d4 \u05e2\u05dc \u05de\u05e1\u05e4\u05e8 \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05d0\u05d5\u05db\u05dc \u05dc\u05e0\u05d4\u05dc \u05d1\u05ea\u05db\u05e0\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05de\u05d9\u05ea?","subscriptions_help_opensource_desc":"\u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u05d4\u05d5\u05d0 \u05de\u05d9\u05d6\u05dd \u05d1\u05e7\u05d5\u05d3 \u05e4\u05ea\u05d5\u05d7. \u05de\u05e9\u05de\u05e2\u05d5\u05ea \u05d4\u05d3\u05d1\u05e8 \u05d4\u05d9\u05d0 \u05e9\u05d4\u05d5\u05d0 \u05e0\u05d1\u05e0\u05d4 \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df \u05d1\u05de\u05e2\u05d5\u05e8\u05d1\u05d5\u05ea \u05d4\u05e7\u05d4\u05d9\u05dc\u05d4 \u05e9\u05e8\u05d5\u05e6\u05d4 \u05dc\u05e1\u05e4\u05e7 \u05db\u05dc\u05d9 \u05e0\u05d4\u05d3\u05e8 \u05dc\u05d8\u05d5\u05d1\u05ea \u05d4\u05db\u05dc\u05dc. \u05e7\u05d5\u05d3 \u05e4\u05ea\u05d5\u05d7 \u05de\u05e9\u05de\u05e2\u05d5 \u05e9\u05d4\u05e7\u05d5\u05d3 \u05d2\u05dc\u05d5\u05d9 \u05dc\u05e2\u05d9\u05e0\u05d9 \u05d4\u05e6\u05d9\u05d1\u05d5\u05e8 \u05d1\u05beGitHub \u05d5\u05db\u05d5\u05dc\u05dd \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05d1\u05d7\u05d5\u05df, \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05d5 \u05dc\u05e9\u05e4\u05e8 \u05d0\u05d5\u05ea\u05d5. \u05db\u05dc \u05d4\u05db\u05e1\u05e3 \u05e9\u05de\u05d2\u05d5\u05d9\u05e1 \u05de\u05d5\u05e9\u05e7\u05e2 \u05dc\u05d8\u05d5\u05d1\u05ea \u05d1\u05e0\u05d9\u05d9\u05ea \u05ea\u05db\u05d5\u05e0\u05d5\u05ea \u05d8\u05d5\u05d1\u05d5\u05ea \u05d9\u05d5\u05ea\u05e8, \u05e9\u05e8\u05ea\u05d9\u05dd \u05d7\u05d6\u05e7\u05d9\u05dd \u05d9\u05d5\u05ea\u05e8, \u05ea\u05e9\u05dc\u05d5\u05dd \u05d7\u05e9\u05d1\u05d5\u05e0\u05d5\u05ea \u05e9\u05d5\u05e0\u05d9\u05dd. \u05ea\u05d5\u05d3\u05d4 \u05dc\u05da \u05e2\u05dc \u05d4\u05e1\u05d9\u05d5\u05e2. \u05dc\u05d0 \u05d4\u05d9\u05d9\u05e0\u05d5 \u05de\u05e6\u05dc\u05d9\u05d7\u05d9\u05dd \u05dc\u05e2\u05e9\u05d5\u05ea \u05d6\u05d0\u05ea \u05d1\u05dc\u05e2\u05d3\u05d9\u05da - \u05d1\u05de\u05dc\u05d5\u05d0 \u05de\u05d5\u05d1\u05df \u05d4\u05de\u05d9\u05dc\u05d4.","subscriptions_help_opensource_title":"\u05de\u05d4 \u05d4\u05d5\u05d0 \u05de\u05d9\u05d6\u05dd \u05d1\u05e7\u05d5\u05d3 \u05e4\u05ea\u05d5\u05d7?","subscriptions_help_title":"\u05e4\u05e8\u05d8\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd \u05e9\u05e2\u05e9\u05d5\u05d9\u05d9\u05dd \u05dc\u05e2\u05e0\u05d9\u05d9\u05df \u05d0\u05d5\u05ea\u05da","subscriptions_pdf_title":"\u05d4\u05de\u05d9\u05e0\u05d5\u05d9 \u05d4\u05d7\u05d5\u05d3\u05e9\u05d9 \u05e9\u05dc\u05da \u05de\u05e1\u05d5\u05d2 :name","subscriptions_plan_choose":"\u05d1\u05d7\u05d9\u05e8\u05d4 \u05d1\u05ea\u05db\u05e0\u05d9\u05ea \u05d4\u05d6\u05d0\u05ea","subscriptions_plan_include1":"\u05db\u05dc\u05d5\u05dc \u05d1\u05e9\u05d3\u05e8\u05d5\u05d2 \u05e9\u05dc\u05da:","subscriptions_plan_include2":"\u05de\u05e1\u05e4\u05e8 \u05d1\u05dc\u05ea\u05d9 \u05de\u05d5\u05d2\u05d1\u05dc \u05e9\u05dc \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u2022 \u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea \u05d1\u05d3\u05d5\u05d0\u05f4\u05dc \u2022 \u05d9\u05d9\u05d1\u05d5\u05d0 \u05e2\u05dd vCard \u2022 \u05d4\u05ea\u05d0\u05de\u05d4 \u05d0\u05d9\u05e9\u05d9\u05ea \u05e9\u05dc \u05d2\u05d9\u05dc\u05d9\u05d5\u05df \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8","subscriptions_plan_include3":"100% \u05de\u05d4\u05e8\u05d5\u05d5\u05d7\u05d9\u05dd \u05de\u05d5\u05e9\u05e7\u05e2\u05d9\u05dd \u05d1\u05e4\u05d9\u05ea\u05d5\u05d7 \u05de\u05d9\u05d6\u05dd \u05d4\u05e7\u05d5\u05d3 \u05d4\u05e4\u05ea\u05d5\u05d7 \u05d4\u05e0\u05d4\u05d3\u05e8 \u05d4\u05d6\u05d4.","subscriptions_plan_month_bonus":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d1\u05db\u05dc \u05e2\u05ea","subscriptions_plan_month_cost":"$5 \u05dc\u05d7\u05d5\u05d3\u05e9","subscriptions_plan_month_title":"\u05ea\u05e9\u05dc\u05d5\u05dd \u05d7\u05d5\u05d3\u05e9\u05d9","subscriptions_plan_year_bonus":"\u05e9\u05e7\u05d8 \u05e0\u05e4\u05e9\u05d9 \u05dc\u05e9\u05e0\u05d4 \u05e9\u05dc\u05de\u05d4","subscriptions_plan_year_cost":"$45 \u05dc\u05e9\u05e0\u05d4","subscriptions_plan_year_cost_save":"\u05d7\u05d9\u05e1\u05db\u05d5\u05df \u05e9\u05dc 25%","subscriptions_plan_year_title":"\u05ea\u05e9\u05dc\u05d5\u05dd \u05e9\u05e0\u05ea\u05d9","subscriptions_upgrade_charge":"\u05d0\u05e0\u05d5 \u05e0\u05d7\u05d9\u05d9\u05d1 \u05d0\u05ea \u05d4\u05db\u05e8\u05d8\u05d9\u05e1 \u05e9\u05dc\u05da \u05d1\u05e1\u05db\u05d5\u05dd \u05e9\u05dc $:price USD. \u05d4\u05d7\u05d9\u05d5\u05d1 \u05d4\u05d1\u05d0 \u05d9\u05d4\u05d9\u05d4 \u05d1\u05be:date. \u05d1\u05de\u05e7\u05e8\u05d4 \u05e9\u05e9\u05d9\u05e0\u05d9\u05ea \u05d0\u05ea \u05d3\u05e2\u05ea\u05da, \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d1\u05db\u05dc \u05e2\u05ea, \u05d1\u05dc\u05d9 \u05e9\u05d0\u05dc\u05d5\u05ea \u05de\u05d9\u05d5\u05ea\u05e8\u05d5\u05ea.","subscriptions_upgrade_charge_handled":"\u05d4\u05e1\u05dc\u05d9\u05e7\u05d4 \u05de\u05d1\u05d5\u05e6\u05e2\u05ea \u05e2\u05dc \u05d9\u05d3\u05d9 Stripe<\/a>. \u05d4\u05de\u05d9\u05d3\u05e2 \u05e2\u05dc \u05d4\u05db\u05e8\u05d8\u05d9\u05e1 \u05dc\u05d0 \u05e2\u05d5\u05d1\u05e8 \u05d3\u05e8\u05da \u05d4\u05e9\u05e8\u05ea \u05e9\u05dc\u05e0\u05d5.","subscriptions_upgrade_choose":"\u05d1\u05d7\u05e8\u05ea \u05d1\u05ea\u05db\u05e0\u05d9\u05ea :plan.","subscriptions_upgrade_credit":"\u05db\u05e8\u05d8\u05d9\u05e1 \u05d0\u05e9\u05e8\u05d0\u05d9 \u05d0\u05d5 \u05d7\u05d9\u05d5\u05d1","subscriptions_upgrade_infos":"\u05d0\u05d9\u05df \u05de\u05d0\u05d5\u05e9\u05e8\u05d9\u05dd \u05de\u05d0\u05ea\u05e0\u05d5. \u05e0\u05d0 \u05dc\u05d4\u05e7\u05dc\u05d9\u05d3 \u05d0\u05ea \u05e4\u05e8\u05d8\u05d9 \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd \u05e9\u05dc\u05da \u05dc\u05d4\u05dc\u05df.","subscriptions_upgrade_name":"\u05d4\u05e9\u05dd \u05e2\u05dc \u05d4\u05db\u05e8\u05d8\u05d9\u05e1","subscriptions_upgrade_submit":"\u05e9\u05dc\u05d9\u05d7\u05ea \u05ea\u05e9\u05dc\u05d5\u05dd","subscriptions_upgrade_success":"\u05ea\u05d5\u05d3\u05d4 \u05dc\u05da! \u05e0\u05e8\u05e9\u05de\u05ea \u05db\u05e2\u05ea.","subscriptions_upgrade_thanks":"\u05d1\u05e8\u05d5\u05da \u05d1\u05d5\u05d0\u05da \u05dc\u05e7\u05d4\u05d9\u05dc\u05d4 \u05e9\u05dc \u05d0\u05e0\u05e9\u05d9\u05dd \u05e9\u05de\u05e0\u05e1\u05d9\u05dd \u05dc\u05d4\u05e4\u05d5\u05da \u05d0\u05ea \u05d4\u05e2\u05d5\u05dc\u05dd \u05dc\u05de\u05e7\u05d5\u05dd \u05d8\u05d5\u05d1 \u05d9\u05d5\u05ea\u05e8.","subscriptions_upgrade_title":"\u05e9\u05d3\u05e8\u05d5\u05d2 \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da","subscriptions_upgrade_zip":"\u05de\u05d9\u05e7\u05d5\u05d3 \u05d0\u05d5 \u05ea\u05d0 \u05d3\u05d5\u05d0\u05e8","tags_blank_description":"\u05ea\u05d2\u05d9\u05d5\u05ea \u05e2\u05d5\u05d1\u05d3\u05d5\u05ea \u05db\u05de\u05d5 \u05ea\u05d9\u05e7\u05d9\u05d5\u05ea, \u05d0\u05da \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d9\u05d5\u05ea\u05e8 \u05de\u05ea\u05d2\u05d9\u05ea \u05d0\u05d7\u05ea \u05dc\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8. \u05d9\u05e9 \u05dc\u05d2\u05e9\u05ea \u05dc\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05d5\u05dc\u05ea\u05d9\u05d9\u05d2 \u05db\u05d7\u05d1\u05e8, \u05de\u05d9\u05d3 \u05de\u05ea\u05d7\u05ea \u05dc\u05e9\u05dd. \u05dc\u05d0\u05d7\u05e8 \u05ea\u05d9\u05d5\u05d2 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8, \u05e0\u05d9\u05ea\u05df \u05dc\u05d7\u05d6\u05d5\u05e8 \u05dc\u05db\u05d0\u05df \u05db\u05d3\u05d9 \u05dc\u05e0\u05d4\u05dc \u05d0\u05ea \u05db\u05dc \u05d4\u05ea\u05d2\u05d9\u05d5\u05ea \u05d1\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da.","tags_blank_title":"\u05ea\u05d2\u05d9\u05d5\u05ea \u05d4\u05df \u05d3\u05e8\u05da \u05e0\u05d4\u05d3\u05e8\u05ea \u05dc\u05d0\u05e8\u05d2\u05d5\u05df \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da.","tags_list_contact_number":"\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05d0\u05d7\u05d3|:count \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8","tags_list_delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05ea\u05d2\u05d9\u05ea? \u05dc\u05d0 \u05d9\u05d9\u05de\u05d7\u05e7\u05d5 \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8, \u05e8\u05e7 \u05d4\u05ea\u05d2\u05d9\u05ea.","tags_list_delete_success":"\u05d4\u05ea\u05d2\u05d9\u05ea \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","tags_list_description":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d0\u05e8\u05d2\u05df \u05d0\u05ea \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da \u05e2\u05dc \u05d9\u05d3\u05d9 \u05d4\u05d2\u05d3\u05e8\u05ea \u05ea\u05d2\u05d9\u05d5\u05ea. \u05ea\u05d2\u05d9\u05d5\u05ea \u05e2\u05d5\u05d1\u05d3\u05d5\u05ea \u05db\u05de\u05d5 \u05ea\u05d9\u05e7\u05d9\u05d5\u05ea \u05d0\u05da \u05d9\u05e9 \u05dc\u05da \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d9\u05d5\u05ea\u05e8 \u05de\u05ea\u05d2\u05d9\u05ea \u05d0\u05d7\u05ea \u05dc\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8. \u05db\u05d3\u05d9 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05ea\u05d2\u05d9\u05ea \u05d7\u05d3\u05e9\u05d4, \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d0\u05d5\u05ea\u05d4 \u05e2\u05dc \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05e2\u05e6\u05de\u05d5.","tags_list_title":"\u05ea\u05d2\u05d9\u05d5\u05ea","timezone":"\u05d0\u05d6\u05d5\u05e8 \u05d6\u05de\u05df","u2f_buttonAdvise":"\u05d0\u05dd \u05dc\u05de\u05e4\u05ea\u05d7 \u05d4\u05d0\u05d1\u05d8\u05d7\u05d4 \u05e9\u05dc\u05da \u05d9\u05e9 \u05db\u05e4\u05ea\u05d5\u05e8, \u05d9\u05e9 \u05dc\u05dc\u05d7\u05d5\u05e5 \u05e2\u05dc\u05d9\u05d5.","u2f_enable_description":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05de\u05e4\u05ea\u05d7 \u05d0\u05d1\u05d8\u05d7\u05d4 \u05d7\u05d3\u05e9 \u05de\u05e1\u05d5\u05d2 U2F","u2f_error_bad_request":"\u05d4\u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05de\u05d1\u05d5\u05e7\u05e9\u05ea \u05d0\u05d9\u05e0\u05d4 \u05ea\u05d5\u05d0\u05de\u05ea \u05d0\u05ea \u05de\u05d6\u05d4\u05d4 \u05d4\u05d9\u05d9\u05e9\u05d5\u05dd \u05d0\u05d5 \u05e9\u05d4\u05d7\u05d9\u05d1\u05d5\u05e8 \u05e9\u05dc\u05da \u05d0\u05d9\u05e0\u05d5 HTTPS","u2f_error_configuration_unsupported":"\u05d0\u05d9\u05df \u05ea\u05de\u05d9\u05db\u05d4 \u05d1\u05ea\u05e6\u05d5\u05e8\u05ea \u05dc\u05e7\u05d5\u05d7.","u2f_error_device_ineligible":"\u05d4\u05d4\u05ea\u05e7\u05df \u05e9\u05d4\u05d5\u05e6\u05d2 \u05d0\u05d9\u05e0\u05d5 \u05de\u05ea\u05d0\u05d9\u05dd \u05dc\u05d1\u05e7\u05e9\u05d4 \u05d6\u05d5. \u05e2\u05d1\u05d5\u05e8 \u05d1\u05e7\u05e9\u05ea \u05e8\u05d9\u05e9\u05d5\u05dd \u05d9\u05ea\u05db\u05df \u05e9\u05d4\u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05db\u05d1\u05e8 \u05e8\u05e9\u05d5\u05dd \u05d5\u05dc\u05d1\u05e7\u05e9\u05ea \u05db\u05e0\u05d9\u05e1\u05d4 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05e9\u05d4\u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05dc\u05d0 \u05de\u05db\u05d9\u05e8 \u05d0\u05ea \u05de\u05e0\u05d2\u05e0\u05d5\u05df \u05d4\u05de\u05e4\u05ea\u05d7 \u05e9\u05d4\u05d5\u05e6\u05d2.","u2f_error_other_error":"\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4.","u2f_error_timeout":"\u05d4\u05de\u05ea\u05e0\u05ea \u05d6\u05de\u05df \u05e8\u05d1 \u05de\u05d3\u05d9 \u05d5\u05d4\u05de\u05e2\u05e0\u05d4 \u05dc\u05d1\u05e7\u05e9\u05d4 \u05dc\u05d0 \u05d4\u05d2\u05d9\u05e2.","u2f_insertKey":"\u05e0\u05d0 \u05dc\u05d4\u05db\u05e0\u05d9\u05e1 \u05d0\u05ea \u05de\u05e4\u05ea\u05d7 \u05d4\u05d0\u05d1\u05d8\u05d7\u05d4 \u05e9\u05dc\u05da.","u2f_noButtonAdvise":"\u05d0\u05dd \u05d0\u05d9\u05df \u05dc\u05d5, \u05d9\u05e9 \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d0\u05d5\u05ea\u05d5 \u05d5\u05dc\u05d4\u05db\u05e0\u05d9\u05e1 \u05e9\u05d5\u05d1.","u2f_success":"\u05d4\u05de\u05e4\u05ea\u05d7 \u05e9\u05dc\u05da \u05de\u05d6\u05d5\u05d4\u05d4 \u05d5\u05de\u05d0\u05d5\u05de\u05ea.","u2f_title":"\u05de\u05e4\u05ea\u05d7 \u05d0\u05d1\u05d8\u05d7\u05d4 U2F","users_accept_title":"\u05e7\u05d1\u05dc\u05ea \u05d4\u05d4\u05d6\u05de\u05e0\u05d4 \u05d5\u05d9\u05e6\u05d9\u05e8\u05ea \u05d7\u05e9\u05d1\u05d5\u05df \u05d7\u05d3\u05e9","users_add_confirmation":"\u05de\u05d5\u05e1\u05db\u05dd \u05e2\u05dc\u05d9 \u05dc\u05d4\u05d6\u05de\u05d9\u05df \u05d0\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05d4\u05d6\u05d4 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05d9. \u05dc\u05d0\u05d3\u05dd \u05d4\u05d6\u05d4 \u05ea\u05d4\u05d9\u05d4 \u05d2\u05d9\u05e9\u05d4 \u05dc\u05db\u05dc \u05d4\u05de\u05d9\u05d3\u05e2 \u05e9\u05dc\u05d9 \u05d5\u05d9\u05d5\u05db\u05dc \u05dc\u05e8\u05d0\u05d5\u05ea \u05d1\u05d3\u05d9\u05d5\u05e7 \u05de\u05d4 \u05e9\u05d0\u05e0\u05d9 \u05e8\u05d5\u05d0\u05d4.","users_add_cta":"\u05d4\u05d6\u05de\u05e0\u05ea \u05de\u05e9\u05ea\u05de\u05e9 \u05d3\u05e8\u05da \u05d3\u05d5\u05d0\u05f4\u05dc","users_add_description":"\u05dc\u05d0\u05d3\u05dd \u05d4\u05d6\u05d4 \u05ea\u05d4\u05d9\u05d9\u05e0\u05d4 \u05d0\u05ea \u05d0\u05d5\u05ea\u05d4 \u05e8\u05de\u05ea \u05d4\u05d4\u05e8\u05e9\u05d0\u05d5\u05ea \u05db\u05de\u05d5\u05da \u05d5\u05ea\u05d4\u05d9\u05d4 \u05dc\u05d5 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d4\u05d6\u05de\u05d9\u05df \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd \u05d5\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05d5\u05ea\u05dd (\u05db\u05d5\u05dc\u05dc \u05d0\u05d5\u05ea\u05da), \u05dc\u05db\u05df, \u05db\u05d3\u05d0\u05d9 \u05dc\u05d5\u05d5\u05d3\u05d0 \u05e9\u05d9\u05e9 \u05dc\u05da \u05d0\u05de\u05d5\u05df \u05d1\u05d0\u05d3\u05dd \u05d6\u05d4.","users_add_email_field":"\u05e0\u05d0 \u05dc\u05d4\u05e7\u05dc\u05d9\u05d3 \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05dc \u05d4\u05d0\u05d3\u05dd \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05d6\u05de\u05d9\u05df","users_add_title":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d6\u05de\u05d9\u05df \u05de\u05e9\u05ea\u05de\u05e9 \u05d7\u05d3\u05e9 \u05d3\u05e8\u05da \u05d3\u05d5\u05d0\u05f4\u05dc \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da","users_blank_add_title":"\u05dc\u05d4\u05d6\u05de\u05d9\u05df \u05de\u05d9\u05e9\u05d4\u05d5 \u05e0\u05d5\u05e1\u05e3?","users_blank_cta":"\u05dc\u05d4\u05d6\u05de\u05d9\u05df \u05de\u05d9\u05e9\u05d4\u05d5","users_blank_description":"\u05dc\u05d0\u05d3\u05dd \u05d4\u05d6\u05d4 \u05d9\u05e9 \u05d0\u05ea \u05d0\u05d5\u05ea\u05d4 \u05e8\u05de\u05ea \u05d4\u05d2\u05d9\u05e9\u05d4 \u05db\u05de\u05d5\u05da \u05d5\u05ea\u05d4\u05d9\u05d4 \u05dc\u05d5 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3, \u05dc\u05e2\u05e8\u05d5\u05da \u05d0\u05d5 \u05dc\u05de\u05d7\u05d5\u05e7 \u05e4\u05e8\u05d8\u05d9 \u05e7\u05e9\u05e8.","users_blank_title":"\u05e8\u05e7 \u05dc\u05da \u05d9\u05e9 \u05d2\u05d9\u05e9\u05d4 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05d4\u05d6\u05d4.","users_error_already_invited":"\u05db\u05d1\u05e8 \u05d4\u05d6\u05de\u05e0\u05ea \u05d0\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05d4\u05d6\u05d4. \u05e0\u05d0 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d1\u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc \u05d0\u05d7\u05e8\u05ea.","users_error_email_already_taken":"\u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc \u05d6\u05d5 \u05db\u05d1\u05e8 \u05ea\u05e4\u05d5\u05e1\u05d4. \u05e0\u05d0 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d1\u05d0\u05d7\u05ea \u05d0\u05d7\u05e8\u05ea","users_error_email_not_similar":"\u05d6\u05d0\u05ea \u05dc\u05d0 \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05dc \u05d4\u05d0\u05d3\u05dd \u05e9\u05d4\u05d6\u05de\u05e0\u05ea.","users_error_please_confirm":"\u05e0\u05d0 \u05dc\u05d4\u05e1\u05db\u05d9\u05dd \u05dc\u05d4\u05d6\u05de\u05e0\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05d4\u05d6\u05d4 \u05d1\u05d8\u05e8\u05dd \u05d4\u05de\u05e9\u05da \u05ea\u05d4\u05dc\u05d9\u05da \u05d4\u05d4\u05d6\u05de\u05e0\u05d4","users_invitation_deleted_confirmation_message":"\u05d4\u05d4\u05d6\u05de\u05e0\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","users_invitation_need_subscription":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd \u05d3\u05d5\u05e8\u05e9\u05ea \u05e8\u05d9\u05e9\u05d5\u05dd.","users_invitations_delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05d4\u05d6\u05de\u05e0\u05d4 \u05d4\u05d6\u05d0\u05ea?","users_list_add_user":"\u05d4\u05d6\u05de\u05e0\u05ea \u05de\u05e9\u05ea\u05de\u05e9 \u05d7\u05d3\u05e9","users_list_delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05d4\u05d6\u05d4 \u05de\u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da?","users_list_invitations_explanation":"\u05dc\u05d4\u05dc\u05df \u05de\u05d5\u05e4\u05d9\u05e2\u05d9\u05dd \u05d4\u05d0\u05e0\u05e9\u05d9\u05dd \u05e9\u05d4\u05d6\u05de\u05e0\u05ea \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u05db\u05e9\u05d5\u05ea\u05e4\u05d9\u05dd.","users_list_invitations_invited_by":"\u05d4\u05d6\u05de\u05e0\u05d4 \u05de\u05d0\u05ea :name","users_list_invitations_sent_date":"\u05e0\u05e9\u05dc\u05d7 \u05d1\u05be:date","users_list_invitations_title":"\u05d4\u05d6\u05de\u05e0\u05d5\u05ea \u05de\u05de\u05ea\u05d9\u05e0\u05d5\u05ea","users_list_title":"\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05e2\u05dd \u05d2\u05d9\u05e9\u05d4 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da","users_list_you":"\u05de\u05d3\u05d5\u05d1\u05e8 \u05d1\u05da"},"validation":{"accepted":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05ea\u05e7\u05d1\u05dc.","active_url":":attribute \u05d0\u05d9\u05e0\u05d4 \u05db\u05ea\u05d5\u05d1\u05ea \u05ea\u05e7\u05e0\u05d9\u05ea.","after":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05ea\u05d0\u05e8\u05d9\u05da \u05dc\u05d0\u05d7\u05e8 :date.","after_or_equal":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d4\u05ea\u05d0\u05e8\u05d9\u05da :date \u05d0\u05d5 \u05d0\u05d7\u05e8\u05d9\u05d5.","alpha":":attribute \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05db\u05d9\u05dc \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d1\u05dc\u05d1\u05d3.","alpha_dash":":attribute \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05db\u05d9\u05dc \u05e8\u05e7 \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea, \u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d5\u05de\u05d9\u05e0\u05d5\u05e1\u05d9\u05dd.","alpha_num":":attribute \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05db\u05d9\u05dc \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d5\u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3.","array":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e2\u05e8\u05da.","attributes":[],"before":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05ea\u05d0\u05e8\u05d9\u05da \u05dc\u05e4\u05e0\u05d9 :date.","before_or_equal":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d4\u05ea\u05d0\u05e8\u05d9\u05da :date \u05d0\u05d5 \u05dc\u05e4\u05e0\u05d9\u05d5.","between":{"array":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d9\u05df :min \u05dc\u05d1\u05d9\u05df :max \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd.","file":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d9\u05df :min \u05dc\u05d1\u05d9\u05df :max \u05e7\u05d9\u05dc\u05d5\u05d1\u05ea\u05d9\u05dd.","numeric":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d9\u05df :min \u05dc\u05d1\u05d9\u05df :max.","string":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d9\u05df :min \u05dc\u05d1\u05d9\u05df :max \u05ea\u05d5\u05d5\u05d9\u05dd."},"boolean":"\u05d4\u05e9\u05d3\u05d4 :attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d0\u05de\u05ea \u05d0\u05d5 \u05e9\u05e7\u05e8.","confirmed":"\u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05e9\u05dc :attribute \u05dc\u05d0 \u05ea\u05d5\u05d0\u05dd.","custom":{"attribute-name":{"rule-name":"custom-message"}},"date":":attribute \u05d0\u05d9\u05e0\u05d5 \u05ea\u05d0\u05e8\u05d9\u05da \u05ea\u05e7\u05e0\u05d9.","date_format":":attribute \u05dc\u05d0 \u05ea\u05d5\u05d0\u05dd \u05d0\u05ea \u05d4\u05de\u05d1\u05e0\u05d4 :format.","different":":attribute \u05d5\u05d2\u05dd :other \u05d7\u05d9\u05d9\u05d1\u05d9\u05dd \u05dc\u05d4\u05d9\u05d5\u05ea \u05e9\u05d5\u05e0\u05d9\u05dd \u05d6\u05d4 \u05de\u05d6\u05d4.","digits":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d0\u05d5\u05e8\u05da :digits \u05e1\u05e4\u05e8\u05d5\u05ea.","digits_between":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d9\u05df :min \u05dc\u05be:max \u05e1\u05e4\u05e8\u05d5\u05ea.","dimensions":"\u05de\u05de\u05d3\u05d9 \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05dc :attribute \u05e9\u05d2\u05d5\u05d9\u05d9\u05dd.","distinct":"\u05dc\u05e9\u05d3\u05d4 :attribute \u05d9\u05e9 \u05e2\u05e8\u05da \u05db\u05e4\u05d5\u05dc.","email":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc \u05ea\u05e7\u05e0\u05d9\u05ea.","exists":":attribute \u05d4\u05e0\u05d1\u05d7\u05e8 \u05e9\u05d2\u05d5\u05d9.","file":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e7\u05d5\u05d1\u05e5.","filled":"\u05d4\u05e9\u05d3\u05d4 :attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05db\u05d9\u05dc \u05dc\u05e2\u05e8\u05da.","image":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05ea\u05de\u05d5\u05e0\u05d4.","in":":attribute \u05d4\u05e0\u05d1\u05d7\u05e8 \u05e9\u05d2\u05d5\u05d9.","in_array":"\u05d4\u05e9\u05d3\u05d4 :attribute \u05dc\u05d0 \u05e7\u05d9\u05d9\u05dd \u05ea\u05d7\u05ea :other.","integer":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e1\u05e4\u05e8 \u05e9\u05dc\u05dd \u05d5\u05d7\u05d9\u05d5\u05d1\u05d9.","ip":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05db\u05ea\u05d5\u05d1\u05ea IP \u05ea\u05e7\u05e0\u05d9\u05ea.","ipv4":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05db\u05ea\u05d5\u05d1\u05ea IPv4 \u05ea\u05e7\u05e0\u05d9\u05ea.","ipv6":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05db\u05ea\u05d5\u05d1\u05ea IPv6 \u05ea\u05e7\u05e0\u05d9\u05ea.","json":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05d7\u05e8\u05d5\u05d6\u05ea JSON \u05ea\u05e7\u05e0\u05d9\u05ea.","max":{"array":"\u05ea\u05d7\u05ea :attribute \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05d4\u05d9\u05d5\u05ea \u05d9\u05d5\u05ea\u05e8 \u05de\u05be:max \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd.","file":":attribute \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc \u05de\u05be:max \u05e7\u05d9\u05dc\u05d5\u05d1\u05ea\u05d9\u05dd.","numeric":":attribute \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05d9\u05d5\u05ea\u05e8 \u05d2\u05d3\u05d5\u05dc \u05de\u05d0\u05e9\u05e8 :max.","string":":attribute \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc \u05de\u05be:max \u05ea\u05d5\u05d5\u05d9\u05dd."},"mimes":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e7\u05d5\u05d1\u05e5 \u05de\u05e1\u05d5\u05d2: :values.","mimetypes":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e7\u05d5\u05d1\u05e5 \u05de\u05e1\u05d5\u05d2: :values.","min":{"array":"\u05ea\u05d7\u05ea :attribute \u05d7\u05d9\u05d9\u05d1\u05d9\u05dd \u05dc\u05d4\u05d9\u05d5\u05ea \u05dc\u05e4\u05d7\u05d5\u05ea :min \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd.","file":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d2\u05d5\u05d3\u05dc \u05e9\u05dc \u05dc\u05e4\u05d7\u05d5\u05ea :min \u05e7\u05d9\u05dc\u05d5\u05d1\u05ea\u05d9\u05dd.","numeric":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05dc\u05e4\u05d7\u05d5\u05ea :min.","string":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d0\u05d5\u05e8\u05da \u05e9\u05dc \u05dc\u05e4\u05d7\u05d5\u05ea :min \u05ea\u05d5\u05d5\u05d9\u05dd."},"not_in":":attribute \u05d4\u05e0\u05d1\u05d7\u05e8 \u05e9\u05d2\u05d5\u05d9.","not_regex":"\u05d4\u05ea\u05d1\u05e0\u05d9\u05ea :attribute \u05e9\u05d2\u05d5\u05d9\u05d4.","numeric":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e1\u05e4\u05e8.","present":"\u05d4\u05e9\u05d3\u05d4 :attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e0\u05d5\u05db\u05d7.","regex":"\u05d4\u05de\u05d1\u05e0\u05d4 :attribute \u05e9\u05d2\u05d5\u05d9.","required":"\u05d4\u05e9\u05d3\u05d4 :attribute \u05e0\u05d7\u05d5\u05e5.","required_if":"\u05d4\u05e9\u05d3\u05d4 :attribute \u05e0\u05d7\u05d5\u05e5 \u05db\u05d0\u05e9\u05e8 :other \u05d4\u05d5\u05d0 :value.","required_unless":"\u05d4\u05e9\u05d3\u05d4 :attribute \u05e0\u05d7\u05d5\u05e5 \u05d0\u05dc\u05de\u05dc\u05d0 :other \u05e7\u05d9\u05d9\u05dd \u05d1\u05ea\u05d5\u05da :values.","required_with":"\u05d4\u05e9\u05d3\u05d4 :attribute \u05e0\u05d7\u05d5\u05e5 \u05db\u05d0\u05e9\u05e8 :values \u05e7\u05d9\u05d9\u05de\u05d9\u05dd.","required_with_all":"\u05d4\u05e9\u05d3\u05d4 :attribute \u05e0\u05d7\u05d5\u05e5 \u05db\u05d0\u05e9\u05e8 :values \u05e7\u05d9\u05d9\u05de\u05d9\u05dd.","required_without":"\u05d4\u05e9\u05d3\u05d4 :attribute \u05e0\u05d7\u05d5\u05e5 \u05db\u05d0\u05e9\u05e8 :values \u05d0\u05d9\u05e0\u05dd \u05e7\u05d9\u05d9\u05de\u05d9\u05dd.","required_without_all":"\u05d4\u05e9\u05d3\u05d4 :attribute \u05e0\u05d7\u05d5\u05e5 \u05db\u05d0\u05e9\u05e8 \u05d0\u05e3 \u05d0\u05d7\u05d3 \u05de\u05d1\u05d9\u05df :values \u05e7\u05d9\u05d9\u05dd.","same":":attribute \u05d5\u05d2\u05dd :other \u05d7\u05d9\u05d9\u05d1\u05d9\u05dd \u05dc\u05d4\u05d9\u05d5\u05ea \u05ea\u05d5\u05d0\u05de\u05d9\u05dd.","size":{"array":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05db\u05d9\u05dc :size \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd.","file":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d2\u05d5\u05d3\u05dc \u05e9\u05dc :size \u05e7\u05d9\u05dc\u05d5\u05d1\u05ea\u05d9\u05dd.","numeric":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d2\u05d5\u05d3\u05dc :size.","string":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d0\u05d5\u05e8\u05da \u05e9\u05dc :size \u05ea\u05d5\u05d5\u05d9\u05dd."},"string":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e7\u05d5\u05d1\u05e5.","timezone":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d0\u05d6\u05d5\u05e8 \u05ea\u05e7\u05e0\u05d9.","unique":":attribute \u05db\u05d1\u05e8 \u05ea\u05e4\u05d5\u05e1.","uploaded":"\u05d4\u05e2\u05dc\u05d0\u05ea :attribute \u05e0\u05db\u05e9\u05dc\u05d4.","url":"\u05d4\u05ea\u05d1\u05e0\u05d9\u05ea :attribute \u05e9\u05d2\u05d5\u05d9\u05d4."}} +{"app":{"add":"\u05d4\u05d5\u05e1\u05e4\u05d4","application_description":"\u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u05d4\u05d9\u05d0 \u05db\u05dc\u05d9 \u05dc\u05e0\u05d9\u05d4\u05d5\u05dc \u05d4\u05e7\u05e9\u05e8\u05d9\u05dd \u05d4\u05d7\u05d1\u05e8\u05ea\u05d9\u05d9\u05dd \u05e9\u05dc\u05da \u05e2\u05dd \u05d0\u05d4\u05d5\u05d1\u05d9\u05da, \u05d7\u05d1\u05e8\u05d9\u05da \u05d5\u05de\u05e9\u05e4\u05d7\u05ea\u05da.","application_og_title":"\u05d7\u05d9\u05d6\u05d5\u05e7 \u05d4\u05e7\u05e9\u05e8 \u05e2\u05dd \u05d0\u05d4\u05d5\u05d1\u05d9\u05da. \u05de\u05e2\u05e8\u05db\u05ea \u05e0\u05d9\u05d4\u05d5\u05dc \u05de\u05e7\u05d5\u05d5\u05e0\u05ea \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e7\u05e9\u05e8\u05d9\u05dd \u05e2\u05dd \u05d7\u05d1\u05e8\u05d9\u05dd \u05d5\u05de\u05e9\u05e4\u05d7\u05d4.","application_title":"\u05de\u05d5\u05e0\u05d9\u05e7\u05d4 - \u05e0\u05d9\u05d4\u05d5\u05dc \u05d9\u05d7\u05e1\u05d9\u05dd \u05d1\u05d9\u05e0\u05d0\u05d9\u05e9\u05d9\u05d9\u05dd","breadcrumb_add_note":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05d4\u05e2\u05e8\u05d4","breadcrumb_add_significant_other":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05e9\u05e8 \u05d6\u05d5\u05d2\u05d9","breadcrumb_api":"API","breadcrumb_dashboard":"\u05dc\u05d5\u05d7 \u05de\u05d7\u05d5\u05d5\u05e0\u05d9\u05dd","breadcrumb_edit_introductions":"\u05d0\u05d9\u05da \u05d4\u05db\u05e8\u05ea\u05dd","breadcrumb_edit_note":"\u05e2\u05e8\u05d9\u05db\u05ea \u05d4\u05e2\u05e8\u05d4","breadcrumb_edit_significant_other":"\u05e2\u05e8\u05d9\u05db\u05ea \u05e7\u05e9\u05e8 \u05d6\u05d5\u05d2\u05d9","breadcrumb_journal":"\u05d9\u05d5\u05de\u05df","breadcrumb_list_contacts":"\u05e8\u05e9\u05d9\u05de\u05ea \u05d0\u05e0\u05e9\u05d9\u05dd","breadcrumb_profile":"\u05d4\u05e4\u05e8\u05d5\u05e4\u05d9\u05dc \u05e9\u05dc :name","breadcrumb_settings":"\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea","breadcrumb_settings_export":"\u05d9\u05e6\u05d5\u05d0","breadcrumb_settings_import":"\u05d9\u05d1\u05d5\u05d0","breadcrumb_settings_import_report":"\u05d3\u05d5\u05d7 \u05d9\u05d1\u05d5\u05d0","breadcrumb_settings_import_upload":"\u05d4\u05e2\u05dc\u05d0\u05d4","breadcrumb_settings_personalization":"\u05d4\u05ea\u05d0\u05de\u05d4 \u05d0\u05d9\u05e9\u05d9\u05ea","breadcrumb_settings_security":"\u05d0\u05d1\u05d8\u05d7\u05d4","breadcrumb_settings_security_2fa":"\u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","breadcrumb_settings_subscriptions":"\u05d4\u05e8\u05e9\u05de\u05d4","breadcrumb_settings_tags":"\u05ea\u05d2\u05d9\u05d5\u05ea","breadcrumb_settings_users":"\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd","breadcrumb_settings_users_add":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05de\u05e9\u05ea\u05de\u05e9","cancel":"\u05d1\u05d9\u05d8\u05d5\u05dc","close":"\u05e1\u05d2\u05d9\u05e8\u05d4","compliance_desc":"\u05e2\u05e8\u05db\u05e0\u05d5 \u05d0\u05ea \u05ea\u05e0\u05d0\u05d9 \u05d4\u05e9\u05d9\u05de\u05d5\u05e9<\/a> \u05d5\u05d0\u05ea \u05de\u05d3\u05d9\u05e0\u05d9\u05d5\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05d5\u05ea<\/a> \u05e9\u05dc\u05e0\u05d5. \u05de\u05db\u05d5\u05d7 \u05d4\u05d7\u05d5\u05e7 \u05e2\u05dc\u05d9\u05e0\u05d5 \u05dc\u05d1\u05e7\u05e9 \u05de\u05de\u05da \u05dc\u05e2\u05d9\u05d9\u05df \u05d1\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d5\u05dc\u05d0\u05e9\u05e8 \u05d0\u05ea \u05d4\u05e1\u05db\u05de\u05ea\u05da \u05dc\u05d4\u05dd \u05db\u05d3\u05d9 \u05dc\u05d4\u05de\u05e9\u05d9\u05da \u05dc\u05d0\u05e4\u05e9\u05e8 \u05dc\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d7\u05e9\u05d1\u05d5\u05e0\u05da.","compliance_desc_end":"\u05d0\u05e0\u05d5 \u05dc\u05d0 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05d0\u05d5 \u05d1\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05dc\u05d0\u05e3 \u05de\u05d8\u05e8\u05d4 \u05d6\u05d3\u05d5\u05e0\u05d9\u05ea \u05d5\u05d2\u05dd \u05dc\u05d0 \u05e0\u05e2\u05e9\u05d4 \u05d6\u05d0\u05ea \u05d1\u05e2\u05ea\u05d9\u05d3.","compliance_terms":"\u05e7\u05d1\u05dc\u05ea \u05d4\u05ea\u05e0\u05d0\u05d9\u05dd \u05d5\u05de\u05d3\u05d9\u05e0\u05d9\u05d5\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05d5\u05ea \u05d4\u05d7\u05d3\u05e9\u05d9\u05dd","compliance_title":"\u05e1\u05dc\u05d9\u05d7\u05d4 \u05e2\u05dc \u05d4\u05d4\u05e4\u05e8\u05e2\u05d4.","create":"\u05d9\u05e6\u05d9\u05e8\u05d4","days":"day|days","default_save_success":"\u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e0\u05e9\u05de\u05e8\u05d5.","delete":"\u05de\u05d7\u05d9\u05e7\u05d4","done":"\u05e1\u05d9\u05d5\u05dd","edit":"\u05e2\u05e8\u05d9\u05db\u05d4","error_save":"\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05e9\u05de\u05d9\u05e8\u05ea \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd.","error_title":"\u05d0\u05d5\u05e4\u05e1! \u05de\u05e9\u05d4\u05d5 \u05d4\u05e9\u05ea\u05d1\u05e9.","error_unauthorized":"\u05d0\u05d9\u05df \u05dc\u05da \u05d0\u05ea \u05d4\u05d4\u05e8\u05e9\u05d0\u05d4 \u05dc\u05e2\u05e8\u05d5\u05da \u05d0\u05ea \u05d4\u05de\u05e9\u05d0\u05d1 \u05d4\u05d6\u05d4.","footer_modal_version_release_away":"\u05d2\u05e8\u05e1\u05d4 \u05d6\u05d5 \u05d9\u05e6\u05d0\u05d4 \u05dc\u05d0\u05d5\u05e8 \u05d2\u05e8\u05e1\u05d4 \u05d0\u05d7\u05ea \u05dc\u05e4\u05e0\u05d9 \u05d4\u05d2\u05e8\u05e1\u05d4 \u05d4\u05e2\u05d3\u05db\u05e0\u05d9\u05ea \u05d4\u05e0\u05d5\u05db\u05d7\u05d9\u05ea. \u05e2\u05dc\u05d9\u05da \u05dc\u05e2\u05d3\u05db\u05df \u05d0\u05ea \u05d4\u05e2\u05d5\u05ea\u05e7 \u05e9\u05dc\u05da.|\u05d2\u05e8\u05e1\u05d4 \u05d6\u05d5 \u05d9\u05e6\u05d0\u05d4 \u05dc\u05d0\u05d5\u05e8 :number \u05d2\u05e8\u05e1\u05d0\u05d5\u05ea \u05dc\u05e4\u05e0\u05d9 \u05d4\u05d2\u05e8\u05e1\u05d4 \u05d4\u05e2\u05d3\u05db\u05e0\u05d9\u05ea \u05d4\u05e0\u05d5\u05db\u05d7\u05d9\u05ea. \u05e2\u05dc\u05d9\u05da \u05dc\u05e2\u05d3\u05db\u05df \u05d0\u05ea \u05d4\u05e2\u05d5\u05ea\u05e7 \u05e9\u05dc\u05da.","footer_modal_version_whats_new":"\u05de\u05d4 \u05d7\u05d3\u05e9","footer_new_version":"\u05d2\u05e8\u05e1\u05d4 \u05d7\u05d3\u05e9\u05d4 \u05d6\u05de\u05d9\u05e0\u05d4","footer_newsletter":"\u05e8\u05e9\u05d9\u05de\u05ea \u05d3\u05d9\u05d5\u05d5\u05e8","footer_privacy":"\u05de\u05d3\u05d9\u05e0\u05d9\u05d5\u05ea \u05e4\u05e8\u05d8\u05d9\u05d5\u05ea","footer_release":"\u05d4\u05e2\u05e8\u05d5\u05ea \u05d4\u05d5\u05e6\u05d0\u05d4 \u05dc\u05d0\u05d5\u05e8","footer_remarks":"\u05d9\u05e9 \u05d4\u05e2\u05e8\u05d5\u05ea?","footer_send_email":"\u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05dc\u05d5\u05d7 \u05dc\u05d9 \u05d3\u05d5\u05d0\u05f4\u05dc","footer_source_code":"\u05ea\u05e8\u05d5\u05de\u05d4","footer_version":"\u05d2\u05e8\u05e1\u05d4: :version","for":"for","gender_female":"\u05d0\u05d9\u05e9\u05d4","gender_male":"\u05d2\u05d1\u05e8","gender_none":"\u05e9\u05de\u05d5\u05e8 \u05d1\u05de\u05e2\u05e8\u05db\u05ea","header_changelog_link":"\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d1\u05de\u05d5\u05e6\u05e8","header_logout_link":"\u05d9\u05e6\u05d9\u05d0\u05d4","header_settings_link":"\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea","load_more":"\u05dc\u05d8\u05e2\u05d5\u05df \u05e2\u05d5\u05d3","loading":"\u05d1\u05d8\u05e2\u05d9\u05e0\u05d4\u2026","main_nav_activities":"\u05e4\u05e2\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea","main_nav_cta":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05d0\u05e0\u05e9\u05d9\u05dd","main_nav_dashboard":"\u05dc\u05d5\u05d7 \u05de\u05d7\u05d5\u05d5\u05e0\u05d9\u05dd","main_nav_family":"\u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8","main_nav_journal":"\u05d9\u05d5\u05de\u05df","main_nav_tasks":"\u05de\u05e9\u05d9\u05de\u05d5\u05ea","markdown_description":"\u05e8\u05d5\u05e6\u05d4 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05e7\u05e6\u05ea \u05e2\u05e0\u05d9\u05d9\u05df \u05dc\u05d8\u05e7\u05e1\u05d8 \u05e9\u05dc\u05da? \u05d1\u05de\u05e2\u05e8\u05db\u05ea \u05d6\u05d5 \u05e7\u05d9\u05d9\u05de\u05ea \u05ea\u05de\u05d9\u05db\u05d4 \u05d1\u05beMarkdown \u05db\u05d3\u05d9 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d4\u05d3\u05d2\u05e9\u05d4, \u05d4\u05d8\u05d9\u05d4, \u05e8\u05e9\u05d9\u05de\u05d5\u05ea \u05d5\u05e2\u05d5\u05d3.","markdown_link":"\u05e7\u05e8\u05d9\u05d0\u05ea \u05d4\u05ea\u05d9\u05e2\u05d5\u05d3","new":"new","relationship_type_bestfriend":"\u05d4\u05d7\u05d1\u05e8 \u05d4\u05d8\u05d5\u05d1 \u05d1\u05d9\u05d5\u05ea\u05e8","relationship_type_bestfriend_female":"\u05d4\u05d7\u05d1\u05e8\u05d4 \u05d4\u05d8\u05d5\u05d1\u05d4 \u05d1\u05d9\u05d5\u05ea\u05e8","relationship_type_bestfriend_female_with_name":"\u05d4\u05d7\u05d1\u05e8\u05d4 \u05d4\u05db\u05d9 \u05d8\u05d5\u05d1\u05d4 \u05e9\u05dc :name","relationship_type_bestfriend_with_name":"\u05d4\u05d7\u05d1\u05e8 \u05d4\u05db\u05d9 \u05d8\u05d5\u05d1 \u05e9\u05dc :name","relationship_type_boss":"\u05de\u05e0\u05d4\u05dc","relationship_type_boss_female":"\u05de\u05e0\u05d4\u05dc\u05ea","relationship_type_boss_female_with_name":"\u05de\u05e0\u05d4\u05dc\u05ea \u05e9\u05dc :name","relationship_type_boss_with_name":"\u05de\u05e0\u05d4\u05dc \u05e9\u05dc :name","relationship_type_child":"\u05d1\u05df","relationship_type_child_female":"\u05d1\u05ea","relationship_type_child_female_with_name":"\u05d1\u05ea \u05e9\u05dc :name","relationship_type_child_with_name":"\u05d1\u05df \u05e9\u05dc :name","relationship_type_colleague":"\u05e2\u05de\u05d9\u05ea \u05dc\u05e2\u05d1\u05d5\u05d3\u05d4","relationship_type_colleague_female":"\u05e2\u05de\u05d9\u05ea\u05d4 \u05dc\u05e2\u05d1\u05d5\u05d3\u05d4","relationship_type_colleague_female_with_name":"\u05e2\u05de\u05d9\u05ea\u05d4 \u05dc\u05e2\u05d1\u05d5\u05d3\u05d4 \u05e9\u05dc :name","relationship_type_colleague_with_name":"\u05e2\u05de\u05d9\u05ea \u05dc\u05e2\u05d1\u05d5\u05d3\u05d4 \u05e9\u05dc :name","relationship_type_cousin":"\u05d1\u05df \u05d3\u05d5\u05d3","relationship_type_cousin_female":"\u05d1\u05ea \u05d3\u05d5\u05d3\u05d4","relationship_type_cousin_female_with_name":"\u05d1\u05ea \u05d3\u05d5\u05d3\u05d4 \u05e9\u05dc :name","relationship_type_cousin_with_name":"\u05d1\u05df \u05d3\u05d5\u05d3 \u05e9\u05dc :name","relationship_type_date":"\u05dc\u05d9\u05e6\u05d9\u05d0\u05d4","relationship_type_date_female":"\u05d9\u05d5\u05e6\u05d0\u05ea \u05e7\u05d1\u05d5\u05e2","relationship_type_date_female_with_name":"\u05d9\u05d5\u05e6\u05d0\u05ea \u05e7\u05d1\u05d5\u05e2 \u05e2\u05dd :name","relationship_type_date_with_name":"\u05d9\u05d5\u05e6\u05d0 \u05e7\u05d1\u05d5\u05e2 \u05e2\u05dd :name","relationship_type_ex":"\u05d7\u05d1\u05e8 \u05dc\u05e9\u05e2\u05d1\u05e8","relationship_type_ex_female":"\u05d7\u05d1\u05e8\u05d4 \u05dc\u05e9\u05e2\u05d1\u05e8","relationship_type_ex_female_with_name":"\u05d7\u05d1\u05e8\u05d4 \u05dc\u05e9\u05e2\u05d1\u05e8 \u05e9\u05dc :name","relationship_type_ex_husband":"\u05d2\u05e8\u05d5\u05e9","relationship_type_ex_husband_female":"\u05d2\u05e8\u05d5\u05e9\u05d4","relationship_type_ex_husband_female_with_name":"\u05d4\u05d2\u05e8\u05d5\u05e9\u05d4 \u05e9\u05dc :name","relationship_type_ex_husband_with_name":"\u05d4\u05d2\u05e8\u05d5\u05e9 \u05e9\u05dc :name","relationship_type_ex_with_name":"\u05d7\u05d1\u05e8 \u05dc\u05e9\u05e2\u05d1\u05e8 \u05e9\u05dc :name","relationship_type_friend":"\u05d7\u05d1\u05e8","relationship_type_friend_female":"\u05d7\u05d1\u05e8\u05d4","relationship_type_friend_female_with_name":"\u05d7\u05d1\u05e8\u05d4 \u05e9\u05dc :name","relationship_type_friend_with_name":"\u05d7\u05d1\u05e8 \u05e9\u05dc :name","relationship_type_godfather":"\u05e1\u05e0\u05d3\u05e7","relationship_type_godfather_female":"\u05e1\u05e0\u05d3\u05e7\u05d9\u05ea","relationship_type_godfather_female_with_name":"\u05d4\u05e1\u05e0\u05d3\u05e7\u05d9\u05ea \u05e9\u05dc :name","relationship_type_godfather_with_name":"\u05d4\u05e1\u05e0\u05d3\u05e7 \u05e9\u05dc :name","relationship_type_godson":"\u05d1\u05df \u05e1\u05e0\u05d3\u05e7\u05d5\u05ea","relationship_type_godson_female":"\u05d1\u05ea \u05e1\u05e0\u05d3\u05e7\u05d5\u05ea","relationship_type_godson_female_with_name":"\u05d1\u05ea \u05d4\u05e1\u05e0\u05d3\u05e7\u05d5\u05ea \u05e9\u05dc :name","relationship_type_godson_with_name":"\u05d1\u05df \u05d4\u05e1\u05e0\u05d3\u05e7\u05d5\u05ea \u05e9\u05dc :name","relationship_type_grandchild":"\u05e0\u05db\u05d3","relationship_type_grandchild_female":"\u05e0\u05db\u05d3\u05d4","relationship_type_grandchild_female_with_name":"\u05e0\u05db\u05d3\u05d4 \u05e9\u05dc :name","relationship_type_grandchild_with_name":"\u05e0\u05db\u05d3 \u05e9\u05dc :name","relationship_type_grandparent":"\u05e1\u05d1\u05d0","relationship_type_grandparent_female":"\u05e1\u05d1\u05ea\u05d0","relationship_type_grandparent_female_with_name":"\u05e1\u05d1\u05ea\u05d0 \u05e9\u05dc :name","relationship_type_grandparent_with_name":"\u05e1\u05d1\u05d0 \u05e9\u05dc :name","relationship_type_group_family":"\u05e7\u05e9\u05e8\u05d9\u05dd \u05de\u05e9\u05e4\u05d7\u05ea\u05d9\u05d9\u05dd","relationship_type_group_friend":"\u05e7\u05e9\u05e8\u05d9\u05dd \u05d7\u05d1\u05e8\u05ea\u05d9\u05d9\u05dd","relationship_type_group_love":"\u05e7\u05e9\u05e8\u05d9\u05dd \u05e8\u05d5\u05de\u05e0\u05d8\u05d9\u05d9\u05dd","relationship_type_group_other":"\u05e1\u05d5\u05d2\u05d9 \u05e7\u05e9\u05e8 \u05d0\u05d7\u05e8\u05d9\u05dd","relationship_type_group_work":"\u05e7\u05e9\u05e8\u05d9 \u05e2\u05d1\u05d5\u05d3\u05d4","relationship_type_inlovewith":"\u05de\u05d0\u05d5\u05d4\u05d1","relationship_type_inlovewith_female":"\u05de\u05d0\u05d5\u05d4\u05d1\u05ea","relationship_type_inlovewith_female_with_name":"\u05de\u05d5\u05e9\u05d0 \u05d0\u05d4\u05d1\u05ea\u05d4 \u05e9\u05dc :name","relationship_type_inlovewith_with_name":"\u05de\u05d5\u05e9\u05d0 \u05d0\u05d4\u05d1\u05ea\u05d5 \u05e9\u05dc :name","relationship_type_lovedby":"\u05e0\u05d0\u05d4\u05d1 \u05e2\u05dc \u05d9\u05d3\u05d9","relationship_type_lovedby_female":"\u05e0\u05d0\u05d4\u05d1\u05ea \u05e2\u05dc \u05d9\u05d3\u05d9","relationship_type_lovedby_female_with_name":"\u05de\u05d0\u05d4\u05d1\u05ea \u05e1\u05d5\u05d3\u05d9\u05ea \u05e9\u05dc :name","relationship_type_lovedby_with_name":"\u05de\u05d0\u05d4\u05d1 \u05e1\u05d5\u05d3\u05d9 \u05e9\u05dc :name","relationship_type_lover":"\u05de\u05d0\u05d4\u05d1","relationship_type_lover_female":"\u05de\u05d0\u05d4\u05d1\u05ea","relationship_type_lover_female_with_name":"\u05de\u05d0\u05d4\u05d1\u05ea \u05e9\u05dc :name","relationship_type_lover_with_name":"\u05de\u05d0\u05d4\u05d1 \u05e9\u05dc :name","relationship_type_mentor":"\u05d7\u05d5\u05e0\u05da","relationship_type_mentor_female":"\u05d7\u05d5\u05e0\u05db\u05ea","relationship_type_mentor_female_with_name":"\u05d7\u05d5\u05e0\u05da \u05e9\u05dc :name","relationship_type_mentor_with_name":"\u05d7\u05d5\u05e0\u05da \u05e9\u05dc :name","relationship_type_nephew":"\u05d0\u05d7\u05d9\u05d9\u05df","relationship_type_nephew_female":"\u05d0\u05d7\u05d9\u05d9\u05e0\u05d9\u05ea","relationship_type_nephew_female_with_name":"\u05d0\u05d7\u05d9\u05d9\u05e0\u05d9\u05ea \u05e9\u05dc :name","relationship_type_nephew_with_name":"\u05d0\u05d7\u05d9\u05d9\u05df \u05e9\u05dc :name","relationship_type_parent":"\u05d0\u05d1\u05d0","relationship_type_parent_female":"\u05d0\u05d9\u05de\u05d0","relationship_type_parent_female_with_name":"\u05d0\u05d9\u05de\u05d0 \u05e9\u05dc :name","relationship_type_parent_with_name":"\u05d0\u05d1\u05d0 \u05e9\u05dc :name","relationship_type_partner":"\u05d1\u05df \u05d6\u05d5\u05d2","relationship_type_partner_female":"\u05d1\u05ea \u05d6\u05d5\u05d2","relationship_type_partner_female_with_name":"\u05d1\u05ea \u05d4\u05d6\u05d5\u05d2 \u05e9\u05dc :name","relationship_type_partner_with_name":"\u05d1\u05df \u05d4\u05d6\u05d5\u05d2 \u05e9\u05dc :name","relationship_type_protege":"\u05d7\u05e0\u05d9\u05da","relationship_type_protege_female":"\u05d7\u05e0\u05d9\u05db\u05d4","relationship_type_protege_female_with_name":"\u05d7\u05e0\u05d9\u05db\u05d4 \u05e9\u05dc :name","relationship_type_protege_with_name":"\u05d7\u05e0\u05d9\u05da \u05e9\u05dc :name","relationship_type_sibling":"\u05d0\u05d7","relationship_type_sibling_female":"\u05d0\u05d7\u05d5\u05ea","relationship_type_sibling_female_with_name":"\u05d0\u05d7\u05d5\u05ea \u05e9\u05dc :name","relationship_type_sibling_with_name":"\u05d0\u05d7 \u05e9\u05dc :name","relationship_type_spouse":"\u05d1\u05e2\u05dc","relationship_type_spouse_female":"\u05d0\u05d9\u05e9\u05d4","relationship_type_spouse_female_with_name":"\u05d0\u05e9\u05ea\u05d5 \u05e9\u05dc :name","relationship_type_spouse_with_name":"\u05d1\u05e2\u05dc\u05d4 \u05e9\u05dc :name","relationship_type_subordinate":"\u05db\u05e4\u05d5\u05e3","relationship_type_subordinate_female":"\u05db\u05e4\u05d5\u05e4\u05d4","relationship_type_subordinate_female_with_name":"\u05db\u05e4\u05d5\u05e4\u05d4 \u05dc:name","relationship_type_subordinate_with_name":"\u05db\u05e4\u05d5\u05e3 \u05dc:name","relationship_type_uncle":"\u05d3\u05d5\u05d3","relationship_type_uncle_female":"\u05d3\u05d5\u05d3\u05d4","relationship_type_uncle_female_with_name":"\u05d3\u05d5\u05d3\u05d4 \u05e9\u05dc :name","relationship_type_uncle_with_name":"\u05d3\u05d5\u05d3 \u05e9\u05dc :name","remove":"\u05d4\u05e1\u05e8\u05d4","revoke":"\u05e9\u05dc\u05d9\u05dc\u05d4","save":"\u05e9\u05de\u05d9\u05e8\u05d4","unknown":"\u05dc\u05d0 \u05d9\u05d3\u05d5\u05e2 \u05dc\u05d9","update":"\u05e2\u05d3\u05db\u05d5\u05df","upload":"\u05d4\u05e2\u05dc\u05d0\u05d4","verify":"\u05d0\u05d9\u05de\u05d5\u05ea","with":"\u05e2\u05dd"},"auth":{"2fa_one_time_password":"\u05e7\u05d5\u05d3 \u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","2fa_otp_help":"\u05d9\u05e9 \u05dc\u05e4\u05ea\u05d5\u05d7 \u05d0\u05ea \u05d9\u05d9\u05e9\u05d5\u05de\u05d5\u05df \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9 \u05e9\u05dc\u05da \u05d5\u05dc\u05d4\u05e2\u05ea\u05d9\u05e7 \u05d0\u05ea \u05d4\u05e7\u05d5\u05d3","2fa_recuperation_code":"\u05e0\u05d0 \u05dc\u05d4\u05e7\u05dc\u05d9\u05d3 \u05d0\u05ea \u05e7\u05d5\u05d3 \u05d4\u05e9\u05d7\u05d6\u05d5\u05e8 \u05dc\u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","2fa_title":"\u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","2fa_wrong_validation":"\u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9 \u05e0\u05db\u05e9\u05dc.","back_homepage":"\u05d7\u05d6\u05e8\u05d4 \u05dc\u05d3\u05e3 \u05d4\u05d1\u05d9\u05ea","button_remember":"\u05dc\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05dd \u05e9\u05dc\u05d9","confirmation_again":"\u05db\u05d3\u05d9 \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05dc\u05da \u05e0\u05d0 \u05dc\u05dc\u05d7\u05d5\u05e5 \u05db\u05d0\u05df<\/a>.","create_account":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05d4\u05e8\u05d0\u05e9\u05d5\u05df \u05e2\u05dc \u05d9\u05d3\u05d9 \u05d4\u05e8\u05e9\u05de\u05d4<\/a>","email":"\u05d3\u05d5\u05d0\u05f4\u05dc","email_change_current_email":"\u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05d4\u05e0\u05d5\u05db\u05d7\u05d9\u05ea:","email_change_new":"\u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc \u05d7\u05d3\u05e9\u05d4","email_change_title":"\u05d4\u05d7\u05dc\u05e4\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05dc\u05da","email_changed":"\u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05dc\u05da \u05d4\u05d5\u05d7\u05dc\u05e4\u05d4. \u05e0\u05d0 \u05dc\u05d1\u05d3\u05d5\u05e7 \u05d1\u05ea\u05d9\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05dc\u05da \u05db\u05d3\u05d9 \u05dc\u05d0\u05de\u05ea \u05d0\u05d5\u05ea\u05d4.","failed":"\u05e4\u05e8\u05d8\u05d9 \u05d4\u05d6\u05d4\u05d5\u05ea \u05d4\u05d0\u05dc\u05d4 \u05d0\u05d9\u05e0\u05dd \u05ea\u05d5\u05d0\u05de\u05d9\u05dd \u05d0\u05ea \u05e8\u05d9\u05e9\u05d5\u05de\u05d9\u05e0\u05d5.","login":"\u05db\u05e0\u05d9\u05e1\u05d4","login_again":"\u05e0\u05d0 \u05dc\u05d4\u05d9\u05db\u05e0\u05e1 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05da \u05e4\u05e2\u05dd \u05e0\u05d5\u05e1\u05e4\u05ea","login_to_account":"\u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da","mfa_auth_otp":"\u05d0\u05d9\u05de\u05d5\u05ea \u05e2\u05dd \u05d4\u05d4\u05ea\u05e7\u05df \u05e9\u05dc\u05da \u05dc\u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","mfa_auth_u2f":"\u05d0\u05d9\u05de\u05d5\u05ea \u05e2\u05dd \u05d4\u05ea\u05e7\u05df U2F","not_authorized":"\u05d0\u05d9\u05df \u05dc\u05da \u05d4\u05e8\u05e9\u05d0\u05d4 \u05dc\u05d4\u05e8\u05d9\u05e5 \u05d0\u05ea \u05d4\u05e4\u05e2\u05d5\u05dc\u05d4 \u05d4\u05d6\u05d0\u05ea","password":"\u05e1\u05e1\u05de\u05d4","password_forget":"\u05e9\u05db\u05d7\u05ea \u05d0\u05ea \u05d4\u05e1\u05e1\u05de\u05d4 \u05e9\u05dc\u05da?","password_reset":"\u05d0\u05d9\u05e4\u05d5\u05e1 \u05d4\u05e1\u05e1\u05de\u05d4 \u05e9\u05dc\u05da","password_reset_action":"\u05d0\u05d9\u05e4\u05d5\u05e1 \u05e1\u05e1\u05de\u05d4","password_reset_email":"\u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc","password_reset_email_content":"\u05d9\u05e9 \u05dc\u05dc\u05d7\u05d5\u05e5 \u05db\u05d0\u05df \u05db\u05d3\u05d9 \u05dc\u05d0\u05e4\u05e1 \u05d0\u05ea \u05d4\u05e1\u05e1\u05de\u05d4 \u05e9\u05dc\u05da:","password_reset_password":"\u05e1\u05e1\u05de\u05d4","password_reset_password_confirm":"\u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05e1\u05e1\u05de\u05d4","password_reset_send_link":"\u05e9\u05dc\u05d9\u05d7\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8 \u05dc\u05d0\u05d9\u05e4\u05d5\u05e1 \u05d4\u05e1\u05e1\u05de\u05d4","password_reset_title":"\u05d0\u05d9\u05e4\u05d5\u05e1 \u05e1\u05e1\u05de\u05d4","register_action":"\u05e8\u05d9\u05e9\u05d5\u05dd","register_create_account":"\u05e2\u05dc\u05d9\u05da \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05df \u05db\u05d3\u05d9 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05d5\u05e0\u05d9\u05e7\u05d4","register_email":"\u05e0\u05d0 \u05dc\u05d4\u05e7\u05dc\u05d9\u05d3 \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc \u05ea\u05e7\u05e0\u05d9\u05ea","register_email_example":"you@home","register_firstname":"\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9","register_firstname_example":"\u05dc\u05de\u05e9\u05dc: \u05d9\u05e8\u05d5\u05df","register_invitation_email":"\u05de\u05d8\u05e2\u05de\u05d9 \u05d0\u05d1\u05d8\u05d7\u05d4, \u05e0\u05d0 \u05dc\u05e6\u05d9\u05d9\u05df \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05dc \u05de\u05d9 \u05e9\u05d4\u05d6\u05de\u05d9\u05df \u05d0\u05d5\u05ea\u05da \u05dc\u05d4\u05e6\u05d8\u05e8\u05e3 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05d4\u05d6\u05d4. \u05d4\u05de\u05d9\u05d3\u05e2 \u05d4\u05d6\u05d4 \u05de\u05d5\u05e4\u05d9\u05e2 \u05d1\u05d4\u05d5\u05d3\u05e2\u05ea \u05d4\u05d4\u05d6\u05de\u05e0\u05d4.","register_lastname":"\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4","register_lastname_example":"\u05dc\u05de\u05e9\u05dc: \u05db\u05d4\u05df","register_login":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d9\u05db\u05e0\u05e1<\/a> \u05d0\u05dd \u05db\u05d1\u05e8 \u05d9\u05e9 \u05dc\u05da \u05d7\u05e9\u05d1\u05d5\u05df.","register_password":"\u05e1\u05e1\u05de\u05d4","register_password_confirmation":"\u05d0\u05d9\u05de\u05d5\u05ea \u05e1\u05e1\u05de\u05d4","register_password_example":"\u05e0\u05d0 \u05dc\u05d4\u05e7\u05dc\u05d9\u05d3 \u05e1\u05e1\u05de\u05d4 \u05de\u05d0\u05d5\u05d1\u05d8\u05d7\u05ea","register_policy":"\u05d4\u05e8\u05e9\u05de\u05d4 \u05de\u05d0\u05de\u05ea\u05ea \u05e9\u05e7\u05e8\u05d0\u05ea \u05d5\u05d4\u05e1\u05db\u05de\u05ea \u05dc\u05de\u05d3\u05d9\u05e0\u05d9\u05d5\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05d5\u05ea<\/a> \u05d5\u05dc\u05ea\u05e0\u05d0\u05d9 \u05d4\u05e9\u05d9\u05de\u05d5\u05e9<\/a> \u05e9\u05dc\u05e0\u05d5.","register_title_create":"\u05d9\u05e6\u05d9\u05e8\u05ea \u05d7\u05e9\u05d1\u05d5\u05df \u05d0\u05e6\u05dc \u05de\u05d5\u05e0\u05d9\u05e7\u05d4","register_title_welcome":"\u05d1\u05e8\u05d5\u05da \u05d1\u05d5\u05d0\u05da \u05dc\u05e2\u05d5\u05ea\u05e7 \u05d4\u05d7\u05d3\u05e9 \u05e9\u05dc \u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u05e9\u05d6\u05d4 \u05e2\u05ea\u05d4 \u05d4\u05ea\u05e7\u05e0\u05ea","signup":"\u05d4\u05e8\u05e9\u05de\u05d4","signup_disabled":"\u05d4\u05d4\u05e8\u05e9\u05de\u05d4 \u05de\u05d5\u05e9\u05d1\u05ea\u05ea \u05db\u05e8\u05d2\u05e2","signup_no_account":"\u05d0\u05d9\u05df \u05dc\u05da \u05d7\u05e9\u05d1\u05d5\u05df?","throttle":"\u05d1\u05d5\u05e6\u05e2\u05d5 \u05d9\u05d5\u05ea\u05e8 \u05de\u05d3\u05d9 \u05e0\u05d9\u05e1\u05d9\u05d5\u05e0\u05d5\u05ea \u05db\u05e0\u05d9\u05e1\u05d4 \u05db\u05d5\u05e9\u05dc\u05d9\u05dd. \u05e0\u05d0 \u05dc\u05e0\u05e1\u05d5\u05ea \u05e9\u05d5\u05d1 \u05d1\u05e2\u05d5\u05d3 :seconds \u05e9\u05e0\u05d9\u05d5\u05ea.","u2f_otp_extension":"\u05d1\u05beChrome, \u05d1\u05beFirefox<\/a> \u05d5\u05d1\u05beOpera \u05e7\u05d9\u05d9\u05de\u05ea \u05ea\u05de\u05d9\u05db\u05d4 \u05de\u05d5\u05d1\u05e0\u05d9\u05ea \u05d1\u05beU2F. \u05d1\u05d2\u05e8\u05e1\u05d0\u05d5\u05ea \u05d9\u05e9\u05e0\u05d5\u05ea \u05e9\u05dc Firefox \u05d9\u05e9 \u05dc\u05d4\u05ea\u05e7\u05d9\u05df \u05d0\u05ea \u05ea\u05d5\u05e1\u05e4\u05ea \u05d4\u05ea\u05de\u05d9\u05db\u05d4 \u05d1\u05beU2F<\/a>."},"changelog":{"note":"\u05d4\u05e2\u05e8\u05d4: \u05dc\u05e8\u05d5\u05e2 \u05d4\u05de\u05d6\u05dc, \u05e2\u05de\u05d5\u05d3 \u05d6\u05d4 \u05d4\u05d5\u05d0 \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05d1\u05dc\u05d1\u05d3.","title":"\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d1\u05de\u05d5\u05e6\u05e8"},"dashboard":{"dashboard_blank_cta":"\u05e0\u05d0 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d0\u05ea \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05d4\u05e8\u05d0\u05e9\u05d5\u05df \u05e9\u05dc\u05da","dashboard_blank_description":"\u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u05d4\u05d5\u05d0 \u05d4\u05de\u05e7\u05d5\u05dd \u05dc\u05d0\u05e8\u05d2\u05df \u05d0\u05ea \u05db\u05dc \u05d4\u05de\u05d2\u05e2 \u05d4\u05d7\u05d1\u05e8\u05ea\u05d9 \u05e9\u05dc\u05da \u05e2\u05dd \u05d0\u05dc\u05d5 \u05e9\u05d0\u05db\u05e4\u05ea \u05dc\u05da \u05de\u05d4\u05dd.","dashboard_blank_illustration":"\u05e6\u05d9\u05d5\u05e8 \u05de\u05d0\u05ea Freepik<\/a>","dashboard_blank_title":"\u05d1\u05e8\u05d5\u05da \u05d1\u05d5\u05d0\u05da \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da!","debts_you_owe":"\u05d7\u05d5\u05d1\u05da \u05d4\u05d5\u05d0","linkedin_profile":"LinkedIn","notes_title":"\u05d0\u05d9\u05df \u05dc\u05da \u05d4\u05e2\u05e8\u05d5\u05ea \u05e9\u05e1\u05d9\u05de\u05e0\u05ea \u05d1\u05db\u05d5\u05db\u05d1 \u05e2\u05d3\u05d9\u05d9\u05df.","reminders_next_months":"\u05d0\u05d9\u05e8\u05d5\u05e2\u05d9\u05dd \u05d1\u05be3 \u05d4\u05d7\u05d5\u05d3\u05e9\u05d9\u05dd \u05d4\u05e7\u05e8\u05d5\u05d1\u05d9\u05dd","reminders_none":"\u05d0\u05d9\u05df \u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05dc\u05d7\u05d5\u05d3\u05e9 \u05d4\u05d6\u05d4","statistics_activities":"\u05e4\u05e2\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea","statistics_contacts":"\u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8","statistics_gifts":"\u05de\u05ea\u05e0\u05d5\u05ea","tab_calls_blank":"\u05dc\u05d0 \u05ea\u05d9\u05e2\u05d3\u05ea \u05d0\u05e3 \u05e9\u05d9\u05d7\u05d4 \u05e2\u05d3\u05d9\u05d9\u05df.","tab_debts":"\u05d7\u05d5\u05d1\u05d5\u05ea","tab_debts_blank":"\u05dc\u05d0 \u05ea\u05d9\u05e2\u05d3\u05ea \u05d7\u05d5\u05d1\u05d5\u05ea \u05e2\u05d3\u05d9\u05d9\u05df.","tab_favorite_notes":"\u05d4\u05e2\u05e8\u05d5\u05ea \u05de\u05d5\u05e2\u05d3\u05e4\u05d5\u05ea","tab_recent_calls":"\u05e9\u05d9\u05d7\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05e0\u05d5\u05ea"},"format":{"full_hour":"H.i","full_month":"F","full_month_year":"F Y","short_date":"d \u05d1M","short_date_year":"d \u05d1M, Y","short_date_year_time":"d \u05d1M,\u200f Y H:i","short_day":"D","short_month":"M","short_month_year":"M Y"},"journal":{"delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05e8\u05e9\u05d5\u05de\u05d4 \u05d4\u05d6\u05d0\u05ea \u05d1\u05d9\u05d5\u05de\u05df?","entry_delete_success":"\u05d4\u05e8\u05e9\u05d5\u05de\u05d4 \u05d1\u05d9\u05d5\u05de\u05df \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.","journal_add":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e8\u05e9\u05d5\u05de\u05d4 \u05d1\u05d9\u05d5\u05de\u05df","journal_add_cta":"\u05e9\u05de\u05d9\u05e8\u05d4","journal_add_date":"\u05ea\u05d0\u05e8\u05d9\u05da","journal_add_post":"\u05e8\u05e9\u05d5\u05de\u05d4","journal_add_title":"\u05db\u05d5\u05ea\u05e8\u05ea (\u05e8\u05e9\u05d5\u05ea)","journal_blank_cta":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d0\u05ea \u05e8\u05e9\u05d5\u05de\u05ea \u05d4\u05d9\u05d5\u05de\u05df \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d4 \u05e9\u05dc\u05da","journal_blank_description":"\u05d4\u05d9\u05d5\u05de\u05df \u05de\u05d0\u05e4\u05e9\u05e8 \u05dc\u05da \u05dc\u05db\u05ea\u05d5\u05d1 \u05d0\u05d9\u05e8\u05d5\u05e2\u05d9\u05dd \u05e9\u05e2\u05d1\u05e8\u05d5 \u05e2\u05dc\u05d9\u05da \u05d5\u05dc\u05d6\u05db\u05d5\u05e8 \u05d0\u05d5\u05ea\u05dd.","journal_come_back":"\u05ea\u05d5\u05d3\u05d4. \u05de\u05d6\u05de\u05d9\u05e0\u05d9\u05dd \u05d0\u05d5\u05ea\u05da \u05dc\u05d3\u05e8\u05d2 \u05d0\u05ea \u05d9\u05d5\u05de\u05da \u05d2\u05dd \u05de\u05d7\u05e8.","journal_created_automatically":"\u05e0\u05d5\u05e6\u05e8\u05d4 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea","journal_description":"\u05dc\u05ea\u05e9\u05d5\u05de\u05ea \u05dc\u05d1\u05da: \u05d1\u05d9\u05d5\u05de\u05df \u05de\u05d5\u05e4\u05d9\u05e2\u05d9\u05dd \u05e8\u05e9\u05d5\u05de\u05d5\u05ea \u05d9\u05d3\u05e0\u05d9\u05d5\u05ea \u05dc\u05e6\u05d3 \u05e8\u05e9\u05d5\u05de\u05d5\u05ea \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05d5\u05ea \u05db\u05d2\u05d5\u05df \u05e4\u05e2\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea \u05e9\u05e7\u05d9\u05d9\u05de\u05ea \u05e2\u05dd \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da. \u05d1\u05e2\u05d5\u05d3 \u05e9\u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05d7\u05d5\u05e7 \u05e8\u05e9\u05d5\u05de\u05d5\u05ea \u05d1\u05d9\u05d5\u05de\u05df \u05d9\u05d3\u05e0\u05d9\u05ea, \u05d9\u05d4\u05d9\u05d4 \u05e2\u05dc\u05d9\u05da \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d9\u05e9\u05d9\u05e8\u05d5\u05ea \u05d1\u05e2\u05de\u05d5\u05d3 \u05e9\u05dc \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8.","journal_entry_rate":"\u05d3\u05d9\u05e8\u05d2\u05ea \u05d0\u05ea \u05d4\u05d9\u05d5\u05dd \u05e9\u05dc\u05da.","journal_entry_type_activity":"\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","journal_entry_type_journal":"\u05e8\u05e9\u05d5\u05de\u05d4 \u05d1\u05d9\u05d5\u05de\u05df","journal_rate":"\u05d0\u05d9\u05da \u05e2\u05d1\u05e8 \u05e2\u05dc\u05d9\u05da \u05d4\u05d9\u05d5\u05dd? \u05e0\u05d9\u05ea\u05df \u05dc\u05d3\u05e8\u05d2 \u05e4\u05e2\u05dd \u05d1\u05d9\u05d5\u05dd."},"mail":{"confirmation_email_button":"\u05d0\u05d9\u05de\u05d5\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc","confirmation_email_intro":"\u05db\u05d3\u05d9 \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05dc\u05da \u05e0\u05d0 \u05dc\u05dc\u05d7\u05d5\u05e5 \u05e2\u05dc \u05d4\u05db\u05e4\u05ea\u05d5\u05e8 \u05e9\u05dc\u05d4\u05dc\u05df","confirmation_email_title":"\u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u2013 \u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc","footer_contact_info":"\u05d4\u05d5\u05e1\u05e4\u05d4, \u05e6\u05e4\u05d9\u05d9\u05d4, \u05d4\u05e9\u05dc\u05de\u05d4 \u05d5\u05e9\u05d9\u05e0\u05d5\u05d9 \u05de\u05d9\u05d3\u05e2 \u05e2\u05dc \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05d4\u05d6\u05d4:","for":"\u05e2\u05d1\u05d5\u05e8:","greetings":"\u05d4\u05d9\u05d9 :username","notification_description":"\u05d1\u05e2\u05d5\u05d3 :count \u05d9\u05de\u05d9\u05dd (\u05d1\u05be:date), \u05d9\u05ea\u05e8\u05d7\u05e9 \u05d4\u05d0\u05d9\u05e8\u05d5\u05e2 \u05d4\u05d1\u05d0:","notification_subject_line":"\u05d9\u05e9 \u05dc\u05da \u05d0\u05d9\u05e8\u05d5\u05e2 \u05e7\u05e8\u05d1","notifications_footer":"\u05d0\u05dd \u05e0\u05ea\u05e7\u05dc\u05ea \u05d1\u05d1\u05e2\u05d9\u05d4 \u05d1\u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc \u05d4\u05db\u05e4\u05ea\u05d5\u05e8 \u201e:actionText\u201d, \u05d9\u05e9 \u05dc\u05d4\u05e2\u05ea\u05d9\u05e7 \u05d5\u05dc\u05d4\u05d3\u05d1\u05d9\u05e7 \u05d0\u05ea \u05d4\u05db\u05ea\u05d5\u05d1\u05ea \u05e9\u05dc\u05d4\u05dc\u05df \u05dc\u05ea\u05d5\u05da \u05d4\u05d3\u05e4\u05d3\u05e4\u05df \u05e9\u05dc\u05da: [:actionURL](:actionURL)","notifications_hello":"\u05e9\u05dc\u05d5\u05dd!","notifications_regards":"\u05d1\u05d1\u05e8\u05db\u05d4","notifications_whoops":"\u05d0\u05d5\u05e4\u05e1!","stay_in_touch_subject_description":"\u05d1\u05d9\u05e7\u05e9\u05ea \u05dc\u05e7\u05d1\u05dc \u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05dc\u05e9\u05de\u05d5\u05e8 \u05e2\u05dc \u05e7\u05e9\u05e8 \u05e2\u05dd :name \u05db\u05dc :frequency \u05d9\u05de\u05d9\u05dd.","stay_in_touch_subject_line":"\u05dc\u05e9\u05de\u05d5\u05e8 \u05e2\u05dc \u05e7\u05e9\u05e8 \u05e2\u05dd :name","subject_line":"\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e2\u05d1\u05d5\u05e8 :contact","want_reminded_of":"\u05e8\u05e6\u05d9\u05ea \u05e9\u05e0\u05d6\u05db\u05d9\u05e8 \u05dc\u05da \u05d1\u05e0\u05d5\u05e9\u05d0"},"pagination":{"next":"\u05d4\u05d1\u05d0 «","previous":"» \u05d4\u05e7\u05d5\u05d3\u05dd"},"passwords":{"changed":"\u05d4\u05e1\u05e1\u05de\u05d4 \u05d4\u05d5\u05d7\u05dc\u05e4\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.","invalid":"\u05d4\u05e1\u05e1\u05de\u05d4 \u05d4\u05e0\u05d5\u05db\u05d7\u05d9\u05ea \u05e9\u05d4\u05e7\u05dc\u05d3\u05ea \u05e9\u05d2\u05d5\u05d9\u05d4.","password":"\u05e2\u05dc \u05d4\u05e1\u05e1\u05de\u05d0\u05d5\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d0\u05d5\u05e8\u05da \u05e9\u05dc 6 \u05ea\u05d5\u05d5\u05d9\u05dd \u05dc\u05e4\u05d7\u05d5\u05ea \u05d5\u05dc\u05d4\u05ea\u05d0\u05d9\u05dd \u05dc\u05d0\u05d9\u05dc\u05d5\u05e6\u05d9 \u05d4\u05d0\u05d9\u05de\u05d5\u05ea.","reset":"\u05d4\u05e1\u05e1\u05de\u05d4 \u05e9\u05dc\u05da \u05d0\u05d5\u05e4\u05e1\u05d4!","sent":"\u05d0\u05dd \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05d4\u05d6\u05e0\u05ea \u05e7\u05d9\u05d9\u05de\u05ea \u05d1\u05e8\u05d9\u05e9\u05d5\u05de\u05d9\u05dd \u05e9\u05dc\u05e0\u05d5, \u05e0\u05e9\u05dc\u05d7 \u05d0\u05dc\u05d9\u05da \u05e7\u05d9\u05e9\u05d5\u05e8 \u05dc\u05d0\u05d9\u05e4\u05d5\u05e1 \u05d4\u05e1\u05e1\u05de\u05d4.","token":"\u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05d0\u05d9\u05e4\u05d5\u05e1 \u05d4\u05e1\u05e1\u05de\u05d4 \u05d4\u05d6\u05d0\u05ea \u05e9\u05d2\u05d5\u05d9.","user":"\u05d0\u05dd \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05d4\u05d6\u05e0\u05ea \u05e7\u05d9\u05d9\u05de\u05ea \u05d1\u05e8\u05d9\u05e9\u05d5\u05de\u05d9\u05dd \u05e9\u05dc\u05e0\u05d5, \u05e0\u05e9\u05dc\u05d7 \u05d0\u05dc\u05d9\u05da \u05e7\u05d9\u05e9\u05d5\u05e8 \u05dc\u05d0\u05d9\u05e4\u05d5\u05e1 \u05d4\u05e1\u05e1\u05de\u05d4."},"people":{"activities_activity":"\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","activities_add_activity":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","activities_add_cta":"\u05ea\u05d9\u05e2\u05d5\u05d3 \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","activities_add_date_occured":"\u05d4\u05de\u05d5\u05e2\u05d3 \u05d1\u05d5 \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05e7\u05e8\u05ea\u05d4","activities_add_error":"\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05d4\u05d5\u05e1\u05e4\u05ea \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","activities_add_optional_comment":"\u05d4\u05e2\u05e8\u05ea \u05e8\u05e9\u05d5\u05ea","activities_add_pick_activity":"(\u05e8\u05e9\u05d5\u05ea) \u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05e1\u05d5\u05d5\u05d2 \u05d0\u05ea \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d4\u05d6\u05d0\u05ea? \u05dc\u05d0 \u05d7\u05d5\u05d1\u05d4 \u05d0\u05da \u05e1\u05d9\u05d5\u05d5\u05d2 \u05d9\u05d0\u05e4\u05e9\u05e8 \u05dc\u05da \u05dc\u05e2\u05e8\u05d5\u05da \u05e1\u05d8\u05d8\u05d9\u05e1\u05d8\u05d9\u05e7\u05d4 \u05d1\u05d4\u05de\u05e9\u05da","activities_add_success":"\u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05e0\u05d5\u05e1\u05e4\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","activities_add_title":"\u05de\u05d4 \u05e2\u05e9\u05d9\u05ea \u05e2\u05dd :name?","activities_blank_add_activity":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","activities_blank_title":"\u05de\u05e2\u05e7\u05d1 \u05d0\u05d7\u05e8 \u05de\u05d4 \u05e9\u05e2\u05e9\u05d9\u05ea \u05e2\u05dd :name \u05d1\u05e2\u05d1\u05e8 \u05d5\u05e2\u05dc \u05de\u05d4 \u05d3\u05d9\u05d1\u05e8\u05ea\u05dd","activities_delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d4\u05d6\u05d0\u05ea?","activities_delete_success":"\u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","activities_hide_details":"\u05d4\u05e1\u05ea\u05e8\u05ea \u05e4\u05e8\u05d8\u05d9\u05dd","activities_item_information":":Activity. \u05d4\u05ea\u05e7\u05d9\u05d9\u05de\u05d4 \u05d1\u05be:date","activities_more_details":"\u05e4\u05e8\u05d8\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd","activities_profile_number_occurences":"\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d0\u05d7\u05ea|:value \u05e4\u05e2\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea","activities_profile_subtitle":"\u05ea\u05d9\u05e2\u05d3\u05ea \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d0\u05d7\u05ea \u05e2\u05dd :name \u05d1\u05e1\u05da \u05d4\u05db\u05d5\u05dc \u05d5\u05be:activities_last_twelve_months \u05d1\u05be12 \u05d4\u05d7\u05d5\u05d3\u05e9\u05d9\u05dd \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d9\u05dd \u05e2\u05d3 \u05db\u05d4.|\u05ea\u05d9\u05e2\u05d3\u05ea :total_activities \u05e2\u05dd :name \u05d1\u05e1\u05da \u05d4\u05db\u05d5\u05dc \u05d5\u05be:activities_last_twelve_months \u05d1\u05be12 \u05d4\u05d7\u05d5\u05d3\u05e9\u05d9\u05dd \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d9\u05dd \u05e2\u05d3 \u05db\u05d4.","activities_profile_title":"\u05d3\u05d5\u05d7 \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8\u05da \u05d5\u05e2\u05d1\u05d5\u05e8 :name","activities_profile_year_summary":"\u05d4\u05e0\u05d4 \u05de\u05d4 \u05e9\u05e2\u05e9\u05d9\u05ea\u05dd \u05d9\u05d7\u05d3 \u05d1\u05be:year","activities_profile_year_summary_activity_types":"\u05dc\u05d4\u05dc\u05df \u05e4\u05d9\u05dc\u05d5\u05d7 \u05e9\u05dc \u05e1\u05d5\u05d2\u05d9 \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea \u05d0\u05d5\u05ea\u05df \u05d1\u05d9\u05e6\u05e2\u05ea\u05dd \u05d9\u05d7\u05d3\u05d9\u05d5 \u05d1\u05be:year","activities_summary":"\u05e0\u05d0 \u05dc\u05ea\u05d0\u05e8 \u05d0\u05ea \u05d0\u05d5\u05e4\u05df \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","activities_update_success":"\u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","activities_view_activities_report":"\u05d4\u05e6\u05d2\u05ea \u05d3\u05d5\u05d7 \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","activities_who_was_involved":"\u05de\u05d9 \u05d4\u05d9\u05d4 \u05de\u05e2\u05d5\u05e8\u05d1?","activity_title":"\u05e4\u05e2\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea","activity_type_ate_at_his_place":"\u05d0\u05db\u05dc\u05ea\u05dd \u05d0\u05e6\u05dc\u05dd","activity_type_ate_at_home":"\u05d0\u05db\u05dc\u05ea\u05dd \u05d1\u05d1\u05d9\u05ea","activity_type_ate_restaurant":"\u05d0\u05db\u05dc\u05ea\u05dd \u05d1\u05de\u05e1\u05e2\u05d3\u05d4","activity_type_category_cultural_activities":"\u05e4\u05e2\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea \u05ea\u05e8\u05d1\u05d5\u05ea\u05d9\u05d5\u05ea","activity_type_category_food":"\u05d0\u05d5\u05db\u05dc","activity_type_category_simple_activities":"\u05e4\u05e2\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea \u05e4\u05e9\u05d5\u05d8\u05d5\u05ea","activity_type_category_sport":"\u05e1\u05e4\u05d5\u05e8\u05d8","activity_type_did_sport_activities_together":"\u05e2\u05e9\u05d9\u05ea\u05dd \u05e1\u05e4\u05d5\u05e8\u05d8 \u05d9\u05d7\u05d3","activity_type_just_hung_out":"\u05d1\u05d9\u05dc\u05d5\u05d9 \u05de\u05e9\u05d5\u05ea\u05e3","activity_type_picknicked":"\u05d9\u05e6\u05d0\u05ea\u05dd \u05dc\u05e4\u05d9\u05e7\u05e0\u05d9\u05e7","activity_type_talked_at_home":"\u05d3\u05d9\u05d1\u05e8\u05ea\u05dd \u05d1\u05d1\u05d9\u05ea","activity_type_watched_movie_at_home":"\u05e6\u05e4\u05d9\u05ea\u05dd \u05d1\u05e1\u05e8\u05d8 \u05d1\u05d1\u05d9\u05ea","activity_type_went_bar":"\u05d4\u05dc\u05db\u05ea \u05dc\u05d1\u05e8","activity_type_went_concert":"\u05d4\u05dc\u05db\u05ea\u05dd \u05dc\u05d4\u05d5\u05e4\u05e2\u05d4","activity_type_went_museum":"\u05d4\u05dc\u05db\u05ea\u05dd \u05dc\u05de\u05d5\u05d6\u05d9\u05d0\u05d5\u05df","activity_type_went_play":"\u05d4\u05dc\u05db\u05ea\u05dd \u05dc\u05d4\u05e6\u05d2\u05d4","activity_type_went_theater":"\u05d4\u05dc\u05db\u05ea\u05dd \u05dc\u05ea\u05d9\u05d0\u05d8\u05e8\u05d5\u05df","age_approximate_in_years":"\u05d4\u05d2\u05d9\u05dc \u05d4\u05d5\u05d0 \u05d1\u05e2\u05e8\u05da :age","age_exact_birthdate":"\u05dc\u05d9\u05d3\u05d4 \u05d1\u05be:date","age_exact_in_years":"{1}\u05d1\u05d2\u05d9\u05dc \u05e9\u05e0\u05d4|{2}\u05d1\u05d2\u05d9\u05dc \u05e9\u05e0\u05ea\u05d9\u05d9\u05dd|[3,*]\u05d1\u05d2\u05d9\u05dc :age \u05e9\u05e0\u05d9\u05dd","birthdate_not_set":"\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05dc\u05d9\u05d3\u05d4 \u05dc\u05d0 \u05d4\u05d5\u05d2\u05d3\u05e8","call_blank_desc":"\u05d4\u05ea\u05e7\u05e9\u05e8\u05ea \u05d0\u05dc :name","call_blank_title":"\u05de\u05e2\u05e7\u05d1 \u05d0\u05d7\u05e8 \u05e9\u05d9\u05d7\u05d5\u05ea \u05d4\u05d8\u05dc\u05e4\u05d5\u05df \u05e9\u05e7\u05d9\u05d9\u05de\u05ea \u05e2\u05dd :name","call_button":"\u05ea\u05d9\u05e2\u05d5\u05d3 \u05e9\u05d9\u05d7\u05d4","call_delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05e9\u05d9\u05d7\u05d4 \u05d4\u05d6\u05d0\u05ea?","call_delete_success":"\u05e9\u05d9\u05d7\u05ea \u05d4\u05d8\u05dc\u05e4\u05d5\u05df \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","call_empty_comment":"\u05d0\u05d9\u05df \u05e4\u05e8\u05d8\u05d9\u05dd","call_title":"\u05e9\u05d9\u05d7\u05d5\u05ea \u05d8\u05dc\u05e4\u05d5\u05df","calls_add_success":"\u05e9\u05d9\u05d7\u05ea \u05d4\u05d8\u05dc\u05e4\u05d5\u05df \u05e0\u05e9\u05de\u05e8\u05d4.","contact_address_form_city":"\u05e2\u05d9\u05e8 (\u05e8\u05e9\u05d5\u05ea)","contact_address_form_country":"\u05d0\u05e8\u05e5 (\u05e8\u05e9\u05d5\u05ea)","contact_address_form_name":"\u05ea\u05d5\u05d5\u05d9\u05ea (\u05e8\u05e9\u05d5\u05ea)","contact_address_form_postal_code":"\u05de\u05d9\u05e7\u05d5\u05d3 (\u05e8\u05e9\u05d5\u05ea)","contact_address_form_province":"\u05de\u05d7\u05d5\u05d6 (\u05e8\u05e9\u05d5\u05ea)","contact_address_form_street":"\u05e8\u05d7\u05d5\u05d1 (\u05e8\u05e9\u05d5\u05ea)","contact_address_title":"\u05db\u05ea\u05d5\u05d1\u05d5\u05ea","contact_info_address":"\u05de\u05e7\u05d5\u05dd \u05de\u05d2\u05d5\u05e8\u05d9\u05dd","contact_info_form_contact_type":"\u05e1\u05d5\u05d2 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8","contact_info_form_content":"\u05ea\u05d5\u05db\u05df","contact_info_form_personalize":"\u05d4\u05ea\u05d0\u05de\u05d4 \u05d0\u05d9\u05e9\u05d9\u05ea","contact_info_title":"\u05e4\u05e8\u05d8\u05d9 \u05e7\u05e9\u05e8","debt_add_add_cta":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05d7\u05d5\u05d1","debt_add_amount":"\u05e2\u05dc \u05e1\u05da \u05e9\u05dc","debt_add_cta":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05d7\u05d5\u05d1","debt_add_reason":"\u05de\u05d4\u05e1\u05d9\u05d1\u05d4 \u05d4\u05d1\u05d0\u05d4 (\u05e8\u05e9\u05d5\u05ea)","debt_add_success":"\u05d4\u05d7\u05d5\u05d1 \u05e0\u05d5\u05e1\u05e3 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","debt_add_they_owe":"\u05dc\u05be:name \u05d9\u05e9 \u05d7\u05d5\u05d1 \u05de\u05d5\u05dc\u05da","debt_add_title":"\u05e0\u05d9\u05d4\u05d5\u05dc \u05d7\u05d5\u05d1\u05d5\u05ea","debt_add_you_owe":"\u05d9\u05e9 \u05dc\u05da \u05d7\u05d5\u05d1 \u05de\u05d5\u05dc :name","debt_delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05d7\u05d5\u05d1 \u05d4\u05d6\u05d4?","debt_delete_success":"\u05d4\u05d7\u05d5\u05d1 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","debt_edit_success":"\u05d4\u05d7\u05d5\u05d1 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","debt_edit_update_cta":"\u05e2\u05d3\u05db\u05d5\u05df \u05d7\u05d5\u05d1","debt_they_owe":"\u05d4\u05d7\u05d5\u05d1 \u05e9\u05dc :name \u05db\u05dc\u05e4\u05d9\u05da \u05d4\u05d5\u05d0 :amount","debt_title":"\u05d7\u05d5\u05d1\u05d5\u05ea","debt_you_owe":"\u05d4\u05d7\u05d5\u05d1 \u05e9\u05dc\u05da \u05d4\u05d5\u05d0 :amount","debts_blank_title":"\u05e0\u05d9\u05d4\u05d5\u05dc \u05d7\u05d5\u05d1\u05d5\u05ea \u05de\u05d5\u05dc :name \u05d0\u05d5 \u05d7\u05d5\u05d1 \u05e9\u05dc :name \u05de\u05d5\u05dc\u05da","deceased_add_reminder":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05dc\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d6\u05d4","deceased_age":"\u05d2\u05d9\u05dc \u05d1\u05e2\u05ea \u05d4\u05e4\u05d8\u05d9\u05e8\u05d4","deceased_know_date":"\u05de\u05d5\u05e2\u05d3 \u05d4\u05e4\u05d8\u05d9\u05e8\u05d4 \u05e9\u05dc \u05d4\u05d0\u05d3\u05dd \u05d4\u05d6\u05d4 \u05d9\u05d3\u05d5\u05e2 \u05dc\u05d9","deceased_label":"\u05e4\u05d8\u05d9\u05e8\u05d4","deceased_label_with_date":"\u05e4\u05d8\u05d9\u05e8\u05d4 \u05d1\u05be:date","deceased_mark_person_deceased":"\u05e1\u05d9\u05de\u05d5\u05df \u05e4\u05d8\u05d9\u05e8\u05d4 \u05e2\u05dc \u05d0\u05d3\u05dd \u05d6\u05d4","deceased_reminder_title":"\u05d4\u05d0\u05d6\u05db\u05e8\u05d4 \u05e9\u05dc :name","edit_contact_information":"\u05e2\u05e8\u05d9\u05db\u05ea \u05e4\u05e8\u05d8\u05d9\u05dd \u05dc\u05d9\u05e6\u05d9\u05e8\u05ea \u05e7\u05e9\u05e8","food_preferencies_add_success":"\u05d4\u05e2\u05d3\u05e4\u05d5\u05ea \u05d4\u05de\u05d6\u05d5\u05df \u05e0\u05e9\u05de\u05e8\u05d5","food_preferencies_cta":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05d4\u05e2\u05d3\u05e4\u05d5\u05ea \u05de\u05d6\u05d5\u05df","food_preferencies_edit_cta":"\u05e9\u05de\u05d9\u05e8\u05ea \u05d4\u05e2\u05d3\u05e4\u05d5\u05ea \u05de\u05d6\u05d5\u05df","food_preferencies_edit_description":"\u05d0\u05d5\u05dc\u05d9 \u05dc:firstname \u05d0\u05d5 \u05dc\u05de\u05d9\u05e9\u05d4\u05d5 \u05de\u05de\u05e9\u05e4\u05d7\u05ea :family \u05d9\u05e9 \u05d0\u05dc\u05e8\u05d2\u05d9\u05d4. \u05d0\u05d5 \u05d0\u05d9\u05d6\u05d4 \u05e1\u05d5\u05d2 \u05d9\u05d9\u05df \u05dc\u05d0 \u05d0\u05d4\u05d5\u05d1 \u05d1\u05de\u05d9\u05d5\u05d7\u05d3. \u05e0\u05d9\u05ea\u05df \u05dc\u05e6\u05d9\u05d9\u05df \u05d0\u05ea \u05d0\u05dc\u05d4 \u05db\u05d0\u05df \u05db\u05d3\u05d9 \u05dc\u05d4\u05d9\u05d6\u05db\u05e8 \u05d1\u05d4\u05dd \u05d1\u05d4\u05d6\u05de\u05e0\u05d4 \u05d4\u05d1\u05d0\u05d4 \u05dc\u05d0\u05e8\u05d5\u05d7\u05ea \u05e2\u05e8\u05d1","food_preferencies_edit_description_no_last_name":"\u05d0\u05d5\u05dc\u05d9 \u05dc\u05be:firstname \u05d9\u05e9 \u05d0\u05dc\u05e8\u05d2\u05d9\u05d4. \u05d0\u05d5 \u05d0\u05d9\u05d6\u05d4 \u05e1\u05d5\u05d2 \u05d9\u05d9\u05df \u05dc\u05d0 \u05d0\u05d4\u05d5\u05d1 \u05d1\u05de\u05d9\u05d5\u05d7\u05d3. \u05e0\u05d9\u05ea\u05df \u05dc\u05e6\u05d9\u05d9\u05df \u05d0\u05ea \u05d0\u05dc\u05d4 \u05db\u05d0\u05df \u05db\u05d3\u05d9 \u05dc\u05d4\u05d9\u05d6\u05db\u05e8 \u05d1\u05d4\u05dd \u05d1\u05d4\u05d6\u05de\u05e0\u05d4 \u05d4\u05d1\u05d0\u05d4 \u05dc\u05d0\u05e8\u05d5\u05d7\u05ea \u05e2\u05e8\u05d1","food_preferencies_edit_title":"\u05e6\u05d9\u05d5\u05df \u05d4\u05e2\u05d3\u05e4\u05d5\u05ea \u05de\u05d6\u05d5\u05df","food_preferencies_title":"\u05d4\u05e2\u05d3\u05e4\u05d5\u05ea \u05de\u05d6\u05d5\u05df","gifts_add_comment":"\u05d4\u05e2\u05e8\u05d4 (\u05e8\u05e9\u05d5\u05ea)","gifts_add_gift":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05de\u05ea\u05e0\u05d4","gifts_add_gift_already_offered":"\u05de\u05ea\u05e0\u05d4 \u05e9\u05d4\u05d5\u05e6\u05e2\u05d4","gifts_add_gift_idea":"\u05e8\u05e2\u05d9\u05d5\u05df \u05dc\u05de\u05ea\u05e0\u05d4","gifts_add_gift_received":"\u05de\u05ea\u05e0\u05d4 \u05e9\u05d4\u05ea\u05e7\u05d1\u05dc\u05d4","gifts_add_gift_title":"\u05de\u05d4 \u05d6\u05d5 \u05d4\u05de\u05ea\u05e0\u05d4 \u05d4\u05d6\u05d5?","gifts_add_link":"\u05e7\u05d9\u05e9\u05d5\u05e8 \u05dc\u05d0\u05ea\u05e8 \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 (\u05e8\u05e9\u05d5\u05ea)","gifts_add_someone":"\u05de\u05ea\u05e0\u05d4 \u05d6\u05d5 \u05de\u05d9\u05d5\u05e2\u05d3\u05ea \u05d1\u05de\u05d9\u05d5\u05d7\u05d3 \u05dc\u05de\u05d9\u05e9\u05d4\u05d5 \u05d1\u05de\u05e9\u05e4\u05d7\u05d4 \u05e9\u05dc :name","gifts_add_success":"\u05d4\u05de\u05ea\u05e0\u05d4 \u05d4\u05d6\u05d0\u05ea \u05e0\u05d5\u05e1\u05e4\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","gifts_add_title":"\u05e0\u05d9\u05d4\u05d5\u05dc \u05de\u05ea\u05e0\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 :name","gifts_add_value":"\u05e2\u05e8\u05da (\u05e8\u05e9\u05d5\u05ea)","gifts_delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05de\u05ea\u05e0\u05d4 \u05d4\u05d6\u05d0\u05ea?","gifts_delete_cta":"\u05de\u05d7\u05d9\u05e7\u05d4","gifts_delete_success":"\u05d4\u05de\u05ea\u05e0\u05d4 \u05d4\u05d6\u05d0\u05ea \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","gifts_for":"\u05e2\u05d1\u05d5\u05e8:","gifts_ideas":"\u05e8\u05e2\u05d9\u05d5\u05e0\u05d5\u05ea \u05dc\u05de\u05ea\u05e0\u05d5\u05ea","gifts_link":"\u05e7\u05d9\u05e9\u05d5\u05e8","gifts_mark_offered":"\u05e1\u05d9\u05de\u05d5\u05df \u05db\u05d4\u05d5\u05e6\u05e2\u05d4","gifts_offered":"\u05de\u05ea\u05e0\u05d5\u05ea \u05e9\u05d4\u05d5\u05e6\u05e2\u05d5","gifts_offered_as_an_idea":"\u05e1\u05d9\u05de\u05d5\u05df \u05db\u05e8\u05e2\u05d9\u05d5\u05df","gifts_received":"\u05de\u05ea\u05e0\u05d5\u05ea \u05e9\u05d4\u05ea\u05e7\u05d1\u05dc\u05d5","gifts_title":"\u05de\u05ea\u05e0\u05d5\u05ea","gifts_update_success":"\u05d4\u05de\u05ea\u05e0\u05d4 \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","gifts_view_comment":"\u05e6\u05e4\u05d9\u05d9\u05d4 \u05d1\u05ea\u05d2\u05d5\u05d1\u05d4","information_edit_avatar":"\u05ea\u05de\u05d5\u05e0\u05d4\/\u05e6\u05d9\u05d5\u05e8 \u05e9\u05dc \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8","information_edit_exact":"\u05de\u05d5\u05e2\u05d3 \u05d4\u05dc\u05d9\u05d3\u05d4 \u05d4\u05de\u05d3\u05d5\u05d9\u05e7 \u05e9\u05dc \u05d0\u05d3\u05dd \u05d6\u05d4 \u05d9\u05d3\u05d5\u05e2 \u05dc\u05d9\u2026","information_edit_firstname":"\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9","information_edit_lastname":"\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4 (\u05e8\u05e9\u05d5\u05ea)","information_edit_linkedin":"\u05e4\u05e8\u05d5\u05e4\u05d9\u05dc LinkedIn (\u05e8\u05e9\u05d5\u05ea)","information_edit_max_size":":size \u05de\u05f4\u05d1 \u05dc\u05db\u05dc \u05d4\u05d9\u05d5\u05ea\u05e8.","information_edit_not_year":"\u05d9\u05d3\u05d5\u05e2\u05d9\u05dd \u05dc\u05d9 \u05d4\u05d9\u05d5\u05dd \u05d5\u05d4\u05d7\u05d5\u05d3\u05e9 \u05e9\u05dc \u05d4\u05d5\u05dc\u05d3\u05ea \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8, \u05d0\u05da \u05dc\u05d0 \u05d4\u05e9\u05e0\u05d4\u2026","information_edit_probably":"\u05d4\u05d2\u05d9\u05dc \u05e9\u05dc \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05d4\u05d5\u05d0 \u05db\u05e0\u05e8\u05d0\u05d4\u2026","information_edit_success":"\u05d4\u05e4\u05e8\u05d5\u05e4\u05d9\u05dc \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","information_edit_title":"\u05e2\u05e8\u05d9\u05db\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05dd \u05d4\u05d0\u05d9\u05e9\u05d9\u05d9\u05dd \u05e9\u05dc :name","information_edit_unknown":"\u05d2\u05d9\u05dc \u05d4\u05d0\u05d3\u05dd \u05d4\u05d6\u05d4 \u05dc\u05d0 \u05d9\u05d3\u05d5\u05e2 \u05dc\u05d9","information_no_linkedin_defined":"\u05dc\u05d0 \u05d4\u05d5\u05d2\u05d3\u05e8 LinkedIn","information_no_work_defined":"\u05dc\u05d0 \u05e6\u05d5\u05d9\u05e0\u05d5 \u05e4\u05e8\u05d8\u05d9 \u05e2\u05d1\u05d5\u05d3\u05d4","information_work_at":"\u05d1:company","introductions_add_reminder":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05dc\u05d7\u05d2\u05d5\u05d2 \u05d0\u05ea \u05d9\u05d5\u05dd \u05d4\u05e9\u05e0\u05d4 \u05dc\u05d4\u05d9\u05db\u05e8\u05d5\u05ea\u05db\u05dd","introductions_additional_info":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e1\u05d1\u05d9\u05e8 \u05d0\u05d9\u05da \u05d5\u05d0\u05d9\u05e4\u05d4 \u05e0\u05e4\u05d2\u05e9\u05ea\u05dd","introductions_blank_cta":"\u05e6\u05d9\u05d5\u05df \u05db\u05d9\u05e6\u05d3 \u05e4\u05d2\u05e9\u05ea \u05d0\u05ea :name","introductions_edit_met_through":"\u05e0\u05e2\u05e8\u05db\u05d4 \u05dc\u05da \u05d4\u05d9\u05db\u05e8\u05d5\u05ea \u05e2\u05dc \u05d9\u05d3\u05d9 \u05de\u05d9\u05e9\u05d4\u05d5 \u05e2\u05dd \u05d4\u05d0\u05d3\u05dd \u05d4\u05d6\u05d4?","introductions_first_met_date":"\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05de\u05e4\u05d2\u05e9","introductions_first_met_date_known":"\u05d6\u05d4 \u05d4\u05ea\u05d0\u05e8\u05d9\u05da \u05d1\u05d5 \u05e0\u05e4\u05d2\u05e9\u05e0\u05d5","introductions_met_date":"\u05e0\u05e4\u05d2\u05e9\u05ea\u05dd \u05d1\u05be:date","introductions_met_through":"\u05d4\u05db\u05e8\u05ea\u05dd \u05d3\u05e8\u05da :name<\/a>","introductions_no_first_met_date":"\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05de\u05e4\u05d2\u05e9 \u05d0\u05d9\u05e0\u05d5 \u05d9\u05d3\u05d5\u05e2 \u05dc\u05d9","introductions_no_met_through":"\u05d0\u05e3 \u05d0\u05d7\u05d3","introductions_reminder_title":"\u05d9\u05d5\u05dd \u05d4\u05e9\u05e0\u05d4 \u05dc\u05de\u05d5\u05e2\u05d3 \u05d4\u05d4\u05d9\u05db\u05e8\u05d5\u05ea \u05d1\u05d9\u05e0\u05d9\u05db\u05dd","introductions_sidebar_title":"\u05d0\u05d9\u05da \u05e0\u05e4\u05d2\u05e9\u05ea\u05dd","introductions_title_edit":"\u05d0\u05d9\u05da \u05e4\u05d2\u05e9\u05ea \u05d0\u05ea :name?","introductions_update_success":"\u05e2\u05d3\u05db\u05e0\u05ea \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d0\u05ea \u05d4\u05de\u05d9\u05d3\u05e2 \u05d1\u05e0\u05d5\u05d2\u05e2 \u05dc\u05d0\u05d5\u05e4\u05d9 \u05d4\u05de\u05e4\u05d2\u05e9 \u05e9\u05dc\u05da \u05e2\u05dd \u05d0\u05d3\u05dd \u05d6\u05d4","last_activity_date":"\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05d9\u05d7\u05d3: :date","last_activity_date_empty":"\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05d9\u05d7\u05d3: \u05dc\u05d0 \u05d9\u05d3\u05d5\u05e2","last_called":"\u05e9\u05d9\u05d7\u05ea \u05d4\u05d8\u05dc\u05e4\u05d5\u05df \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4: :date","last_called_empty":"\u05e9\u05d9\u05d7\u05ea \u05d4\u05d8\u05dc\u05e4\u05d5\u05df \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4: \u05dc\u05d0 \u05d9\u05d3\u05d5\u05e2","link_to_list":"\u05e8\u05e9\u05d9\u05de\u05ea \u05d0\u05e0\u05e9\u05d9\u05dd","linkedin_profile":"\u05e4\u05e8\u05d5\u05e4\u05d9\u05dc LinkedIn","modal_call_change":"\u05e9\u05d9\u05e0\u05d5\u05d9","modal_call_comment":"\u05e2\u05dc \u05de\u05d4 \u05d3\u05d9\u05d1\u05e8\u05ea\u05dd? (\u05e8\u05e9\u05d5\u05ea)","modal_call_date":"\u05e9\u05d9\u05d7\u05ea \u05d4\u05d8\u05dc\u05e4\u05d5\u05df \u05d4\u05ea\u05e7\u05d9\u05d9\u05de\u05d4 \u05de\u05d5\u05e7\u05d3\u05dd \u05d9\u05d5\u05ea\u05e8 \u05d4\u05d9\u05d5\u05dd.","modal_call_exact_date":"\u05e9\u05d9\u05d7\u05ea \u05d4\u05d8\u05dc\u05e4\u05d5\u05df \u05d4\u05ea\u05e7\u05d9\u05d9\u05de\u05d4 \u05d1\u05be","modal_call_title":"\u05ea\u05d9\u05e2\u05d5\u05d3 \u05e9\u05d9\u05d7\u05d4","notes_add_cta":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05d4\u05e2\u05e8\u05d4","notes_create_success":"\u05d4\u05d4\u05e2\u05e8\u05d4 \u05e0\u05d5\u05e6\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","notes_delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05d4\u05e2\u05e8\u05d4 \u05d4\u05d6\u05d0\u05ea? \u05de\u05d7\u05d9\u05e7\u05d4 \u05d0\u05d9\u05e0\u05d4 \u05d4\u05e4\u05d9\u05db\u05d4","notes_delete_success":"\u05d4\u05d4\u05e2\u05e8\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","notes_delete_title":"\u05de\u05d7\u05d9\u05e7\u05ea \u05d4\u05e2\u05e8\u05d4","notes_favorite":"\u05d4\u05d5\u05e1\u05e4\u05d4\/\u05d4\u05e1\u05e8\u05d4 \u05de\u05d4\u05de\u05d5\u05e2\u05d3\u05e4\u05d9\u05dd","notes_update_success":"\u05d4\u05d4\u05e2\u05e8\u05d4 \u05e0\u05e9\u05de\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","people_add_birthday_reminder":"\u05e0\u05d0 \u05dc\u05d0\u05d7\u05dc \u05d9\u05d5\u05dd \u05d4\u05d5\u05dc\u05d3\u05ea \u05e9\u05de\u05d7 \u05dc\u05be:name","people_add_cta":"\u05d4\u05d5\u05e1\u05e4\u05d4","people_add_firstname":"\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9","people_add_gender":"\u05de\u05d2\u05d3\u05e8","people_add_import":"\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d9\u05d9\u05d1\u05d0 \u05d0\u05ea \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da<\/a>?","people_add_lastname":"\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4 (\u05e8\u05e9\u05d5\u05ea)","people_add_middlename":"\u05e9\u05dd \u05d0\u05de\u05e6\u05e2\u05d9 (\u05e8\u05e9\u05d5\u05ea)","people_add_missing":"\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05d0\u05e0\u05e9\u05d9\u05dd, \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d0\u05d7\u05d3 \u05db\u05e2\u05ea","people_add_nickname":"\u05db\u05d9\u05e0\u05d5\u05d9 (\u05e8\u05e9\u05d5\u05ea)","people_add_reminder_for_birthday":"\u05d9\u05e6\u05d9\u05e8\u05ea \u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e9\u05e0\u05ea\u05d9\u05ea \u05dc\u05d9\u05d5\u05dd \u05d4\u05d4\u05d5\u05dc\u05d3\u05ea","people_add_success":"\u05d4\u05d9\u05e6\u05d9\u05e8\u05d4 \u05e9\u05dc :name \u05d4\u05d5\u05e9\u05dc\u05de\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","people_add_title":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05d0\u05d3\u05dd \u05d7\u05d3\u05e9","people_delete_click_here":"\u05e0\u05d0 \u05dc\u05dc\u05d7\u05d5\u05e5 \u05db\u05d0\u05df","people_delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05d4\u05d6\u05d4? \u05de\u05d7\u05d9\u05e7\u05d4 \u05d4\u05d9\u05d0 \u05dc\u05e6\u05de\u05d9\u05ea\u05d5\u05ea.","people_delete_message":"\u05d0\u05dd \u05e2\u05dc\u05d9\u05da \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05d4\u05d6\u05d4,","people_delete_success":"\u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05e0\u05de\u05d7\u05e7","people_edit_email_error":"\u05db\u05d1\u05e8 \u05d9\u05e9 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05d1\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05e2\u05dd \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05d4\u05d6\u05d5. \u05e0\u05d0 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d1\u05d0\u05d7\u05d3 \u05d0\u05d7\u05e8.","people_export":"\u05d9\u05d9\u05e6\u05d5\u05d0 \u05db\u05bevCard","people_list_account_upgrade_cta":"\u05dc\u05e9\u05d3\u05e8\u05d2 \u05db\u05e2\u05ea","people_list_account_upgrade_title":"\u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05d3\u05e8\u05d2 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05db\u05d3\u05d9 \u05dc\u05d9\u05d4\u05e0\u05d5\u05ea \u05de\u05e9\u05e4\u05e2 \u05d4\u05ea\u05db\u05d5\u05e0\u05d5\u05ea \u05e9\u05d9\u05e9 \u05dc\u05e0\u05d5 \u05dc\u05d4\u05e6\u05d9\u05e2.","people_list_account_usage":"\u05e0\u05d9\u05e6\u05d5\u05dc\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da: :current\/:limit \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8","people_list_blank_cta":"\u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05de\u05d9\u05e9\u05d4\u05d5","people_list_blank_title":"\u05d0\u05d9\u05df \u05d0\u05e3 \u05d0\u05d7\u05d3 \u05d1\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05e2\u05d3\u05d9\u05d9\u05df","people_list_clear_filter":"\u05e0\u05d9\u05e7\u05d5\u05d9 \u05de\u05e1\u05e0\u05df","people_list_contacts_per_tags":"\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05d0\u05d7\u05d3|:count \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8","people_list_filter_tag":"\u05de\u05d5\u05e6\u05d2\u05d9\u05dd \u05db\u05dc \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e2\u05dd \u05d4\u05ea\u05d2\u05d9\u05ea","people_list_filter_untag":"\u05de\u05d5\u05e6\u05d2\u05d9\u05dd \u05db\u05dc \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 \u05dc\u05dc\u05d0 \u05ea\u05d9\u05d5\u05d2","people_list_firstnameAZ":"\u05de\u05d9\u05d5\u05df \u05dc\u05e4\u05d9 \u05e9\u05dd \u05e4\u05e8\u05d8\u05d9 \u05d0 \u2190 \u05ea","people_list_firstnameZA":"\u05de\u05d9\u05d5\u05df \u05dc\u05e4\u05d9 \u05e9\u05dd \u05e4\u05e8\u05d8\u05d9 \u05ea \u2190 \u05d0","people_list_last_updated":"\u05d9\u05e2\u05d5\u05e5 \u05d0\u05d7\u05e8\u05d5\u05df:","people_list_lastactivitydateNewtoOld":"\u05de\u05d9\u05d5\u05df \u05dc\u05e4\u05d9 \u05de\u05d5\u05e2\u05d3 \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05de\u05d4\u05d7\u05d3\u05e9\u05d4 \u05dc\u05d9\u05e9\u05e0\u05d4","people_list_lastactivitydateOldtoNew":"\u05de\u05d9\u05d5\u05df \u05dc\u05e4\u05d9 \u05de\u05d5\u05e2\u05d3 \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05de\u05d4\u05d9\u05e9\u05e0\u05d4 \u05dc\u05d7\u05d3\u05e9\u05d4","people_list_lastnameAZ":"\u05de\u05d9\u05d5\u05df \u05dc\u05e4\u05d9 \u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4 \u05d0 \u2190 \u05ea","people_list_lastnameZA":"\u05de\u05d9\u05d5\u05df \u05dc\u05e4\u05d9 \u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4 \u05ea \u2190 \u05d0","people_list_number_kids":"\u05d9\u05dc\u05d3 \u05d0\u05d7\u05d3|:count \u05d9\u05dc\u05d3\u05d9\u05dd","people_list_number_reminders":"\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05d0\u05d7\u05ea|:count \u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea","people_list_sort":"\u05de\u05d9\u05d5\u05df","people_list_stats":"\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05d0\u05d7\u05d3|:count \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8","people_list_untagged":"\u05d4\u05e6\u05d2\u05ea \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 \u05dc\u05dc\u05d0 \u05ea\u05d9\u05d5\u05d2","people_save_and_add_another_cta":"\u05d4\u05d2\u05e9\u05d4 \u05d5\u05d4\u05d5\u05e1\u05e4\u05ea \u05e2\u05d5\u05d3 \u05de\u05d9\u05e9\u05d4\u05d5","people_search":"\u05d7\u05d9\u05e4\u05d5\u05e9 \u05d1\u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da\u2026","people_search_no_results":"\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d9 \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 \u05de\u05ea\u05d0\u05d9\u05de\u05d9\u05dd :(","pets_bird":"\u05e6\u05d9\u05e4\u05d5\u05e8","pets_cat":"\u05d7\u05ea\u05d5\u05dc","pets_create_success":"\u05d7\u05d9\u05d9\u05ea \u05d4\u05de\u05d7\u05de\u05d3 \u05e0\u05d5\u05e1\u05e4\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","pets_delete_success":"\u05d7\u05d9\u05d9\u05ea \u05d4\u05de\u05d7\u05de\u05d3 \u05e0\u05de\u05d7\u05e7\u05d4","pets_dog":"\u05db\u05dc\u05d1","pets_fish":"\u05d3\u05d2","pets_hamster":"\u05d0\u05d5\u05d2\u05e8","pets_horse":"\u05e1\u05d5\u05e1","pets_kind":"\u05e1\u05d5\u05d2 \u05d7\u05d9\u05d9\u05ea \u05de\u05d7\u05de\u05d3","pets_name":"\u05e9\u05dd (\u05e8\u05e9\u05d5\u05ea)","pets_other":"\u05d0\u05d7\u05e8","pets_rabbit":"\u05d0\u05e8\u05e0\u05d1","pets_rat":"\u05d7\u05d5\u05dc\u05d3\u05d4","pets_reptile":"\u05d6\u05d5\u05d7\u05dc","pets_small_animal":"\u05d7\u05d9\u05d4 \u05e7\u05d8\u05e0\u05d4","pets_title":"\u05d7\u05d9\u05d5\u05ea \u05de\u05d7\u05de\u05d3","pets_update_success":"\u05d7\u05d9\u05d9\u05ea \u05d4\u05de\u05d7\u05de\u05d3 \u05e2\u05d5\u05d3\u05db\u05e0\u05d4","relationship_delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05e7\u05e9\u05e8 \u05d4\u05d6\u05d4? \u05de\u05d7\u05d9\u05e7\u05d4 \u05d4\u05d9\u05d0 \u05d1\u05dc\u05ea\u05d9 \u05d4\u05e4\u05d9\u05db\u05d4.","relationship_form_add":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05e9\u05e8 \u05d7\u05d3\u05e9","relationship_form_add_choice":"\u05e2\u05dd \u05de\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05d4\u05d6\u05d4 \u05de\u05ea\u05e7\u05d9\u05d9\u05dd?","relationship_form_add_description":"\u05d1\u05d7\u05d9\u05e8\u05d4 \u05d6\u05d5 \u05ea\u05d0\u05e4\u05e9\u05e8 \u05dc\u05da \u05dc\u05d4\u05ea\u05d9\u05d9\u05d7\u05e1 \u05dc\u05e6\u05d3 \u05d1\u05e7\u05e9\u05e8 \u05d4\u05d6\u05d5\u05d2\u05d9 \u05db\u05de\u05d5 \u05db\u05dc \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05d0\u05d7\u05e8.","relationship_form_add_no_existing_contact":"\u05d0\u05d9\u05df \u05dc\u05da \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 \u05e9\u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05e7\u05d9\u05d9\u05dd \u05d0\u05d9\u05d6\u05e9\u05d4\u05d5 \u05e7\u05e9\u05e8 \u05de\u05d5\u05dc :name \u05db\u05e8\u05d2\u05e2.","relationship_form_add_success":"\u05d4\u05e7\u05e9\u05e8 \u05d4\u05d5\u05d2\u05d3\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.","relationship_form_also_create_contact":"\u05d9\u05e6\u05d9\u05e8\u05ea \u05e8\u05e9\u05d5\u05de\u05ea \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05dc\u05d0\u05d3\u05dd \u05d6\u05d4.","relationship_form_associate_contact":"\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05e7\u05d9\u05d9\u05dd","relationship_form_associate_dropdown":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d7\u05e4\u05e9 \u05d5\u05dc\u05d1\u05d7\u05d5\u05e8 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05e7\u05d9\u05d9\u05dd \u05de\u05d4\u05e8\u05e9\u05d9\u05de\u05d4 \u05d4\u05e0\u05d2\u05dc\u05dc\u05ea \u05e9\u05dc\u05d4\u05dc\u05df","relationship_form_associate_dropdown_placeholder":"\u05d7\u05d9\u05e4\u05d5\u05e9 \u05d5\u05d1\u05d7\u05d9\u05e8\u05d4 \u05d1\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05e7\u05d9\u05d9\u05dd","relationship_form_create_contact":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05d0\u05d3\u05dd \u05d7\u05d3\u05e9","relationship_form_deletion_success":"\u05d4\u05e7\u05e9\u05e8 \u05e0\u05de\u05d7\u05e7.","relationship_form_edit":"\u05e2\u05e8\u05d9\u05db\u05ea \u05e7\u05e9\u05e8 \u05e7\u05d9\u05d9\u05dd","relationship_form_is_with":"\u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05d4\u05d5\u05d0\u2026","relationship_unlink_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05e7\u05e9\u05e8 \u05d4\u05d6\u05d4? \u05d4\u05d0\u05d3\u05dd \u05dc\u05d0 \u05d9\u05d9\u05de\u05d7\u05e7 \u2013 \u05e8\u05e7 \u05d4\u05e7\u05e9\u05e8 \u05d1\u05d9\u05df \u05d4\u05e9\u05e0\u05d9\u05d9\u05dd.","reminder_frequency_day":"{1} \u05db\u05dc \u05d9\u05d5\u05dd|{2} \u05db\u05dc \u05d9\u05d5\u05de\u05d9\u05d9\u05dd|[3,*] \u05db\u05dc :number \u05d9\u05de\u05d9\u05dd","reminder_frequency_month":"{1} \u05db\u05dc \u05d7\u05d5\u05d3\u05e9| {2} \u05db\u05dc \u05d7\u05d5\u05d3\u05e9\u05d9\u05d9\u05dd|[3,*] \u05db\u05dc :number \u05d7\u05d5\u05d3\u05e9\u05d9\u05dd","reminder_frequency_one_time":"\u05d1\u05be:date","reminder_frequency_week":"{1} \u05db\u05dc \u05e9\u05d1\u05d5\u05e2| {2} \u05db\u05dc \u05e9\u05d1\u05d5\u05e2\u05d9\u05d9\u05dd|[3,*] \u05db\u05dc :number \u05e9\u05d1\u05d5\u05e2\u05d5\u05ea","reminder_frequency_year":"{1} \u05db\u05dc \u05e9\u05e0\u05d4| {2} \u05db\u05dc \u05e9\u05e0\u05ea\u05d9\u05d9\u05dd|[3,*] \u05db\u05dc :number \u05e9\u05e0\u05d9\u05dd","reminders_add_cta":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05ea\u05d6\u05db\u05d5\u05e8\u05ea","reminders_add_description":"\u05e0\u05d0 \u05dc\u05d4\u05d6\u05db\u05d9\u05e8 \u05dc\u05d9 \u05dc\u05e2\u05e9\u05d5\u05ea\u2026","reminders_add_error_custom_text":"\u05e2\u05dc\u05d9\u05da \u05dc\u05e6\u05d9\u05d9\u05df \u05d8\u05e7\u05e1\u05d8 \u05dc\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05d4\u05d6\u05d5","reminders_add_next_time":"\u05de\u05d4 \u05d4\u05e4\u05e2\u05dd \u05d4\u05d1\u05d0\u05d4 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05e7\u05d1\u05dc \u05e2\u05dc \u05db\u05da \u05ea\u05d6\u05db\u05d5\u05e8\u05ea?","reminders_add_once":"\u05dc\u05d4\u05d6\u05db\u05d9\u05e8 \u05dc\u05d9 \u05e2\u05dc \u05db\u05da \u05e4\u05e2\u05dd \u05d0\u05d7\u05ea \u05d1\u05dc\u05d1\u05d3","reminders_add_recurrent":"\u05dc\u05d4\u05d6\u05db\u05d9\u05e8 \u05dc\u05d9 \u05e2\u05dc \u05db\u05da \u05db\u05dc","reminders_add_starting_from":"\u05d4\u05d7\u05dc \u05de\u05d4\u05d9\u05d5\u05dd \u05e9\u05e6\u05d5\u05d9\u05df \u05dc\u05d4\u05dc\u05df","reminders_add_title":"\u05de\u05d4 \u05dc\u05d4\u05d6\u05db\u05d9\u05e8 \u05dc\u05da \u05d1\u05e0\u05d5\u05d2\u05e2 \u05dc\u05be:name?","reminders_birthday":"\u05d9\u05d5\u05dd \u05d4\u05d4\u05d5\u05dc\u05d3\u05ea \u05e9\u05dc :name","reminders_blank_add_activity":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05ea\u05d6\u05db\u05d5\u05e8\u05ea","reminders_blank_title":"\u05d9\u05e9 \u05de\u05e9\u05d4\u05d5 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05e7\u05d1\u05dc \u05e2\u05dc\u05d9\u05d5 \u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05d1\u05e0\u05d5\u05d2\u05e2 \u05dc\u05be:name?","reminders_create_success":"\u05d4\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e0\u05d5\u05e1\u05e4\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","reminders_cta":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05ea\u05d6\u05db\u05d5\u05e8\u05ea","reminders_delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05d4\u05d6\u05d5?","reminders_delete_cta":"\u05de\u05d7\u05d9\u05e7\u05d4","reminders_delete_success":"\u05d4\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","reminders_description":"\u05d0\u05e0\u05d5 \u05e0\u05e9\u05dc\u05d7 \u05d3\u05d5\u05d0\u05f4\u05dc \u05e2\u05d1\u05d5\u05e8 \u05db\u05dc \u05d0\u05d7\u05ea \u05de\u05d4\u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea \u05e9\u05dc\u05d4\u05dc\u05df. \u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea \u05e0\u05e9\u05dc\u05d7\u05d5\u05ea \u05db\u05dc \u05d1\u05d5\u05e7\u05e8 \u05d1\u05d9\u05d5\u05dd \u05d1\u05d5 \u05de\u05ea\u05e7\u05d9\u05d9\u05dd \u05d4\u05d0\u05d9\u05e8\u05d5\u05e2. \u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea \u05e0\u05d5\u05e1\u05e4\u05d5\u05ea \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05dc\u05d9\u05de\u05d9 \u05d4\u05d5\u05dc\u05d3\u05ea \u05d5\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05d5\u05ea\u05df. \u05dc\u05e9\u05d9\u05e0\u05d5\u05d9 \u05d4\u05ea\u05d0\u05e8\u05d9\u05db\u05d9\u05dd \u05d4\u05d0\u05dc\u05d4 \u05d9\u05e9 \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05ea\u05d0\u05e8\u05d9\u05db\u05d9 \u05d4\u05dc\u05d9\u05d3\u05d4 \u05e9\u05dc \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8.","reminders_edit_update_cta":"\u05e2\u05d3\u05db\u05d5\u05df \u05ea\u05d6\u05db\u05d5\u05e8\u05ea","reminders_free_plan_warning":"\u05d4\u05ea\u05db\u05e0\u05d9\u05ea \u05e9\u05dc\u05da \u05d4\u05d9\u05d0 \u05d4\u05ea\u05db\u05e0\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05de\u05d9\u05ea. \u05d1\u05ea\u05db\u05e0\u05d9\u05ea \u05d4\u05d6\u05d0\u05ea \u05dc\u05d0 \u05e0\u05e9\u05dc\u05d7\u05d5\u05ea \u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05d1\u05d3\u05d5\u05d0\u05f4\u05dc. \u05db\u05d3\u05d9 \u05dc\u05e7\u05d1\u05dc \u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea \u05d1\u05d3\u05d5\u05d0\u05f4\u05dc \u05d9\u05e9 \u05dc\u05e9\u05d3\u05e8\u05d2 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da.","reminders_next_expected_date":"\u05d1\u05be","reminders_one_time":"\u05d7\u05d3 \u05e4\u05e2\u05de\u05d9","reminders_type_month":"\u05d7\u05d5\u05d3\u05e9","reminders_type_week":"\u05e9\u05d1\u05d5\u05e2","reminders_type_year":"\u05e9\u05e0\u05d4","reminders_update_success":"\u05d4\u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","section_contact_information":"\u05e4\u05e8\u05d8\u05d9 \u05e7\u05e9\u05e8","section_personal_activities":"\u05e4\u05e2\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea","section_personal_gifts":"\u05de\u05ea\u05e0\u05d5\u05ea","section_personal_notes":"\u05d4\u05e2\u05e8\u05d5\u05ea","section_personal_reminders":"\u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea","section_personal_tasks":"\u05de\u05e9\u05d9\u05de\u05d5\u05ea","set_favorite":"\u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 \u05de\u05d5\u05e2\u05d3\u05e4\u05d9\u05dd \u05e2\u05d5\u05dc\u05d9\u05dd \u05dc\u05e8\u05d0\u05e9 \u05e8\u05e9\u05d9\u05de\u05ea \u05d0\u05e0\u05d9 \u05d4\u05e7\u05e9\u05e8","stay_in_touch":"\u05dc\u05e9\u05de\u05d5\u05e8 \u05e2\u05dc \u05e7\u05e9\u05e8","stay_in_touch_frequency":"Stay in touch every day|Stay in touch every {count} days","stay_in_touch_invalid":"\u05d4\u05ea\u05d3\u05d9\u05e8\u05d5\u05ea \u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e1\u05e4\u05e8 \u05d2\u05d3\u05d5\u05dc \u05de\u05be0.","stay_in_touch_modal_desc":"\u05e0\u05d5\u05db\u05dc \u05dc\u05d4\u05d6\u05db\u05d9\u05e8 \u05dc\u05da \u05d1\u05d4\u05d5\u05d3\u05e2\u05d4 \u05d1\u05d3\u05d5\u05d0\u05f4\u05dc \u05dc\u05e9\u05de\u05d5\u05e8 \u05e2\u05dc \u05e7\u05e9\u05e8 \u05e2\u05dd {firstname} \u05d1\u05de\u05e8\u05d5\u05d5\u05d7\u05d9 \u05d6\u05de\u05df \u05e7\u05d1\u05d5\u05e2\u05d9\u05dd.","stay_in_touch_modal_label":"\u05dc\u05e9\u05dc\u05d5\u05d7 \u05dc\u05d9 \u05d4\u05d5\u05d3\u05e2\u05d4 \u05d1\u05d3\u05d5\u05d0\u05f4\u05dc \u05d1\u05db\u05dc\u2026","stay_in_touch_modal_title":"\u05dc\u05e9\u05de\u05d5\u05e8 \u05e2\u05dc \u05e7\u05e9\u05e8","stay_in_touch_premium":"\u05e2\u05dc\u05d9\u05da \u05dc\u05e9\u05d3\u05e8\u05d2 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05db\u05d3\u05d9 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05ea\u05db\u05d5\u05e0\u05d4 \u05d6\u05d5","tag_add":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05ea\u05d2\u05d9\u05ea","tag_edit":"\u05e2\u05e8\u05d9\u05db\u05ea \u05ea\u05d2\u05d9\u05ea","tasks_add_task":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05de\u05e9\u05d9\u05de\u05d4","tasks_blank_title":"\u05d0\u05d9\u05df \u05dc\u05da \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e2\u05d3\u05d9\u05d9\u05df.","tasks_complete_success":"\u05de\u05e6\u05d1 \u05d4\u05de\u05e9\u05d9\u05de\u05d4 \u05d4\u05e9\u05ea\u05e0\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","tasks_delete_success":"\u05d4\u05de\u05e9\u05d9\u05de\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","tasks_form_description":"\u05ea\u05d9\u05d0\u05d5\u05e8 (\u05e8\u05e9\u05d5\u05ea)","tasks_form_title":"\u05db\u05d5\u05ea\u05e8\u05ea","work_add_cta":"\u05e2\u05d3\u05db\u05d5\u05df \u05e4\u05e8\u05d8\u05d9 \u05e2\u05d1\u05d5\u05d3\u05d4","work_edit_company":"\u05d7\u05d1\u05e8\u05d4 (\u05e8\u05e9\u05d5\u05ea)","work_edit_job":"\u05ea\u05e4\u05e7\u05d9\u05d3 (\u05e8\u05e9\u05d5\u05ea)","work_edit_success":"\u05e4\u05e8\u05d8\u05d9 \u05d4\u05e2\u05d1\u05d5\u05d3\u05d4 \u05e2\u05d5\u05d3\u05db\u05e0\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","work_edit_title":"\u05e2\u05d3\u05db\u05d5\u05df \u05e4\u05e8\u05d8\u05d9 \u05d4\u05e2\u05d1\u05d5\u05d3\u05d4 \u05e9\u05dc :name","work_information":"\u05e4\u05e8\u05d8\u05d9 \u05ea\u05e2\u05e1\u05d5\u05e7\u05d4"},"reminder":{"type_birthday":"\u05e0\u05d0 \u05dc\u05d0\u05d7\u05dc \u05d9\u05d5\u05dd \u05d4\u05d5\u05dc\u05d3\u05ea \u05e9\u05de\u05d7 \u05dc\u05be","type_birthday_kid":"\u05e0\u05d0 \u05dc\u05d0\u05d7\u05dc \u05d9\u05d5\u05dd \u05d4\u05d5\u05dc\u05d3\u05ea \u05e9\u05de\u05d7 \u05dc\u05d9\u05dc\u05d3 \u05e9\u05dc","type_email":"\u05d3\u05d5\u05d0\u05f4\u05dc","type_hangout":"\u05d1\u05d9\u05dc\u05d5\u05d9 \u05de\u05e9\u05d5\u05ea\u05e3 \u05e2\u05dd","type_lunch":"\u05d0\u05e8\u05d5\u05d7\u05ea \u05e6\u05d4\u05e8\u05d9\u05d9\u05dd \u05e2\u05dd","type_phone_call":"\u05e9\u05d9\u05d7\u05d4"},"settings":{"2fa_disable_description":"\u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9 \u05d4\u05d5\u05e9\u05d1\u05ea \u05d1\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da. \u05db\u05d3\u05d0\u05d9 \u05dc\u05e0\u05e7\u05d5\u05d8 \u05d1\u05de\u05e9\u05e0\u05d4 \u05d6\u05d4\u05d9\u05e8\u05d5\u05ea \u05de\u05e2\u05ea\u05d4 \u05db\u05d9\u05d5\u05d5\u05df \u05e9\u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05d0\u05d9\u05e0\u05d5 \u05de\u05d0\u05d5\u05d1\u05d8\u05d7!","2fa_disable_error":"\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05d4\u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05dc\u05d4\u05e9\u05d1\u05d9\u05ea \u05d0\u05ea \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","2fa_disable_success":"\u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9 \u05de\u05d5\u05e9\u05d1\u05ea","2fa_disable_title":"\u05d4\u05e9\u05d1\u05ea\u05ea \u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","2fa_enable_description":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9 \u05db\u05d3\u05d9 \u05dc\u05d4\u05d2\u05d1\u05d9\u05e8 \u05d0\u05ea \u05d4\u05d0\u05d1\u05d8\u05d7\u05d4 \u05d1\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da.","2fa_enable_error":"\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05d4\u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","2fa_enable_error_already_set":"\u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9 \u05db\u05d1\u05e8 \u05de\u05d5\u05e4\u05e2\u05dc","2fa_enable_otp":"\u05d9\u05e9 \u05dc\u05e4\u05ea\u05d5\u05d7 \u05d0\u05ea \u05d9\u05d9\u05e9\u05d5\u05de\u05d5\u05df \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9 \u05e9\u05dc\u05da \u05d5\u05dc\u05e1\u05e8\u05d5\u05e7 \u05d0\u05ea \u05d1\u05e8\u05e7\u05d5\u05d3 \u05d4\u05beQR \u05e9\u05dc\u05d4\u05dc\u05df:","2fa_enable_otp_help":"\u05d0\u05dd \u05d9\u05d9\u05e9\u05d5\u05de\u05d5\u05df \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9 \u05e9\u05dc\u05da \u05d0\u05d9\u05e0\u05d5 \u05ea\u05d5\u05de\u05da \u05d1\u05e7\u05d5\u05d3\u05d9\u05dd \u05de\u05e1\u05d5\u05d2 QR, \u05d9\u05e9 \u05dc\u05d4\u05e7\u05dc\u05d9\u05d3 \u05d0\u05ea \u05d4\u05e7\u05d5\u05d3 \u05e9\u05dc\u05d4\u05dc\u05df:","2fa_enable_otp_validate":"\u05e0\u05d0 \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05d4\u05d4\u05ea\u05e7\u05df \u05d4\u05d7\u05d3\u05e9 \u05e9\u05d6\u05d4 \u05e2\u05ea\u05d4 \u05d4\u05d2\u05d3\u05e8\u05ea:","2fa_enable_success":"\u05d4\u05d5\u05e4\u05e2\u05dc \u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","2fa_enable_title":"\u05d4\u05e4\u05e2\u05dc\u05ea \u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","2fa_otp_title":"\u05d9\u05d9\u05e9\u05d5\u05de\u05d5\u05df \u05dc\u05e0\u05d9\u05d9\u05d3 \u05dc\u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","2fa_title":"\u05d0\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05be\u05e9\u05dc\u05d1\u05d9","api_authorized_clients":"\u05e8\u05e9\u05d9\u05de\u05ea \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05de\u05d5\u05e8\u05e9\u05d9\u05dd","api_authorized_clients_desc":"\u05d0\u05d2\u05e3 \u05d6\u05d4 \u05de\u05e6\u05d9\u05d2 \u05d0\u05ea \u05db\u05dc \u05d4\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05dc\u05d4\u05dd \u05d0\u05d9\u05e9\u05e8\u05ea \u05d2\u05d9\u05e9\u05d4 \u05dc\u05d9\u05d9\u05e9\u05d5\u05dd \u05e9\u05dc\u05da. \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05dc\u05d5\u05dc \u05d0\u05ea \u05d4\u05d0\u05d9\u05e9\u05d5\u05e8 \u05d4\u05d6\u05d4 \u05d1\u05db\u05dc \u05e2\u05ea.","api_authorized_clients_name":"\u05e9\u05dd","api_authorized_clients_scopes":"\u05ea\u05d7\u05d5\u05de\u05d9\u05dd","api_authorized_clients_title":"\u05d9\u05d9\u05e9\u05d5\u05de\u05d9\u05dd \u05de\u05d0\u05d5\u05e9\u05e8\u05d9\u05dd","api_description":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05beAPI \u05db\u05d3\u05d9 \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e9\u05dc \u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u05d3\u05e8\u05da \u05d9\u05d9\u05e9\u05d5\u05dd \u05d7\u05d9\u05e6\u05d5\u05e0\u05d9, \u05db\u05d2\u05d5\u05df \u05d9\u05d9\u05e9\u05d5\u05de\u05d5\u05df \u05dc\u05e0\u05d9\u05d9\u05d3 \u05dc\u05de\u05e9\u05dc.","api_oauth_clientid":"\u05de\u05d6\u05d4\u05d4 \u05dc\u05e7\u05d5\u05d7","api_oauth_clients":"\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05d4\u05beOauth \u05e9\u05dc\u05da","api_oauth_clients_desc":"\u05d0\u05d2\u05e3 \u05d6\u05d4 \u05de\u05e1\u05d9\u05d9\u05e2 \u05dc\u05da \u05dc\u05e8\u05e9\u05d5\u05dd \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea OAuth \u05de\u05e9\u05dc\u05da.","api_oauth_create":"\u05d9\u05e6\u05d9\u05e8\u05ea \u05dc\u05e7\u05d5\u05d7","api_oauth_create_new":"\u05d9\u05e6\u05d9\u05e8\u05ea \u05dc\u05e7\u05d5\u05d7 \u05d7\u05d3\u05e9","api_oauth_name":"\u05e9\u05dd","api_oauth_name_help":"\u05de\u05e9\u05d4\u05d5 \u05e9\u05d4\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05e9\u05dc\u05da \u05d9\u05d6\u05d4\u05d5 \u05d5\u05d9\u05d0\u05de\u05d9\u05e0\u05d5 \u05d1\u05d5.","api_oauth_not_created":"\u05dc\u05d0 \u05d9\u05e6\u05e8\u05ea \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea OAuth \u05db\u05dc\u05e9\u05d4\u05dd.","api_oauth_redirecturl":"\u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05e4\u05e0\u05d9\u05d4","api_oauth_redirecturl_help":"\u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05e7\u05e8\u05d9\u05d0\u05d4 \u05d4\u05d7\u05d5\u05d6\u05e8\u05ea \u05dc\u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d9\u05d9\u05e9\u05d5\u05dd \u05e9\u05dc\u05da.","api_oauth_secret":"\u05e1\u05d5\u05d3","api_oauth_title":"\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea Oauth","api_pao_description":"\u05e0\u05d0 \u05dc\u05d5\u05d5\u05d3\u05d0 \u05e9\u05d4\u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05d4\u05d6\u05d4 \u05de\u05d5\u05e2\u05d1\u05e8 \u05dc\u05d9\u05d3\u05d9\u05d9\u05dd \u05de\u05d4\u05d9\u05de\u05e0\u05d5\u05ea - \u05db\u05d9\u05d5\u05d5\u05df \u05e9\u05d4\u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05de\u05e2\u05e0\u05d9\u05e7 \u05d2\u05d9\u05e9\u05d4 \u05dc\u05db\u05dc \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e9\u05dc\u05da.","api_personal_access_tokens":"\u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05dc\u05d2\u05d9\u05e9\u05d4 \u05d0\u05d9\u05e9\u05d9\u05ea","api_title":"\u05d2\u05d9\u05e9\u05ea API","api_token_create":"\u05d9\u05e6\u05d9\u05e8\u05ea \u05d0\u05e1\u05d9\u05de\u05d5\u05df","api_token_create_new":"\u05d9\u05e6\u05d9\u05e8\u05ea \u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05d7\u05d3\u05e9","api_token_delete":"\u05de\u05d7\u05d9\u05e7\u05d4","api_token_help":"\u05d4\u05e0\u05d4 \u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05d4\u05d2\u05d9\u05e9\u05d4 \u05d4\u05d0\u05d9\u05e9\u05d9\u05ea \u05d4\u05d7\u05d3\u05e9 \u05e9\u05dc\u05da. \u05d6\u05d0\u05ea \u05d4\u05e4\u05e2\u05dd \u05d4\u05d9\u05d7\u05d9\u05d3\u05d4 \u05e9\u05d4\u05d5\u05d0 \u05d9\u05d5\u05e4\u05d9\u05e2 \u05db\u05da \u05e9\u05e2\u05d3\u05d9\u05e3 \u05dc\u05d0 \u05dc\u05d0\u05d1\u05d3 \u05d0\u05d5\u05ea\u05d5! \u05db\u05e2\u05ea \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05d4\u05d6\u05d4 \u05db\u05d3\u05d9 \u05dc\u05d1\u05e6\u05e2 \u05d1\u05e7\u05e9\u05d5\u05ea API.","api_token_name":"\u05e9\u05dd","api_token_not_created":"\u05dc\u05d0 \u05d9\u05e6\u05e8\u05ea \u05d0\u05e1\u05d9\u05de\u05d5\u05e0\u05d9\u05dd \u05dc\u05d2\u05d9\u05e9\u05d4 \u05d0\u05d9\u05e9\u05d9\u05ea.","api_token_scopes":"\u05ea\u05d7\u05d5\u05de\u05d9\u05dd","api_token_title":"\u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05dc\u05d2\u05d9\u05e9\u05d4 \u05d0\u05d9\u05e9\u05d9\u05ea","currency":"\u05de\u05d8\u05d1\u05e2","delete_cta":"\u05de\u05d7\u05d9\u05e7\u05ea \u05d7\u05e9\u05d1\u05d5\u05df","delete_desc":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da? \u05d0\u05d6\u05d4\u05e8\u05d4: \u05de\u05d7\u05d9\u05e7\u05d4 \u05d4\u05d9\u05d0 \u05dc\u05e6\u05de\u05d9\u05ea\u05d5\u05ea \u05d5\u05db\u05dc \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e9\u05dc\u05da \u05d9\u05d9\u05de\u05d7\u05e7\u05d5 \u05dc\u05e6\u05de\u05d9\u05ea\u05d5\u05ea \u05d2\u05dd \u05db\u05df.","delete_notice":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da? \u05d0\u05d9\u05df \u05d3\u05e8\u05da \u05d7\u05d6\u05e8\u05d4.","delete_title":"\u05de\u05d7\u05d9\u05e7\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da","email":"\u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc","email_help":"\u05d6\u05d5 \u05d4\u05d9\u05d0 \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05d4\u05de\u05e9\u05de\u05e9\u05ea \u05dc\u05db\u05e0\u05d9\u05e1\u05d4 \u05d5\u05dc\u05e9\u05dd \u05d2\u05dd \u05ea\u05d9\u05e9\u05dc\u05d7\u05e0\u05d4 \u05d4\u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea \u05e9\u05dc\u05da.","email_placeholder":"\u05e0\u05d0 \u05dc\u05d4\u05e7\u05dc\u05d9\u05d3 \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc","export_be_patient":"\u05d9\u05e9 \u05dc\u05dc\u05d7\u05d5\u05e5 \u05e2\u05dc \u05d4\u05db\u05e4\u05ea\u05d5\u05e8 \u05db\u05d3\u05d9 \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d0\u05ea \u05d4\u05d9\u05d9\u05e6\u05d5\u05d0. \u05e2\u05d9\u05d1\u05d5\u05d3 \u05d4\u05d9\u05d9\u05e6\u05d5\u05d0 \u05e2\u05e9\u05d5\u05d9 \u05dc\u05d0\u05e8\u05d5\u05da \u05de\u05e1\u05e4\u05e8 \u05d3\u05e7\u05d5\u05ea - \u05e0\u05d0 \u05dc\u05d4\u05ea\u05d0\u05d6\u05e8 \u05d1\u05e1\u05d1\u05dc\u05e0\u05d5\u05ea \u05d5\u05dc\u05d0 \u05dc\u05dc\u05d7\u05d5\u05e5 \u05e2\u05dc \u05d4\u05db\u05e4\u05ea\u05d5\u05e8 \u05e9\u05d5\u05d1.","export_sql_cta":"\u05d9\u05e6\u05d5\u05d0 \u05dc\u05beSQL","export_sql_explanation":"\u05d9\u05e6\u05d5\u05d0 \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e9\u05dc\u05da \u05d1\u05de\u05d1\u05e0\u05d4 SQL \u05de\u05d0\u05e4\u05e9\u05e8 \u05dc\u05da \u05dc\u05e7\u05d7\u05ea \u05d0\u05ea \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e9\u05dc\u05da \u05d5\u05dc\u05d9\u05d9\u05d1\u05d0 \u05d0\u05d5\u05ea\u05dd \u05dc\u05e2\u05d5\u05ea\u05e7 \u05e9\u05dc \u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u05de\u05e9\u05dc\u05da. \u05dc\u05ea\u05db\u05d5\u05e0\u05d4 \u05d6\u05d5 \u05d9\u05e9 \u05e2\u05e8\u05da \u05e8\u05e7 \u05d0\u05dd \u05d9\u05e9 \u05dc\u05da \u05e9\u05e8\u05ea \u05de\u05e9\u05dc\u05da.","export_sql_link_instructions":"\u05dc\u05ea\u05e9\u05d5\u05de\u05ea \u05dc\u05d1\u05da: \u05e0\u05d9\u05ea\u05df \u05dc\u05e7\u05e8\u05d5\u05d0 \u05d0\u05ea \u05d4\u05d4\u05e0\u05d7\u05d9\u05d5\u05ea<\/a> \u05db\u05d3\u05d9 \u05dc\u05dc\u05de\u05d5\u05d3 \u05d9\u05d5\u05ea\u05e8 \u05e2\u05dc \u05d9\u05d1\u05d5\u05d0 \u05d4\u05e7\u05d5\u05d1\u05e5 \u05d4\u05d6\u05d4 \u05dc\u05e2\u05d5\u05ea\u05e7 \u05e9\u05dc\u05da.","export_title":"\u05d9\u05e6\u05d5\u05d0 \u05e0\u05ea\u05d5\u05e0\u05d9 \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da","export_title_sql":"\u05d9\u05e6\u05d5\u05d0 \u05dc\u05beSQL","firstname":"\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9","import_blank_cta":"\u05d9\u05d1\u05d5\u05d0 vCard","import_blank_description":"\u05d9\u05e9 \u05dc\u05e0\u05d5 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d9\u05d9\u05d1\u05d0 \u05e7\u05d5\u05d1\u05e6\u05d9 vCard \u05e9\u05e0\u05d9\u05ea\u05df \u05dc\u05e7\u05d1\u05dc \u05de\u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05d1\u05beGoogle \u05d0\u05d5 \u05de\u05de\u05e0\u05d4\u05dc \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da.","import_blank_question":"\u05dc\u05d9\u05d9\u05d1\u05d0 \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 \u05db\u05e2\u05ea?","import_blank_title":"\u05dc\u05d0 \u05d9\u05d9\u05d1\u05d0\u05ea \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 \u05e2\u05d3\u05d9\u05d9\u05df.","import_cta":"\u05e2\u05d3\u05db\u05d5\u05df \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8","import_in_progress":"\u05d4\u05d9\u05d9\u05d1\u05d5\u05d0 \u05de\u05ea\u05d1\u05e6\u05e2 \u05db\u05e2\u05ea. \u05d9\u05e9 \u05dc\u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d1\u05e2\u05d5\u05d3 \u05d3\u05e7\u05d4.","import_need_subscription":"\u05d9\u05d1\u05d5\u05d0 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05d3\u05d5\u05e8\u05e9 \u05de\u05d9\u05e0\u05d5\u05d9.","import_report_date":"\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05d9\u05d1\u05d5\u05d0","import_report_number_contacts":"\u05de\u05e1\u05e4\u05e8 \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05d1\u05e7\u05d5\u05d1\u05e5","import_report_number_contacts_imported":"\u05de\u05e1\u05e4\u05e8 \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05d9\u05d9\u05d5\u05d1\u05d0\u05d5","import_report_number_contacts_skipped":"\u05de\u05e1\u05e4\u05e8 \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05d3\u05d5\u05dc\u05d2\u05d5","import_report_status_imported":"\u05d9\u05d5\u05d1\u05d0\u05d5","import_report_status_skipped":"\u05d3\u05d5\u05dc\u05d2\u05d5","import_report_title":"\u05d3\u05d5\u05d7 \u05d9\u05d1\u05d5\u05d0","import_report_type":"\u05e1\u05d5\u05d2 \u05d4\u05d9\u05d9\u05d1\u05d5\u05d0","import_result_stat":"\u05d4\u05d5\u05e2\u05dc\u05d4 vCard \u05e2\u05dd \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05d0\u05d7\u05d3 (:total_imported \u05d9\u05d5\u05d1\u05d0, :total_skipped \u05dc\u05d0 \u05d9\u05d5\u05d1\u05d0)|\u05d4\u05d5\u05e2\u05dc\u05d4 vCard \u05e2\u05dd :total_contacts \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 (:total_imported \u05d9\u05d5\u05d1\u05d0\u05d5, :total_skipped \u05dc\u05d0 \u05d9\u05d5\u05d1\u05d0\u05d5)","import_stat":"\u05d9\u05d9\u05d1\u05d0\u05ea :number \u05e7\u05d1\u05e6\u05d9\u05dd \u05e2\u05d3 \u05db\u05d4.","import_title":"\u05d9\u05d1\u05d5\u05d0 \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da","import_upload_behaviour":"\u05d4\u05ea\u05e0\u05d4\u05d2\u05d5\u05ea \u05d4\u05d9\u05d9\u05d1\u05d5\u05d0:","import_upload_behaviour_add":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 \u05d7\u05d3\u05e9\u05d9\u05dd \u05d5\u05d3\u05d9\u05dc\u05d5\u05d2 \u05e2\u05dc \u05d4\u05e7\u05d9\u05d9\u05de\u05d9\u05dd","import_upload_behaviour_help":"\u05dc\u05ea\u05e9\u05d5\u05de\u05ea \u05dc\u05d1\u05da: \u05d4\u05d7\u05dc\u05e4\u05d4 \u05ea\u05d5\u05d1\u05d9\u05dc \u05dc\u05d4\u05d7\u05dc\u05e4\u05ea \u05db\u05dc \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e9\u05e0\u05de\u05e6\u05d0\u05d9\u05dd \u05d1\u05bevCard \u05d0\u05da \u05d4\u05e9\u05d3\u05d5\u05ea \u05d4\u05e7\u05d9\u05d9\u05de\u05d9\u05dd \u05d9\u05d9\u05e9\u05de\u05e8\u05d5.","import_upload_behaviour_replace":"\u05d4\u05d7\u05dc\u05e4\u05ea \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 \u05e7\u05d9\u05d9\u05de\u05d9\u05dd","import_upload_form_file":"\u05e7\u05d5\u05d1\u05e5 \u05d4\u05be.vcf<\/code> \u05d0\u05d5 \u05d4\u05be.vCard<\/code> \u05e9\u05dc\u05da:","import_upload_rule_cant_revert":"\u05e0\u05d0 \u05dc\u05d5\u05d5\u05d3\u05d0 \u05e9\u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05de\u05d3\u05d5\u05d9\u05e7\u05d9\u05dd \u05d1\u05d8\u05e8\u05dd \u05d4\u05d4\u05e2\u05dc\u05d0\u05d4, \u05db\u05d9\u05d5\u05d5\u05df \u05e9\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d4\u05e2\u05dc\u05d0\u05d4.","import_upload_rule_format":"\u05d0\u05e0\u05d5 \u05ea\u05d5\u05de\u05db\u05d9\u05dd \u05d1\u05e7\u05d1\u05e6\u05d9\u05dd \u05de\u05d4\u05e1\u05d5\u05d2\u05d9\u05dd .vcard<\/code> \u05d5\u05be.vcf<\/code>","import_upload_rule_instructions":"\u05d4\u05e0\u05d7\u05d9\u05d5\u05ea \u05d9\u05e6\u05d5\u05d0 \u05e2\u05d1\u05d5\u05e8 Contacts.app (macOS)<\/a> \u05d5\u05e2\u05d1\u05d5\u05e8 Google Contacts<\/a>.","import_upload_rule_limit":"\u05e7\u05d1\u05e6\u05d9\u05dd \u05de\u05d5\u05d2\u05d1\u05dc\u05d9\u05dd \u05dc\u05be10 \u05de\u05f4\u05d1.","import_upload_rule_multiple":"\u05dc\u05e2\u05ea \u05e2\u05ea\u05d4, \u05d0\u05dd \u05dc\u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da \u05d9\u05e9 \u05de\u05d2\u05d5\u05d5\u05df \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc \u05d0\u05d5 \u05de\u05e1\u05e4\u05e8\u05d9 \u05d8\u05dc\u05e4\u05d5\u05df \u05e8\u05e7 \u05d4\u05e8\u05e9\u05d5\u05de\u05d4 \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d4 \u05ea\u05d9\u05e7\u05dc\u05d8.","import_upload_rule_time":"\u05d4\u05d4\u05e2\u05dc\u05d0\u05d4 \u05d5\u05e2\u05d9\u05d1\u05d5\u05d3 \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e2\u05e9\u05d5\u05d9\u05d9\u05dd \u05dc\u05d0\u05e8\u05d5\u05da \u05e2\u05d3 \u05d3\u05e7\u05d4. \u05e0\u05d0 \u05dc\u05d4\u05ea\u05d0\u05d6\u05e8 \u05d1\u05e1\u05d1\u05dc\u05e0\u05d5\u05ea.","import_upload_rule_vcard":"\u05d0\u05e0\u05d5 \u05ea\u05d5\u05de\u05db\u05d9\u05dd \u05d1\u05bevCard \u05d2\u05e8\u05e1\u05d4 3.0, \u05e9\u05d4\u05d9\u05d0 \u05d2\u05e8\u05e1\u05ea \u05d1\u05e8\u05e8\u05ea \u05d4\u05de\u05d7\u05d3\u05dc \u05e2\u05d1\u05d5\u05e8 Contacts.app (macOS) \u05e2\u05d1\u05d5\u05e8 Google Contacts.","import_upload_rules_desc":"\u05e2\u05dd \u05d6\u05d0\u05ea, \u05d7\u05dc\u05d9\u05dd \u05db\u05d0\u05df \u05d7\u05d5\u05e7\u05d9\u05dd \u05db\u05dc\u05e9\u05d4\u05dd:","import_upload_title":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d9\u05d9\u05d1\u05d0 \u05d0\u05ea \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da \u05de\u05e7\u05d5\u05d1\u05e5 vCard","import_vcard_contact_exist":"\u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05db\u05d1\u05e8 \u05e7\u05d9\u05d9\u05dd","import_vcard_contact_no_firstname":"\u05d0\u05d9\u05df \u05e9\u05dd \u05e4\u05e8\u05d8\u05d9 (\u05d7\u05d5\u05d1\u05d4)","import_vcard_file_no_entries":"\u05d0\u05d9\u05df \u05e8\u05e9\u05d5\u05de\u05d5\u05ea \u05d1\u05e7\u05d5\u05d1\u05e5","import_vcard_file_not_found":"\u05d4\u05e7\u05d5\u05d1\u05e5 \u05dc\u05d0 \u05e0\u05de\u05e6\u05d0","import_vcard_unknown_entry":"\u05e9\u05dd \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05d0\u05d9\u05e0\u05d5 \u05de\u05d5\u05db\u05e8","import_view_report":"\u05e6\u05e4\u05d9\u05d9\u05d4 \u05d1\u05d3\u05d5\u05f4\u05d7","lastname":"\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4","layout":"\u05e4\u05e8\u05d9\u05e1\u05d4","layout_big":"\u05d4\u05e8\u05d5\u05d7\u05d1 \u05d4\u05de\u05dc\u05d0 \u05e9\u05dc \u05d4\u05d3\u05e4\u05d3\u05e4\u05df","layout_small":"\u05e8\u05d5\u05d7\u05d1 \u05e9\u05dc 1200 \u05e4\u05d9\u05e7\u05e1\u05dc\u05d9\u05dd \u05dc\u05db\u05dc \u05d4\u05d9\u05d5\u05ea\u05e8","locale":"\u05e9\u05e4\u05d4 \u05d1\u05d4 \u05e0\u05e2\u05e9\u05d4 \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05d9\u05d9\u05e9\u05d5\u05dd","locale_cs":"\u05e6\u05f3\u05db\u05d9\u05ea","locale_de":"\u05d2\u05e8\u05de\u05e0\u05d9\u05ea","locale_en":"\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea","locale_es":"\u05e1\u05e4\u05e8\u05d3\u05d9\u05ea","locale_fr":"\u05e6\u05e8\u05e4\u05ea\u05d9\u05ea","locale_he":"\u05e2\u05d1\u05e8\u05d9\u05ea","locale_it":"\u05d0\u05d9\u05d8\u05dc\u05e7\u05d9\u05ea","locale_nl":"\u05d4\u05d5\u05dc\u05e0\u05d3\u05d9\u05ea","locale_pt":"\u05e4\u05d5\u05e8\u05d8\u05d5\u05d2\u05dc\u05d9\u05ea","locale_ru":"\u05e8\u05d5\u05e1\u05d9\u05ea","locale_tr":"\u05d8\u05d5\u05e8\u05e7\u05d9\u05ea","locale_zh":"\u05e1\u05d9\u05e0\u05d9\u05ea \u05de\u05e4\u05d5\u05e9\u05d8\u05ea","name":"\u05e9\u05de\u05da: :name","name_order":"\u05e1\u05d3\u05e8 \u05d4\u05e9\u05de\u05d5\u05ea","name_order_firstname_lastname":"<\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9> <\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4> - \u05d9\u05e9\u05e8\u05d0\u05dc \u05d9\u05e9\u05e8\u05d0\u05dc\u05d9","name_order_firstname_lastname_nickname":"<\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9> <\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4> (<\u05db\u05d9\u05e0\u05d5\u05d9>) - \u05d9\u05e9\u05e8\u05d0\u05dc \u05d9\u05e9\u05e8\u05d0\u05dc\u05d9 (\u05e9\u05e8\u05d5\u05dc\u05d9\u05e7)","name_order_firstname_nickname_lastname":"<\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9> (<\u05db\u05d9\u05e0\u05d5\u05d9>) <\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4> - \u05d9\u05e9\u05e8\u05d0\u05dc (\u05e9\u05e8\u05d5\u05dc\u05d9\u05e7) \u05d9\u05e9\u05e8\u05d0\u05dc\u05d9","name_order_lastname_firstname":"<\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4> <\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9> - \u05d9\u05e9\u05e8\u05d0\u05dc\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc","name_order_lastname_firstname_nickname":"<\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4> <\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9> (<\u05db\u05d9\u05e0\u05d5\u05d9>) - \u05d9\u05e9\u05e8\u05d0\u05dc\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc (\u05e9\u05e8\u05d5\u05dc\u05d9\u05e7)","name_order_lastname_nickname_firstname":"<\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4> (<\u05db\u05d9\u05e0\u05d5\u05d9>) <\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9> - \u05d9\u05e9\u05e8\u05d0\u05dc\u05d9 (\u05e9\u05e8\u05d5\u05dc\u05d9\u05e7) \u05d9\u05e9\u05e8\u05d0\u05dc","name_order_nickname":"<\u05db\u05d9\u05e0\u05d5\u05d9> - \u05e9\u05e8\u05d5\u05dc\u05d9\u05e7","password_btn":"\u05d4\u05d7\u05dc\u05e4\u05ea \u05e1\u05e1\u05de\u05d4","password_change":"\u05d4\u05d7\u05dc\u05e4\u05ea \u05e1\u05e1\u05de\u05d4","password_current":"\u05d4\u05e1\u05e1\u05de\u05d4 \u05d4\u05e0\u05d5\u05db\u05d7\u05d9\u05ea","password_current_placeholder":"\u05e0\u05d0 \u05dc\u05d4\u05e7\u05dc\u05d9\u05d3 \u05d0\u05ea \u05d4\u05e1\u05e1\u05de\u05d4 \u05d4\u05e0\u05d5\u05db\u05d7\u05d9\u05ea \u05e9\u05dc\u05da","password_new1":"\u05e1\u05e1\u05de\u05d4 \u05d7\u05d3\u05e9\u05d4","password_new1_placeholder":"\u05e0\u05d0 \u05dc\u05d4\u05e7\u05dc\u05d9\u05d3 \u05e1\u05e1\u05de\u05d4 \u05d7\u05d3\u05e9\u05d4","password_new2":"\u05d0\u05d9\u05de\u05d5\u05ea","password_new2_placeholder":"\u05e0\u05d0 \u05dc\u05d4\u05e7\u05dc\u05d9\u05d3 \u05d0\u05ea \u05d4\u05e1\u05e1\u05de\u05d4 \u05d4\u05d7\u05d3\u05e9\u05d4 \u05e9\u05d5\u05d1","personalisation_paid_upgrade":"\u05ea\u05db\u05d5\u05e0\u05d4 \u05d6\u05d5 \u05d4\u05d9\u05d0 \u05ea\u05db\u05d5\u05e0\u05ea \u05e4\u05e8\u05de\u05d9\u05d5\u05dd \u05e9\u05d3\u05d5\u05e8\u05e9\u05ea \u05d4\u05e4\u05e2\u05dc\u05ea \u05de\u05d9\u05e0\u05d5\u05d9 \u05d1\u05ea\u05e9\u05dc\u05d5\u05dd. \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05d3\u05e8\u05d2 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05e2\u05dc \u05d9\u05d3\u05d9 \u05de\u05e2\u05d1\u05e8 \u05dc\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea > \u05de\u05d9\u05e0\u05d5\u05d9.","personalization_activity_type_add_button":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e1\u05d5\u05d2 \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d7\u05d3\u05e9","personalization_activity_type_category_add":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05e1\u05d5\u05d2 \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d7\u05d3\u05e9\u05d4","personalization_activity_type_category_description":"\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05e9\u05d4\u05ea\u05e8\u05d7\u05e9\u05d4 \u05e2\u05dd \u05d0\u05d7\u05d3 \u05de\u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e1\u05d5\u05d2 \u05d5\u05e1\u05d5\u05d2 \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4 \u05de\u05e1\u05d5\u05d9\u05de\u05d9\u05dd. \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05de\u05d5\u05d2\u05d3\u05e8 \u05de\u05e8\u05d0\u05e9 \u05e2\u05dd \u05e1\u05d5\u05d2\u05d9 \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d5\u05ea \u05db\u05dc\u05e9\u05d4\u05dd, \u05d0\u05da \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05ea\u05d0\u05d9\u05dd \u05d0\u05d5\u05ea\u05df \u05d1\u05db\u05dc \u05e2\u05ea \u05d3\u05e8\u05da \u05db\u05d0\u05df.","personalization_activity_type_category_modal_add":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05e1\u05d5\u05d2 \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d7\u05d3\u05e9\u05d4","personalization_activity_type_category_modal_delete":"\u05de\u05d7\u05d9\u05e7\u05ea \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05e1\u05d5\u05d2 \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","personalization_activity_type_category_modal_delete_desc":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4 \u05d4\u05d6\u05d0\u05ea? \u05de\u05d7\u05d9\u05e7\u05ea\u05d4 \u05ea\u05de\u05d7\u05e7 \u05d0\u05ea \u05db\u05dc \u05e1\u05d5\u05d2\u05d9 \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d4\u05de\u05e9\u05d5\u05d9\u05db\u05d9\u05dd. \u05e2\u05dd \u05d6\u05d0\u05ea, \u05e4\u05e2\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea \u05e9\u05d0\u05d9\u05e0\u05df \u05e9\u05d9\u05d9\u05db\u05d5\u05ea \u05dc\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4 \u05d4\u05d6\u05d0\u05ea \u05dc\u05d0 \u05ea\u05d5\u05e9\u05e4\u05e2\u05e0\u05d4 \u05de\u05d4\u05de\u05d7\u05d9\u05e7\u05d4.","personalization_activity_type_category_modal_delete_error":"\u05d0\u05d9\u05df \u05dc\u05e0\u05d5 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05ea \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05e1\u05d5\u05d2 \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d4\u05d6\u05d5.","personalization_activity_type_category_modal_edit":"\u05e2\u05e8\u05d9\u05db\u05ea \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d9\u05ea \u05e1\u05d5\u05d2 \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","personalization_activity_type_category_modal_question":"\u05d0\u05d9\u05da \u05d9\u05e9 \u05dc\u05e7\u05e8\u05d5\u05d0 \u05dc\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4 \u05d4\u05d7\u05d3\u05e9\u05d4?","personalization_activity_type_category_table_actions":"\u05e4\u05e2\u05d5\u05dc\u05d5\u05ea","personalization_activity_type_category_table_name":"\u05e9\u05dd","personalization_activity_type_category_title":"\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d5\u05ea \u05e1\u05d5\u05d2\u05d9 \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","personalization_activity_type_modal_add":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e1\u05d5\u05d2 \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d7\u05d3\u05e9","personalization_activity_type_modal_delete":"\u05de\u05d7\u05d9\u05e7\u05ea \u05e1\u05d5\u05d2 \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","personalization_activity_type_modal_delete_desc":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05e1\u05d5\u05d2 \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d4\u05d6\u05d4? \u05e4\u05e2\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea \u05e9\u05e9\u05d9\u05d9\u05db\u05d5\u05ea \u05dc\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4 \u05d6\u05d5 \u05dc\u05d0 \u05ea\u05d5\u05e9\u05e4\u05e2\u05e0\u05d4 \u05de\u05d4\u05de\u05d7\u05d9\u05e7\u05d4 \u05d4\u05d6\u05d0\u05ea.","personalization_activity_type_modal_delete_error":"\u05d0\u05d9\u05df \u05dc\u05e0\u05d5 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05ea \u05e1\u05d5\u05d2 \u05d4\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea.","personalization_activity_type_modal_edit":"\u05e2\u05e8\u05d9\u05db\u05ea \u05e1\u05d5\u05d2 \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea","personalization_activity_type_modal_question":"\u05d0\u05d9\u05da \u05d9\u05e9 \u05dc\u05e7\u05e8\u05d5\u05d0 \u05dc\u05e1\u05d5\u05d2 \u05d4\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4 \u05d4\u05d7\u05d3\u05e9?","personalization_contact_field_type_add":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e1\u05d5\u05d2 \u05e9\u05d3\u05d4 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05d7\u05d3\u05e9","personalization_contact_field_type_add_success":"\u05e1\u05d5\u05d2 \u05e9\u05d3\u05d4 \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05e0\u05d5\u05e1\u05e3 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.","personalization_contact_field_type_delete_success":"\u05e1\u05d5\u05d2 \u05e9\u05d3\u05d4 \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.","personalization_contact_field_type_description":"\u05dc\u05d4\u05dc\u05df \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d2\u05d3\u05d9\u05e8 \u05d0\u05ea \u05db\u05dc \u05d4\u05e1\u05d5\u05d2\u05d9\u05dd \u05d4\u05e9\u05d5\u05e0\u05d9\u05dd \u05e9\u05dc \u05e9\u05d3\u05d5\u05ea \u05e9\u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05d9\u05d9\u05da \u05dc\u05db\u05dc \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da. \u05d0\u05dd \u05d1\u05e2\u05ea\u05d9\u05d3 \u05ea\u05d5\u05e4\u05d9\u05e2 \u05e8\u05e9\u05ea \u05d7\u05d1\u05e8\u05ea\u05d9\u05ea \u05d7\u05d3\u05e9\u05d4, \u05ea\u05d4\u05d9\u05d4 \u05dc\u05da \u05d4\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d0\u05ea \u05d4\u05e1\u05d5\u05d2 \u05d4\u05d7\u05d3\u05e9 \u05d4\u05d6\u05d4 \u05db\u05d0\u05d7\u05ea \u05de\u05d3\u05e8\u05db\u05d9 \u05d4\u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05dc\u05d9\u05e6\u05d9\u05e8\u05ea \u05e7\u05e9\u05e8 \u05e2\u05dd \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da \u05d9\u05e9\u05d9\u05e8\u05d5\u05ea \u05d3\u05e8\u05da \u05db\u05d0\u05df.","personalization_contact_field_type_edit_success":"\u05e1\u05d5\u05d2 \u05e9\u05d3\u05d4 \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05e2\u05d5\u05d3\u05db\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.","personalization_contact_field_type_modal_delete_description":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05e1\u05d5\u05d2 \u05d4\u05e9\u05d3\u05d4 \u05d4\u05d6\u05d4 \u05e9\u05dc \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8? \u05de\u05d7\u05d9\u05e7\u05ea \u05e1\u05d5\u05d2 \u05d6\u05d4 \u05e9\u05dc \u05e9\u05d3\u05d4 \u05dc\u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8 \u05d9\u05de\u05d7\u05e7 \u05d0\u05ea \u05db\u05dc \u05d4\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05de\u05e1\u05d5\u05d2 \u05d6\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05db\u05dc \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da.","personalization_contact_field_type_modal_delete_title":"\u05de\u05d7\u05d9\u05e7\u05ea \u05e1\u05d5\u05d2 \u05e9\u05d3\u05d4 \u05e7\u05d9\u05d9\u05dd \u05dc\u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8","personalization_contact_field_type_modal_edit_title":"\u05e2\u05e8\u05d9\u05db\u05ea \u05e1\u05d5\u05d2 \u05e9\u05d3\u05d4 \u05e7\u05d9\u05d9\u05dd \u05dc\u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8","personalization_contact_field_type_modal_icon":"\u05e1\u05de\u05dc (\u05e8\u05e9\u05d5\u05ea)","personalization_contact_field_type_modal_icon_help":"\u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05d9\u05d9\u05da \u05e1\u05de\u05dc \u05e2\u05dd \u05e1\u05d5\u05d2 \u05e9\u05d3\u05d4 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05d6\u05d4. \u05d9\u05d4\u05d9\u05d4 \u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d4\u05e4\u05e0\u05d9\u05d4 \u05dc\u05e1\u05de\u05dc \u05de\u05ea\u05d5\u05da Font Awesome.","personalization_contact_field_type_modal_name":"\u05e9\u05dd","personalization_contact_field_type_modal_protocol":"\u05e4\u05e8\u05d5\u05d8\u05d5\u05e7\u05d5\u05dc (\u05e8\u05e9\u05d5\u05ea)","personalization_contact_field_type_modal_protocol_help":"\u05db\u05dc \u05e1\u05d5\u05d2 \u05d7\u05d3\u05e9 \u05e9\u05dc \u05e9\u05d3\u05d4 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05d0\u05de\u05d5\u05e8 \u05dc\u05ea\u05de\u05d5\u05da \u05d1\u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc\u05d9\u05d5. \u05d0\u05dd \u05de\u05d5\u05d2\u05d3\u05e8 \u05e4\u05e8\u05d5\u05d8\u05d5\u05e7\u05d5\u05dc, \u05d0\u05e0\u05d5 \u05e0\u05e9\u05ea\u05de\u05e9 \u05d1\u05dc\u05d7\u05d9\u05e6\u05d4 \u05db\u05d3\u05d9 \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d4\u05e4\u05e2\u05d5\u05dc\u05d4 \u05e9\u05d4\u05d5\u05d2\u05d3\u05e8\u05d4.","personalization_contact_field_type_modal_title":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e1\u05d5\u05d2 \u05e9\u05d3\u05d4 \u05d7\u05d3\u05e9 \u05dc\u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8","personalization_contact_field_type_table_actions":"\u05e4\u05e2\u05d5\u05dc\u05d5\u05ea","personalization_contact_field_type_table_name":"\u05e9\u05dd","personalization_contact_field_type_table_protocol":"\u05e4\u05e8\u05d5\u05d8\u05d5\u05e7\u05d5\u05dc","personalization_contact_field_type_title":"\u05e1\u05d5\u05d2\u05d9 \u05e9\u05d3\u05d5\u05ea \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8","personalization_genders_add":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e1\u05d5\u05d2 \u05de\u05d2\u05d3\u05e8 \u05d7\u05d3\u05e9","personalization_genders_desc":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d2\u05d3\u05d9\u05e8 \u05db\u05de\u05d4 \u05de\u05d2\u05d3\u05e8\u05d9\u05dd \u05e9\u05d9\u05e9 \u05dc\u05da \u05e6\u05d5\u05e8\u05da \u05d1\u05d4\u05dd. \u05e6\u05e8\u05d9\u05da \u05dc\u05e4\u05d7\u05d5\u05ea \u05e1\u05d5\u05d2 \u05de\u05d2\u05d3\u05e8 \u05d0\u05d7\u05d3 \u05d1\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da.","personalization_genders_modal_add":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e1\u05d5\u05d2 \u05de\u05d2\u05d3\u05e8","personalization_genders_modal_delete":"\u05de\u05d7\u05d9\u05e7\u05ea \u05e1\u05d5\u05d2 \u05de\u05d2\u05d3\u05e8","personalization_genders_modal_delete_desc":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea {name}?","personalization_genders_modal_delete_question":"\u05dc\u05d0\u05d7\u05d3 \u05de\u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da \u05de\u05d5\u05d2\u05d3\u05e8 \u05d4\u05de\u05d2\u05d3\u05e8 \u05d4\u05d6\u05d4. \u05d0\u05dd \u05d4\u05de\u05d2\u05d3\u05e8 \u05d9\u05d9\u05de\u05d7\u05e7, \u05dc\u05d0\u05d9\u05d6\u05d4 \u05de\u05d2\u05d3\u05e8 \u05dc\u05e9\u05d9\u05d9\u05da \u05d0\u05ea \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8?|\u05dc\u05be{count} \u05de\u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da \u05de\u05d5\u05d2\u05d3\u05e8 \u05d4\u05de\u05d2\u05d3\u05e8 \u05d4\u05d6\u05d4. \u05d0\u05dd \u05d4\u05de\u05d2\u05d3\u05e8 \u05d9\u05d9\u05de\u05d7\u05e7, \u05dc\u05d0\u05d9\u05d6\u05d4 \u05de\u05d2\u05d3\u05e8 \u05dc\u05e9\u05d9\u05d9\u05da \u05d0\u05ea \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8?","personalization_genders_modal_edit":"\u05e2\u05d3\u05db\u05d5\u05df \u05e1\u05d5\u05d2 \u05de\u05d2\u05d3\u05e8","personalization_genders_modal_edit_question":"\u05dc\u05d0\u05d9\u05d6\u05d4 \u05db\u05d9\u05e0\u05d5\u05d9 \u05d9\u05e9 \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05e1\u05d5\u05d2 \u05d4\u05de\u05d2\u05d3\u05e8 \u05d4\u05d7\u05d3\u05e9 \u05d4\u05d6\u05d4?","personalization_genders_modal_error":"\u05e0\u05d0 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d1\u05de\u05d2\u05d3\u05e8 \u05ea\u05e7\u05e0\u05d9 \u05de\u05d4\u05e8\u05e9\u05d9\u05de\u05d4.","personalization_genders_modal_question":"\u05d0\u05d9\u05da \u05d9\u05e9 \u05dc\u05db\u05e0\u05d5\u05ea \u05d0\u05ea \u05d4\u05de\u05d2\u05d3\u05e8 \u05d4\u05d7\u05d3\u05e9 \u05d4\u05d6\u05d4?","personalization_genders_title":"\u05e1\u05d5\u05d2\u05d9 \u05de\u05d2\u05d3\u05e8","personalization_module_desc":"\u05d7\u05dc\u05e7 \u05de\u05d4\u05d0\u05e0\u05e9\u05d9\u05dd \u05dc\u05d0 \u05d6\u05e7\u05d5\u05e7\u05d9\u05dd \u05dc\u05db\u05dc \u05d4\u05ea\u05db\u05d5\u05e0\u05d5\u05ea. \u05dc\u05d4\u05dc\u05df \u05e0\u05d9\u05ea\u05df \u05dc\u05db\u05d1\u05d5\u05ea \u05d0\u05d5 \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05ea\u05db\u05d5\u05e0\u05d5\u05ea \u05d1\u05d4\u05df \u05e0\u05e2\u05e9\u05d4 \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05d2\u05d9\u05dc\u05d9\u05d5\u05df \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8. \u05d4\u05e9\u05d9\u05e0\u05d5\u05d9 \u05d4\u05d6\u05d4 \u05d9\u05e9\u05e4\u05d9\u05e2 \u05e2\u05dc \u05db\u05dc \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da. \u05e0\u05d0 \u05dc\u05e9\u05d9\u05dd \u05dc\u05d1 \u05e9\u05db\u05d9\u05d1\u05d5\u05d9 \u05e9\u05dc \u05ea\u05db\u05d5\u05e0\u05d4 \u05d0\u05d7\u05ea \u05d0\u05d5 \u05d9\u05d5\u05ea\u05e8 \u05dc\u05d0 \u05d9\u05d2\u05e8\u05d5\u05dd \u05dc\u05d0\u05d1\u05d3\u05df \u05de\u05d9\u05d3\u05e2, \u05d4\u05ea\u05db\u05d5\u05e0\u05d4 \u05e4\u05e9\u05d5\u05d8 \u05ea\u05d5\u05e1\u05ea\u05e8.","personalization_module_save":"\u05d4\u05e9\u05d9\u05e0\u05d5\u05d9 \u05e0\u05e9\u05de\u05e8","personalization_module_title":"\u05ea\u05db\u05d5\u05e0\u05d5\u05ea","personalization_reminder_rule_desc":"\u05dc\u05db\u05dc \u05ea\u05d6\u05db\u05d5\u05e8\u05ea \u05de\u05d5\u05d2\u05d3\u05e8\u05ea, \u05e0\u05d5\u05db\u05dc \u05dc\u05e9\u05dc\u05d5\u05d7 \u05d0\u05dc\u05d9\u05da \u05d4\u05d5\u05d3\u05e2\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc \u05db\u05de\u05d4 \u05d9\u05de\u05d9\u05dd \u05dc\u05e4\u05e0\u05d9 \u05e9\u05d4\u05d0\u05d9\u05e8\u05d5\u05e2 \u05de\u05ea\u05e8\u05d7\u05e9. \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d7\u05dc\u05d9\u05e3 \u05d0\u05ea \u05de\u05e6\u05d1 \u05d4\u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05d4\u05d0\u05dc\u05d4 \u05db\u05d0\u05df. \u05dc\u05ea\u05e9\u05d5\u05de\u05ea \u05dc\u05da: \u05d4\u05d4\u05ea\u05e8\u05e2\u05d5\u05ea \u05d4\u05d0\u05dc\u05d5 \u05d7\u05dc\u05d5\u05ea \u05e8\u05e7 \u05e2\u05dc \u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea \u05d7\u05d5\u05d3\u05e9\u05d9\u05d5\u05ea \u05d5\u05e9\u05e0\u05ea\u05d9\u05d5\u05ea.","personalization_reminder_rule_line":"\u05d9\u05d5\u05dd \u05dc\u05e4\u05e0\u05d9|\u05d9\u05d5\u05de\u05d9\u05d9\u05dd \u05dc\u05e4\u05e0\u05d9|{count} \u05d9\u05de\u05d9\u05dd \u05dc\u05e4\u05e0\u05d9","personalization_reminder_rule_save":"\u05d4\u05e9\u05d9\u05e0\u05d5\u05d9 \u05e0\u05e9\u05de\u05e8","personalization_reminder_rule_title":"\u05db\u05dc\u05dc\u05d9 \u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea","personalization_tab_title":"\u05d4\u05ea\u05d0\u05de\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da","personalization_title":"\u05dc\u05d4\u05dc\u05df \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05e6\u05d5\u05d0 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05e9\u05d5\u05e0\u05d5\u05ea \u05dc\u05d4\u05ea\u05d0\u05de\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da. \u05d4\u05ea\u05db\u05d5\u05e0\u05d5\u05ea \u05d4\u05d0\u05dc\u05d5 \u05de\u05d9\u05d5\u05e2\u05d3\u05d5\u05ea \u05d9\u05d5\u05ea\u05e8 \u05dc\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05de\u05ea\u05e7\u05d3\u05de\u05d9\u05dd \u05e9\u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05e7\u05d1\u05dc \u05e9\u05dc\u05d9\u05d8\u05d4 \u05de\u05dc\u05d0\u05d4 \u05d1\u05de\u05d5\u05e0\u05d9\u05e7\u05d4.","reminder_time_to_send":"\u05d4\u05e9\u05e2\u05d4 \u05d1\u05d9\u05d5\u05dd \u05d1\u05d4 \u05d0\u05de\u05d5\u05e8\u05d5\u05ea \u05dc\u05d4\u05d9\u05e9\u05dc\u05d7 \u05d4\u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea","reminder_time_to_send_help":"For your information, your next reminder will be sent on {dateTime}<\/span>.","reset_cta":"\u05d0\u05d9\u05e4\u05d5\u05e1 \u05d7\u05e9\u05d1\u05d5\u05df","reset_desc":"\u05dc\u05d0\u05e4\u05e1 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da? \u05e4\u05e2\u05d5\u05dc\u05d4 \u05d6\u05d5 \u05ea\u05e1\u05d9\u05e8 \u05d0\u05ea \u05db\u05dc \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da \u05d5\u05d0\u05ea \u05db\u05dc \u05d4\u05de\u05d9\u05d3\u05e2 \u05d4\u05de\u05e9\u05d5\u05d9\u05da \u05dc\u05d4\u05dd. \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05dc\u05d0 \u05d9\u05d9\u05de\u05d7\u05e7.","reset_notice":"\u05dc\u05d0\u05e4\u05e1 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da? \u05d0\u05d9\u05df \u05d3\u05e8\u05da \u05d7\u05d6\u05e8\u05d4.","reset_success":"\u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05d0\u05d5\u05e4\u05e1 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","reset_title":"\u05d0\u05d9\u05e4\u05d5\u05e1 \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da","save":"\u05e2\u05d3\u05db\u05d5\u05df \u05d4\u05e2\u05d3\u05e4\u05d5\u05ea","security_help":"\u05e9\u05d9\u05e0\u05d5\u05d9 \u05e0\u05d3\u05d1\u05db\u05d9 \u05d4\u05d0\u05d1\u05d8\u05d7\u05d4 \u05e9\u05dc \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da.","security_title":"\u05d0\u05d1\u05d8\u05d7\u05d4","settings_success":"\u05d4\u05d4\u05e2\u05d3\u05e4\u05d5\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d5!","sidebar_personalization":"\u05d4\u05ea\u05d0\u05de\u05d4 \u05d0\u05d9\u05e9\u05d9\u05ea","sidebar_settings":"\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05df","sidebar_settings_api":"API","sidebar_settings_export":"\u05d9\u05e6\u05d5\u05d0 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd","sidebar_settings_import":"\u05d9\u05d1\u05d5\u05d0 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd","sidebar_settings_security":"\u05d0\u05d1\u05d8\u05d7\u05d4","sidebar_settings_subscriptions":"\u05d4\u05e8\u05e9\u05de\u05d4","sidebar_settings_tags":"\u05e0\u05d9\u05d4\u05d5\u05dc \u05ea\u05d2\u05d9\u05d5\u05ea","sidebar_settings_users":"\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd","subscriptions_account_current_paid_plan":"\u05ea\u05db\u05e0\u05d9\u05ea \u05d4\u05e2\u05d1\u05d5\u05d3\u05d4 \u05e9\u05dc\u05da \u05db\u05e8\u05d2\u05e2 \u05d4\u05d9\u05d0 :name. \u05ea\u05d5\u05d3\u05d4 \u05dc\u05da \u05e2\u05dc \u05d4\u05d4\u05e8\u05e9\u05de\u05d4.","subscriptions_account_current_plan":"\u05d4\u05ea\u05db\u05e0\u05d9\u05ea \u05d4\u05e0\u05d5\u05db\u05d7\u05d9\u05ea \u05e9\u05dc\u05da","subscriptions_account_free_plan":"\u05d4\u05ea\u05db\u05e0\u05d9\u05ea \u05e9\u05dc\u05da \u05d4\u05d9\u05d0 \u05d4\u05d7\u05d9\u05e0\u05de\u05d9\u05ea.","subscriptions_account_free_plan_benefits_import_data_vcard":"\u05d9\u05d1\u05d5\u05d0 \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da \u05e2\u05dd vCard","subscriptions_account_free_plan_benefits_reminders":"\u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea \u05dc\u05e4\u05d9 \u05d3\u05d5\u05d0\u05f4\u05dc","subscriptions_account_free_plan_benefits_support":"\u05db\u05d3\u05d0\u05d9 \u05dc\u05ea\u05de\u05d5\u05da \u05d1\u05de\u05d9\u05d6\u05dd \u05dc\u05d8\u05d5\u05d5\u05d7 \u05d4\u05e8\u05d7\u05d5\u05e7 \u05db\u05d3\u05d9 \u05e9\u05e0\u05d5\u05db\u05dc \u05dc\u05d4\u05e9\u05d9\u05e7 \u05ea\u05db\u05d5\u05e0\u05d5\u05ea \u05e0\u05e4\u05dc\u05d0\u05d5\u05ea \u05e0\u05d5\u05e1\u05e4\u05d5\u05ea.","subscriptions_account_free_plan_benefits_users":"\u05de\u05e1\u05e4\u05e8 \u05d1\u05dc\u05ea\u05d9 \u05de\u05d5\u05d2\u05d1\u05dc \u05e9\u05dc \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd","subscriptions_account_free_plan_upgrade":"\u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05d3\u05e8\u05d2 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05dc\u05ea\u05db\u05e0\u05d9\u05ea :name, \u05e9\u05e2\u05d5\u05dc\u05d4 $:price \u05dc\u05d7\u05d5\u05d3\u05e9. \u05dc\u05d4\u05dc\u05df \u05d4\u05d9\u05ea\u05e8\u05d5\u05e0\u05d5\u05ea:","subscriptions_account_invoices":"\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05d5\u05ea","subscriptions_account_invoices_download":"\u05d4\u05d5\u05e8\u05d3\u05d4","subscriptions_account_next_billing":"\u05d4\u05de\u05d9\u05e0\u05d5\u05d9 \u05e9\u05dc\u05da \u05d9\u05d7\u05d5\u05d3\u05e9 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05d1\u05be:date<\/strong>. \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d0\u05ea \u05d4\u05de\u05d9\u05e0\u05d5\u05d9<\/a> \u05d1\u05db\u05dc \u05e2\u05ea.","subscriptions_account_payment":"\u05de\u05d4 \u05d3\u05e8\u05da \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd \u05d4\u05de\u05d5\u05e2\u05d3\u05e4\u05ea \u05e2\u05dc\u05d9\u05da?","subscriptions_account_upgrade":"\u05e9\u05d3\u05e8\u05d5\u05d2 \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da","subscriptions_account_upgrade_choice":"\u05e0\u05d0 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d1\u05ea\u05db\u05e0\u05d9\u05ea \u05dc\u05d4\u05dc\u05df \u05db\u05d3\u05d9 \u05dc\u05d4\u05e6\u05d8\u05e8\u05e3 \u05dc\u05be:customers \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05e9\u05e9\u05d3\u05e8\u05d2\u05d5 \u05d0\u05ea \u05d4\u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u05e9\u05dc\u05d4\u05dd.","subscriptions_account_upgrade_title":"\u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05d3\u05e8\u05d2 \u05d0\u05ea \u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u05db\u05d3\u05d9 \u05dc\u05d4\u05e2\u05e9\u05d9\u05e8 \u05d0\u05ea \u05d4\u05e7\u05e9\u05e8\u05d9\u05dd \u05d4\u05d1\u05d9\u05df \u05d0\u05d9\u05e9\u05d9\u05d9\u05dd \u05e9\u05dc\u05da.","subscriptions_back":"\u05d7\u05d6\u05e8\u05d4 \u05dc\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea","subscriptions_downgrade_cta":"\u05e9\u05e0\u05de\u05d5\u05da","subscriptions_downgrade_limitations":"\u05dc\u05ea\u05db\u05e0\u05d9\u05ea \u05d4\u05d7\u05d5\u05e4\u05e9\u05d9\u05ea \u05d9\u05e9 \u05de\u05d2\u05d1\u05dc\u05d5\u05ea. \u05db\u05d3\u05d9 \u05dc\u05e9\u05e0\u05de\u05da, \u05e2\u05dc\u05d9\u05da \u05dc\u05e2\u05d1\u05d5\u05e8 \u05d5\u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05d4\u05e4\u05e8\u05d9\u05d8\u05d9\u05dd \u05d1\u05e8\u05e9\u05d9\u05de\u05d4 \u05e9\u05dc\u05d4\u05dc\u05df:","subscriptions_downgrade_rule_invitations":"\u05d0\u05e1\u05d5\u05e8 \u05e9\u05ea\u05d4\u05d9\u05d9\u05e0\u05d4 \u05dc\u05da \u05d4\u05d6\u05de\u05e0\u05d5\u05ea \u05de\u05de\u05ea\u05d9\u05e0\u05d5\u05ea","subscriptions_downgrade_rule_invitations_constraint":"\u05d9\u05e9 \u05dc\u05da \u05db\u05e8\u05d2\u05e2 \u05d4\u05d6\u05de\u05e0\u05d4 \u05d0\u05d7\u05ea \u05d1\u05d4\u05de\u05ea\u05e0\u05d4<\/a> \u05e9\u05e0\u05e9\u05dc\u05d7\u05d4 \u05dc\u05de\u05d9\u05e9\u05d4\u05d5.|\u05d9\u05e9 \u05dc\u05da \u05db\u05e8\u05d2\u05e2 :count \u05d4\u05d6\u05de\u05e0\u05d5\u05ea \u05d1\u05d4\u05de\u05ea\u05e0\u05d4<\/a> \u05e9\u05e0\u05e9\u05dc\u05d7\u05d5 \u05dc\u05d0\u05e0\u05e9\u05d9\u05dd.","subscriptions_downgrade_rule_users":"\u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05dc\u05da \u05e8\u05e7 \u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d7\u05d3 \u05d1\u05d7\u05e9\u05d1\u05d5\u05df","subscriptions_downgrade_rule_users_constraint":"\u05d9\u05e9 \u05dc\u05da \u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d7\u05d3<\/a> \u05d1\u05d7\u05e9\u05d1\u05d5\u05df \u05db\u05e8\u05d2\u05e2.|\u05d9\u05e9 \u05dc\u05da :count \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd<\/a> \u05d1\u05d7\u05e9\u05d1\u05d5\u05df \u05db\u05e8\u05d2\u05e2.","subscriptions_downgrade_success":"\u05d7\u05d6\u05e8\u05ea \u05dc\u05ea\u05db\u05e0\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05de\u05d9\u05ea!","subscriptions_downgrade_thanks":"\u05ea\u05d5\u05d3\u05d4 \u05dc\u05da \u05e2\u05dc \u05d4\u05d4\u05ea\u05e0\u05e1\u05d5\u05ea \u05d1\u05ea\u05db\u05e0\u05d9\u05ea \u05d1\u05ea\u05e9\u05dc\u05d5\u05dd. \u05d0\u05e0\u05d5 \u05de\u05de\u05e9\u05d9\u05db\u05d9\u05dd \u05d5\u05de\u05d5\u05e1\u05d9\u05e4\u05d9\u05dd \u05ea\u05db\u05d5\u05e0\u05d5\u05ea \u05d7\u05d3\u05e9\u05d5\u05ea \u05dc\u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u05db\u05dc \u05d4\u05d6\u05de\u05df - \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05e9\u05db\u05d3\u05d0\u05d9 \u05dc\u05da \u05dc\u05e7\u05e4\u05d5\u05e5 \u05d1\u05d4\u05de\u05e9\u05da \u05db\u05d3\u05d9 \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05dd \u05de\u05e2\u05e0\u05d9\u05d9\u05df \u05d0\u05d5\u05ea\u05da \u05dc\u05d4\u05d9\u05e8\u05e9\u05dd \u05de\u05d7\u05d3\u05e9.","subscriptions_downgrade_title":"\u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05e0\u05de\u05da \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05dc\u05ea\u05db\u05e0\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05de\u05d9\u05ea","subscriptions_help_change_desc":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d1\u05db\u05dc \u05e2\u05ea, \u05dc\u05dc\u05d0 \u05e9\u05d0\u05dc\u05d5\u05ea \u05de\u05d9\u05d5\u05ea\u05e8\u05d5\u05ea \u05d5\u05d1\u05d0\u05d5\u05e4\u05df \u05e2\u05e6\u05de\u05d0\u05d9 \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df - \u05d0\u05d9\u05df \u05e6\u05d5\u05e8\u05da \u05dc\u05d9\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05d4\u05ea\u05de\u05d9\u05db\u05d4 \u05d0\u05d5 \u05de\u05e9\u05d4\u05d5 \u05d1\u05e1\u05d2\u05e0\u05d5\u05df. \u05e2\u05dd \u05d6\u05d0\u05ea, \u05dc\u05d0 \u05d9\u05d1\u05d5\u05e6\u05e2 \u05d6\u05d9\u05db\u05d5\u05d9 \u05e2\u05dc \u05d4\u05ea\u05e7\u05d5\u05e4\u05d4 \u05d4\u05e0\u05d5\u05db\u05d7\u05d9\u05ea.","subscriptions_help_change_title":"\u05de\u05d4 \u05d0\u05dd \u05d4\u05ea\u05d7\u05e8\u05d8\u05ea\u05d9?","subscriptions_help_discounts_desc":"\u05d9\u05e9 \u05dc\u05e0\u05d5! \u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u05de\u05d5\u05e6\u05e2\u05ea \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05d5\u05dc\u05d0\u05e8\u05d2\u05d5\u05e0\u05d9 \u05e6\u05d3\u05e7\u05d4 \u05dc\u05dc\u05d0 \u05de\u05d8\u05e8\u05d5\u05ea \u05e8\u05d5\u05d5\u05d7. \u05e2\u05dc\u05d9\u05da \u05e8\u05e7 \u05dc\u05d9\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05d4\u05ea\u05de\u05d9\u05db\u05d4<\/a> \u05e2\u05dd \u05d4\u05d5\u05db\u05d7\u05d4 \u05e2\u05dc \u05d4\u05de\u05e6\u05d1 \u05e9\u05dc\u05da \u05d5\u05d0\u05e0\u05d5 \u05e0\u05d7\u05d9\u05dc \u05d4\u05de\u05e6\u05d1 \u05d4\u05de\u05d9\u05d5\u05d7\u05d3 \u05d4\u05d6\u05d4 \u05e2\u05dc \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da.","subscriptions_help_discounts_title":"\u05d9\u05e9 \u05dc\u05db\u05dd \u05d4\u05e0\u05d7\u05d4 \u05dc\u05d0\u05e8\u05d2\u05d5\u05e0\u05d9\u05dd \u05dc\u05dc\u05d0 \u05de\u05d8\u05e8\u05d5\u05ea \u05e8\u05d5\u05d5\u05d7 \u05d5\u05de\u05d5\u05e1\u05d3\u05d5\u05ea \u05d7\u05d9\u05e0\u05d5\u05da?","subscriptions_help_limits_plan":"\u05db\u05dc\u05dc \u05d5\u05db\u05dc\u05dc \u05dc\u05d0. \u05d1\u05ea\u05db\u05e0\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05de\u05d9\u05ea \u05d0\u05d9\u05df \u05dc\u05da \u05de\u05d2\u05d1\u05dc\u05d4 \u05e2\u05dc \u05db\u05de\u05d5\u05ea \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05e0\u05d9\u05ea\u05df \u05dc\u05e0\u05d4\u05dc.","subscriptions_help_limits_title":"\u05d4\u05d0\u05dd \u05d9\u05e9 \u05de\u05d2\u05d1\u05dc\u05d4 \u05e2\u05dc \u05de\u05e1\u05e4\u05e8 \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05d0\u05d5\u05db\u05dc \u05dc\u05e0\u05d4\u05dc \u05d1\u05ea\u05db\u05e0\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05de\u05d9\u05ea?","subscriptions_help_opensource_desc":"\u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u05d4\u05d5\u05d0 \u05de\u05d9\u05d6\u05dd \u05d1\u05e7\u05d5\u05d3 \u05e4\u05ea\u05d5\u05d7. \u05de\u05e9\u05de\u05e2\u05d5\u05ea \u05d4\u05d3\u05d1\u05e8 \u05d4\u05d9\u05d0 \u05e9\u05d4\u05d5\u05d0 \u05e0\u05d1\u05e0\u05d4 \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df \u05d1\u05de\u05e2\u05d5\u05e8\u05d1\u05d5\u05ea \u05d4\u05e7\u05d4\u05d9\u05dc\u05d4 \u05e9\u05e8\u05d5\u05e6\u05d4 \u05dc\u05e1\u05e4\u05e7 \u05db\u05dc\u05d9 \u05e0\u05d4\u05d3\u05e8 \u05dc\u05d8\u05d5\u05d1\u05ea \u05d4\u05db\u05dc\u05dc. \u05e7\u05d5\u05d3 \u05e4\u05ea\u05d5\u05d7 \u05de\u05e9\u05de\u05e2\u05d5 \u05e9\u05d4\u05e7\u05d5\u05d3 \u05d2\u05dc\u05d5\u05d9 \u05dc\u05e2\u05d9\u05e0\u05d9 \u05d4\u05e6\u05d9\u05d1\u05d5\u05e8 \u05d1\u05beGitHub \u05d5\u05db\u05d5\u05dc\u05dd \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05d1\u05d7\u05d5\u05df, \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05d5 \u05dc\u05e9\u05e4\u05e8 \u05d0\u05d5\u05ea\u05d5. \u05db\u05dc \u05d4\u05db\u05e1\u05e3 \u05e9\u05de\u05d2\u05d5\u05d9\u05e1 \u05de\u05d5\u05e9\u05e7\u05e2 \u05dc\u05d8\u05d5\u05d1\u05ea \u05d1\u05e0\u05d9\u05d9\u05ea \u05ea\u05db\u05d5\u05e0\u05d5\u05ea \u05d8\u05d5\u05d1\u05d5\u05ea \u05d9\u05d5\u05ea\u05e8, \u05e9\u05e8\u05ea\u05d9\u05dd \u05d7\u05d6\u05e7\u05d9\u05dd \u05d9\u05d5\u05ea\u05e8, \u05ea\u05e9\u05dc\u05d5\u05dd \u05d7\u05e9\u05d1\u05d5\u05e0\u05d5\u05ea \u05e9\u05d5\u05e0\u05d9\u05dd. \u05ea\u05d5\u05d3\u05d4 \u05dc\u05da \u05e2\u05dc \u05d4\u05e1\u05d9\u05d5\u05e2. \u05dc\u05d0 \u05d4\u05d9\u05d9\u05e0\u05d5 \u05de\u05e6\u05dc\u05d9\u05d7\u05d9\u05dd \u05dc\u05e2\u05e9\u05d5\u05ea \u05d6\u05d0\u05ea \u05d1\u05dc\u05e2\u05d3\u05d9\u05da - \u05d1\u05de\u05dc\u05d5\u05d0 \u05de\u05d5\u05d1\u05df \u05d4\u05de\u05d9\u05dc\u05d4.","subscriptions_help_opensource_title":"\u05de\u05d4 \u05d4\u05d5\u05d0 \u05de\u05d9\u05d6\u05dd \u05d1\u05e7\u05d5\u05d3 \u05e4\u05ea\u05d5\u05d7?","subscriptions_help_title":"\u05e4\u05e8\u05d8\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd \u05e9\u05e2\u05e9\u05d5\u05d9\u05d9\u05dd \u05dc\u05e2\u05e0\u05d9\u05d9\u05df \u05d0\u05d5\u05ea\u05da","subscriptions_pdf_title":"\u05d4\u05de\u05d9\u05e0\u05d5\u05d9 \u05d4\u05d7\u05d5\u05d3\u05e9\u05d9 \u05e9\u05dc\u05da \u05de\u05e1\u05d5\u05d2 :name","subscriptions_plan_choose":"\u05d1\u05d7\u05d9\u05e8\u05d4 \u05d1\u05ea\u05db\u05e0\u05d9\u05ea \u05d4\u05d6\u05d0\u05ea","subscriptions_plan_include1":"\u05db\u05dc\u05d5\u05dc \u05d1\u05e9\u05d3\u05e8\u05d5\u05d2 \u05e9\u05dc\u05da:","subscriptions_plan_include2":"\u05de\u05e1\u05e4\u05e8 \u05d1\u05dc\u05ea\u05d9 \u05de\u05d5\u05d2\u05d1\u05dc \u05e9\u05dc \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u2022 \u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea \u05d1\u05d3\u05d5\u05d0\u05f4\u05dc \u2022 \u05d9\u05d9\u05d1\u05d5\u05d0 \u05e2\u05dd vCard \u2022 \u05d4\u05ea\u05d0\u05de\u05d4 \u05d0\u05d9\u05e9\u05d9\u05ea \u05e9\u05dc \u05d2\u05d9\u05dc\u05d9\u05d5\u05df \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8","subscriptions_plan_include3":"100% \u05de\u05d4\u05e8\u05d5\u05d5\u05d7\u05d9\u05dd \u05de\u05d5\u05e9\u05e7\u05e2\u05d9\u05dd \u05d1\u05e4\u05d9\u05ea\u05d5\u05d7 \u05de\u05d9\u05d6\u05dd \u05d4\u05e7\u05d5\u05d3 \u05d4\u05e4\u05ea\u05d5\u05d7 \u05d4\u05e0\u05d4\u05d3\u05e8 \u05d4\u05d6\u05d4.","subscriptions_plan_month_bonus":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d1\u05db\u05dc \u05e2\u05ea","subscriptions_plan_month_cost":"$5 \u05dc\u05d7\u05d5\u05d3\u05e9","subscriptions_plan_month_title":"\u05ea\u05e9\u05dc\u05d5\u05dd \u05d7\u05d5\u05d3\u05e9\u05d9","subscriptions_plan_year_bonus":"\u05e9\u05e7\u05d8 \u05e0\u05e4\u05e9\u05d9 \u05dc\u05e9\u05e0\u05d4 \u05e9\u05dc\u05de\u05d4","subscriptions_plan_year_cost":"$45 \u05dc\u05e9\u05e0\u05d4","subscriptions_plan_year_cost_save":"\u05d7\u05d9\u05e1\u05db\u05d5\u05df \u05e9\u05dc 25%","subscriptions_plan_year_title":"\u05ea\u05e9\u05dc\u05d5\u05dd \u05e9\u05e0\u05ea\u05d9","subscriptions_upgrade_charge":"\u05d0\u05e0\u05d5 \u05e0\u05d7\u05d9\u05d9\u05d1 \u05d0\u05ea \u05d4\u05db\u05e8\u05d8\u05d9\u05e1 \u05e9\u05dc\u05da \u05d1\u05e1\u05db\u05d5\u05dd \u05e9\u05dc $:price USD. \u05d4\u05d7\u05d9\u05d5\u05d1 \u05d4\u05d1\u05d0 \u05d9\u05d4\u05d9\u05d4 \u05d1\u05be:date. \u05d1\u05de\u05e7\u05e8\u05d4 \u05e9\u05e9\u05d9\u05e0\u05d9\u05ea \u05d0\u05ea \u05d3\u05e2\u05ea\u05da, \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d1\u05db\u05dc \u05e2\u05ea, \u05d1\u05dc\u05d9 \u05e9\u05d0\u05dc\u05d5\u05ea \u05de\u05d9\u05d5\u05ea\u05e8\u05d5\u05ea.","subscriptions_upgrade_charge_handled":"\u05d4\u05e1\u05dc\u05d9\u05e7\u05d4 \u05de\u05d1\u05d5\u05e6\u05e2\u05ea \u05e2\u05dc \u05d9\u05d3\u05d9 Stripe<\/a>. \u05d4\u05de\u05d9\u05d3\u05e2 \u05e2\u05dc \u05d4\u05db\u05e8\u05d8\u05d9\u05e1 \u05dc\u05d0 \u05e2\u05d5\u05d1\u05e8 \u05d3\u05e8\u05da \u05d4\u05e9\u05e8\u05ea \u05e9\u05dc\u05e0\u05d5.","subscriptions_upgrade_choose":"\u05d1\u05d7\u05e8\u05ea \u05d1\u05ea\u05db\u05e0\u05d9\u05ea :plan.","subscriptions_upgrade_credit":"\u05db\u05e8\u05d8\u05d9\u05e1 \u05d0\u05e9\u05e8\u05d0\u05d9 \u05d0\u05d5 \u05d7\u05d9\u05d5\u05d1","subscriptions_upgrade_infos":"\u05d0\u05d9\u05df \u05de\u05d0\u05d5\u05e9\u05e8\u05d9\u05dd \u05de\u05d0\u05ea\u05e0\u05d5. \u05e0\u05d0 \u05dc\u05d4\u05e7\u05dc\u05d9\u05d3 \u05d0\u05ea \u05e4\u05e8\u05d8\u05d9 \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd \u05e9\u05dc\u05da \u05dc\u05d4\u05dc\u05df.","subscriptions_upgrade_name":"\u05d4\u05e9\u05dd \u05e2\u05dc \u05d4\u05db\u05e8\u05d8\u05d9\u05e1","subscriptions_upgrade_submit":"\u05e9\u05dc\u05d9\u05d7\u05ea \u05ea\u05e9\u05dc\u05d5\u05dd","subscriptions_upgrade_success":"\u05ea\u05d5\u05d3\u05d4 \u05dc\u05da! \u05e0\u05e8\u05e9\u05de\u05ea \u05db\u05e2\u05ea.","subscriptions_upgrade_thanks":"\u05d1\u05e8\u05d5\u05da \u05d1\u05d5\u05d0\u05da \u05dc\u05e7\u05d4\u05d9\u05dc\u05d4 \u05e9\u05dc \u05d0\u05e0\u05e9\u05d9\u05dd \u05e9\u05de\u05e0\u05e1\u05d9\u05dd \u05dc\u05d4\u05e4\u05d5\u05da \u05d0\u05ea \u05d4\u05e2\u05d5\u05dc\u05dd \u05dc\u05de\u05e7\u05d5\u05dd \u05d8\u05d5\u05d1 \u05d9\u05d5\u05ea\u05e8.","subscriptions_upgrade_title":"\u05e9\u05d3\u05e8\u05d5\u05d2 \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da","subscriptions_upgrade_zip":"\u05de\u05d9\u05e7\u05d5\u05d3 \u05d0\u05d5 \u05ea\u05d0 \u05d3\u05d5\u05d0\u05e8","tags_blank_description":"\u05ea\u05d2\u05d9\u05d5\u05ea \u05e2\u05d5\u05d1\u05d3\u05d5\u05ea \u05db\u05de\u05d5 \u05ea\u05d9\u05e7\u05d9\u05d5\u05ea, \u05d0\u05da \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d9\u05d5\u05ea\u05e8 \u05de\u05ea\u05d2\u05d9\u05ea \u05d0\u05d7\u05ea \u05dc\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8. \u05d9\u05e9 \u05dc\u05d2\u05e9\u05ea \u05dc\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05d5\u05dc\u05ea\u05d9\u05d9\u05d2 \u05db\u05d7\u05d1\u05e8, \u05de\u05d9\u05d3 \u05de\u05ea\u05d7\u05ea \u05dc\u05e9\u05dd. \u05dc\u05d0\u05d7\u05e8 \u05ea\u05d9\u05d5\u05d2 \u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8, \u05e0\u05d9\u05ea\u05df \u05dc\u05d7\u05d6\u05d5\u05e8 \u05dc\u05db\u05d0\u05df \u05db\u05d3\u05d9 \u05dc\u05e0\u05d4\u05dc \u05d0\u05ea \u05db\u05dc \u05d4\u05ea\u05d2\u05d9\u05d5\u05ea \u05d1\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da.","tags_blank_title":"\u05ea\u05d2\u05d9\u05d5\u05ea \u05d4\u05df \u05d3\u05e8\u05da \u05e0\u05d4\u05d3\u05e8\u05ea \u05dc\u05d0\u05e8\u05d2\u05d5\u05df \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da.","tags_list_contact_number":"\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8 \u05d0\u05d7\u05d3|:count \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8","tags_list_delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05ea\u05d2\u05d9\u05ea? \u05dc\u05d0 \u05d9\u05d9\u05de\u05d7\u05e7\u05d5 \u05d0\u05e0\u05e9\u05d9 \u05e7\u05e9\u05e8, \u05e8\u05e7 \u05d4\u05ea\u05d2\u05d9\u05ea.","tags_list_delete_success":"\u05d4\u05ea\u05d2\u05d9\u05ea \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","tags_list_description":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d0\u05e8\u05d2\u05df \u05d0\u05ea \u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05e9\u05dc\u05da \u05e2\u05dc \u05d9\u05d3\u05d9 \u05d4\u05d2\u05d3\u05e8\u05ea \u05ea\u05d2\u05d9\u05d5\u05ea. \u05ea\u05d2\u05d9\u05d5\u05ea \u05e2\u05d5\u05d1\u05d3\u05d5\u05ea \u05db\u05de\u05d5 \u05ea\u05d9\u05e7\u05d9\u05d5\u05ea \u05d0\u05da \u05d9\u05e9 \u05dc\u05da \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d9\u05d5\u05ea\u05e8 \u05de\u05ea\u05d2\u05d9\u05ea \u05d0\u05d7\u05ea \u05dc\u05d0\u05d9\u05e9 \u05e7\u05e9\u05e8. \u05db\u05d3\u05d9 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05ea\u05d2\u05d9\u05ea \u05d7\u05d3\u05e9\u05d4, \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d0\u05d5\u05ea\u05d4 \u05e2\u05dc \u05d0\u05d9\u05e9 \u05d4\u05e7\u05e9\u05e8 \u05e2\u05e6\u05de\u05d5.","tags_list_title":"\u05ea\u05d2\u05d9\u05d5\u05ea","timezone":"\u05d0\u05d6\u05d5\u05e8 \u05d6\u05de\u05df","u2f_buttonAdvise":"\u05d0\u05dd \u05dc\u05de\u05e4\u05ea\u05d7 \u05d4\u05d0\u05d1\u05d8\u05d7\u05d4 \u05e9\u05dc\u05da \u05d9\u05e9 \u05db\u05e4\u05ea\u05d5\u05e8, \u05d9\u05e9 \u05dc\u05dc\u05d7\u05d5\u05e5 \u05e2\u05dc\u05d9\u05d5.","u2f_enable_description":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05de\u05e4\u05ea\u05d7 \u05d0\u05d1\u05d8\u05d7\u05d4 \u05d7\u05d3\u05e9 \u05de\u05e1\u05d5\u05d2 U2F","u2f_error_bad_request":"\u05d4\u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05de\u05d1\u05d5\u05e7\u05e9\u05ea \u05d0\u05d9\u05e0\u05d4 \u05ea\u05d5\u05d0\u05de\u05ea \u05d0\u05ea \u05de\u05d6\u05d4\u05d4 \u05d4\u05d9\u05d9\u05e9\u05d5\u05dd \u05d0\u05d5 \u05e9\u05d4\u05d7\u05d9\u05d1\u05d5\u05e8 \u05e9\u05dc\u05da \u05d0\u05d9\u05e0\u05d5 HTTPS","u2f_error_configuration_unsupported":"\u05d0\u05d9\u05df \u05ea\u05de\u05d9\u05db\u05d4 \u05d1\u05ea\u05e6\u05d5\u05e8\u05ea \u05dc\u05e7\u05d5\u05d7.","u2f_error_device_ineligible":"\u05d4\u05d4\u05ea\u05e7\u05df \u05e9\u05d4\u05d5\u05e6\u05d2 \u05d0\u05d9\u05e0\u05d5 \u05de\u05ea\u05d0\u05d9\u05dd \u05dc\u05d1\u05e7\u05e9\u05d4 \u05d6\u05d5. \u05e2\u05d1\u05d5\u05e8 \u05d1\u05e7\u05e9\u05ea \u05e8\u05d9\u05e9\u05d5\u05dd \u05d9\u05ea\u05db\u05df \u05e9\u05d4\u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05db\u05d1\u05e8 \u05e8\u05e9\u05d5\u05dd \u05d5\u05dc\u05d1\u05e7\u05e9\u05ea \u05db\u05e0\u05d9\u05e1\u05d4 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05e9\u05d4\u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05dc\u05d0 \u05de\u05db\u05d9\u05e8 \u05d0\u05ea \u05de\u05e0\u05d2\u05e0\u05d5\u05df \u05d4\u05de\u05e4\u05ea\u05d7 \u05e9\u05d4\u05d5\u05e6\u05d2.","u2f_error_other_error":"\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4.","u2f_error_timeout":"\u05d4\u05de\u05ea\u05e0\u05ea \u05d6\u05de\u05df \u05e8\u05d1 \u05de\u05d3\u05d9 \u05d5\u05d4\u05de\u05e2\u05e0\u05d4 \u05dc\u05d1\u05e7\u05e9\u05d4 \u05dc\u05d0 \u05d4\u05d2\u05d9\u05e2.","u2f_insertKey":"\u05e0\u05d0 \u05dc\u05d4\u05db\u05e0\u05d9\u05e1 \u05d0\u05ea \u05de\u05e4\u05ea\u05d7 \u05d4\u05d0\u05d1\u05d8\u05d7\u05d4 \u05e9\u05dc\u05da.","u2f_noButtonAdvise":"\u05d0\u05dd \u05d0\u05d9\u05df \u05dc\u05d5, \u05d9\u05e9 \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d0\u05d5\u05ea\u05d5 \u05d5\u05dc\u05d4\u05db\u05e0\u05d9\u05e1 \u05e9\u05d5\u05d1.","u2f_success":"\u05d4\u05de\u05e4\u05ea\u05d7 \u05e9\u05dc\u05da \u05de\u05d6\u05d5\u05d4\u05d4 \u05d5\u05de\u05d0\u05d5\u05de\u05ea.","u2f_title":"\u05de\u05e4\u05ea\u05d7 \u05d0\u05d1\u05d8\u05d7\u05d4 U2F","users_accept_title":"\u05e7\u05d1\u05dc\u05ea \u05d4\u05d4\u05d6\u05de\u05e0\u05d4 \u05d5\u05d9\u05e6\u05d9\u05e8\u05ea \u05d7\u05e9\u05d1\u05d5\u05df \u05d7\u05d3\u05e9","users_add_confirmation":"\u05de\u05d5\u05e1\u05db\u05dd \u05e2\u05dc\u05d9 \u05dc\u05d4\u05d6\u05de\u05d9\u05df \u05d0\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05d4\u05d6\u05d4 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05d9. \u05dc\u05d0\u05d3\u05dd \u05d4\u05d6\u05d4 \u05ea\u05d4\u05d9\u05d4 \u05d2\u05d9\u05e9\u05d4 \u05dc\u05db\u05dc \u05d4\u05de\u05d9\u05d3\u05e2 \u05e9\u05dc\u05d9 \u05d5\u05d9\u05d5\u05db\u05dc \u05dc\u05e8\u05d0\u05d5\u05ea \u05d1\u05d3\u05d9\u05d5\u05e7 \u05de\u05d4 \u05e9\u05d0\u05e0\u05d9 \u05e8\u05d5\u05d0\u05d4.","users_add_cta":"\u05d4\u05d6\u05de\u05e0\u05ea \u05de\u05e9\u05ea\u05de\u05e9 \u05d3\u05e8\u05da \u05d3\u05d5\u05d0\u05f4\u05dc","users_add_description":"\u05dc\u05d0\u05d3\u05dd \u05d4\u05d6\u05d4 \u05ea\u05d4\u05d9\u05d9\u05e0\u05d4 \u05d0\u05ea \u05d0\u05d5\u05ea\u05d4 \u05e8\u05de\u05ea \u05d4\u05d4\u05e8\u05e9\u05d0\u05d5\u05ea \u05db\u05de\u05d5\u05da \u05d5\u05ea\u05d4\u05d9\u05d4 \u05dc\u05d5 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d4\u05d6\u05de\u05d9\u05df \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd \u05d5\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05d5\u05ea\u05dd (\u05db\u05d5\u05dc\u05dc \u05d0\u05d5\u05ea\u05da), \u05dc\u05db\u05df, \u05db\u05d3\u05d0\u05d9 \u05dc\u05d5\u05d5\u05d3\u05d0 \u05e9\u05d9\u05e9 \u05dc\u05da \u05d0\u05de\u05d5\u05df \u05d1\u05d0\u05d3\u05dd \u05d6\u05d4.","users_add_email_field":"\u05e0\u05d0 \u05dc\u05d4\u05e7\u05dc\u05d9\u05d3 \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05dc \u05d4\u05d0\u05d3\u05dd \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05d6\u05de\u05d9\u05df","users_add_title":"\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d6\u05de\u05d9\u05df \u05de\u05e9\u05ea\u05de\u05e9 \u05d7\u05d3\u05e9 \u05d3\u05e8\u05da \u05d3\u05d5\u05d0\u05f4\u05dc \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da","users_blank_add_title":"\u05dc\u05d4\u05d6\u05de\u05d9\u05df \u05de\u05d9\u05e9\u05d4\u05d5 \u05e0\u05d5\u05e1\u05e3?","users_blank_cta":"\u05dc\u05d4\u05d6\u05de\u05d9\u05df \u05de\u05d9\u05e9\u05d4\u05d5","users_blank_description":"\u05dc\u05d0\u05d3\u05dd \u05d4\u05d6\u05d4 \u05d9\u05e9 \u05d0\u05ea \u05d0\u05d5\u05ea\u05d4 \u05e8\u05de\u05ea \u05d4\u05d2\u05d9\u05e9\u05d4 \u05db\u05de\u05d5\u05da \u05d5\u05ea\u05d4\u05d9\u05d4 \u05dc\u05d5 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3, \u05dc\u05e2\u05e8\u05d5\u05da \u05d0\u05d5 \u05dc\u05de\u05d7\u05d5\u05e7 \u05e4\u05e8\u05d8\u05d9 \u05e7\u05e9\u05e8.","users_blank_title":"\u05e8\u05e7 \u05dc\u05da \u05d9\u05e9 \u05d2\u05d9\u05e9\u05d4 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05d4\u05d6\u05d4.","users_error_already_invited":"\u05db\u05d1\u05e8 \u05d4\u05d6\u05de\u05e0\u05ea \u05d0\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05d4\u05d6\u05d4. \u05e0\u05d0 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d1\u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc \u05d0\u05d7\u05e8\u05ea.","users_error_email_already_taken":"\u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc \u05d6\u05d5 \u05db\u05d1\u05e8 \u05ea\u05e4\u05d5\u05e1\u05d4. \u05e0\u05d0 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d1\u05d0\u05d7\u05ea \u05d0\u05d7\u05e8\u05ea","users_error_email_not_similar":"\u05d6\u05d0\u05ea \u05dc\u05d0 \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05dc \u05d4\u05d0\u05d3\u05dd \u05e9\u05d4\u05d6\u05de\u05e0\u05ea.","users_error_please_confirm":"\u05e0\u05d0 \u05dc\u05d4\u05e1\u05db\u05d9\u05dd \u05dc\u05d4\u05d6\u05de\u05e0\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05d4\u05d6\u05d4 \u05d1\u05d8\u05e8\u05dd \u05d4\u05de\u05e9\u05da \u05ea\u05d4\u05dc\u05d9\u05da \u05d4\u05d4\u05d6\u05de\u05e0\u05d4","users_invitation_deleted_confirmation_message":"\u05d4\u05d4\u05d6\u05de\u05e0\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4","users_invitation_need_subscription":"\u05d4\u05d5\u05e1\u05e4\u05ea \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd \u05d3\u05d5\u05e8\u05e9\u05ea \u05e8\u05d9\u05e9\u05d5\u05dd.","users_invitations_delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05d4\u05d6\u05de\u05e0\u05d4 \u05d4\u05d6\u05d0\u05ea?","users_list_add_user":"\u05d4\u05d6\u05de\u05e0\u05ea \u05de\u05e9\u05ea\u05de\u05e9 \u05d7\u05d3\u05e9","users_list_delete_confirmation":"\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05d4\u05d6\u05d4 \u05de\u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da?","users_list_invitations_explanation":"\u05dc\u05d4\u05dc\u05df \u05de\u05d5\u05e4\u05d9\u05e2\u05d9\u05dd \u05d4\u05d0\u05e0\u05e9\u05d9\u05dd \u05e9\u05d4\u05d6\u05de\u05e0\u05ea \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05d5\u05e0\u05d9\u05e7\u05d4 \u05db\u05e9\u05d5\u05ea\u05e4\u05d9\u05dd.","users_list_invitations_invited_by":"\u05d4\u05d6\u05de\u05e0\u05d4 \u05de\u05d0\u05ea :name","users_list_invitations_sent_date":"\u05e0\u05e9\u05dc\u05d7 \u05d1\u05be:date","users_list_invitations_title":"\u05d4\u05d6\u05de\u05e0\u05d5\u05ea \u05de\u05de\u05ea\u05d9\u05e0\u05d5\u05ea","users_list_title":"\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05e2\u05dd \u05d2\u05d9\u05e9\u05d4 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da","users_list_you":"\u05de\u05d3\u05d5\u05d1\u05e8 \u05d1\u05da"},"validation":{"accepted":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05ea\u05e7\u05d1\u05dc.","active_url":":attribute \u05d0\u05d9\u05e0\u05d4 \u05db\u05ea\u05d5\u05d1\u05ea \u05ea\u05e7\u05e0\u05d9\u05ea.","after":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05ea\u05d0\u05e8\u05d9\u05da \u05dc\u05d0\u05d7\u05e8 :date.","after_or_equal":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d4\u05ea\u05d0\u05e8\u05d9\u05da :date \u05d0\u05d5 \u05d0\u05d7\u05e8\u05d9\u05d5.","alpha":":attribute \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05db\u05d9\u05dc \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d1\u05dc\u05d1\u05d3.","alpha_dash":":attribute \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05db\u05d9\u05dc \u05e8\u05e7 \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea, \u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d5\u05de\u05d9\u05e0\u05d5\u05e1\u05d9\u05dd.","alpha_num":":attribute \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05db\u05d9\u05dc \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d5\u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3.","array":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e2\u05e8\u05da.","attributes":[],"before":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05ea\u05d0\u05e8\u05d9\u05da \u05dc\u05e4\u05e0\u05d9 :date.","before_or_equal":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d4\u05ea\u05d0\u05e8\u05d9\u05da :date \u05d0\u05d5 \u05dc\u05e4\u05e0\u05d9\u05d5.","between":{"array":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d9\u05df :min \u05dc\u05d1\u05d9\u05df :max \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd.","file":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d9\u05df :min \u05dc\u05d1\u05d9\u05df :max \u05e7\u05d9\u05dc\u05d5\u05d1\u05ea\u05d9\u05dd.","numeric":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d9\u05df :min \u05dc\u05d1\u05d9\u05df :max.","string":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d9\u05df :min \u05dc\u05d1\u05d9\u05df :max \u05ea\u05d5\u05d5\u05d9\u05dd."},"boolean":"\u05d4\u05e9\u05d3\u05d4 :attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d0\u05de\u05ea \u05d0\u05d5 \u05e9\u05e7\u05e8.","confirmed":"\u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05e9\u05dc :attribute \u05dc\u05d0 \u05ea\u05d5\u05d0\u05dd.","custom":{"attribute-name":{"rule-name":"custom-message"}},"date":":attribute \u05d0\u05d9\u05e0\u05d5 \u05ea\u05d0\u05e8\u05d9\u05da \u05ea\u05e7\u05e0\u05d9.","date_format":":attribute \u05dc\u05d0 \u05ea\u05d5\u05d0\u05dd \u05d0\u05ea \u05d4\u05de\u05d1\u05e0\u05d4 :format.","different":":attribute \u05d5\u05d2\u05dd :other \u05d7\u05d9\u05d9\u05d1\u05d9\u05dd \u05dc\u05d4\u05d9\u05d5\u05ea \u05e9\u05d5\u05e0\u05d9\u05dd \u05d6\u05d4 \u05de\u05d6\u05d4.","digits":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d0\u05d5\u05e8\u05da :digits \u05e1\u05e4\u05e8\u05d5\u05ea.","digits_between":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d9\u05df :min \u05dc\u05be:max \u05e1\u05e4\u05e8\u05d5\u05ea.","dimensions":"\u05de\u05de\u05d3\u05d9 \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05dc :attribute \u05e9\u05d2\u05d5\u05d9\u05d9\u05dd.","distinct":"\u05dc\u05e9\u05d3\u05d4 :attribute \u05d9\u05e9 \u05e2\u05e8\u05da \u05db\u05e4\u05d5\u05dc.","email":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc \u05ea\u05e7\u05e0\u05d9\u05ea.","exists":":attribute \u05d4\u05e0\u05d1\u05d7\u05e8 \u05e9\u05d2\u05d5\u05d9.","file":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e7\u05d5\u05d1\u05e5.","filled":"\u05d4\u05e9\u05d3\u05d4 :attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05db\u05d9\u05dc \u05dc\u05e2\u05e8\u05da.","image":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05ea\u05de\u05d5\u05e0\u05d4.","in":":attribute \u05d4\u05e0\u05d1\u05d7\u05e8 \u05e9\u05d2\u05d5\u05d9.","in_array":"\u05d4\u05e9\u05d3\u05d4 :attribute \u05dc\u05d0 \u05e7\u05d9\u05d9\u05dd \u05ea\u05d7\u05ea :other.","integer":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e1\u05e4\u05e8 \u05e9\u05dc\u05dd \u05d5\u05d7\u05d9\u05d5\u05d1\u05d9.","ip":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05db\u05ea\u05d5\u05d1\u05ea IP \u05ea\u05e7\u05e0\u05d9\u05ea.","ipv4":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05db\u05ea\u05d5\u05d1\u05ea IPv4 \u05ea\u05e7\u05e0\u05d9\u05ea.","ipv6":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05db\u05ea\u05d5\u05d1\u05ea IPv6 \u05ea\u05e7\u05e0\u05d9\u05ea.","json":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05d7\u05e8\u05d5\u05d6\u05ea JSON \u05ea\u05e7\u05e0\u05d9\u05ea.","max":{"array":"\u05ea\u05d7\u05ea :attribute \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05d4\u05d9\u05d5\u05ea \u05d9\u05d5\u05ea\u05e8 \u05de\u05be:max \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd.","file":":attribute \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc \u05de\u05be:max \u05e7\u05d9\u05dc\u05d5\u05d1\u05ea\u05d9\u05dd.","numeric":":attribute \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05d9\u05d5\u05ea\u05e8 \u05d2\u05d3\u05d5\u05dc \u05de\u05d0\u05e9\u05e8 :max.","string":":attribute \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc \u05de\u05be:max \u05ea\u05d5\u05d5\u05d9\u05dd."},"mimes":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e7\u05d5\u05d1\u05e5 \u05de\u05e1\u05d5\u05d2: :values.","mimetypes":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e7\u05d5\u05d1\u05e5 \u05de\u05e1\u05d5\u05d2: :values.","min":{"array":"\u05ea\u05d7\u05ea :attribute \u05d7\u05d9\u05d9\u05d1\u05d9\u05dd \u05dc\u05d4\u05d9\u05d5\u05ea \u05dc\u05e4\u05d7\u05d5\u05ea :min \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd.","file":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d2\u05d5\u05d3\u05dc \u05e9\u05dc \u05dc\u05e4\u05d7\u05d5\u05ea :min \u05e7\u05d9\u05dc\u05d5\u05d1\u05ea\u05d9\u05dd.","numeric":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05dc\u05e4\u05d7\u05d5\u05ea :min.","string":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d0\u05d5\u05e8\u05da \u05e9\u05dc \u05dc\u05e4\u05d7\u05d5\u05ea :min \u05ea\u05d5\u05d5\u05d9\u05dd."},"not_in":":attribute \u05d4\u05e0\u05d1\u05d7\u05e8 \u05e9\u05d2\u05d5\u05d9.","not_regex":"\u05d4\u05ea\u05d1\u05e0\u05d9\u05ea :attribute \u05e9\u05d2\u05d5\u05d9\u05d4.","numeric":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e1\u05e4\u05e8.","present":"\u05d4\u05e9\u05d3\u05d4 :attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e0\u05d5\u05db\u05d7.","regex":"\u05d4\u05de\u05d1\u05e0\u05d4 :attribute \u05e9\u05d2\u05d5\u05d9.","required":"\u05d4\u05e9\u05d3\u05d4 :attribute \u05e0\u05d7\u05d5\u05e5.","required_if":"\u05d4\u05e9\u05d3\u05d4 :attribute \u05e0\u05d7\u05d5\u05e5 \u05db\u05d0\u05e9\u05e8 :other \u05d4\u05d5\u05d0 :value.","required_unless":"\u05d4\u05e9\u05d3\u05d4 :attribute \u05e0\u05d7\u05d5\u05e5 \u05d0\u05dc\u05de\u05dc\u05d0 :other \u05e7\u05d9\u05d9\u05dd \u05d1\u05ea\u05d5\u05da :values.","required_with":"\u05d4\u05e9\u05d3\u05d4 :attribute \u05e0\u05d7\u05d5\u05e5 \u05db\u05d0\u05e9\u05e8 :values \u05e7\u05d9\u05d9\u05de\u05d9\u05dd.","required_with_all":"\u05d4\u05e9\u05d3\u05d4 :attribute \u05e0\u05d7\u05d5\u05e5 \u05db\u05d0\u05e9\u05e8 :values \u05e7\u05d9\u05d9\u05de\u05d9\u05dd.","required_without":"\u05d4\u05e9\u05d3\u05d4 :attribute \u05e0\u05d7\u05d5\u05e5 \u05db\u05d0\u05e9\u05e8 :values \u05d0\u05d9\u05e0\u05dd \u05e7\u05d9\u05d9\u05de\u05d9\u05dd.","required_without_all":"\u05d4\u05e9\u05d3\u05d4 :attribute \u05e0\u05d7\u05d5\u05e5 \u05db\u05d0\u05e9\u05e8 \u05d0\u05e3 \u05d0\u05d7\u05d3 \u05de\u05d1\u05d9\u05df :values \u05e7\u05d9\u05d9\u05dd.","same":":attribute \u05d5\u05d2\u05dd :other \u05d7\u05d9\u05d9\u05d1\u05d9\u05dd \u05dc\u05d4\u05d9\u05d5\u05ea \u05ea\u05d5\u05d0\u05de\u05d9\u05dd.","size":{"array":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05db\u05d9\u05dc :size \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd.","file":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d2\u05d5\u05d3\u05dc \u05e9\u05dc :size \u05e7\u05d9\u05dc\u05d5\u05d1\u05ea\u05d9\u05dd.","numeric":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d2\u05d5\u05d3\u05dc :size.","string":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d0\u05d5\u05e8\u05da \u05e9\u05dc :size \u05ea\u05d5\u05d5\u05d9\u05dd."},"string":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e7\u05d5\u05d1\u05e5.","timezone":":attribute \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d0\u05d6\u05d5\u05e8 \u05ea\u05e7\u05e0\u05d9.","unique":":attribute \u05db\u05d1\u05e8 \u05ea\u05e4\u05d5\u05e1.","uploaded":"\u05d4\u05e2\u05dc\u05d0\u05ea :attribute \u05e0\u05db\u05e9\u05dc\u05d4.","url":"\u05d4\u05ea\u05d1\u05e0\u05d9\u05ea :attribute \u05e9\u05d2\u05d5\u05d9\u05d4."}} diff --git a/public/js/langs/it.json b/public/js/langs/it.json index 51273b3f9d7..ec29b108516 100644 --- a/public/js/langs/it.json +++ b/public/js/langs/it.json @@ -1 +1 @@ -{"app":{"add":"Aggiungi","application_description":"Monica \u00e8 uno strumento per gestire le interazioni con i vostri cari, amici e familiari.","application_og_title":"Avere migliori relazioni con i vostri cari. CRM Online gratuito per gli amici e la famiglia.","application_title":"Monica \u2013 personal relationship manager","breadcrumb_add_note":"Aggiungi una nota","breadcrumb_add_significant_other":"Aggiungi partner","breadcrumb_api":"API","breadcrumb_dashboard":"Home","breadcrumb_edit_introductions":"Come vi siete conosciuti","breadcrumb_edit_note":"Modifica nota","breadcrumb_edit_significant_other":"Modifica partner","breadcrumb_journal":"Diario","breadcrumb_list_contacts":"Lista dei contatti","breadcrumb_settings":"Impostazioni","breadcrumb_settings_export":"Esporta","breadcrumb_settings_import":"Importa","breadcrumb_settings_import_report":"Resoconto dell'importazione","breadcrumb_settings_import_upload":"Carica","breadcrumb_settings_personalization":"Personalizzazione","breadcrumb_settings_security":"Sicurezza","breadcrumb_settings_security_2fa":"Autenticazione due fattori","breadcrumb_settings_subscriptions":"Sottoscrizioni","breadcrumb_settings_tags":"Etichette","breadcrumb_settings_users":"Utenti","breadcrumb_settings_users_add":"Aggiungi un utente","cancel":"Cancella","close":"Chiudi","compliance_desc":"We have changed our Terms of Use<\/a> and Privacy Policy<\/a>. By law we have to ask you to review them and accept them so you can continue to use your account.","compliance_desc_end":"We don\u2019t do anything nasty with your data or account and will never do.","compliance_terms":"Accept new terms and privacy policy","compliance_title":"Sorry for the interruption.","create":"Crea","days":"giorno | giorni","default_save_success":"I dati sono stati salvati.","delete":"Rimuovi","done":"Fatto","edit":"Modifica","error_save":"Abbiamo avuto un errore cercando di salvare i dati.","error_title":"Ops! Qualcosa \u00e8 andato storto.","error_unauthorized":"Non hai il permesso di aggiornare questa risorsa.","footer_modal_version_release_away":"La tua versione \u00e8 1 versione indietro rispetto all'ultima disponibile. Dovresti aggiornare Monica.|La tua versione \u00e8 :number versioni indietro rispetto all'ultima disponibile. Dovresti aggiornare Monica.","footer_modal_version_whats_new":"Novit\u00e0","footer_new_version":"\u00c8 disponibile una nuova versione","footer_newsletter":"Newsletter","footer_privacy":"Privacy","footer_release":"Note di rilascio","footer_remarks":"Commenti?","footer_send_email":"Inviami una email","footer_source_code":"Monica su GitHub","footer_version":"Versione: :version","for":"per","gender_female":"Donna","gender_male":"Uomo","gender_none":"Preferisco non specificarlo","header_changelog_link":"Modifiche di prodotto","header_logout_link":"Disconnettiti","header_settings_link":"Impostazioni","load_more":"Carica altro","loading":"Caricamento in corso...","main_nav_activities":"Attivit\u00e0","main_nav_cta":"Aggiungi contatti","main_nav_dashboard":"Home","main_nav_family":"Contatti","main_nav_journal":"Diario","main_nav_tasks":"Compiti","markdown_description":"Vuoi formattare il tuo testo? Supportiamo Markdown per grassetto, corsivo, liste, e altro ancora.","markdown_link":"Leggi documentazione","new":"nuovo","relationship_type_bestfriend":"miglior amico","relationship_type_bestfriend_female":"miglior amico","relationship_type_bestfriend_female_with_name":":name\u2019s best friend","relationship_type_bestfriend_with_name":":name\u2019s best friend","relationship_type_boss":"boss","relationship_type_boss_female":"boss","relationship_type_boss_female_with_name":":name\u2019s boss","relationship_type_boss_with_name":":name\u2019s boss","relationship_type_child":"son","relationship_type_child_female":"daughter","relationship_type_child_female_with_name":":name\u2019s daughter","relationship_type_child_with_name":":name\u2019s son","relationship_type_colleague":"colleague","relationship_type_colleague_female":"colleague","relationship_type_colleague_female_with_name":":name\u2019s colleague","relationship_type_colleague_with_name":":name\u2019s colleague","relationship_type_cousin":"cousin","relationship_type_cousin_female":"cugino","relationship_type_cousin_female_with_name":": nome del cugino","relationship_type_cousin_with_name":": nome del cugino","relationship_type_date":"date","relationship_type_date_female":"date","relationship_type_date_female_with_name":":name\u2019s date","relationship_type_date_with_name":":name\u2019s date","relationship_type_ex":"ex-boyfriend","relationship_type_ex_female":"ex-girlfriend","relationship_type_ex_female_with_name":":name\u2019s ex-girlfriend","relationship_type_ex_husband":"ex husband","relationship_type_ex_husband_female":"ex wife","relationship_type_ex_husband_female_with_name":":name\u2019s ex wife","relationship_type_ex_husband_with_name":":name\u2019s ex husband","relationship_type_ex_with_name":":name\u2019s ex-boyfriend","relationship_type_friend":"amico","relationship_type_friend_female":"amico","relationship_type_friend_female_with_name":":name\u2019s friend","relationship_type_friend_with_name":":name\u2019s friend","relationship_type_godfather":"padrino","relationship_type_godfather_female":"madrina","relationship_type_godfather_female_with_name":": nome della madrina","relationship_type_godfather_with_name":": nome del padrino","relationship_type_godson":"godson","relationship_type_godson_female":"goddaughter","relationship_type_godson_female_with_name":":name\u2019s goddaughter","relationship_type_godson_with_name":":name\u2019s godson","relationship_type_grandchild":"grand child","relationship_type_grandchild_female":"grand child","relationship_type_grandchild_female_with_name":":name\u2019s grand child","relationship_type_grandchild_with_name":":name\u2019s grand child","relationship_type_grandparent":"grand parent","relationship_type_grandparent_female":"grand parent","relationship_type_grandparent_female_with_name":":name\u2019s grand parent","relationship_type_grandparent_with_name":":name\u2019s grand parent","relationship_type_group_family":"Relazioni familiari","relationship_type_group_friend":"Rapporti di amicizia","relationship_type_group_love":"Relazioni d'amore","relationship_type_group_other":"Altri tipi di relazioni","relationship_type_group_work":"Rapporti di lavoro","relationship_type_inlovewith":"innamorati di","relationship_type_inlovewith_female":"innamorati di","relationship_type_inlovewith_female_with_name":"someone :name is in love with","relationship_type_inlovewith_with_name":"qualcuno: \u00e8 innamorato di","relationship_type_lovedby":"loved by","relationship_type_lovedby_female":"loved by","relationship_type_lovedby_female_with_name":":name\u2019s secret lover","relationship_type_lovedby_with_name":":name\u2019s secret lover","relationship_type_lover":"amante","relationship_type_lover_female":"amante","relationship_type_lover_female_with_name":": nome amante","relationship_type_lover_with_name":": nome amante","relationship_type_mentor":"mentor","relationship_type_mentor_female":"mentor","relationship_type_mentor_female_with_name":":name\u2019s mentor","relationship_type_mentor_with_name":":name\u2019s mentor","relationship_type_nephew":"nephew","relationship_type_nephew_female":"niece","relationship_type_nephew_female_with_name":":name\u2019s niece","relationship_type_nephew_with_name":":name\u2019s nephew","relationship_type_parent":"father","relationship_type_parent_female":"mother","relationship_type_parent_female_with_name":":name\u2019s mother","relationship_type_parent_with_name":":name\u2019s father","relationship_type_partner":"significant other","relationship_type_partner_female":"significant other","relationship_type_partner_female_with_name":":name\u2019s significant other","relationship_type_partner_with_name":":name\u2019s significant other","relationship_type_protege":"protege","relationship_type_protege_female":"protege","relationship_type_protege_female_with_name":":name\u2019s protege","relationship_type_protege_with_name":":name\u2019s protege","relationship_type_sibling":"brother","relationship_type_sibling_female":"sister","relationship_type_sibling_female_with_name":":name\u2019s sister","relationship_type_sibling_with_name":":name\u2019s brother","relationship_type_spouse":"spouse","relationship_type_spouse_female":"spouse","relationship_type_spouse_female_with_name":":name\u2019s spouse","relationship_type_spouse_with_name":":name\u2019s spouse","relationship_type_subordinate":"subordinate","relationship_type_subordinate_female":"subordinate","relationship_type_subordinate_female_with_name":":name\u2019s subordinate","relationship_type_subordinate_with_name":":name\u2019s subordinate","relationship_type_uncle":"uncle","relationship_type_uncle_female":"aunt","relationship_type_uncle_female_with_name":":name\u2019s aunt","relationship_type_uncle_with_name":":name\u2019s uncle","remove":"Elimina","revoke":"Revoca","save":"Salva","unknown":"Non so","update":"Aggiorna","upload":"Carica","verify":"Verifica","with":"con"},"auth":{"2fa_one_time_password":"Two factor authentication code","2fa_otp_help":"Open up your two factor authentication mobile app and copy the code","2fa_recuperation_code":"Inserisci il codice di recupero dell'Autenticazione a due Fattori","2fa_title":"Autenticazione due fattori","2fa_wrong_validation":"Autenticazione due fattori fallita.","back_homepage":"Ritorna alla Home","button_remember":"Ricordami","confirmation_again":"If you want to change your email address you can click here<\/a>.","create_account":"Creare il primo account di firma<\/a>","email":"Email","email_change_current_email":"Current email address:","email_change_new":"New email address","email_change_title":"Change your email address","email_changed":"Your email address has been changed. Check your mailbox to validate it.","failed":"Queste credenziali non combaciano con i nostri archivi.","login":"Accedi","login_again":"Please login again to your account","login_to_account":"Accedi al tuo conto","mfa_auth_otp":"Authenticate with your two factor device","mfa_auth_u2f":"Authenticate with a U2F device","not_authorized":"Non sei autorizzato a eseguire questa azione.","password":"Password","password_forget":"Hai dimenticato la password?","password_reset":"Reimposta la Tua password","password_reset_action":"Reimposta Password","password_reset_email":"Indirizzo E-Mail","password_reset_email_content":"Clicca qui per ripristinare la tua password:","password_reset_password":"Password","password_reset_password_confirm":"Conferma password","password_reset_send_link":"Invia un collegamento di ripristino password","password_reset_title":"Reimposta Password","register_action":"Registrati","register_create_account":"\u00c8 necessario creare un account per utilizzare Monica","register_email":"Inserire un indirizzo email valido","register_email_example":"you@Home","register_firstname":"Nome","register_firstname_example":"es. Giovanni","register_invitation_email":"Per ragioni di sicurezza, inserisci l'indirizzo email della persona che ti ha invitato. Trovi questa informazione nella mail di invito.","register_lastname":"Cognome","register_lastname_example":"es. Bianchi","register_login":"Accedi<\/a> se hai gi\u00e0 un account.","register_password":"Password","register_password_confirmation":"Conferma password","register_password_example":"Inserire una password sicura","register_policy":"Signing up signifies you\u2019ve read and agree to our Privacy Policy<\/a> and Terms of use<\/a>.","register_title_create":"Crea il tuo account di Monica","register_title_welcome":"Benvenuto alla tua nuova istanza di Monica","signup":"Iscriviti","signup_disabled":"La registrazione \u00e8 al momento disattivata","signup_no_account":"Non hai ancora un account?","throttle":"Troppi tentativi di accesso. Ti preghiamo di ritentare in :seconds secondi.","u2f_otp_extension":"U2F is supported natively on Chrome, Firefox<\/a> and Opera. On old Firefox versions, install the U2F Support Add-on<\/a>."},"changelog":{"note":"Note: unfortunately, this page is only in English.","title":"Product changes"},"dashboard":{"dashboard_blank_cta":"Aggiungi il tuo primo contatto","dashboard_blank_description":"Con Monica puoi organizzare tutte le interazioni con le persone a cui tieni.","dashboard_blank_illustration":"Illustrazione by Freepik<\/a>","dashboard_blank_title":"Benvenuto nel tuo account!","debts_you_owe":"You owe","linkedin_profile":"LinkedIn","notes_title":"Non hai alcuna nota.","reminders_next_months":"Eventi nei prossimi 3 mesi","reminders_none":"Nessun promemoria per questo mese","statistics_activities":"Attivit\u00e0","statistics_contacts":"Contatti","statistics_gifts":"Regali","tab_calls_blank":"Non hai ancora aggiunto nessuna etichetta.","tab_debts":"Debts","tab_debts_blank":"You haven\u2019t logged any debt yet.","tab_favorite_notes":"Note preferite","tab_recent_calls":"Chiamate recenti"},"format":{"full_hour":"h.i A","full_month":"F","short_date":"M d","short_date_year":"M d, Y","short_date_year_time":"M d, Y H:i","short_day":"D","short_month":"M","short_month_year":"M Y"},"journal":{"delete_confirmation":"Sei sicuro di voler rimuovere questa pagina dal diario?","entry_delete_success":"La pagina del diario \u00e8 stata rimossa.","journal_add":"Scrivi nel diario","journal_add_cta":"Salva","journal_add_date":"Date","journal_add_post":"Testo","journal_add_title":"Titolo (facoltativo)","journal_blank_cta":"Scrivi qualcosa nel diario","journal_blank_description":"Il diario ti permette di appuntare cose che ti succedono, e ricordarle.","journal_come_back":"Thanks. Come back tomorrow to rate your day again.","journal_created_automatically":"Created automatically","journal_description":"Note: the journal lists both manual journal entries, and automatic entries like Activities done with your contacts. While you can delete journal entries manually, you\u2019ll have to delete the activity directly on the contact page.","journal_entry_rate":"You rated your day.","journal_entry_type_activity":"Activity","journal_entry_type_journal":"Journal entry","journal_rate":"How was your day? You can rate it once a day."},"mail":{"confirmation_email_button":"Verify email address","confirmation_email_intro":"To validate your email click on the button below","confirmation_email_title":"Monica \u2013 Email verification","footer_contact_info":"Aggiungi, consulta, completa e cambia le informazioni di questo contatto:","for":"PER:","greetings":"Ciao :username","notification_description":"In :count days (on :date), the following event will happen:","notification_subject_line":"You have an upcoming event","notifications_footer":"If you\u2019re having trouble clicking the \":actionText\" button, copy and paste the URL below into your web browser: [:actionURL](:actionURL)","notifications_hello":"Hello!","notifications_regards":"Regards","notifications_whoops":"Whoops!","stay_in_touch_subject_description":"You asked to be reminded to stay in touch with :name every :frequency days.","stay_in_touch_subject_line":"Stay in touch with :name","subject_line":"Promemoria per :contact","want_reminded_of":"VOLEVI TI RICORDASSIMO DI"},"pagination":{"next":"Seguente »","previous":"« Precedente"},"passwords":{"changed":"Password changed successfuly.","invalid":"Current password you entered is not correct.","password":"Le password devono essere di almeno sei caratteri e devono combaciare con la conferma.","reset":"La tua password \u00e8 stata reimpostata!","sent":"Se l'email inserita esiste nei nostri archivi vi \u00e9 stato inviato il link per reimpostare la tua password.","token":"Questo token per reimpostare la password non \u00e8 valido.","user":"Se l'email inserita esiste nei nostri archivi vi \u00e9 stato inviato il link per reimpostare la tua password."},"people":{"activities_activity":"Categoria dell'attivit\u00e0","activities_add_activity":"Aggiungi attivit\u00e0","activities_add_cta":"Salva attivit\u00e0","activities_add_date_occured":"Data dell'attivit\u00e0","activities_add_error":"Error when adding the activity","activities_add_optional_comment":"Commenti aggiuntivi","activities_add_pick_activity":"(Facoltativo) Vorresti assegnare una categoria a questa attivit\u00e0? Non \u00e8 obbligatorio, ma pi\u00f9 avanti ti permetter\u00e0 di vedere delle statistiche","activities_add_success":"Attivit\u00e0 aggiunta","activities_add_title":"Cosa hai fatto con :name?","activities_blank_add_activity":"Agginugi attivit\u00e0","activities_blank_title":"Tieni traccia di quello che tu e :name avete fatto, e ci\u00f2 di cui avete parlato","activities_delete_confirmation":"Rimuovere questa attivit\u00e0?","activities_delete_success":"Attivit\u00e0 rimossa","activities_hide_details":"Nascondi dettagli","activities_item_information":":Activity il :date","activities_more_details":"Mostra dettagli","activities_summary":"Descrivi cosa avete fatto","activities_update_success":"Attivit\u00e0 aggiornata","activities_who_was_involved":"Chi era coinvolto?","activity_title":"Attivit\u00e0","activity_type_ate_at_his_place":"mangiato a casa sua\/loro","activity_type_ate_at_home":"mangiato a casa","activity_type_ate_restaurant":"mangiato al ristorante","activity_type_category_cultural_activities":"Cultural activities","activity_type_category_food":"Food","activity_type_category_simple_activities":"Simple activities","activity_type_category_sport":"Sport","activity_type_did_sport_activities_together":"fatto sport assieme","activity_type_just_hung_out":"siamo usciti","activity_type_picknicked":"fatto un picnic","activity_type_talked_at_home":"parlato, a casa","activity_type_watched_movie_at_home":"visto un film, a casa","activity_type_went_bar":"andati al bar","activity_type_went_concert":"andati a un concerto","activity_type_went_museum":"andati al museo","activity_type_went_play":"andati a una rappresentazione teatrale","activity_type_went_theater":"andati a teatro","age_approximate_in_years":"circa :age anni","age_exact_birthdate":"nato :date","age_exact_in_years":":age anni","birthdate_not_set":"Data di nascita assente","call_blank_desc":"Hai chiamato :name","call_blank_title":"Tieni traccia delle tue chiamate con :name","call_button":"Aggiungi chiamata","call_delete_confirmation":"Rimuovere questa chiamata?","call_delete_success":"La chiamata \u00e9 stata rimossa","call_empty_comment":"Nessuna informazione","call_title":"Chiamate","calls_add_success":"La chiamata \u00e9 stata salvata.","contact_address_form_city":"Citt\u00e1 (facoltativa)","contact_address_form_country":"Regione (facoltativa)","contact_address_form_name":"Etichetta (facoltativa)","contact_address_form_postal_code":"Codice postale (facoltativa)","contact_address_form_province":"Provincia (facoltativa)","contact_address_form_street":"Via (facoltativa)","contact_address_title":"Indirizzi","contact_info_address":"Vive in","contact_info_form_contact_type":"Tipo di contatto","contact_info_form_content":"Contenuti","contact_info_form_personalize":"Personalizza","contact_info_title":"Informazioni di contatto","debt_add_add_cta":"Aggiungi debito","debt_add_amount":"l'ammontare di","debt_add_cta":"Aggiungi debito","debt_add_reason":"per questo motivo (facoltativo)","debt_add_success":"Debito aggiunto","debt_add_they_owe":":name ti deve","debt_add_title":"Gestione dei debiti","debt_add_you_owe":"devi a :name","debt_delete_confirmation":"Rimuovere questo debito?","debt_delete_success":"Debito rimosso","debt_edit_success":"Debito aggiornato","debt_edit_update_cta":"Aggiorna debito","debt_they_owe":":name ti deve :amount","debt_title":"Debiti","debt_you_owe":"Devi :amount","debts_blank_title":"Gestisci ci\u00f2 che devi a :name e quello che :name ti deve","deceased_add_reminder":"Aggiungi un promemoria per questa data","deceased_age":"Et\u00e0 di decesso","deceased_know_date":"Conosco il giorno in cui questa persona \u00e9 deceduta","deceased_label":"Deceduto\/a","deceased_label_with_date":"Decesso il :date","deceased_mark_person_deceased":"Contrassegna questa persona come deceduta","deceased_reminder_title":"Anniversario della morte di :name","edit_contact_information":"Modifica informazioni del contatto","food_preferencies_add_success":"Le preferenze alimentari sono state salvate","food_preferencies_cta":"Aggiunti preferenze alimentari","food_preferencies_edit_cta":"Salva preferenze alimentari","food_preferencies_edit_description":"Magari :firstname o qualcuno nella famiglia :family ha un'allergia. O non gli piace un certo vino. Indica queste cose qui cos\u00ec da ricordarle la prossima volta che li inviti a cena","food_preferencies_edit_description_no_last_name":"Magari :firstname ha un'allergia. O non gli piace un certo vino. Indica queste cose qui cos\u00ec da ricordarle la prossima volta che li inviti a cena","food_preferencies_edit_title":"Indica le preferenze alimentari","food_preferencies_title":"Preferenze alimentari","gifts_add_comment":"Commenti (facoltativo)","gifts_add_gift":"Aggiungi regalo","gifts_add_gift_already_offered":"Regalo gi\u00e0 consegnato","gifts_add_gift_idea":"Idea regalo","gifts_add_gift_received":"Regalo ricevuto","gifts_add_gift_title":"Cos'\u00e8 questo regalo?","gifts_add_link":"Link alla pagina web (facoltativo)","gifts_add_someone":"Questo regalo \u00e8 per qualcuno in particolare nella famiglia di :name","gifts_add_success":"Regalo aggiunto","gifts_add_title":"Gestione dei regali a :name","gifts_add_value":"Valore (facoltativo)","gifts_delete_confirmation":"Rimuovere regalo?","gifts_delete_cta":"Rimuovi","gifts_delete_success":"Regalo rimosso","gifts_for":"Per:","gifts_ideas":"Idee regalo","gifts_link":"Collegamento","gifts_mark_offered":"Segna come offerto","gifts_offered":"Regali offerti","gifts_offered_as_an_idea":"Segna come idea","gifts_received":"Regali ricevuti","gifts_title":"Regali","gifts_update_success":"Regalo modificato","gifts_view_comment":"Visualizza commento","information_edit_avatar":"Foto\/avatar del contatto","information_edit_exact":"Conosco la data di nascita esatta di questa persona, che \u00e8 il","information_edit_firstname":"Nome","information_edit_lastname":"Cognome (facoltativo)","information_edit_linkedin":"Profilo LinkedIn (facoltativo)","information_edit_max_size":"Massimo :size Mb.","information_edit_not_year":"Conosco il giorno e il mese della data di nascita, ma non l'anno\u2026","information_edit_probably":"Questa persona probabilmente ha","information_edit_success":"Il profilo \u00e8 stato aggiornato","information_edit_title":"Modifica le informazioni personali di :name","information_edit_unknown":"Non conosco l'et\u00e0 di questa persona","information_no_linkedin_defined":"Nessun profilo LinkedIn","information_no_work_defined":"Nessuna informazione professionale","information_work_at":"alla :company","introductions_add_reminder":"Aggiungi un promemoria per celebrare questo incontro nel suo anniversario","introductions_additional_info":"Spiega come e dove vi siete conosciuti","introductions_blank_cta":"Indica come hai conosciuto :name","introductions_edit_met_through":"Qualcuno ti ha presentato a questa persona?","introductions_first_met_date":"Data in cui vi siete conosciuti","introductions_first_met_date_known":"Questo \u00e9 il giorno in cui si siamo conosciuti","introductions_met_date":"Incontrato\/a il :date","introductions_met_through":"Conosciuto\/a attraverso :name<\/a>","introductions_no_first_met_date":"Non ricordo la data in cui ci siamo conosciuti","introductions_no_met_through":"Nessuno","introductions_reminder_title":"Anniversario del giorno in cui vi siete conosciuti","introductions_sidebar_title":"Come vi siete conosciuti","introductions_title_edit":"Come hai conosciuto :name?","introductions_update_success":"Informazioni sull'incontro con questa persona aggiornate","last_activity_date":"Ultima attivit\u00e0 assieme: :date","last_activity_date_empty":"Ultima attivit\u00e0 assieme: sconosciuto","last_called":"Ultima chiamata il: :date","last_called_empty":"Ultima chiamata il: sconosciuto","link_to_list":"Lista dei contatti","linkedin_profile":"LinkedIn profile","modal_call_change":"Cambia","modal_call_comment":"Di cosa avete parlato? (facoltativo)","modal_call_date":"La chiamata \u00e9 stata fatta prima, quest'oggi.","modal_call_exact_date":"La chiamata \u00e9 stata fatta il","modal_call_title":"Aggiungi chiamata","notes_add_cta":"Aggiungi nota","notes_create_success":"Nota creata","notes_delete_confirmation":"Rimuovere nota? Questo cambio \u00e8 permanente.","notes_delete_success":"Nota rimossa","notes_delete_title":"Rimuovi nota","notes_favorite":"Aggiungi\/rimuovi dalle note preferite","notes_update_success":"Nota aggiornata","people_add_birthday_reminder":"Fai gli auguri di compleanno a :name","people_add_cta":"Aggiungi questa persona","people_add_firstname":"Nome","people_add_gender":"Sesso","people_add_import":"Vuoi importare i tuoi contatti<\/a>?","people_add_lastname":"Cognome (facoltativo)","people_add_middlename":"Secondo nome (facoltativo)","people_add_missing":"Nessuna persona trovata, aggiungine una","people_add_nickname":"Nickname (Optional)","people_add_reminder_for_birthday":"Crea un promemoria annuale per il compleanno","people_add_success":"Contatto creato con successo","people_add_title":"Aggiungi una persona","people_delete_click_here":"clicca qui","people_delete_confirmation":"Rimuovere questo contatto? Questo cambio \u00e8 permanente.","people_delete_message":"Se vuoi rimuovere questo contatto,","people_delete_success":"Il contatto \u00e8 stato rimosso","people_edit_email_error":"Esiste gi\u00e0 un contatto nel tuo account con questo indirizzo email. Scegline un altro, per favore.","people_export":"Esporta in formato vCard","people_list_account_upgrade_cta":"Effettua l'upgrade ora","people_list_account_upgrade_title":"Effettua l'upgrade del tuo account per poter usufruire delle sue piene funzionalit\u00e1.","people_list_account_usage":"Utilizzo account: :current\/:limit contatti","people_list_blank_cta":"Aggiungi qualcuno","people_list_blank_title":"Non ci sono contatti nel tuo account","people_list_clear_filter":"Reimposta filtro","people_list_contacts_per_tags":"1 contatto|:count contatti","people_list_filter_tag":"Tutti i contatti etichettati con","people_list_filter_untag":"Tutti i contatti senza etichette","people_list_firstnameAZ":"Ordina per nome A \u2192 Z","people_list_firstnameZA":"Ordina per nome Z \u2192 A","people_list_last_updated":"Consultati per ultimi:","people_list_lastactivitydateNewtoOld":"Ordina per data dell'ultima attivit\u00e0, pi\u00f9 recente \u2192 meno recente","people_list_lastactivitydateOldtoNew":"Ordina per data dell'ultima attivit\u00e0, meno recente \u2192 pi\u00f9 recente","people_list_lastnameAZ":"Ordina per cognome A \u2192 Z","people_list_lastnameZA":"Ordina per cognome Z \u2192 A","people_list_number_kids":"1 bambino|:count bambini","people_list_number_reminders":":count promemoria","people_list_sort":"Ordina","people_list_stats":"1 contatto|:count contatti","people_list_untagged":"Mostra contatti senza etichette","people_save_and_add_another_cta":"Salva e aggiungi un'altra persona","people_search":"Cerca nei tuoi contatti...","people_search_no_results":"Nessun contatto trovato :(","pets_bird":"Uccello","pets_cat":"Gatto","pets_create_success":"Animale domestico aggiunto con successo","pets_delete_success":"Animale domestico rimosso","pets_dog":"Cane","pets_fish":"Pesce","pets_hamster":"Criceto","pets_horse":"Cavallo","pets_kind":"Tipo di animale domestico","pets_name":"Nome (facoltativo)","pets_other":"Altro","pets_rabbit":"Coniglio","pets_rat":"Topo\/Ratto","pets_reptile":"Rettile","pets_small_animal":"Animale di piccole dimensioni","pets_title":"Animali domestici","pets_update_success":"Animale domestico modificato","relationship_delete_confirmation":"Rimuovere relazione? Questo cambio \u00e8 permanente.","relationship_form_add":"Aggiungi relazione","relationship_form_add_choice":"Con chi \u00e8 la relazione?","relationship_form_add_description":"Ci\u00f3 ti permetter\u00e1 di trattare questo partner come un qualsiasi altro contatto.","relationship_form_add_no_existing_contact":"Al momento non hai contatti che possono essere una relazione :name.","relationship_form_add_success":"Relazione impostata correttamente.","relationship_form_also_create_contact":"Aggiungi questa persona anche come Contatto.","relationship_form_associate_contact":"Un contatto esistente","relationship_form_associate_dropdown":"Seleziona un contatto esistente dal menu a tendina","relationship_form_create_contact":"Aggiungi persona","relationship_form_deletion_success":"La relazione \u00e8 stata eliminata.","relationship_form_edit":"Modifica una relazione esistente","relationship_form_is_with":"Questa persona \u00e8...","relationship_unlink_confirmation":"Rimuovere questa relazione? Il contatto non sar\u00e1 cancellato \u2013 solo la relazione.","reminder_frequency_day":"every day|every :number days","reminder_frequency_month":"ogni mese|ogni :number mesi","reminder_frequency_one_time":"il :date","reminder_frequency_week":"ogni settimana|ogni :number settimane","reminder_frequency_year":"ogni anno|ogni :number anni","reminders_add_cta":"Aggiungi promemoria","reminders_add_description":"Ricordami per piacere di...","reminders_add_error_custom_text":"Devi scrivere qualcosa per questo promemoria","reminders_add_next_time":"Quando vorresti ti fosse ricordato?","reminders_add_once":"Ricordamelo una sola volta","reminders_add_recurrent":"Ricordamelo ogni","reminders_add_starting_from":"a partire dalla data specificata qui sopra","reminders_add_title":"Cosa vorresti ricordare a proposito di :name?","reminders_birthday":"Compleanno di :name","reminders_blank_add_activity":"Aggiungi un promemoria","reminders_blank_title":"C'\u00e8 qualcosa di cui ti vuoi ricordare riguardo a :name?","reminders_create_success":"Il promemoria \u00e8 stato creato","reminders_cta":"Aggiungi un promemoria","reminders_delete_confirmation":"Rimuovere questo promemoria?","reminders_delete_cta":"Rimuovi","reminders_delete_success":"Il promemoria \u00e8 stato rimosso","reminders_description":"Ti invieremo una email per ognuno dei promemoria qui sotto. I promemoria vengono inviati ogni mattina in cui l'evento ha luogo. I promemoria aggiunti automaticamente per i compleanni non possono essere rimossi. Se vuoi cambiare quelle date, cambia le date di compleanno di quei contatti.","reminders_edit_update_cta":"Aggiorna promemoria","reminders_free_plan_warning":"Nella versione gratuita di Monica non vengono inviate email. Per ricevere promemoria via email, effettua l'upgrade.","reminders_next_expected_date":"il","reminders_one_time":"Una volta","reminders_type_month":"mese","reminders_type_week":"settimana","reminders_type_year":"anno","reminders_update_success":"The reminder has been updated successfully","section_contact_information":"Informazioni sul contatto","section_personal_activities":"Attivit\u00e0","section_personal_gifts":"Regali","section_personal_notes":"Note","section_personal_reminders":"Promemoria","section_personal_tasks":"Cose da fare","stay_in_touch":"Rimani in contatto","stay_in_touch_frequency":"Rimani in contatto ogni giorno|Rimani in contatto ogni {count} giorni","stay_in_touch_invalid":"La frequenza dev'essere un numero maggiore di 0.","stay_in_touch_modal_desc":"Possiamo ricordarti di rimanere in contatto con {firstname} tramite email a intervalli regolari.","stay_in_touch_modal_label":"Inviami una mail ogni...","stay_in_touch_modal_title":"Rimani in contatto","stay_in_touch_premium":"Devi fare l'upgrade al tuo account per usare questa funzione","tag_add":"aggiungi un\u2019etichetta","tag_edit":"Modifica etichetta","tasks_add_task":"Aggiungi compito","tasks_blank_title":"Nulla da fare.","tasks_complete_success":"Compito completato","tasks_delete_success":"Compito rimosso","tasks_form_description":"Descrizione (facoltativa)","tasks_form_title":"Titolo","work_add_cta":"Aggiorna informazioni professionali","work_edit_company":"Azienda (facoltativa)","work_edit_job":"Titolo (facoltativo)","work_edit_success":"Le informazioni professionali sono state aggiornate.","work_edit_title":"Aggiorna informazioni professionali di :name","work_information":"Informazioni professionali"},"reminder":{"type_birthday":"Augura buon compleanno a","type_birthday_kid":"Augura buon compleanno al figlio di ","type_email":"Email","type_hangout":"Incontro con","type_lunch":"Pranzo con","type_phone_call":"Chiama"},"settings":{"2fa_disable_description":"Disable Two Factor Authentication for your account. Be careful, your account will not be secured anymore !","2fa_disable_error":"Error when trying to disable Two Factor Authentication","2fa_disable_success":"Two Factor Authentication disabled","2fa_disable_title":"Disable Two Factor Authentication","2fa_enable_description":"Enable Two Factor Authentication to increase security with your account.","2fa_enable_error":"Error when trying to activate Two Factor Authentication","2fa_enable_error_already_set":"Two Factor Authentication is already activated","2fa_enable_otp":"Open up your two factor authentication mobile app and scan the following QR barcode:","2fa_enable_otp_help":"If your two factor authentication mobile app does not support QR barcodes, enter in the following code:","2fa_enable_otp_validate":"Please validate the new device you\u2019ve just set:","2fa_enable_success":"Two Factor Authentication activated","2fa_enable_title":"Enable Two Factor Authentication","2fa_otp_title":"Two Factor Authentication mobile application","2fa_title":"Two Factor Authentication","api_authorized_clients":"Lista di client autorizzati","api_authorized_clients_desc":"This section lists all the clients you\u2019ve authorized to access your application. You can revoke this authorization at anytime.","api_authorized_clients_name":"Name","api_authorized_clients_scopes":"Scopes","api_authorized_clients_title":"Authorized Applications","api_description":"L'API pu\u00f3 essere usata per manipolare le informazioni in Monica da un'applicazione esterna, ad esempio da un'applicazione per smartphone.","api_oauth_clientid":"Client ID","api_oauth_clients":"I tuoi client Oauth","api_oauth_clients_desc":"Questa sezione ti permette di registrare i tuoi client OAuth.","api_oauth_create":"Create Client","api_oauth_create_new":"Create New Client","api_oauth_name":"Nome","api_oauth_name_help":"Something your users will recognize and trust.","api_oauth_not_created":"You have not created any OAuth clients.","api_oauth_redirecturl":"Redirect URL","api_oauth_redirecturl_help":"Your application\u2019s authorization callback URL.","api_oauth_secret":"Secret","api_oauth_title":"Oauth Clients","api_pao_description":"Assicurati di dare questo token a fonti fidate, gi\u00e1 che danno accesso a tutti i tuoi dati.","api_personal_access_tokens":"Personal access token","api_title":"Accesso all'API","api_token_create":"Create Token","api_token_create_new":"Create New Token","api_token_delete":"Rimuovi","api_token_help":"Here is your new personal access token. This is the only time it will be shown so don\u2019t lose it! You may now use this token to make API requests.","api_token_name":"Nome","api_token_not_created":"You have not created any personal access tokens.","api_token_scopes":"Scopes","api_token_title":"Personal access token","currency":"Valuta","delete_cta":"Rimuovi account","delete_desc":"Sei sicuro\/a di voler rimuovere il tuo account? Attenzione: la rimozione \u00e8 permanente, e verranno rimossi anche i tuoi dati.","delete_notice":"Sei sicuro\/a di voler rimuovere il tuo account? Non si torna indietro!","delete_title":"Rimuovi il tuo account","email":"Email","email_help":"Questa \u00e8 l'email che userai per accedere, e dove verranno inviati i promemoria.","email_placeholder":"Insersci un'email","export_be_patient":"Clicca il pulsante per iniziare l'esportazione. Potrebbe volerci qualche minuto \u2013 ti chiediamo di portare pazienza e non premere il pulsante a ripetizione.","export_sql_cta":"Esporta a SQL","export_sql_explanation":"Esportare i dati in formato SQL ti permette di importarli nella tua istanza di Monica. Ci\u00f2 ha senso solo se hai un tuo proprio server.","export_sql_link_instructions":"Nota: leggi le istruzioni<\/a> per capire come importare questo file nella tua istanza di Monica.","export_title":"Esporta i dati del tuo account","export_title_sql":"Esporta a SQL","firstname":"Nome","import_blank_cta":"Importa vCard","import_blank_description":"Possiamo importare file vCard ottenibili da Google Contacts o dal tuo gestore di contatti.","import_blank_question":"Importare contatti?","import_blank_title":"You haven\u2019t imported any contacts yet.","import_cta":"Carica contatti","import_in_progress":"Importazione in corso. Ricarica la pagina in un minuto.","import_need_subscription":"Importing data requires a subscription.","import_report_date":"Data dell'importazione","import_report_number_contacts":"Numero di contatti nel file","import_report_number_contacts_imported":"Numero di contatti importati","import_report_number_contacts_skipped":"Numero di contatti omessi","import_report_status_imported":"Importati","import_report_status_skipped":"Omessi","import_report_title":"Resoconto dell'importazione","import_report_type":"Tipo di importazione","import_result_stat":"Uploaded vCard with 1 contact (:total_imported imported, :total_skipped skipped)|Uploaded vCard with :total_contacts contacts (:total_imported imported, :total_skipped skipped)","import_stat":"You\u2019ve imported :number files so far.","import_title":"Importa contatti nel tuo account","import_upload_behaviour":"Import behaviour:","import_upload_behaviour_add":"Add new contacts, skip existing","import_upload_behaviour_help":"Note: Replacing will replace all data found in the vCard, but will keep existing contact fields.","import_upload_behaviour_replace":"Replace existing contacts","import_upload_form_file":"Il tuo file .vcf<\/code> o .vCard<\/code>:","import_upload_rule_cant_revert":"Make sure data is accurate before uploading, as you can\u2019t undo the upload.","import_upload_rule_format":"Supportiamo file .vcard<\/code> e .vcf<\/code>.","import_upload_rule_instructions":"Istruzioni per esportare da Contacts.app (macOS)<\/a> e Google Contacts<\/a>.","import_upload_rule_limit":"I file hanno un limite di 10MB.","import_upload_rule_multiple":"Per il momento, se i tuoi contatti hanno pi\u00f9 di un numero di telefono o pi\u00f9 di una email, solo il primo di ogni tipo verr\u00e0 importato.","import_upload_rule_time":"Potrebbe volerci fino a un minuto per caricare i contatti e processarli. Porta pazienza.","import_upload_rule_vcard":"Supportiamo il formato vCard 3.0, che \u00e8 il formato predefinito per Contacts.app (macOS) e Google Contacts.","import_upload_rules_desc":"Ci sono alcune regole:","import_upload_title":"Importa i contatti da un file vCard","import_vcard_contact_exist":"Contatto gi\u00e0 esistente","import_vcard_contact_no_firstname":"Nome mancante (obbligatorio)","import_vcard_file_no_entries":"File contains no entries","import_vcard_file_not_found":"File not found","import_vcard_unknown_entry":"Unknown contact name","import_view_report":"Vedi resoconto","lastname":"Last name","layout":"Impaginazione","layout_big":"Larghezza intera del browser","layout_small":"Massimo 1200 pixel di larghezza","locale":"Lingua","locale_cs":"Ceco","locale_de":"Tedesco","locale_en":"Inglese","locale_es":"Spanish","locale_fr":"Francese","locale_he":"Hebrew","locale_it":"Italiano","locale_nl":"Dutch","locale_pt":"Portoghese","locale_ru":"Russo","locale_zh":"Chinese Simplified","name":"Il tuo nome: :name","name_order":"Ordine del nome","name_order_firstname_lastname":" - John Doe","name_order_firstname_lastname_nickname":" () - John Doe (Rambo)","name_order_firstname_nickname_lastname":" () - John (Rambo) Doe","name_order_lastname_firstname":" - Doe John","name_order_lastname_firstname_nickname":" () - Doe John (Rambo)","name_order_lastname_nickname_firstname":" () - Doe (Rambo) John","name_order_nickname":" - Rambo","password_btn":"Change password","password_change":"Password change","password_current":"Current password","password_current_placeholder":"Enter your current password","password_new1":"New password","password_new1_placeholder":"Enter a new password","password_new2":"Confirmation","password_new2_placeholder":"Retype the new password","personalisation_paid_upgrade":"This is a premium feature that requires a Paid subscription to be active. Upgrade your account by visiting Settings > Subscription.","personalization_activity_type_add_button":"Add a new activity type","personalization_activity_type_category_add":"Add a new activity type category","personalization_activity_type_category_description":"An activity done with one of your contact can have a type and a category type. Your account comes by default with a set of predefined category types, but you can customize everything here.","personalization_activity_type_category_modal_add":"Add a new activity type category","personalization_activity_type_category_modal_delete":"Delete an activity type category","personalization_activity_type_category_modal_delete_desc":"Are you sure you want to delete this category? Deleting it will delete all associated activity types. However, activities that belong to this category will not be affected by this deletion.","personalization_activity_type_category_modal_delete_error":"We can\u2019t find this activity type category.","personalization_activity_type_category_modal_edit":"Edit an activity type category","personalization_activity_type_category_modal_question":"How should we name this new category?","personalization_activity_type_category_table_actions":"Actions","personalization_activity_type_category_table_name":"Name","personalization_activity_type_category_title":"Activity type categories","personalization_activity_type_modal_add":"Add a new activity type","personalization_activity_type_modal_delete":"Delete an activity type","personalization_activity_type_modal_delete_desc":"Are you sure you want to delete this activity type? Activities that belong to this category will not be affected by this deletion.","personalization_activity_type_modal_delete_error":"We can\u2019t find this activity type.","personalization_activity_type_modal_edit":"Edit an activity type","personalization_activity_type_modal_question":"How should we name this new activity type?","personalization_contact_field_type_add":"Aggiungi una nuova forma di contatto","personalization_contact_field_type_add_success":"Forma di contatto aggiunta.","personalization_contact_field_type_delete_success":"Forma di contatto rimossa.","personalization_contact_field_type_description":"Qui puoi configurare tutte le varie forme di contatto che puoi associare ai tuoi contatti. Se in futuro apparir\u00e1 un nouvo social network, potrai agigungere direttamente qui questa nuova forma di contatto.","personalization_contact_field_type_edit_success":"Forma di contatto aggiornata.","personalization_contact_field_type_modal_delete_description":"Rimuovere forma di contatto? Questa azione rimuover\u00e1 la forma di contatto da TUTTE le persone nel tuo account di Monica.","personalization_contact_field_type_modal_delete_title":"Rimuovi una forma di contatto esistente","personalization_contact_field_type_modal_edit_title":"Aggiorna una forma di contatto esistente","personalization_contact_field_type_modal_icon":"Icona (facoltativa)","personalization_contact_field_type_modal_icon_help":"Puoi associare un'icona a questa forma di contatto. Dev'essere un'icona di Font Awesome.","personalization_contact_field_type_modal_name":"Nome","personalization_contact_field_type_modal_protocol":"Protocollo (facoltativo)","personalization_contact_field_type_modal_protocol_help":"Si pu\u00f3 cliccare su ogni forma di contatto. Se \u00e9 impostato un protocollo, useremo quello.","personalization_contact_field_type_modal_title":"Aggiungi una nova forma di contatto","personalization_contact_field_type_table_actions":"Azioni","personalization_contact_field_type_table_name":"Nome","personalization_contact_field_type_table_protocol":"Protocollo","personalization_contact_field_type_title":"Forme di contatto","personalization_genders_add":"Add new gender type","personalization_genders_desc":"You can define as many genders as you need to. You need at least one gender type in your account.","personalization_genders_modal_add":"Add gender type","personalization_genders_modal_delete":"Delete gender type","personalization_genders_modal_delete_desc":"Are you sure you want to delete {name}?","personalization_genders_modal_delete_question":"You currently have {count} contact that has this gender. If you delete this gender, what gender should this contact have?|You currently have {count} contacts that have this gender. If you delete this gender, what gender should these contacts have?","personalization_genders_modal_edit":"Update gender type","personalization_genders_modal_edit_question":"How should this new gender be renamed?","personalization_genders_modal_error":"Please choose a valid gender from the list.","personalization_genders_modal_question":"How should this new gender be called?","personalization_genders_title":"Gender types","personalization_module_desc":"Some people don\u2019t need all the features. Below you can toggle specific features that are used on a contact sheet. This change will affect ALL your contacts. Note that if you turn off one of these features, data will not be lost - we will simply hide the feature.","personalization_module_save":"The change has been saved","personalization_module_title":"Features","personalization_reminder_rule_desc":"For every reminder that you set, we can send you an email some days before the event happens. You can toggle those notifications here. Note that those notifications only apply to monthly and yearly reminders.","personalization_reminder_rule_line":"{count} day before|{count} days before","personalization_reminder_rule_save":"The change has been saved","personalization_reminder_rule_title":"Reminder rules","personalization_tab_title":"Personalize your account","personalization_title":"Here you can find different settings to configure your account. These features are more for \u201cpower users\u201d who want maximum control over Monica.","reminder_time_to_send":"Time of the day reminders should be sent","reset_cta":"Reimposta il tuo account","reset_desc":"Sei sicuro\/a di voler reimpostare il tuo account? Verranno rimossi tutti i tuoi contatti, e i dati associati. Il tuo account non verr\u00e0 rimosso.","reset_notice":"Sei sicuro\/a di voler reimpostare il tuo account? Non si torna indietro!","reset_success":"Account reimpostato","reset_title":"Reimposta il tuo account","save":"Aggiorna impostazioni","security_help":"Change security matters for your account.","security_title":"Security","settings_success":"Impostazioni aggiornate","sidebar_personalization":"Personalization","sidebar_settings":"Impostazioni accounto","sidebar_settings_api":"API","sidebar_settings_export":"Esporta dati","sidebar_settings_import":"Importa dati","sidebar_settings_security":"Security","sidebar_settings_subscriptions":"Sottoscrizioni","sidebar_settings_tags":"Gestione etichette","sidebar_settings_users":"Utenti","subscriptions_account_current_paid_plan":"You are on the :name plan. Thanks so much for being a subscriber.","subscriptions_account_current_plan":"Il tuo piano attuale","subscriptions_account_free_plan":"Stai usando il piano gratuito.","subscriptions_account_free_plan_benefits_import_data_vcard":"Importa i tuoi contatti con vCard","subscriptions_account_free_plan_benefits_reminders":"Promemoria via email","subscriptions_account_free_plan_benefits_support":"Sosterrai il progetto nel lungo termine, permettendoci di introdurre nuove funzionalit\u00e0.","subscriptions_account_free_plan_benefits_users":"Numero di utenti illimitato","subscriptions_account_free_plan_upgrade":"Puoi promuovere il tuo piano al livello :name, che costa $:price al mese. I vantaggi sono:","subscriptions_account_invoices":"Ricevute","subscriptions_account_invoices_download":"Download","subscriptions_account_next_billing":"La tua sottoscrizione si aggiorner\u00e0 automaticamente il :date<\/strong>. Puoi cancellare la tua sottoscrizione<\/a> in qualsiasi momento.","subscriptions_account_payment":"Which payment option fits you best?","subscriptions_account_upgrade":"Promuovi il tuo account","subscriptions_account_upgrade_choice":"Pick a plan below and join over :customers persons who upgraded their Monica.","subscriptions_account_upgrade_title":"Upgrade Monica today and have more meaningful relationships.","subscriptions_back":"Back to settings","subscriptions_downgrade_cta":"Retrocedi","subscriptions_downgrade_limitations":"Il piano gratuito \u00e8 limitato. Per poter retrocedere il tuo account al piano gratuito, devi soddisfare questi requisiti:","subscriptions_downgrade_rule_invitations":"Non puoi avere inviti in attesa","subscriptions_downgrade_rule_invitations_constraint":"You currently have 1 pending invitation<\/a> sent to people.|You currently have :count pending invitations<\/a> sent to people.","subscriptions_downgrade_rule_users":"Devi avere un solo utente nel tuo account","subscriptions_downgrade_rule_users_constraint":"You currently have 1 user<\/a> in your account.|You currently have :count users<\/a> in your account.","subscriptions_downgrade_success":"You are back to the Free plan!","subscriptions_downgrade_thanks":"Thanks so much for having tried the paid plan. We keep adding new features on Monica all the time \u2013 so you might want to come back in the future to see if you might be interested in taking a subscription again.","subscriptions_downgrade_title":"Retrocedi il tuo piano a quello gratuito","subscriptions_help_change_desc":"You can cancel anytime, no questions asked, and all by yourself \u2013 no need to contact support or whatever. However, you will not be refunded for the current period.","subscriptions_help_change_title":"What if I change my mind?","subscriptions_help_discounts_desc":"We do! Monica is free for students, and free for non-profits and charities. Just contact the support<\/a> with a proof of your status and we\u2019ll apply this special status in your account.","subscriptions_help_discounts_title":"Do you have discounts for non-profits and education?","subscriptions_help_limits_plan":"Absolutely not. Free plans do not have limitations on the number of contacts you can have.","subscriptions_help_limits_title":"Is there any limit to the number of contacts we can have on the free plan?","subscriptions_help_opensource_desc":"Monica is an open source project. This means it is built by an entirely benevolent community who just wants to provide a great tool for the greater good. Being open source means the code is publicly available on GitHub, and everyone can inspect it, modify it or enhance it. All the money we raise is dedicated to build better features, have more powerful servers, help pay the bills. Thanks for your help. We couldn\u2019t do it without you \u2013 litterally.","subscriptions_help_opensource_title":"What is an open source project?","subscriptions_help_title":"Additional details you may be curious about","subscriptions_pdf_title":"Sottoscrizione mensile a :name","subscriptions_plan_choose":"Choose this plan","subscriptions_plan_include1":"Included with your upgrade:","subscriptions_plan_include2":"Unlimited number of users \u2022 Reminders by email \u2022 Import with vCard \u2022 Personalization of the contact sheet","subscriptions_plan_include3":"100% of the profits go the development of this great open source project.","subscriptions_plan_month_bonus":"Cancel any time","subscriptions_plan_month_cost":"$5\/month","subscriptions_plan_month_title":"Pay monthly","subscriptions_plan_year_bonus":"Peace of mind for a whole year","subscriptions_plan_year_cost":"$45\/year","subscriptions_plan_year_cost_save":"you\u2019ll save 25%","subscriptions_plan_year_title":"Pay annually","subscriptions_upgrade_charge":"We\u2019ll charge your card USD $:price now. The next charge will be on :date. If you ever change your mind, you can cancel anytime, no questions asked.","subscriptions_upgrade_charge_handled":"The payment is handled by Stripe<\/a>. No card information touches our server.","subscriptions_upgrade_choose":"You picked the :plan plan.","subscriptions_upgrade_credit":"Carta di credito o debito","subscriptions_upgrade_infos":"We couldn\u2019t be happier. Enter your payment info below.","subscriptions_upgrade_name":"Name on card","subscriptions_upgrade_submit":"Submit Payment","subscriptions_upgrade_success":"Thank you! You are now subscribed.","subscriptions_upgrade_thanks":"Welcome to the community of people who try to make the world a better place.","subscriptions_upgrade_title":"Promuovi il tuo account","subscriptions_upgrade_zip":"ZIP or postal code","tags_blank_description":"Le etichette funzionano come delle cartelle, ma puoi aggiungere pi\u00f9 di un'etichetta a ogni contatto. Entra nella pagina di un contatto ed etichettalo come amico, giusto sotto al nome. Quando un contatto \u00e8 stato etichettato, puoi tornare qui per gestire tutte le tue etichette.","tags_blank_title":"Le etichette sono un buon modo di organizzare i tuoi contatti.","tags_list_contact_number":"1 contatto|:count contatti","tags_list_delete_confirmation":"Rimuovere etichetta? Nessun contatto verr\u00e0 rimosso, solo l'etichetta.","tags_list_delete_success":"Etichetta rimossa","tags_list_description":"Puoi organizzare i tuoi contatti attraverso le etichette. Le etichette funzionano come delle cartelle, ma puoi aggiungere pi\u00f9 di un'etichetta a ogni contatto. Per aggiungere una nuova etichetta, aggiungila al contatto stesso.","tags_list_title":"Etichette","timezone":"Fuso orario","u2f_buttonAdvise":"If your security key has a button, press it.","u2f_enable_description":"Add a new U2F security key","u2f_error_bad_request":"The visited URL doesn\u2019t match the App ID or your are not using HTTPS","u2f_error_configuration_unsupported":"Client configuration is not supported.","u2f_error_device_ineligible":"The presented device is not eligible for this request. For a registration request this may mean that the token is already registered, and for a sign request it may mean that the token does not know the presented key handle.","u2f_error_other_error":"An error occurred.","u2f_error_timeout":"Timeout reached before request could be satisfied.","u2f_insertKey":"Insert your security key.","u2f_noButtonAdvise":"If it does not, remove it and insert it again.","u2f_success":"Your key is detected and validated.","u2f_title":"U2F security key","users_accept_title":"Accept invitation and create a new account","users_add_confirmation":"Confermo che voglio invitare questo utente nel mio account. Sono consapevole che questa persona avr\u00e0 accesso a TUTTI i miei dati e vedr\u00e0 tutto quello che io posso vedere.","users_add_cta":"Invita utente tramite email","users_add_description":"Questa persona avr\u00e0 i tuoi stessi permessi, inclusa la capacit\u00e0 di invitare altri utenti e rimuoverli (te incluso\/a). \u00c8 importante che ti fidi di questa persona.","users_add_email_field":"Inserisci l'email della persona che vuoi invitare","users_add_title":"Invita qualcuno nel tuo account tramite email","users_blank_add_title":"Vuoi invitare qualcun altro ?","users_blank_cta":"Invita qualcuno","users_blank_description":"Questa persona avr\u00e0 il tuo stesso accesso, e potr\u00e0 aggiungere, modificare o rimuovere qualsiasi contatto.","users_blank_title":"Sei l'unica persona che ha accesso a questo account.","users_error_already_invited":"Hai gi\u00e0 invitato questo utente. Ti preghiamo di scegliere un'altro indirizzo email.","users_error_email_already_taken":"Questa email \u00e8 gi\u00e0 assegnata. Ti preghiamo di sceglierne un'altra","users_error_email_not_similar":"This is not the email of the person who\u2019ve invited you.","users_error_please_confirm":"Ti preghiamo di confermare di voler invitare questo utente prima di procedere","users_invitation_deleted_confirmation_message":"Invito rimosso","users_invitation_need_subscription":"Adding more users requires a subscription.","users_invitations_delete_confirmation":"Rimuovere invito?","users_list_add_user":"Invita un nouvo utente","users_list_delete_confirmation":"Rimuovere questo utente dal tuo account?","users_list_invitations_explanation":"Below are the people you\u2019ve invited to join Monica as a collaborator.","users_list_invitations_invited_by":"invitato da :name","users_list_invitations_sent_date":"il :date","users_list_invitations_title":"Inviti in attesa di risposta","users_list_title":"Utenti con accesso al tuo account","users_list_you":"That\u2019s you"},"validation":{"accepted":":attribute dev'essere accettato.","active_url":":attribute non \u00e8 una URL valida.","after":":attribute dev'essere dopo il :date.","after_or_equal":"The :attribute must be a date after or equal to :date.","alpha":":attribute pu\u00f2 contenere solamente lettere.","alpha_dash":":attribute pu\u00f2 solo contenere lettere, numeri e trattini.","alpha_num":":attribute pu\u00f2 solo contenere lettere e numeri.","array":":attribute dev'essere un array.","attributes":[],"before":":attribute dev'essere prima del :date.","before_or_equal":"The :attribute must be a date before or equal to :date.","between":{"array":":attribute deve avere tra :min e :max elementi.","file":":attribute dev'essere tra :min e :max kilobyte.","numeric":":attribute dev'essere tra :min e :max.","string":":attribute dev'essere tra :min e :max caratteri."},"boolean":":attribute dev'essere vero o falso.","confirmed":"La conferma di :attribute non coincide.","custom":{"attribute-name":{"rule-name":"custom-message"}},"date":":attribute non \u00e8 una data valida","date_format":":attribute non coincide con il formato :format.","different":":attribute e :other devono differire.","digits":":attribute dev'essere di :digits cifre.","digits_between":":attribute dev'essere tra :min e :max cifre.","dimensions":"The :attribute has invalid image dimensions.","distinct":":attribute ha un valore duplicato.","email":":attribute dev'essere un'email valida.","exists":":attribute selezionato invalido.","file":"The :attribute must be a file.","filled":"The :attribute field must have a value.","image":":attribute dev'essere un'immagine.","in":"selezione per :attribute non valida.","in_array":":attribute non esiste in :other.","integer":":attribute dev'essere un intero.","ip":":attribute dev'essere un indirizzo IP valido.","ipv4":"The :attribute must be a valid IPv4 address.","ipv6":"The :attribute must be a valid IPv6 address.","json":":attribute dev'essere una sequenza JSON valida.","max":{"array":":attribute non pu\u00f2 avere pi\u00f9 di :max elementi.","file":":attribute non pu\u00f2 pesare pi\u00f9 di :max kilobyte.","numeric":":attribute non pu\u00f2 essere maggiore di :max.","string":":attribute non pu\u00f2 avere pi\u00f9 di :max caratteri."},"mimes":":attribute dev'essere un file di tipo: :values.","mimetypes":"The :attribute must be a file of type: :values.","min":{"array":":attribute deve avere almento :min elementi.","file":":attribute deve pesare almeno :min.","numeric":":attribute dev'essere almeno :min.","string":":attribute deve avere almeno :min caratteri."},"not_in":"selezione per :attribute non valida.","not_regex":"The :attribute format is invalid.","numeric":":attribute dev'essere un numero.","present":":attribute dev'essere presente.","regex":"formato di :attribute non valido.","required":":attribute non \u00e8 facoltativo.","required_if":":attribute non \u00e8 facoltativo se :other \u00e8 :value.","required_unless":":attribute non \u00e8 facoltativo a meno che :other non sia :values.","required_with":":attribute non \u00e8 facoltativo se :values \u00e8 presente.","required_with_all":":attribute non \u00e8 facoltativo se :values \u00e8 presente.","required_without":":attribute non \u00e8 facoltativo se :values non \u00e8 presente.","required_without_all":":attribute non \u00e8 facoltativo se nessuno dei seguenti valori \u00e8 presente: :values.","same":":attribute e :other devono coincidere.","size":{"array":":attribute deve contenere :size elementi.","file":":attribute deve pesare :size kilobyte.","numeric":":attribute dev'essere :size.","string":":attribute dev'essere lungo :size caratteri."},"string":":attribute dev'essere una sequenza.","timezone":":attribute dev'essere un fuso orario valido.","unique":":attribute \u00e8 gi\u00e0 stato riservato.","uploaded":"The :attribute failed to upload.","url":"formato di :attribute non valido."}} +{"app":{"add":"Aggiungi","application_description":"Monica \u00e8 uno strumento per gestire le interazioni con i vostri cari, amici e familiari.","application_og_title":"Avere migliori relazioni con i vostri cari. CRM Online gratuito per gli amici e la famiglia.","application_title":"Monica \u2013 personal relationship manager","breadcrumb_add_note":"Aggiungi una nota","breadcrumb_add_significant_other":"Aggiungi partner","breadcrumb_api":"API","breadcrumb_dashboard":"Home","breadcrumb_edit_introductions":"Come vi siete conosciuti","breadcrumb_edit_note":"Modifica nota","breadcrumb_edit_significant_other":"Modifica partner","breadcrumb_journal":"Diario","breadcrumb_list_contacts":"Lista dei contatti","breadcrumb_profile":"Profile of :name","breadcrumb_settings":"Impostazioni","breadcrumb_settings_export":"Esporta","breadcrumb_settings_import":"Importa","breadcrumb_settings_import_report":"Resoconto dell'importazione","breadcrumb_settings_import_upload":"Carica","breadcrumb_settings_personalization":"Personalizzazione","breadcrumb_settings_security":"Sicurezza","breadcrumb_settings_security_2fa":"Autenticazione due fattori","breadcrumb_settings_subscriptions":"Sottoscrizioni","breadcrumb_settings_tags":"Etichette","breadcrumb_settings_users":"Utenti","breadcrumb_settings_users_add":"Aggiungi un utente","cancel":"Cancella","close":"Chiudi","compliance_desc":"We have changed our Terms of Use<\/a> and Privacy Policy<\/a>. By law we have to ask you to review them and accept them so you can continue to use your account.","compliance_desc_end":"We don\u2019t do anything nasty with your data or account and will never do.","compliance_terms":"Accept new terms and privacy policy","compliance_title":"Sorry for the interruption.","create":"Crea","days":"giorno | giorni","default_save_success":"I dati sono stati salvati.","delete":"Rimuovi","done":"Fatto","edit":"Modifica","error_save":"Abbiamo avuto un errore cercando di salvare i dati.","error_title":"Ops! Qualcosa \u00e8 andato storto.","error_unauthorized":"Non hai il permesso di aggiornare questa risorsa.","footer_modal_version_release_away":"La tua versione \u00e8 1 versione indietro rispetto all'ultima disponibile. Dovresti aggiornare Monica.|La tua versione \u00e8 :number versioni indietro rispetto all'ultima disponibile. Dovresti aggiornare Monica.","footer_modal_version_whats_new":"Novit\u00e0","footer_new_version":"\u00c8 disponibile una nuova versione","footer_newsletter":"Newsletter","footer_privacy":"Privacy","footer_release":"Note di rilascio","footer_remarks":"Commenti?","footer_send_email":"Inviami una email","footer_source_code":"Monica su GitHub","footer_version":"Versione: :version","for":"per","gender_female":"Donna","gender_male":"Uomo","gender_none":"Preferisco non specificarlo","header_changelog_link":"Modifiche di prodotto","header_logout_link":"Disconnettiti","header_settings_link":"Impostazioni","load_more":"Carica altro","loading":"Caricamento in corso...","main_nav_activities":"Attivit\u00e0","main_nav_cta":"Aggiungi contatti","main_nav_dashboard":"Home","main_nav_family":"Contatti","main_nav_journal":"Diario","main_nav_tasks":"Compiti","markdown_description":"Vuoi formattare il tuo testo? Supportiamo Markdown per grassetto, corsivo, liste, e altro ancora.","markdown_link":"Leggi documentazione","new":"nuovo","relationship_type_bestfriend":"miglior amico","relationship_type_bestfriend_female":"miglior amico","relationship_type_bestfriend_female_with_name":":name\u2019s best friend","relationship_type_bestfriend_with_name":":name\u2019s best friend","relationship_type_boss":"boss","relationship_type_boss_female":"boss","relationship_type_boss_female_with_name":":name\u2019s boss","relationship_type_boss_with_name":":name\u2019s boss","relationship_type_child":"son","relationship_type_child_female":"daughter","relationship_type_child_female_with_name":":name\u2019s daughter","relationship_type_child_with_name":":name\u2019s son","relationship_type_colleague":"colleague","relationship_type_colleague_female":"colleague","relationship_type_colleague_female_with_name":":name\u2019s colleague","relationship_type_colleague_with_name":":name\u2019s colleague","relationship_type_cousin":"cousin","relationship_type_cousin_female":"cugino","relationship_type_cousin_female_with_name":": nome del cugino","relationship_type_cousin_with_name":": nome del cugino","relationship_type_date":"date","relationship_type_date_female":"date","relationship_type_date_female_with_name":":name\u2019s date","relationship_type_date_with_name":":name\u2019s date","relationship_type_ex":"ex-boyfriend","relationship_type_ex_female":"ex-girlfriend","relationship_type_ex_female_with_name":":name\u2019s ex-girlfriend","relationship_type_ex_husband":"ex husband","relationship_type_ex_husband_female":"ex wife","relationship_type_ex_husband_female_with_name":":name\u2019s ex wife","relationship_type_ex_husband_with_name":":name\u2019s ex husband","relationship_type_ex_with_name":":name\u2019s ex-boyfriend","relationship_type_friend":"amico","relationship_type_friend_female":"amico","relationship_type_friend_female_with_name":":name\u2019s friend","relationship_type_friend_with_name":":name\u2019s friend","relationship_type_godfather":"padrino","relationship_type_godfather_female":"madrina","relationship_type_godfather_female_with_name":": nome della madrina","relationship_type_godfather_with_name":": nome del padrino","relationship_type_godson":"godson","relationship_type_godson_female":"goddaughter","relationship_type_godson_female_with_name":":name\u2019s goddaughter","relationship_type_godson_with_name":":name\u2019s godson","relationship_type_grandchild":"grand child","relationship_type_grandchild_female":"grand child","relationship_type_grandchild_female_with_name":":name\u2019s grand child","relationship_type_grandchild_with_name":":name\u2019s grand child","relationship_type_grandparent":"grand parent","relationship_type_grandparent_female":"grand parent","relationship_type_grandparent_female_with_name":":name\u2019s grand parent","relationship_type_grandparent_with_name":":name\u2019s grand parent","relationship_type_group_family":"Relazioni familiari","relationship_type_group_friend":"Rapporti di amicizia","relationship_type_group_love":"Relazioni d'amore","relationship_type_group_other":"Altri tipi di relazioni","relationship_type_group_work":"Rapporti di lavoro","relationship_type_inlovewith":"innamorati di","relationship_type_inlovewith_female":"innamorati di","relationship_type_inlovewith_female_with_name":"someone :name is in love with","relationship_type_inlovewith_with_name":"qualcuno: \u00e8 innamorato di","relationship_type_lovedby":"loved by","relationship_type_lovedby_female":"loved by","relationship_type_lovedby_female_with_name":":name\u2019s secret lover","relationship_type_lovedby_with_name":":name\u2019s secret lover","relationship_type_lover":"amante","relationship_type_lover_female":"amante","relationship_type_lover_female_with_name":": nome amante","relationship_type_lover_with_name":": nome amante","relationship_type_mentor":"mentor","relationship_type_mentor_female":"mentor","relationship_type_mentor_female_with_name":":name\u2019s mentor","relationship_type_mentor_with_name":":name\u2019s mentor","relationship_type_nephew":"nephew","relationship_type_nephew_female":"niece","relationship_type_nephew_female_with_name":":name\u2019s niece","relationship_type_nephew_with_name":":name\u2019s nephew","relationship_type_parent":"father","relationship_type_parent_female":"mother","relationship_type_parent_female_with_name":":name\u2019s mother","relationship_type_parent_with_name":":name\u2019s father","relationship_type_partner":"significant other","relationship_type_partner_female":"significant other","relationship_type_partner_female_with_name":":name\u2019s significant other","relationship_type_partner_with_name":":name\u2019s significant other","relationship_type_protege":"protege","relationship_type_protege_female":"protege","relationship_type_protege_female_with_name":":name\u2019s protege","relationship_type_protege_with_name":":name\u2019s protege","relationship_type_sibling":"brother","relationship_type_sibling_female":"sister","relationship_type_sibling_female_with_name":":name\u2019s sister","relationship_type_sibling_with_name":":name\u2019s brother","relationship_type_spouse":"spouse","relationship_type_spouse_female":"spouse","relationship_type_spouse_female_with_name":":name\u2019s spouse","relationship_type_spouse_with_name":":name\u2019s spouse","relationship_type_subordinate":"subordinate","relationship_type_subordinate_female":"subordinate","relationship_type_subordinate_female_with_name":":name\u2019s subordinate","relationship_type_subordinate_with_name":":name\u2019s subordinate","relationship_type_uncle":"uncle","relationship_type_uncle_female":"aunt","relationship_type_uncle_female_with_name":":name\u2019s aunt","relationship_type_uncle_with_name":":name\u2019s uncle","remove":"Elimina","revoke":"Revoca","save":"Salva","unknown":"Non so","update":"Aggiorna","upload":"Carica","verify":"Verifica","with":"con"},"auth":{"2fa_one_time_password":"Two factor authentication code","2fa_otp_help":"Open up your two factor authentication mobile app and copy the code","2fa_recuperation_code":"Inserisci il codice di recupero dell'Autenticazione a due Fattori","2fa_title":"Autenticazione due fattori","2fa_wrong_validation":"Autenticazione due fattori fallita.","back_homepage":"Ritorna alla Home","button_remember":"Ricordami","confirmation_again":"If you want to change your email address you can click here<\/a>.","create_account":"Creare il primo account di firma<\/a>","email":"Email","email_change_current_email":"Current email address:","email_change_new":"New email address","email_change_title":"Change your email address","email_changed":"Your email address has been changed. Check your mailbox to validate it.","failed":"Queste credenziali non combaciano con i nostri archivi.","login":"Accedi","login_again":"Please login again to your account","login_to_account":"Accedi al tuo conto","mfa_auth_otp":"Authenticate with your two factor device","mfa_auth_u2f":"Authenticate with a U2F device","not_authorized":"Non sei autorizzato a eseguire questa azione.","password":"Password","password_forget":"Hai dimenticato la password?","password_reset":"Reimposta la Tua password","password_reset_action":"Reimposta Password","password_reset_email":"Indirizzo E-Mail","password_reset_email_content":"Clicca qui per ripristinare la tua password:","password_reset_password":"Password","password_reset_password_confirm":"Conferma password","password_reset_send_link":"Invia un collegamento di ripristino password","password_reset_title":"Reimposta Password","register_action":"Registrati","register_create_account":"\u00c8 necessario creare un account per utilizzare Monica","register_email":"Inserire un indirizzo email valido","register_email_example":"you@Home","register_firstname":"Nome","register_firstname_example":"es. Giovanni","register_invitation_email":"Per ragioni di sicurezza, inserisci l'indirizzo email della persona che ti ha invitato. Trovi questa informazione nella mail di invito.","register_lastname":"Cognome","register_lastname_example":"es. Bianchi","register_login":"Accedi<\/a> se hai gi\u00e0 un account.","register_password":"Password","register_password_confirmation":"Conferma password","register_password_example":"Inserire una password sicura","register_policy":"Signing up signifies you\u2019ve read and agree to our Privacy Policy<\/a> and Terms of use<\/a>.","register_title_create":"Crea il tuo account di Monica","register_title_welcome":"Benvenuto alla tua nuova istanza di Monica","signup":"Iscriviti","signup_disabled":"La registrazione \u00e8 al momento disattivata","signup_no_account":"Non hai ancora un account?","throttle":"Troppi tentativi di accesso. Ti preghiamo di ritentare in :seconds secondi.","u2f_otp_extension":"U2F is supported natively on Chrome, Firefox<\/a> and Opera. On old Firefox versions, install the U2F Support Add-on<\/a>."},"changelog":{"note":"Note: unfortunately, this page is only in English.","title":"Product changes"},"dashboard":{"dashboard_blank_cta":"Aggiungi il tuo primo contatto","dashboard_blank_description":"Con Monica puoi organizzare tutte le interazioni con le persone a cui tieni.","dashboard_blank_illustration":"Illustrazione by Freepik<\/a>","dashboard_blank_title":"Benvenuto nel tuo account!","debts_you_owe":"You owe","linkedin_profile":"LinkedIn","notes_title":"Non hai alcuna nota.","reminders_next_months":"Eventi nei prossimi 3 mesi","reminders_none":"Nessun promemoria per questo mese","statistics_activities":"Attivit\u00e0","statistics_contacts":"Contatti","statistics_gifts":"Regali","tab_calls_blank":"Non hai ancora aggiunto nessuna etichetta.","tab_debts":"Debts","tab_debts_blank":"You haven\u2019t logged any debt yet.","tab_favorite_notes":"Note preferite","tab_recent_calls":"Chiamate recenti"},"format":{"full_hour":"h.i A","full_month":"F","full_month_year":"F Y","short_date":"M d","short_date_year":"M d, Y","short_date_year_time":"M d, Y H:i","short_day":"D","short_month":"M","short_month_year":"M Y"},"journal":{"delete_confirmation":"Sei sicuro di voler rimuovere questa pagina dal diario?","entry_delete_success":"La pagina del diario \u00e8 stata rimossa.","journal_add":"Scrivi nel diario","journal_add_cta":"Salva","journal_add_date":"Date","journal_add_post":"Testo","journal_add_title":"Titolo (facoltativo)","journal_blank_cta":"Scrivi qualcosa nel diario","journal_blank_description":"Il diario ti permette di appuntare cose che ti succedono, e ricordarle.","journal_come_back":"Thanks. Come back tomorrow to rate your day again.","journal_created_automatically":"Created automatically","journal_description":"Note: the journal lists both manual journal entries, and automatic entries like Activities done with your contacts. While you can delete journal entries manually, you\u2019ll have to delete the activity directly on the contact page.","journal_entry_rate":"You rated your day.","journal_entry_type_activity":"Activity","journal_entry_type_journal":"Journal entry","journal_rate":"How was your day? You can rate it once a day."},"mail":{"confirmation_email_button":"Verify email address","confirmation_email_intro":"To validate your email click on the button below","confirmation_email_title":"Monica \u2013 Email verification","footer_contact_info":"Aggiungi, consulta, completa e cambia le informazioni di questo contatto:","for":"PER:","greetings":"Ciao :username","notification_description":"In :count days (on :date), the following event will happen:","notification_subject_line":"You have an upcoming event","notifications_footer":"If you\u2019re having trouble clicking the \":actionText\" button, copy and paste the URL below into your web browser: [:actionURL](:actionURL)","notifications_hello":"Hello!","notifications_regards":"Regards","notifications_whoops":"Whoops!","stay_in_touch_subject_description":"You asked to be reminded to stay in touch with :name every :frequency days.","stay_in_touch_subject_line":"Stay in touch with :name","subject_line":"Promemoria per :contact","want_reminded_of":"VOLEVI TI RICORDASSIMO DI"},"pagination":{"next":"Seguente »","previous":"« Precedente"},"passwords":{"changed":"Password changed successfuly.","invalid":"Current password you entered is not correct.","password":"Le password devono essere di almeno sei caratteri e devono combaciare con la conferma.","reset":"La tua password \u00e8 stata reimpostata!","sent":"Se l'email inserita esiste nei nostri archivi vi \u00e9 stato inviato il link per reimpostare la tua password.","token":"Questo token per reimpostare la password non \u00e8 valido.","user":"Se l'email inserita esiste nei nostri archivi vi \u00e9 stato inviato il link per reimpostare la tua password."},"people":{"activities_activity":"Categoria dell'attivit\u00e0","activities_add_activity":"Aggiungi attivit\u00e0","activities_add_cta":"Salva attivit\u00e0","activities_add_date_occured":"Data dell'attivit\u00e0","activities_add_error":"Error when adding the activity","activities_add_optional_comment":"Commenti aggiuntivi","activities_add_pick_activity":"(Facoltativo) Vorresti assegnare una categoria a questa attivit\u00e0? Non \u00e8 obbligatorio, ma pi\u00f9 avanti ti permetter\u00e0 di vedere delle statistiche","activities_add_success":"Attivit\u00e0 aggiunta","activities_add_title":"Cosa hai fatto con :name?","activities_blank_add_activity":"Agginugi attivit\u00e0","activities_blank_title":"Tieni traccia di quello che tu e :name avete fatto, e ci\u00f2 di cui avete parlato","activities_delete_confirmation":"Rimuovere questa attivit\u00e0?","activities_delete_success":"Attivit\u00e0 rimossa","activities_hide_details":"Nascondi dettagli","activities_item_information":":Activity il :date","activities_more_details":"Mostra dettagli","activities_profile_number_occurences":":value activity|:value activities","activities_profile_subtitle":"You\u2019ve logged :total_activities activity with :name in total and :activities_last_twelve_months in the last 12 months so far.|You\u2019ve logged :total_activities activities with :name in total and :activities_last_twelve_months in the last 12 months so far.","activities_profile_title":"Activities report between :name and you","activities_profile_year_summary":"Here is what you two have done in :year","activities_profile_year_summary_activity_types":"Here is a breakdown of the type of activities you\u2019ve done together in :year","activities_summary":"Descrivi cosa avete fatto","activities_update_success":"Attivit\u00e0 aggiornata","activities_view_activities_report":"View activities report","activities_who_was_involved":"Chi era coinvolto?","activity_title":"Attivit\u00e0","activity_type_ate_at_his_place":"mangiato a casa sua\/loro","activity_type_ate_at_home":"mangiato a casa","activity_type_ate_restaurant":"mangiato al ristorante","activity_type_category_cultural_activities":"Cultural activities","activity_type_category_food":"Food","activity_type_category_simple_activities":"Simple activities","activity_type_category_sport":"Sport","activity_type_did_sport_activities_together":"fatto sport assieme","activity_type_just_hung_out":"siamo usciti","activity_type_picknicked":"fatto un picnic","activity_type_talked_at_home":"parlato, a casa","activity_type_watched_movie_at_home":"visto un film, a casa","activity_type_went_bar":"andati al bar","activity_type_went_concert":"andati a un concerto","activity_type_went_museum":"andati al museo","activity_type_went_play":"andati a una rappresentazione teatrale","activity_type_went_theater":"andati a teatro","age_approximate_in_years":"circa :age anni","age_exact_birthdate":"nato :date","age_exact_in_years":":age anni","birthdate_not_set":"Data di nascita assente","call_blank_desc":"Hai chiamato :name","call_blank_title":"Tieni traccia delle tue chiamate con :name","call_button":"Aggiungi chiamata","call_delete_confirmation":"Rimuovere questa chiamata?","call_delete_success":"La chiamata \u00e9 stata rimossa","call_empty_comment":"Nessuna informazione","call_title":"Chiamate","calls_add_success":"La chiamata \u00e9 stata salvata.","contact_address_form_city":"Citt\u00e1 (facoltativa)","contact_address_form_country":"Regione (facoltativa)","contact_address_form_name":"Etichetta (facoltativa)","contact_address_form_postal_code":"Codice postale (facoltativa)","contact_address_form_province":"Provincia (facoltativa)","contact_address_form_street":"Via (facoltativa)","contact_address_title":"Indirizzi","contact_info_address":"Vive in","contact_info_form_contact_type":"Tipo di contatto","contact_info_form_content":"Contenuti","contact_info_form_personalize":"Personalizza","contact_info_title":"Informazioni di contatto","debt_add_add_cta":"Aggiungi debito","debt_add_amount":"l'ammontare di","debt_add_cta":"Aggiungi debito","debt_add_reason":"per questo motivo (facoltativo)","debt_add_success":"Debito aggiunto","debt_add_they_owe":":name ti deve","debt_add_title":"Gestione dei debiti","debt_add_you_owe":"devi a :name","debt_delete_confirmation":"Rimuovere questo debito?","debt_delete_success":"Debito rimosso","debt_edit_success":"Debito aggiornato","debt_edit_update_cta":"Aggiorna debito","debt_they_owe":":name ti deve :amount","debt_title":"Debiti","debt_you_owe":"Devi :amount","debts_blank_title":"Gestisci ci\u00f2 che devi a :name e quello che :name ti deve","deceased_add_reminder":"Aggiungi un promemoria per questa data","deceased_age":"Et\u00e0 di decesso","deceased_know_date":"Conosco il giorno in cui questa persona \u00e9 deceduta","deceased_label":"Deceduto\/a","deceased_label_with_date":"Decesso il :date","deceased_mark_person_deceased":"Contrassegna questa persona come deceduta","deceased_reminder_title":"Anniversario della morte di :name","edit_contact_information":"Modifica informazioni del contatto","food_preferencies_add_success":"Le preferenze alimentari sono state salvate","food_preferencies_cta":"Aggiunti preferenze alimentari","food_preferencies_edit_cta":"Salva preferenze alimentari","food_preferencies_edit_description":"Magari :firstname o qualcuno nella famiglia :family ha un'allergia. O non gli piace un certo vino. Indica queste cose qui cos\u00ec da ricordarle la prossima volta che li inviti a cena","food_preferencies_edit_description_no_last_name":"Magari :firstname ha un'allergia. O non gli piace un certo vino. Indica queste cose qui cos\u00ec da ricordarle la prossima volta che li inviti a cena","food_preferencies_edit_title":"Indica le preferenze alimentari","food_preferencies_title":"Preferenze alimentari","gifts_add_comment":"Commenti (facoltativo)","gifts_add_gift":"Aggiungi regalo","gifts_add_gift_already_offered":"Regalo gi\u00e0 consegnato","gifts_add_gift_idea":"Idea regalo","gifts_add_gift_received":"Regalo ricevuto","gifts_add_gift_title":"Cos'\u00e8 questo regalo?","gifts_add_link":"Link alla pagina web (facoltativo)","gifts_add_someone":"Questo regalo \u00e8 per qualcuno in particolare nella famiglia di :name","gifts_add_success":"Regalo aggiunto","gifts_add_title":"Gestione dei regali a :name","gifts_add_value":"Valore (facoltativo)","gifts_delete_confirmation":"Rimuovere regalo?","gifts_delete_cta":"Rimuovi","gifts_delete_success":"Regalo rimosso","gifts_for":"Per:","gifts_ideas":"Idee regalo","gifts_link":"Collegamento","gifts_mark_offered":"Segna come offerto","gifts_offered":"Regali offerti","gifts_offered_as_an_idea":"Segna come idea","gifts_received":"Regali ricevuti","gifts_title":"Regali","gifts_update_success":"Regalo modificato","gifts_view_comment":"Visualizza commento","information_edit_avatar":"Foto\/avatar del contatto","information_edit_exact":"Conosco la data di nascita esatta di questa persona, che \u00e8 il","information_edit_firstname":"Nome","information_edit_lastname":"Cognome (facoltativo)","information_edit_linkedin":"Profilo LinkedIn (facoltativo)","information_edit_max_size":"Massimo :size Mb.","information_edit_not_year":"Conosco il giorno e il mese della data di nascita, ma non l'anno\u2026","information_edit_probably":"Questa persona probabilmente ha","information_edit_success":"Il profilo \u00e8 stato aggiornato","information_edit_title":"Modifica le informazioni personali di :name","information_edit_unknown":"Non conosco l'et\u00e0 di questa persona","information_no_linkedin_defined":"Nessun profilo LinkedIn","information_no_work_defined":"Nessuna informazione professionale","information_work_at":"alla :company","introductions_add_reminder":"Aggiungi un promemoria per celebrare questo incontro nel suo anniversario","introductions_additional_info":"Spiega come e dove vi siete conosciuti","introductions_blank_cta":"Indica come hai conosciuto :name","introductions_edit_met_through":"Qualcuno ti ha presentato a questa persona?","introductions_first_met_date":"Data in cui vi siete conosciuti","introductions_first_met_date_known":"Questo \u00e9 il giorno in cui si siamo conosciuti","introductions_met_date":"Incontrato\/a il :date","introductions_met_through":"Conosciuto\/a attraverso :name<\/a>","introductions_no_first_met_date":"Non ricordo la data in cui ci siamo conosciuti","introductions_no_met_through":"Nessuno","introductions_reminder_title":"Anniversario del giorno in cui vi siete conosciuti","introductions_sidebar_title":"Come vi siete conosciuti","introductions_title_edit":"Come hai conosciuto :name?","introductions_update_success":"Informazioni sull'incontro con questa persona aggiornate","last_activity_date":"Ultima attivit\u00e0 assieme: :date","last_activity_date_empty":"Ultima attivit\u00e0 assieme: sconosciuto","last_called":"Ultima chiamata il: :date","last_called_empty":"Ultima chiamata il: sconosciuto","link_to_list":"Lista dei contatti","linkedin_profile":"LinkedIn profile","modal_call_change":"Cambia","modal_call_comment":"Di cosa avete parlato? (facoltativo)","modal_call_date":"La chiamata \u00e9 stata fatta prima, quest'oggi.","modal_call_exact_date":"La chiamata \u00e9 stata fatta il","modal_call_title":"Aggiungi chiamata","notes_add_cta":"Aggiungi nota","notes_create_success":"Nota creata","notes_delete_confirmation":"Rimuovere nota? Questo cambio \u00e8 permanente.","notes_delete_success":"Nota rimossa","notes_delete_title":"Rimuovi nota","notes_favorite":"Aggiungi\/rimuovi dalle note preferite","notes_update_success":"Nota aggiornata","people_add_birthday_reminder":"Fai gli auguri di compleanno a :name","people_add_cta":"Aggiungi questa persona","people_add_firstname":"Nome","people_add_gender":"Sesso","people_add_import":"Vuoi importare i tuoi contatti<\/a>?","people_add_lastname":"Cognome (facoltativo)","people_add_middlename":"Secondo nome (facoltativo)","people_add_missing":"Nessuna persona trovata, aggiungine una","people_add_nickname":"Nickname (Optional)","people_add_reminder_for_birthday":"Crea un promemoria annuale per il compleanno","people_add_success":"Contatto creato con successo","people_add_title":"Aggiungi una persona","people_delete_click_here":"clicca qui","people_delete_confirmation":"Rimuovere questo contatto? Questo cambio \u00e8 permanente.","people_delete_message":"Se vuoi rimuovere questo contatto,","people_delete_success":"Il contatto \u00e8 stato rimosso","people_edit_email_error":"Esiste gi\u00e0 un contatto nel tuo account con questo indirizzo email. Scegline un altro, per favore.","people_export":"Esporta in formato vCard","people_list_account_upgrade_cta":"Effettua l'upgrade ora","people_list_account_upgrade_title":"Effettua l'upgrade del tuo account per poter usufruire delle sue piene funzionalit\u00e1.","people_list_account_usage":"Utilizzo account: :current\/:limit contatti","people_list_blank_cta":"Aggiungi qualcuno","people_list_blank_title":"Non ci sono contatti nel tuo account","people_list_clear_filter":"Reimposta filtro","people_list_contacts_per_tags":"1 contatto|:count contatti","people_list_filter_tag":"Tutti i contatti etichettati con","people_list_filter_untag":"Tutti i contatti senza etichette","people_list_firstnameAZ":"Ordina per nome A \u2192 Z","people_list_firstnameZA":"Ordina per nome Z \u2192 A","people_list_last_updated":"Consultati per ultimi:","people_list_lastactivitydateNewtoOld":"Ordina per data dell'ultima attivit\u00e0, pi\u00f9 recente \u2192 meno recente","people_list_lastactivitydateOldtoNew":"Ordina per data dell'ultima attivit\u00e0, meno recente \u2192 pi\u00f9 recente","people_list_lastnameAZ":"Ordina per cognome A \u2192 Z","people_list_lastnameZA":"Ordina per cognome Z \u2192 A","people_list_number_kids":"1 bambino|:count bambini","people_list_number_reminders":":count promemoria","people_list_sort":"Ordina","people_list_stats":"1 contatto|:count contatti","people_list_untagged":"Mostra contatti senza etichette","people_save_and_add_another_cta":"Salva e aggiungi un'altra persona","people_search":"Cerca nei tuoi contatti...","people_search_no_results":"Nessun contatto trovato :(","pets_bird":"Uccello","pets_cat":"Gatto","pets_create_success":"Animale domestico aggiunto con successo","pets_delete_success":"Animale domestico rimosso","pets_dog":"Cane","pets_fish":"Pesce","pets_hamster":"Criceto","pets_horse":"Cavallo","pets_kind":"Tipo di animale domestico","pets_name":"Nome (facoltativo)","pets_other":"Altro","pets_rabbit":"Coniglio","pets_rat":"Topo\/Ratto","pets_reptile":"Rettile","pets_small_animal":"Animale di piccole dimensioni","pets_title":"Animali domestici","pets_update_success":"Animale domestico modificato","relationship_delete_confirmation":"Rimuovere relazione? Questo cambio \u00e8 permanente.","relationship_form_add":"Aggiungi relazione","relationship_form_add_choice":"Con chi \u00e8 la relazione?","relationship_form_add_description":"Ci\u00f3 ti permetter\u00e1 di trattare questo partner come un qualsiasi altro contatto.","relationship_form_add_no_existing_contact":"Al momento non hai contatti che possono essere una relazione :name.","relationship_form_add_success":"Relazione impostata correttamente.","relationship_form_also_create_contact":"Aggiungi questa persona anche come Contatto.","relationship_form_associate_contact":"Un contatto esistente","relationship_form_associate_dropdown":"Search and select an existing contact from the dropdown below","relationship_form_associate_dropdown_placeholder":"Search and select an existing contact","relationship_form_create_contact":"Aggiungi persona","relationship_form_deletion_success":"La relazione \u00e8 stata eliminata.","relationship_form_edit":"Modifica una relazione esistente","relationship_form_is_with":"Questa persona \u00e8...","relationship_unlink_confirmation":"Rimuovere questa relazione? Il contatto non sar\u00e1 cancellato \u2013 solo la relazione.","reminder_frequency_day":"every day|every :number days","reminder_frequency_month":"ogni mese|ogni :number mesi","reminder_frequency_one_time":"il :date","reminder_frequency_week":"ogni settimana|ogni :number settimane","reminder_frequency_year":"ogni anno|ogni :number anni","reminders_add_cta":"Aggiungi promemoria","reminders_add_description":"Ricordami per piacere di...","reminders_add_error_custom_text":"Devi scrivere qualcosa per questo promemoria","reminders_add_next_time":"Quando vorresti ti fosse ricordato?","reminders_add_once":"Ricordamelo una sola volta","reminders_add_recurrent":"Ricordamelo ogni","reminders_add_starting_from":"a partire dalla data specificata qui sopra","reminders_add_title":"Cosa vorresti ricordare a proposito di :name?","reminders_birthday":"Compleanno di :name","reminders_blank_add_activity":"Aggiungi un promemoria","reminders_blank_title":"C'\u00e8 qualcosa di cui ti vuoi ricordare riguardo a :name?","reminders_create_success":"Il promemoria \u00e8 stato creato","reminders_cta":"Aggiungi un promemoria","reminders_delete_confirmation":"Rimuovere questo promemoria?","reminders_delete_cta":"Rimuovi","reminders_delete_success":"Il promemoria \u00e8 stato rimosso","reminders_description":"Ti invieremo una email per ognuno dei promemoria qui sotto. I promemoria vengono inviati ogni mattina in cui l'evento ha luogo. I promemoria aggiunti automaticamente per i compleanni non possono essere rimossi. Se vuoi cambiare quelle date, cambia le date di compleanno di quei contatti.","reminders_edit_update_cta":"Aggiorna promemoria","reminders_free_plan_warning":"Nella versione gratuita di Monica non vengono inviate email. Per ricevere promemoria via email, effettua l'upgrade.","reminders_next_expected_date":"il","reminders_one_time":"Una volta","reminders_type_month":"mese","reminders_type_week":"settimana","reminders_type_year":"anno","reminders_update_success":"The reminder has been updated successfully","section_contact_information":"Informazioni sul contatto","section_personal_activities":"Attivit\u00e0","section_personal_gifts":"Regali","section_personal_notes":"Note","section_personal_reminders":"Promemoria","section_personal_tasks":"Cose da fare","set_favorite":"Favorite contacts are placed at the top of the contact list","stay_in_touch":"Rimani in contatto","stay_in_touch_frequency":"Rimani in contatto ogni giorno|Rimani in contatto ogni {count} giorni","stay_in_touch_invalid":"La frequenza dev'essere un numero maggiore di 0.","stay_in_touch_modal_desc":"Possiamo ricordarti di rimanere in contatto con {firstname} tramite email a intervalli regolari.","stay_in_touch_modal_label":"Inviami una mail ogni...","stay_in_touch_modal_title":"Rimani in contatto","stay_in_touch_premium":"Devi fare l'upgrade al tuo account per usare questa funzione","tag_add":"aggiungi un\u2019etichetta","tag_edit":"Modifica etichetta","tasks_add_task":"Aggiungi compito","tasks_blank_title":"Nulla da fare.","tasks_complete_success":"Compito completato","tasks_delete_success":"Compito rimosso","tasks_form_description":"Descrizione (facoltativa)","tasks_form_title":"Titolo","work_add_cta":"Aggiorna informazioni professionali","work_edit_company":"Azienda (facoltativa)","work_edit_job":"Titolo (facoltativo)","work_edit_success":"Le informazioni professionali sono state aggiornate.","work_edit_title":"Aggiorna informazioni professionali di :name","work_information":"Informazioni professionali"},"reminder":{"type_birthday":"Augura buon compleanno a","type_birthday_kid":"Augura buon compleanno al figlio di ","type_email":"Email","type_hangout":"Incontro con","type_lunch":"Pranzo con","type_phone_call":"Chiama"},"settings":{"2fa_disable_description":"Disable Two Factor Authentication for your account. Be careful, your account will not be secured anymore !","2fa_disable_error":"Error when trying to disable Two Factor Authentication","2fa_disable_success":"Two Factor Authentication disabled","2fa_disable_title":"Disable Two Factor Authentication","2fa_enable_description":"Enable Two Factor Authentication to increase security with your account.","2fa_enable_error":"Error when trying to activate Two Factor Authentication","2fa_enable_error_already_set":"Two Factor Authentication is already activated","2fa_enable_otp":"Open up your two factor authentication mobile app and scan the following QR barcode:","2fa_enable_otp_help":"If your two factor authentication mobile app does not support QR barcodes, enter in the following code:","2fa_enable_otp_validate":"Please validate the new device you\u2019ve just set:","2fa_enable_success":"Two Factor Authentication activated","2fa_enable_title":"Enable Two Factor Authentication","2fa_otp_title":"Two Factor Authentication mobile application","2fa_title":"Two Factor Authentication","api_authorized_clients":"Lista di client autorizzati","api_authorized_clients_desc":"This section lists all the clients you\u2019ve authorized to access your application. You can revoke this authorization at anytime.","api_authorized_clients_name":"Name","api_authorized_clients_scopes":"Scopes","api_authorized_clients_title":"Authorized Applications","api_description":"L'API pu\u00f3 essere usata per manipolare le informazioni in Monica da un'applicazione esterna, ad esempio da un'applicazione per smartphone.","api_oauth_clientid":"Client ID","api_oauth_clients":"I tuoi client Oauth","api_oauth_clients_desc":"Questa sezione ti permette di registrare i tuoi client OAuth.","api_oauth_create":"Create Client","api_oauth_create_new":"Create New Client","api_oauth_name":"Nome","api_oauth_name_help":"Something your users will recognize and trust.","api_oauth_not_created":"You have not created any OAuth clients.","api_oauth_redirecturl":"Redirect URL","api_oauth_redirecturl_help":"Your application\u2019s authorization callback URL.","api_oauth_secret":"Secret","api_oauth_title":"Oauth Clients","api_pao_description":"Assicurati di dare questo token a fonti fidate, gi\u00e1 che danno accesso a tutti i tuoi dati.","api_personal_access_tokens":"Personal access token","api_title":"Accesso all'API","api_token_create":"Create Token","api_token_create_new":"Create New Token","api_token_delete":"Rimuovi","api_token_help":"Here is your new personal access token. This is the only time it will be shown so don\u2019t lose it! You may now use this token to make API requests.","api_token_name":"Nome","api_token_not_created":"You have not created any personal access tokens.","api_token_scopes":"Scopes","api_token_title":"Personal access token","currency":"Valuta","delete_cta":"Rimuovi account","delete_desc":"Sei sicuro\/a di voler rimuovere il tuo account? Attenzione: la rimozione \u00e8 permanente, e verranno rimossi anche i tuoi dati.","delete_notice":"Sei sicuro\/a di voler rimuovere il tuo account? Non si torna indietro!","delete_title":"Rimuovi il tuo account","email":"Email","email_help":"Questa \u00e8 l'email che userai per accedere, e dove verranno inviati i promemoria.","email_placeholder":"Insersci un'email","export_be_patient":"Clicca il pulsante per iniziare l'esportazione. Potrebbe volerci qualche minuto \u2013 ti chiediamo di portare pazienza e non premere il pulsante a ripetizione.","export_sql_cta":"Esporta a SQL","export_sql_explanation":"Esportare i dati in formato SQL ti permette di importarli nella tua istanza di Monica. Ci\u00f2 ha senso solo se hai un tuo proprio server.","export_sql_link_instructions":"Nota: leggi le istruzioni<\/a> per capire come importare questo file nella tua istanza di Monica.","export_title":"Esporta i dati del tuo account","export_title_sql":"Esporta a SQL","firstname":"Nome","import_blank_cta":"Importa vCard","import_blank_description":"Possiamo importare file vCard ottenibili da Google Contacts o dal tuo gestore di contatti.","import_blank_question":"Importare contatti?","import_blank_title":"You haven\u2019t imported any contacts yet.","import_cta":"Carica contatti","import_in_progress":"Importazione in corso. Ricarica la pagina in un minuto.","import_need_subscription":"Importing data requires a subscription.","import_report_date":"Data dell'importazione","import_report_number_contacts":"Numero di contatti nel file","import_report_number_contacts_imported":"Numero di contatti importati","import_report_number_contacts_skipped":"Numero di contatti omessi","import_report_status_imported":"Importati","import_report_status_skipped":"Omessi","import_report_title":"Resoconto dell'importazione","import_report_type":"Tipo di importazione","import_result_stat":"Uploaded vCard with 1 contact (:total_imported imported, :total_skipped skipped)|Uploaded vCard with :total_contacts contacts (:total_imported imported, :total_skipped skipped)","import_stat":"You\u2019ve imported :number files so far.","import_title":"Importa contatti nel tuo account","import_upload_behaviour":"Import behaviour:","import_upload_behaviour_add":"Add new contacts, skip existing","import_upload_behaviour_help":"Note: Replacing will replace all data found in the vCard, but will keep existing contact fields.","import_upload_behaviour_replace":"Replace existing contacts","import_upload_form_file":"Il tuo file .vcf<\/code> o .vCard<\/code>:","import_upload_rule_cant_revert":"Make sure data is accurate before uploading, as you can\u2019t undo the upload.","import_upload_rule_format":"Supportiamo file .vcard<\/code> e .vcf<\/code>.","import_upload_rule_instructions":"Istruzioni per esportare da Contacts.app (macOS)<\/a> e Google Contacts<\/a>.","import_upload_rule_limit":"I file hanno un limite di 10MB.","import_upload_rule_multiple":"Per il momento, se i tuoi contatti hanno pi\u00f9 di un numero di telefono o pi\u00f9 di una email, solo il primo di ogni tipo verr\u00e0 importato.","import_upload_rule_time":"Potrebbe volerci fino a un minuto per caricare i contatti e processarli. Porta pazienza.","import_upload_rule_vcard":"Supportiamo il formato vCard 3.0, che \u00e8 il formato predefinito per Contacts.app (macOS) e Google Contacts.","import_upload_rules_desc":"Ci sono alcune regole:","import_upload_title":"Importa i contatti da un file vCard","import_vcard_contact_exist":"Contatto gi\u00e0 esistente","import_vcard_contact_no_firstname":"Nome mancante (obbligatorio)","import_vcard_file_no_entries":"File contains no entries","import_vcard_file_not_found":"File not found","import_vcard_unknown_entry":"Unknown contact name","import_view_report":"Vedi resoconto","lastname":"Last name","layout":"Impaginazione","layout_big":"Larghezza intera del browser","layout_small":"Massimo 1200 pixel di larghezza","locale":"Lingua","locale_cs":"Ceco","locale_de":"Tedesco","locale_en":"Inglese","locale_es":"Spanish","locale_fr":"Francese","locale_he":"Hebrew","locale_it":"Italiano","locale_nl":"Dutch","locale_pt":"Portoghese","locale_ru":"Russo","locale_tr":"Turkish","locale_zh":"Chinese Simplified","name":"Il tuo nome: :name","name_order":"Ordine del nome","name_order_firstname_lastname":" - John Doe","name_order_firstname_lastname_nickname":" () - John Doe (Rambo)","name_order_firstname_nickname_lastname":" () - John (Rambo) Doe","name_order_lastname_firstname":" - Doe John","name_order_lastname_firstname_nickname":" () - Doe John (Rambo)","name_order_lastname_nickname_firstname":" () - Doe (Rambo) John","name_order_nickname":" - Rambo","password_btn":"Change password","password_change":"Password change","password_current":"Current password","password_current_placeholder":"Enter your current password","password_new1":"New password","password_new1_placeholder":"Enter a new password","password_new2":"Confirmation","password_new2_placeholder":"Retype the new password","personalisation_paid_upgrade":"This is a premium feature that requires a Paid subscription to be active. Upgrade your account by visiting Settings > Subscription.","personalization_activity_type_add_button":"Add a new activity type","personalization_activity_type_category_add":"Add a new activity type category","personalization_activity_type_category_description":"An activity done with one of your contact can have a type and a category type. Your account comes by default with a set of predefined category types, but you can customize everything here.","personalization_activity_type_category_modal_add":"Add a new activity type category","personalization_activity_type_category_modal_delete":"Delete an activity type category","personalization_activity_type_category_modal_delete_desc":"Are you sure you want to delete this category? Deleting it will delete all associated activity types. However, activities that belong to this category will not be affected by this deletion.","personalization_activity_type_category_modal_delete_error":"We can\u2019t find this activity type category.","personalization_activity_type_category_modal_edit":"Edit an activity type category","personalization_activity_type_category_modal_question":"How should we name this new category?","personalization_activity_type_category_table_actions":"Actions","personalization_activity_type_category_table_name":"Name","personalization_activity_type_category_title":"Activity type categories","personalization_activity_type_modal_add":"Add a new activity type","personalization_activity_type_modal_delete":"Delete an activity type","personalization_activity_type_modal_delete_desc":"Are you sure you want to delete this activity type? Activities that belong to this category will not be affected by this deletion.","personalization_activity_type_modal_delete_error":"We can\u2019t find this activity type.","personalization_activity_type_modal_edit":"Edit an activity type","personalization_activity_type_modal_question":"How should we name this new activity type?","personalization_contact_field_type_add":"Aggiungi una nuova forma di contatto","personalization_contact_field_type_add_success":"Forma di contatto aggiunta.","personalization_contact_field_type_delete_success":"Forma di contatto rimossa.","personalization_contact_field_type_description":"Qui puoi configurare tutte le varie forme di contatto che puoi associare ai tuoi contatti. Se in futuro apparir\u00e1 un nouvo social network, potrai agigungere direttamente qui questa nuova forma di contatto.","personalization_contact_field_type_edit_success":"Forma di contatto aggiornata.","personalization_contact_field_type_modal_delete_description":"Rimuovere forma di contatto? Questa azione rimuover\u00e1 la forma di contatto da TUTTE le persone nel tuo account di Monica.","personalization_contact_field_type_modal_delete_title":"Rimuovi una forma di contatto esistente","personalization_contact_field_type_modal_edit_title":"Aggiorna una forma di contatto esistente","personalization_contact_field_type_modal_icon":"Icona (facoltativa)","personalization_contact_field_type_modal_icon_help":"Puoi associare un'icona a questa forma di contatto. Dev'essere un'icona di Font Awesome.","personalization_contact_field_type_modal_name":"Nome","personalization_contact_field_type_modal_protocol":"Protocollo (facoltativo)","personalization_contact_field_type_modal_protocol_help":"Si pu\u00f3 cliccare su ogni forma di contatto. Se \u00e9 impostato un protocollo, useremo quello.","personalization_contact_field_type_modal_title":"Aggiungi una nova forma di contatto","personalization_contact_field_type_table_actions":"Azioni","personalization_contact_field_type_table_name":"Nome","personalization_contact_field_type_table_protocol":"Protocollo","personalization_contact_field_type_title":"Forme di contatto","personalization_genders_add":"Add new gender type","personalization_genders_desc":"You can define as many genders as you need to. You need at least one gender type in your account.","personalization_genders_modal_add":"Add gender type","personalization_genders_modal_delete":"Delete gender type","personalization_genders_modal_delete_desc":"Are you sure you want to delete {name}?","personalization_genders_modal_delete_question":"You currently have {count} contact that has this gender. If you delete this gender, what gender should this contact have?|You currently have {count} contacts that have this gender. If you delete this gender, what gender should these contacts have?","personalization_genders_modal_edit":"Update gender type","personalization_genders_modal_edit_question":"How should this new gender be renamed?","personalization_genders_modal_error":"Please choose a valid gender from the list.","personalization_genders_modal_question":"How should this new gender be called?","personalization_genders_title":"Gender types","personalization_module_desc":"Some people don\u2019t need all the features. Below you can toggle specific features that are used on a contact sheet. This change will affect ALL your contacts. Note that if you turn off one of these features, data will not be lost - we will simply hide the feature.","personalization_module_save":"The change has been saved","personalization_module_title":"Features","personalization_reminder_rule_desc":"For every reminder that you set, we can send you an email some days before the event happens. You can toggle those notifications here. Note that those notifications only apply to monthly and yearly reminders.","personalization_reminder_rule_line":"{count} day before|{count} days before","personalization_reminder_rule_save":"The change has been saved","personalization_reminder_rule_title":"Reminder rules","personalization_tab_title":"Personalize your account","personalization_title":"Here you can find different settings to configure your account. These features are more for \u201cpower users\u201d who want maximum control over Monica.","reminder_time_to_send":"Time of the day reminders should be sent","reminder_time_to_send_help":"For your information, your next reminder will be sent on {dateTime}<\/span>.","reset_cta":"Reimposta il tuo account","reset_desc":"Sei sicuro\/a di voler reimpostare il tuo account? Verranno rimossi tutti i tuoi contatti, e i dati associati. Il tuo account non verr\u00e0 rimosso.","reset_notice":"Sei sicuro\/a di voler reimpostare il tuo account? Non si torna indietro!","reset_success":"Account reimpostato","reset_title":"Reimposta il tuo account","save":"Aggiorna impostazioni","security_help":"Change security matters for your account.","security_title":"Security","settings_success":"Impostazioni aggiornate","sidebar_personalization":"Personalization","sidebar_settings":"Impostazioni accounto","sidebar_settings_api":"API","sidebar_settings_export":"Esporta dati","sidebar_settings_import":"Importa dati","sidebar_settings_security":"Security","sidebar_settings_subscriptions":"Sottoscrizioni","sidebar_settings_tags":"Gestione etichette","sidebar_settings_users":"Utenti","subscriptions_account_current_paid_plan":"You are on the :name plan. Thanks so much for being a subscriber.","subscriptions_account_current_plan":"Il tuo piano attuale","subscriptions_account_free_plan":"Stai usando il piano gratuito.","subscriptions_account_free_plan_benefits_import_data_vcard":"Importa i tuoi contatti con vCard","subscriptions_account_free_plan_benefits_reminders":"Promemoria via email","subscriptions_account_free_plan_benefits_support":"Sosterrai il progetto nel lungo termine, permettendoci di introdurre nuove funzionalit\u00e0.","subscriptions_account_free_plan_benefits_users":"Numero di utenti illimitato","subscriptions_account_free_plan_upgrade":"Puoi promuovere il tuo piano al livello :name, che costa $:price al mese. I vantaggi sono:","subscriptions_account_invoices":"Ricevute","subscriptions_account_invoices_download":"Download","subscriptions_account_next_billing":"La tua sottoscrizione si aggiorner\u00e0 automaticamente il :date<\/strong>. Puoi cancellare la tua sottoscrizione<\/a> in qualsiasi momento.","subscriptions_account_payment":"Which payment option fits you best?","subscriptions_account_upgrade":"Promuovi il tuo account","subscriptions_account_upgrade_choice":"Pick a plan below and join over :customers persons who upgraded their Monica.","subscriptions_account_upgrade_title":"Upgrade Monica today and have more meaningful relationships.","subscriptions_back":"Back to settings","subscriptions_downgrade_cta":"Retrocedi","subscriptions_downgrade_limitations":"Il piano gratuito \u00e8 limitato. Per poter retrocedere il tuo account al piano gratuito, devi soddisfare questi requisiti:","subscriptions_downgrade_rule_invitations":"Non puoi avere inviti in attesa","subscriptions_downgrade_rule_invitations_constraint":"You currently have 1 pending invitation<\/a> sent to people.|You currently have :count pending invitations<\/a> sent to people.","subscriptions_downgrade_rule_users":"Devi avere un solo utente nel tuo account","subscriptions_downgrade_rule_users_constraint":"You currently have 1 user<\/a> in your account.|You currently have :count users<\/a> in your account.","subscriptions_downgrade_success":"You are back to the Free plan!","subscriptions_downgrade_thanks":"Thanks so much for having tried the paid plan. We keep adding new features on Monica all the time \u2013 so you might want to come back in the future to see if you might be interested in taking a subscription again.","subscriptions_downgrade_title":"Retrocedi il tuo piano a quello gratuito","subscriptions_help_change_desc":"You can cancel anytime, no questions asked, and all by yourself \u2013 no need to contact support or whatever. However, you will not be refunded for the current period.","subscriptions_help_change_title":"What if I change my mind?","subscriptions_help_discounts_desc":"We do! Monica is free for students, and free for non-profits and charities. Just contact the support<\/a> with a proof of your status and we\u2019ll apply this special status in your account.","subscriptions_help_discounts_title":"Do you have discounts for non-profits and education?","subscriptions_help_limits_plan":"Absolutely not. Free plans do not have limitations on the number of contacts you can have.","subscriptions_help_limits_title":"Is there any limit to the number of contacts we can have on the free plan?","subscriptions_help_opensource_desc":"Monica is an open source project. This means it is built by an entirely benevolent community who just wants to provide a great tool for the greater good. Being open source means the code is publicly available on GitHub, and everyone can inspect it, modify it or enhance it. All the money we raise is dedicated to build better features, have more powerful servers, help pay the bills. Thanks for your help. We couldn\u2019t do it without you \u2013 litterally.","subscriptions_help_opensource_title":"What is an open source project?","subscriptions_help_title":"Additional details you may be curious about","subscriptions_pdf_title":"Sottoscrizione mensile a :name","subscriptions_plan_choose":"Choose this plan","subscriptions_plan_include1":"Included with your upgrade:","subscriptions_plan_include2":"Unlimited number of users \u2022 Reminders by email \u2022 Import with vCard \u2022 Personalization of the contact sheet","subscriptions_plan_include3":"100% of the profits go the development of this great open source project.","subscriptions_plan_month_bonus":"Cancel any time","subscriptions_plan_month_cost":"$5\/month","subscriptions_plan_month_title":"Pay monthly","subscriptions_plan_year_bonus":"Peace of mind for a whole year","subscriptions_plan_year_cost":"$45\/year","subscriptions_plan_year_cost_save":"you\u2019ll save 25%","subscriptions_plan_year_title":"Pay annually","subscriptions_upgrade_charge":"We\u2019ll charge your card USD $:price now. The next charge will be on :date. If you ever change your mind, you can cancel anytime, no questions asked.","subscriptions_upgrade_charge_handled":"The payment is handled by Stripe<\/a>. No card information touches our server.","subscriptions_upgrade_choose":"You picked the :plan plan.","subscriptions_upgrade_credit":"Carta di credito o debito","subscriptions_upgrade_infos":"We couldn\u2019t be happier. Enter your payment info below.","subscriptions_upgrade_name":"Name on card","subscriptions_upgrade_submit":"Submit Payment","subscriptions_upgrade_success":"Thank you! You are now subscribed.","subscriptions_upgrade_thanks":"Welcome to the community of people who try to make the world a better place.","subscriptions_upgrade_title":"Promuovi il tuo account","subscriptions_upgrade_zip":"ZIP or postal code","tags_blank_description":"Le etichette funzionano come delle cartelle, ma puoi aggiungere pi\u00f9 di un'etichetta a ogni contatto. Entra nella pagina di un contatto ed etichettalo come amico, giusto sotto al nome. Quando un contatto \u00e8 stato etichettato, puoi tornare qui per gestire tutte le tue etichette.","tags_blank_title":"Le etichette sono un buon modo di organizzare i tuoi contatti.","tags_list_contact_number":"1 contatto|:count contatti","tags_list_delete_confirmation":"Rimuovere etichetta? Nessun contatto verr\u00e0 rimosso, solo l'etichetta.","tags_list_delete_success":"Etichetta rimossa","tags_list_description":"Puoi organizzare i tuoi contatti attraverso le etichette. Le etichette funzionano come delle cartelle, ma puoi aggiungere pi\u00f9 di un'etichetta a ogni contatto. Per aggiungere una nuova etichetta, aggiungila al contatto stesso.","tags_list_title":"Etichette","timezone":"Fuso orario","u2f_buttonAdvise":"If your security key has a button, press it.","u2f_enable_description":"Add a new U2F security key","u2f_error_bad_request":"The visited URL doesn\u2019t match the App ID or your are not using HTTPS","u2f_error_configuration_unsupported":"Client configuration is not supported.","u2f_error_device_ineligible":"The presented device is not eligible for this request. For a registration request this may mean that the token is already registered, and for a sign request it may mean that the token does not know the presented key handle.","u2f_error_other_error":"An error occurred.","u2f_error_timeout":"Timeout reached before request could be satisfied.","u2f_insertKey":"Insert your security key.","u2f_noButtonAdvise":"If it does not, remove it and insert it again.","u2f_success":"Your key is detected and validated.","u2f_title":"U2F security key","users_accept_title":"Accept invitation and create a new account","users_add_confirmation":"Confermo che voglio invitare questo utente nel mio account. Sono consapevole che questa persona avr\u00e0 accesso a TUTTI i miei dati e vedr\u00e0 tutto quello che io posso vedere.","users_add_cta":"Invita utente tramite email","users_add_description":"Questa persona avr\u00e0 i tuoi stessi permessi, inclusa la capacit\u00e0 di invitare altri utenti e rimuoverli (te incluso\/a). \u00c8 importante che ti fidi di questa persona.","users_add_email_field":"Inserisci l'email della persona che vuoi invitare","users_add_title":"Invita qualcuno nel tuo account tramite email","users_blank_add_title":"Vuoi invitare qualcun altro ?","users_blank_cta":"Invita qualcuno","users_blank_description":"Questa persona avr\u00e0 il tuo stesso accesso, e potr\u00e0 aggiungere, modificare o rimuovere qualsiasi contatto.","users_blank_title":"Sei l'unica persona che ha accesso a questo account.","users_error_already_invited":"Hai gi\u00e0 invitato questo utente. Ti preghiamo di scegliere un'altro indirizzo email.","users_error_email_already_taken":"Questa email \u00e8 gi\u00e0 assegnata. Ti preghiamo di sceglierne un'altra","users_error_email_not_similar":"This is not the email of the person who\u2019ve invited you.","users_error_please_confirm":"Ti preghiamo di confermare di voler invitare questo utente prima di procedere","users_invitation_deleted_confirmation_message":"Invito rimosso","users_invitation_need_subscription":"Adding more users requires a subscription.","users_invitations_delete_confirmation":"Rimuovere invito?","users_list_add_user":"Invita un nouvo utente","users_list_delete_confirmation":"Rimuovere questo utente dal tuo account?","users_list_invitations_explanation":"Below are the people you\u2019ve invited to join Monica as a collaborator.","users_list_invitations_invited_by":"invitato da :name","users_list_invitations_sent_date":"il :date","users_list_invitations_title":"Inviti in attesa di risposta","users_list_title":"Utenti con accesso al tuo account","users_list_you":"That\u2019s you"},"validation":{"accepted":":attribute dev'essere accettato.","active_url":":attribute non \u00e8 una URL valida.","after":":attribute dev'essere dopo il :date.","after_or_equal":"The :attribute must be a date after or equal to :date.","alpha":":attribute pu\u00f2 contenere solamente lettere.","alpha_dash":":attribute pu\u00f2 solo contenere lettere, numeri e trattini.","alpha_num":":attribute pu\u00f2 solo contenere lettere e numeri.","array":":attribute dev'essere un array.","attributes":[],"before":":attribute dev'essere prima del :date.","before_or_equal":"The :attribute must be a date before or equal to :date.","between":{"array":":attribute deve avere tra :min e :max elementi.","file":":attribute dev'essere tra :min e :max kilobyte.","numeric":":attribute dev'essere tra :min e :max.","string":":attribute dev'essere tra :min e :max caratteri."},"boolean":":attribute dev'essere vero o falso.","confirmed":"La conferma di :attribute non coincide.","custom":{"attribute-name":{"rule-name":"custom-message"}},"date":":attribute non \u00e8 una data valida","date_format":":attribute non coincide con il formato :format.","different":":attribute e :other devono differire.","digits":":attribute dev'essere di :digits cifre.","digits_between":":attribute dev'essere tra :min e :max cifre.","dimensions":"The :attribute has invalid image dimensions.","distinct":":attribute ha un valore duplicato.","email":":attribute dev'essere un'email valida.","exists":":attribute selezionato invalido.","file":"The :attribute must be a file.","filled":"The :attribute field must have a value.","image":":attribute dev'essere un'immagine.","in":"selezione per :attribute non valida.","in_array":":attribute non esiste in :other.","integer":":attribute dev'essere un intero.","ip":":attribute dev'essere un indirizzo IP valido.","ipv4":"The :attribute must be a valid IPv4 address.","ipv6":"The :attribute must be a valid IPv6 address.","json":":attribute dev'essere una sequenza JSON valida.","max":{"array":":attribute non pu\u00f2 avere pi\u00f9 di :max elementi.","file":":attribute non pu\u00f2 pesare pi\u00f9 di :max kilobyte.","numeric":":attribute non pu\u00f2 essere maggiore di :max.","string":":attribute non pu\u00f2 avere pi\u00f9 di :max caratteri."},"mimes":":attribute dev'essere un file di tipo: :values.","mimetypes":"The :attribute must be a file of type: :values.","min":{"array":":attribute deve avere almento :min elementi.","file":":attribute deve pesare almeno :min.","numeric":":attribute dev'essere almeno :min.","string":":attribute deve avere almeno :min caratteri."},"not_in":"selezione per :attribute non valida.","not_regex":"The :attribute format is invalid.","numeric":":attribute dev'essere un numero.","present":":attribute dev'essere presente.","regex":"formato di :attribute non valido.","required":":attribute non \u00e8 facoltativo.","required_if":":attribute non \u00e8 facoltativo se :other \u00e8 :value.","required_unless":":attribute non \u00e8 facoltativo a meno che :other non sia :values.","required_with":":attribute non \u00e8 facoltativo se :values \u00e8 presente.","required_with_all":":attribute non \u00e8 facoltativo se :values \u00e8 presente.","required_without":":attribute non \u00e8 facoltativo se :values non \u00e8 presente.","required_without_all":":attribute non \u00e8 facoltativo se nessuno dei seguenti valori \u00e8 presente: :values.","same":":attribute e :other devono coincidere.","size":{"array":":attribute deve contenere :size elementi.","file":":attribute deve pesare :size kilobyte.","numeric":":attribute dev'essere :size.","string":":attribute dev'essere lungo :size caratteri."},"string":":attribute dev'essere una sequenza.","timezone":":attribute dev'essere un fuso orario valido.","unique":":attribute \u00e8 gi\u00e0 stato riservato.","uploaded":"The :attribute failed to upload.","url":"formato di :attribute non valido."}} diff --git a/public/js/langs/nl.json b/public/js/langs/nl.json index 596b4e7da7b..f88b5cf483e 100644 --- a/public/js/langs/nl.json +++ b/public/js/langs/nl.json @@ -1 +1 @@ -{"app":{"add":"Toevoegen","application_description":"Monica is een app voor het beheren van interacties met uw geliefden, vrienden en familie.","application_og_title":"Bouw betere relaties met uw dierbaren. Gratis Online CRM voor vrienden en familie.","application_title":"Monica \u2013 persoonlijke relatie manager","breadcrumb_add_note":"Notitie toevoegen","breadcrumb_add_significant_other":"Partner toevoegen","breadcrumb_api":"API","breadcrumb_dashboard":"Dashboard","breadcrumb_edit_introductions":"Hoe hebben jullie elkaar ontmoet","breadcrumb_edit_note":"Notitie bewerken","breadcrumb_edit_significant_other":"Partner bewerken","breadcrumb_journal":"Dagboek","breadcrumb_list_contacts":"Lijst van mensen","breadcrumb_settings":"Instellingen","breadcrumb_settings_export":"Exporteren","breadcrumb_settings_import":"Importeren","breadcrumb_settings_import_report":"Importrapport","breadcrumb_settings_import_upload":"Uploaden","breadcrumb_settings_personalization":"Personalisatie","breadcrumb_settings_security":"Beveiliging","breadcrumb_settings_security_2fa":"Tweestapsverificatie","breadcrumb_settings_subscriptions":"Abonnement","breadcrumb_settings_tags":"Labels","breadcrumb_settings_users":"Gebruikers","breadcrumb_settings_users_add":"Gebruiker toevoegen","cancel":"Annuleren","close":"Sluiten","compliance_desc":"We hebben onze gebruiksvoorwaarden <\/a> en privacybeleid<\/a> aangepast. We zijn verplicht u te vragen deze opnieuw te lezen en goed te keuren om uw account te kunnen blijven gebruiken.","compliance_desc_end":"Wij doen niets vervelends met uw gegevens of account en zullen dit ook nooit doen.","compliance_terms":"Accepteer de nieuwe voorwaarden en privacybeleid","compliance_title":"Sorry voor de onderbreking.","create":"Maak","days":"dag|dagen","default_save_success":"De gegevens zijn opgeslagen.","delete":"Verwijderen","done":"Gereed","edit":"Bewerken","error_save":"Er is een fout opgetreden bij het opslaan van de gegevens.","error_title":"Oeps! Er is iets misgegaan.","error_unauthorized":"Je hebt niet de rechten om dit onderdeel te bewerken.","footer_modal_version_release_away":"Je loopt 1 versie achter op de laatst beschikbare versie. Je zou je applicatie moeten bijwerken.|Je loopt :number versies achter op de laatst beschikbare versie. Je zou je applicatie moeten bijwerken.","footer_modal_version_whats_new":"Wat is er nieuw","footer_new_version":"Er is een nieuwe versie beschikbaar","footer_newsletter":"Nieuwsbrief","footer_privacy":"Privacy beleid","footer_release":"Releaseopmerkingen","footer_remarks":"Eventuele opmerkingen?","footer_send_email":"Stuur me een e-mail","footer_source_code":"Bijdragen","footer_version":"Versie: :version","for":"voor","gender_female":"Vrouw","gender_male":"Man","gender_none":"Zeg ik liever niet","header_changelog_link":"Productwijzigingen","header_logout_link":"Uitloggen","header_settings_link":"Instellingen","load_more":"Meer laden","loading":"Laden...","main_nav_activities":"Activiteiten","main_nav_cta":"Personen toevoegen","main_nav_dashboard":"Dashboard","main_nav_family":"Contacten","main_nav_journal":"Dagboek","main_nav_tasks":"Taken","markdown_description":"Wilt u uw tekst opmaken op een leuke manier? Wij ondersteunen Markdown om vet, cursief, lijsten en meer toe te voegen.","markdown_link":"Lees documentatie","new":"nieuw","relationship_type_bestfriend":"beste Vriend","relationship_type_bestfriend_female":"beste Vriend","relationship_type_bestfriend_female_with_name":":name\u2019s beste vriend","relationship_type_bestfriend_with_name":":name\u2019s beste vriend","relationship_type_boss":"baas","relationship_type_boss_female":"baas","relationship_type_boss_female_with_name":":name\u2019s baas","relationship_type_boss_with_name":":name\u2019s baas","relationship_type_child":"zoon","relationship_type_child_female":"dochter","relationship_type_child_female_with_name":":name\u2019s dochter","relationship_type_child_with_name":":name\u2019s zoon","relationship_type_colleague":"collega","relationship_type_colleague_female":"collega","relationship_type_colleague_female_with_name":":name\u2019s collega","relationship_type_colleague_with_name":":name\u2019s collega","relationship_type_cousin":"neef","relationship_type_cousin_female":"neef","relationship_type_cousin_female_with_name":":name\u2019s neef","relationship_type_cousin_with_name":":name\u2019s neef","relationship_type_date":"date","relationship_type_date_female":"date","relationship_type_date_female_with_name":":name's date","relationship_type_date_with_name":":name\u2019s date","relationship_type_ex":"ex-vriendje","relationship_type_ex_female":"ex-vriendin","relationship_type_ex_female_with_name":":name\u2019s ex-vriendinnetje","relationship_type_ex_husband":"ex-echtgenoot","relationship_type_ex_husband_female":"ex-vrouw","relationship_type_ex_husband_female_with_name":":name\u2019s ex-vrouw","relationship_type_ex_husband_with_name":":name\u2019s ex echtgenoot","relationship_type_ex_with_name":":name\u2019s ex-vriendje","relationship_type_friend":"vriend","relationship_type_friend_female":"vriend","relationship_type_friend_female_with_name":":name\u2019s vriend","relationship_type_friend_with_name":":name\u2019s vriend","relationship_type_godfather":"peetoom","relationship_type_godfather_female":"peet moeder","relationship_type_godfather_female_with_name":":naam's peetmoeder","relationship_type_godfather_with_name":":naam's peetvader","relationship_type_godson":"peetzoon","relationship_type_godson_female":"peetdochter","relationship_type_godson_female_with_name":":naam's schoondochter","relationship_type_godson_with_name":":naam's schoonzoon","relationship_type_grandchild":"kleinkind","relationship_type_grandchild_female":"kleinkind","relationship_type_grandchild_female_with_name":":name\u2019s kleinkind","relationship_type_grandchild_with_name":":name\u2019s kleinkind","relationship_type_grandparent":"grootouder","relationship_type_grandparent_female":"grootouder","relationship_type_grandparent_female_with_name":":name\u2019s grootouder","relationship_type_grandparent_with_name":":name\u2019s grootouder","relationship_type_group_family":"Familierelaties","relationship_type_group_friend":"Vriendschappen","relationship_type_group_love":"Liefdesrelaties","relationship_type_group_other":"Andere relaties","relationship_type_group_work":"Collega's","relationship_type_inlovewith":"verliefd op","relationship_type_inlovewith_female":"verliefd op","relationship_type_inlovewith_female_with_name":"iemand :name is verliefd op","relationship_type_inlovewith_with_name":"iemand :name is verliefd op","relationship_type_lovedby":"begeert door","relationship_type_lovedby_female":"begeert door","relationship_type_lovedby_female_with_name":":name\u2019s geheime minnaar","relationship_type_lovedby_with_name":":name\u2019s geheime minnaar","relationship_type_lover":"geliefde","relationship_type_lover_female":"geliefde","relationship_type_lover_female_with_name":":name\u2019s geliefde","relationship_type_lover_with_name":":name\u2019s geliefde","relationship_type_mentor":"mentor","relationship_type_mentor_female":"mentor","relationship_type_mentor_female_with_name":":name\u2019s mentor","relationship_type_mentor_with_name":":name\u2019s mentor","relationship_type_nephew":"neef","relationship_type_nephew_female":"nicht","relationship_type_nephew_female_with_name":":name\u2019s nicht","relationship_type_nephew_with_name":":name\u2019s neef","relationship_type_parent":"vader","relationship_type_parent_female":"moeder","relationship_type_parent_female_with_name":":name\u2019s moeder","relationship_type_parent_with_name":":name\u2019s vader","relationship_type_partner":"partner","relationship_type_partner_female":"partner","relationship_type_partner_female_with_name":":name\u2019s van partner","relationship_type_partner_with_name":":name's van partner","relationship_type_protege":"protege","relationship_type_protege_female":"protege","relationship_type_protege_female_with_name":":name's protege","relationship_type_protege_with_name":":name\u2019s protege","relationship_type_sibling":"broer","relationship_type_sibling_female":"zus","relationship_type_sibling_female_with_name":":name\u2019s zus","relationship_type_sibling_with_name":":name\u2019s broer","relationship_type_spouse":"echtgenoot","relationship_type_spouse_female":"echtgenoot","relationship_type_spouse_female_with_name":":name\u2019s van echtgeno(o)t(e)","relationship_type_spouse_with_name":":name\u2019s van echtgeno(o)t(e)","relationship_type_subordinate":"ondergeschikte","relationship_type_subordinate_female":"ondergeschikte","relationship_type_subordinate_female_with_name":":name\u2019s ondergeschikte","relationship_type_subordinate_with_name":":name\u2019s ondergeschikte","relationship_type_uncle":"oom","relationship_type_uncle_female":"tante","relationship_type_uncle_female_with_name":":name\u2019s tante","relationship_type_uncle_with_name":":name\u2019s oom","remove":"Verwijderen","revoke":"Intrekken","save":"Opslaan","unknown":"Ik weet het niet","update":"Bijwerken","upload":"Uploaden","verify":"Bevestigen","with":"met"},"auth":{"2fa_one_time_password":"Two factor authentication code","2fa_otp_help":"Open up your two factor authentication mobile app and copy the code","2fa_recuperation_code":"Voer een tweestapsverificatiecode in","2fa_title":"Tweestapsverificatie","2fa_wrong_validation":"De tweestapsverificatie is mislukt.","back_homepage":"Terug naar homepage","button_remember":"Onthoud Mij","confirmation_again":"If you want to change your email address you can click here<\/a>.","create_account":"Create the first account by signing up<\/a>","email":"E-mail","email_change_current_email":"Current email address:","email_change_new":"New email address","email_change_title":"Change your email address","email_changed":"Your email address has been changed. Check your mailbox to validate it.","failed":"Deze gegevens zijn niet correct.","login":"Aanmelden","login_again":"Gelieve nogmaals in te loggen op uw account","login_to_account":"Aanmelden op uw account","mfa_auth_otp":"Authenticate with your two factor device","mfa_auth_u2f":"Authenticate with a U2F device","not_authorized":"Je bent niet gemachtigd om dit te doen","password":"Wachtwoord","password_forget":"Wachtwoord vergeten?","password_reset":"Wachtwoord resetten","password_reset_action":"Wachtwoord resetten","password_reset_email":"E-mailadres","password_reset_email_content":"Klik hier om je wachtwoord te resetten:","password_reset_password":"Wachtwoord","password_reset_password_confirm":"Bevestig wachtwoord","password_reset_send_link":"Stuur een wachtwoord reset link","password_reset_title":"Wachtwoord resetten","register_action":"Register","register_create_account":"You need to create an account to use Monica","register_email":"Enter a valid email address","register_email_example":"you@home","register_firstname":"First name","register_firstname_example":"eg. John","register_invitation_email":"For security purposes, please indicate the email of the person who\u2019ve invited you to join this account. This information is provided in the invitation email.","register_lastname":"Last name","register_lastname_example":"eg. Doe","register_login":"Log in<\/a> if you already have an account.","register_password":"Password","register_password_confirmation":"Password confirmation","register_password_example":"Enter a secure password","register_policy":"Signing up signifies you\u2019ve read and agree to our Privacy Policy<\/a> and Terms of use<\/a>.","register_title_create":"Create your Monica account","register_title_welcome":"Welcome to your newly installed Monica instance","signup":"Aanmelden","signup_disabled":"Registratie is momenteel uitgeschakeld","signup_no_account":"Heb je nog geen account?","throttle":"Te veel inlogpogingen. Probeer opnieuw in :seconds seconden.","u2f_otp_extension":"U2F is supported natively on Chrome, Firefox<\/a> and Opera. On old Firefox versions, install the U2F Support Add-on<\/a>."},"changelog":{"note":"Note: unfortunately, this page is only in English.","title":"Product changes"},"dashboard":{"dashboard_blank_cta":"Voeg je eerste contact toe","dashboard_blank_description":"Monica is de plaats om alle interacties met de mensen waar je om geeft te organiseren.","dashboard_blank_illustration":"Illustratie door Freepik<\/a>","dashboard_blank_title":"Welkom bij jouw account!","debts_you_owe":"U bent verschuldigd","linkedin_profile":"LinkedIn","notes_title":"Je hebt nog geen notities met een ster.","reminders_next_months":"Gebeurtenissen in de komende 3 maanden","reminders_none":"Geen herinnering voor deze maand","statistics_activities":"Activiteiten","statistics_contacts":"Contacten","statistics_gifts":"Cadeaus","tab_calls_blank":"Je hebt nog geen oproepen opgeslagen.","tab_debts":"Schulden","tab_debts_blank":"Je hebt nog geen schulden opgegeven.","tab_favorite_notes":"Favoriete notities","tab_recent_calls":"Recente oproepen"},"format":{"full_hour":"h.i A","full_month":"F","short_date":"M d","short_date_year":"M d, Y","short_date_year_time":"M d, Y H:i","short_day":"D","short_month":"M","short_month_year":"M Y"},"journal":{"delete_confirmation":"Weet je zeker dat je deze dagboek invoer wilt verwijderen?","entry_delete_success":"De dagboek invoer is succesvol verwijderd.","journal_add":"Voeg een dagboek invoer toe","journal_add_cta":"Opslaan","journal_add_date":"Datum","journal_add_post":"Invoer","journal_add_title":"Titel (optioneel)","journal_blank_cta":"Voeg je eerst dagboek invoer toe","journal_blank_description":"Het dagboek laat je gebeurtenissen registreren, zodat je ze kunt onthouden.","journal_come_back":"Bedankt. Kom morgen terug om je dag opnieuw te beoordelen.","journal_created_automatically":"Automatisch aangemaakt","journal_description":"Opmerking: het dagboek laat zowel handmatige invoeren en automatische invoeren, zoals Activiteiten gedaan met je contacten, zien. Je kunt dagboek invoeren handmatig wissen, maar Activiteiten kunnen alleen op de contact pagina verwijderd worden.","journal_entry_rate":"Je hebt je dag beoordeeld.","journal_entry_type_activity":"Activiteit","journal_entry_type_journal":"Dagboek invoer","journal_rate":"Hoe was je dag? Je kunt hem eens per dag beoordelen."},"mail":{"confirmation_email_button":"Verifieer het e-mailadres","confirmation_email_intro":"Voor het valideren van uw email, klik op de knop hieronder","confirmation_email_title":"Monica \u2013 E-mail verificatie","footer_contact_info":"Toevoegen, bekijken, afmaken en aanpassen van information over dit contact:","for":"VOOR:","greetings":"Hi :username","notification_description":"Over :count dagen (op :date), zal de volgende gebeurtenis plaatsvinden:","notification_subject_line":"Je hebt een aankomende gebeurtenis","notifications_footer":"Als de \":actionText\" knop niet werkt, kopieer en plak de onderstaande URL in uw webbrowser: [:actionURL](:actionURL)","notifications_hello":"Hallo!","notifications_regards":"Met vriendelijke groet,","notifications_whoops":"Oeps!","stay_in_touch_subject_description":"Je hebt gevraagd te worden herinnerd aan :name elke :frequency dagen.","stay_in_touch_subject_line":"Blijf in contact met :name","subject_line":"Herinnering voor :contact","want_reminded_of":"JE WILDE HERINNERT WORDEN AAN"},"pagination":{"next":"Volgende »","previous":"« Vorige"},"passwords":{"changed":"Wachtwoord succesvol gewijzigd.","invalid":"Het ingevoerde wachtwoord is niet correct.","password":"Wachtwoorden moeten minstens zes tekens bevatten en overeenkomen.","reset":"Je wachtwoord is gereset!","sent":"Als de e-mail die je ingevoerd hebt al bestaat in onze database, zul je een wachtwoord reset link ontvangen.","token":"Deze wachtwoord reset token is ongeldig.","user":"Als de e-mail die je ingevoerd hebt al bestaat in onze database, zul je een wachtwoord reset link ontvangen."},"people":{"activities_activity":"Activity Category","activities_add_activity":"Voeg activiteit toe","activities_add_cta":"Record activity","activities_add_date_occured":"Date this activity occured","activities_add_error":"Error when adding the activity","activities_add_optional_comment":"Optional comment","activities_add_pick_activity":"(Optional) Would you like to categorize this activity? You don\u2019t have to, but it will give you statistics later on","activities_add_success":"The activity has been added successfully","activities_add_title":"Wat heb je gedaan met :name?","activities_blank_add_activity":"Add an activity","activities_blank_title":"Keep track of what you\u2019ve done with :name in the past, and what you\u2019ve talked about","activities_delete_confirmation":"Weet je zeker dat je deze activiteit wilt verwijderen?","activities_delete_success":"The activity has been deleted successfully","activities_hide_details":"Verberg details","activities_item_information":"Deze :activity was op :date","activities_more_details":"Meer details","activities_summary":"Beschrijf wat je deed","activities_update_success":"The activity has been updated successfully","activities_who_was_involved":"Who was involved?","activity_title":"Activiteiten","activity_type_ate_at_his_place":"bij hun gegeten","activity_type_ate_at_home":"thuis gegeten","activity_type_ate_restaurant":"bij een restaurant gegeten","activity_type_category_cultural_activities":"Culturele activiteiten","activity_type_category_food":"Eten","activity_type_category_simple_activities":"Eenvoudige activiteiten","activity_type_category_sport":"Sport","activity_type_did_sport_activities_together":"samen gesport","activity_type_just_hung_out":"gewoon een beetje gehangen","activity_type_picknicked":"ge-picknicked","activity_type_talked_at_home":"thuis gekletst","activity_type_watched_movie_at_home":"thuis een film gekeken","activity_type_went_bar":"naar een bar gegaan","activity_type_went_concert":"naar een concert gegaan","activity_type_went_museum":"naar het museum gegaan","activity_type_went_play":"naar een toneelstuk gegaan","activity_type_went_theater":"naar het theater gegaan","age_approximate_in_years":"ongeveer :age jaren oud","age_exact_birthdate":"geboren :date","age_exact_in_years":":age jaren oud","birthdate_not_set":"Geen verjaardag toegevoegd","call_blank_desc":"Je hebt gebeld met :name","call_blank_title":"Hou je telefoongesprekken bij met :name","call_button":"Registreer een belgesprek","call_delete_confirmation":"Weet je zeker dat je deze oproep wil wissen?","call_delete_success":"Deze oproep is succesvol verwijdert","call_empty_comment":"Geen details","call_title":"Telefoon gesprekken","calls_add_success":"Het telefoongesprek is opgeslagen.","contact_address_form_city":"City (optional)","contact_address_form_country":"Country (optional)","contact_address_form_name":"Label (optional)","contact_address_form_postal_code":"Postal code (optional)","contact_address_form_province":"Province (optional)","contact_address_form_street":"Street (optional)","contact_address_title":"Addresses","contact_info_address":"Lives in","contact_info_form_contact_type":"Contact type","contact_info_form_content":"Content","contact_info_form_personalize":"Personalize","contact_info_title":"Contact information","debt_add_add_cta":"Add debt","debt_add_amount":"the sum of","debt_add_cta":"Add debt","debt_add_reason":"for the following reason (optional)","debt_add_success":"The debt has been added successfully","debt_add_they_owe":":name owes you","debt_add_title":"Debt management","debt_add_you_owe":"You owe :name","debt_delete_confirmation":"Are you sure you want to delete this debt?","debt_delete_success":"The debt has been deleted successfully","debt_edit_success":"The debt has been updated successfully","debt_edit_update_cta":"Update debt","debt_they_owe":":name owes you :amount","debt_title":"Debts","debt_you_owe":"You owe :amount","debts_blank_title":"Manage debts you owe to :name or :name owes you","deceased_add_reminder":"Add a reminder for this date","deceased_age":"Age at death","deceased_know_date":"I know the date this person died","deceased_label":"Deceased","deceased_label_with_date":"Deceased on :date","deceased_mark_person_deceased":"Mark this person as deceased","deceased_reminder_title":"Anniversary of the death of :name","edit_contact_information":"Bewerk contact informatie","food_preferencies_add_success":"Voedsel voorkeuren zijn opgeslagen","food_preferencies_cta":"Voeg voedsel voorkeur toe","food_preferencies_edit_cta":"Bewaar voedselvoorkeuren","food_preferencies_edit_description":"Misschien heeft :firstname of iemand in de :familiy's familie een allergie. Of houdt niet van een specifieke fles wijn. Vul dat hier in zodat je er bij een volgend diner aan denkt","food_preferencies_edit_description_no_last_name":"Misschien heeft :firstname een allergie. Of houdt niet van een specifieke fles wijn. Vul dat hier in zodat je er bij een volgend diner aan denkt","food_preferencies_edit_title":"Voedselvoorkeuren","food_preferencies_title":"Voedselvoorkeuren","gifts_add_comment":"Comment (optional)","gifts_add_gift":"Add a gift","gifts_add_gift_already_offered":"Gift offered","gifts_add_gift_idea":"Gift idea","gifts_add_gift_received":"Gift received","gifts_add_gift_title":"What is this gift?","gifts_add_link":"Link to the web page (optional)","gifts_add_someone":"This gift is for someone in :name\u2019s family in particular","gifts_add_success":"The gift has been added successfully","gifts_add_title":"Gift management for :name","gifts_add_value":"Value (optional)","gifts_delete_confirmation":"Are you sure you want to delete this gift?","gifts_delete_cta":"Delete","gifts_delete_success":"The gift has been deleted successfully","gifts_for":"For:","gifts_ideas":"Gift ideas","gifts_link":"Link","gifts_mark_offered":"Mark as offered","gifts_offered":"Gifts offered","gifts_offered_as_an_idea":"Mark as an idea","gifts_received":"Gifts received","gifts_title":"Gifts","gifts_update_success":"The gift has been updated successfully","gifts_view_comment":"View comment","information_edit_avatar":"Foto\/avatar van het contact","information_edit_exact":"Ik weet de exacte geboortedatum van deze persoon...","information_edit_firstname":"Voornaam","information_edit_lastname":"Achternaam (optioneel)","information_edit_linkedin":"LinkedIn profiel (optioneel)","information_edit_max_size":"Max: grootte Mb.","information_edit_not_year":"Ik weet de dag en de maand van de geboortedatum van deze persoon, maar niet het jaar\u2026","information_edit_probably":"Deze persoon is waarschijnlijk...","information_edit_success":"Het profiel is succesvol bijgewerkt","information_edit_title":"Bewerk :name's persoonlijke informatie","information_edit_unknown":"Ik weet de leeftijd van deze persoon niet","information_no_linkedin_defined":"Geen LinkedIn gedefinieerd","information_no_work_defined":"Geen werkgegevens gedefinieerd","information_work_at":"bij :bedrijf","introductions_add_reminder":"Add a reminder to celebrate this encounter on the anniversary this event happened","introductions_additional_info":"Explain how and where you met","introductions_blank_cta":"Indicate how you met :name","introductions_edit_met_through":"Has someone introduced you to this person?","introductions_first_met_date":"Date you met","introductions_first_met_date_known":"This is the date we met","introductions_met_date":"Met on :date","introductions_met_through":"Met through :name<\/a>","introductions_no_first_met_date":"I don\u2019t know the date we met","introductions_no_met_through":"No one","introductions_reminder_title":"Anniversary of the day you first met","introductions_sidebar_title":"How you met","introductions_title_edit":"How did you meet :name?","introductions_update_success":"You\u2019ve successfully updated the information about how you met this person","last_activity_date":"Laatste activiteit samen: :date","last_activity_date_empty":"Laatste activiteit samen: onbekend","last_called":"Laatste keer gebeld :date","last_called_empty":"Laatste keer gebeld: onbekend","link_to_list":"Lijst van contacten","linkedin_profile":"LinkedIn profiel","modal_call_change":"Pas aan","modal_call_comment":"Waar hebben jullie het over gehad? (optioneel)","modal_call_date":"Dit telefoongesprek was eerder vandaag.","modal_call_exact_date":"Het telefoongesprek gebeurde op","modal_call_title":"Registreer een belgesprek","notes_add_cta":"Add note","notes_create_success":"The note has been created successfully","notes_delete_confirmation":"Are you sure you want to delete this note? Deletion is permanent","notes_delete_success":"The note has been deleted successfully","notes_delete_title":"Delete a note","notes_favorite":"Add\/remove from favorites","notes_update_success":"The note has been saved successfully","people_add_birthday_reminder":"Feliciteer :name met zijn\/haar verjaardag","people_add_cta":"Toevoegen","people_add_firstname":"Voornaam","people_add_gender":"Geslacht","people_add_import":"Wil je contacten importeren<\/a>?","people_add_lastname":"Achternaam (optioneel)","people_add_middlename":"Tweede naam (optioneel)","people_add_missing":"Niet gevonden, voeg nu iemand toe","people_add_nickname":"Koosnaam (Optioneel)","people_add_reminder_for_birthday":"Maak een jaarlijkse herinnering voor de verjaardag aan","people_add_success":":name is succesvol toegevoegd","people_add_title":"Voeg een nieuwe persoon toe","people_delete_click_here":"klik hier","people_delete_confirmation":"Weet je zeker dat je dit contact wilt verwijderen? Dit is permanent.","people_delete_message":"Als je dit contact wil wissen,","people_delete_success":"De contactpersoon is verwijderd","people_edit_email_error":"Er is al iemand met dit email adres. Kies een andere.","people_export":"Exporteer als vCard","people_list_account_upgrade_cta":"Nu upgraden","people_list_account_upgrade_title":"Upgrade je account om alle functies te kunnen gebruiken.","people_list_account_usage":"Je huidige gebruik: :current\/:limit contacten","people_list_blank_cta":"Voeg iemand toe","people_list_blank_title":"Je hebt nog niemand in je account","people_list_clear_filter":"Filter wissen","people_list_contacts_per_tags":"1 contact|:count contacts","people_list_filter_tag":"Tonen alle contactpersonen gelabeld met","people_list_filter_untag":"All contacten zonder tags","people_list_firstnameAZ":"Sorteer op voornaam A \u2192 Z","people_list_firstnameZA":"Sorteer op voornaam Z \u2192 A","people_list_last_updated":"Laatst bekeken:","people_list_lastactivitydateNewtoOld":"Sorteren op recente activiteit: nieuwste naar oudste","people_list_lastactivitydateOldtoNew":"Sorteren op recente activiteit: oudste naar nieuwste","people_list_lastnameAZ":"Sorteer op achternaam A \u2192 Z","people_list_lastnameZA":"Sorteer op achternaam Z \u2192 A","people_list_number_kids":"1 kind|:count kids","people_list_number_reminders":"1 herinnering|:count reminders","people_list_sort":"Sorteer","people_list_stats":"1 contact|:count contacts","people_list_untagged":"Bekijken contacten zonder tags","people_save_and_add_another_cta":"Bewaar en voeg nog iemand toe","people_search":"Zoek in je contacten...","people_search_no_results":"Geen relevante contacten gevonden :(","pets_bird":"Vogel","pets_cat":"Kat","pets_create_success":"The pet has been sucessfully added","pets_delete_success":"The pet has been deleted","pets_dog":"Hond","pets_fish":"Vis","pets_hamster":"Hamster","pets_horse":"Paard","pets_kind":"Kind of pet","pets_name":"Name (optional)","pets_other":"Andere","pets_rabbit":"Konijn","pets_rat":"Rat","pets_reptile":"Reptiel","pets_small_animal":"Klein dier","pets_title":"Huisdieren","pets_update_success":"The pet has been updated","relationship_delete_confirmation":"Weet je zeker dat je deze relatie wilt verwijderen? Dit is permanent.","relationship_form_add":"Voeg een nieuwe relatie toe","relationship_form_add_choice":"Wie is de relatie met?","relationship_form_add_description":"Hierdoor kan je deze partner bewerken, net als elk ander contact.","relationship_form_add_no_existing_contact":"Je hebt nog geen contacten die een :name gekoppeld kunnen worden.","relationship_form_add_success":"De relatie is succesvol toegevoegd.","relationship_form_also_create_contact":"Een contact-kaart maken voor deze persoon.","relationship_form_associate_contact":"Toevoegen aan bestaand persoon","relationship_form_associate_dropdown":"Kies een bestaande persoon uit de lijst hieronder","relationship_form_create_contact":"Voeg een nieuwe persoon toe","relationship_form_deletion_success":"De relatie is verwijdert.","relationship_form_edit":"Bewerk bestaande relatie","relationship_form_is_with":"Deze persoon is...","relationship_unlink_confirmation":"Weet je zeker dat je deze relatie wilt verwijderen? Deze persoon wordt niet verwijdert, alleen de relatie tussen de twee personen.","reminder_frequency_day":"dagelijks | elke :number dagen","reminder_frequency_month":"elke maand | elke :number maanden","reminder_frequency_one_time":"op :date","reminder_frequency_week":"wekelijks | elke :number weken","reminder_frequency_year":"jaarlijks | elke :number jaren","reminders_add_cta":"Herinnering toevoegen","reminders_add_description":"Herinner me om...","reminders_add_error_custom_text":"Je moet tekst toevoegen voor deze herinnering","reminders_add_next_time":"Wanneer is de volgende keer dat je hier aan herinnert wilt worden?","reminders_add_once":"Herinner me slechts eenmaal hieraan","reminders_add_recurrent":"Herinner me hier aan elke","reminders_add_starting_from":"beginnend op bovenstaande datum","reminders_add_title":"Waar zou je over :name aan herinnert willen worden?","reminders_birthday":"Verjaardag van :naam","reminders_blank_add_activity":"Voeg een herinnering toe","reminders_blank_title":"Is er iets over :name waar je aan herinnert wilt worden?","reminders_create_success":"De herinnering is met succes toegevoegd","reminders_cta":"Voeg een herinnering toe","reminders_delete_confirmation":"Weet u zeker dat u deze herinnering wilt verwijderen?","reminders_delete_cta":"Verwijderen","reminders_delete_success":"De herinnering is verwijderd","reminders_description":"Wij sturen een e-mail voor elke herinnering hieronder. Herinneringen worden op de ochtend van de dag waarop de gebeurtenis zal plaatsvinden verzonden. Automatisch toegevoegde herinneringen voor verjaardagen kunnen niet worden verwijderd. Wilt u deze herinneringen wijzigen, bewerk dan de geboortedatum van de betreffende contactpersoon.","reminders_edit_update_cta":"Update herinnering","reminders_free_plan_warning":"U heeft een gratis abonnement. Hiermee worden geen e-mails verzonden. Als u herinneringen per e-mail wilt ontvangen, upgrade dat uw account.","reminders_next_expected_date":"op","reminders_one_time":"Eenmalig","reminders_type_month":"maand","reminders_type_week":"week","reminders_type_year":"jaar","reminders_update_success":"De herinnering is succesvol bijgewerkt","section_contact_information":"Contact informatie","section_personal_activities":"Activiteiten","section_personal_gifts":"Cadeaux","section_personal_notes":"Notities","section_personal_reminders":"Herinneringen","section_personal_tasks":"Taken","stay_in_touch":"Blijf in contact","stay_in_touch_frequency":"Blijf elke dag in contact | Blijf elke {count} dagen in contact","stay_in_touch_invalid":"De frequentie moet groter zijn dan 0.","stay_in_touch_modal_desc":"We kunnen je helpen om in contact te blijven met {firstname} via email op regelmatige basis.","stay_in_touch_modal_label":"Stuur me een e-mail elke...","stay_in_touch_modal_title":"Blijf in contact","stay_in_touch_premium":"U moe uw account upgraden om gebruik te maken van deze functie","tag_add":"add a tag","tag_edit":"Edit tag","tasks_add_task":"Voeg taak toe","tasks_blank_title":"Je hebt nog geen taken.","tasks_complete_success":"De taak is met succes aangepast","tasks_delete_success":"De taak is succesvol verwijderd","tasks_form_description":"Beschrijving (optioneel)","tasks_form_title":"Titel","work_add_cta":"Werk informatie bijwerken","work_edit_company":"Bedrijf (optioneel)","work_edit_job":"Functietitel (optioneel)","work_edit_success":"Werkgegevens zijn met succes bijgewerkt","work_edit_title":"Update :name's baan","work_information":"Werk informatie"},"reminder":{"type_birthday":"Wish happy birthday to","type_birthday_kid":"Wish happy birthday to the kid of","type_email":"Email","type_hangout":"Hangout with","type_lunch":"Lunch with","type_phone_call":"Call"},"settings":{"2fa_disable_description":"Disable Two Factor Authentication for your account. Be careful, your account will not be secured anymore !","2fa_disable_error":"Error when trying to disable Two Factor Authentication","2fa_disable_success":"Two Factor Authentication disabled","2fa_disable_title":"Disable Two Factor Authentication","2fa_enable_description":"Enable Two Factor Authentication to increase security with your account.","2fa_enable_error":"Error when trying to activate Two Factor Authentication","2fa_enable_error_already_set":"Two Factor Authentication is already activated","2fa_enable_otp":"Open up your two factor authentication mobile app and scan the following QR barcode:","2fa_enable_otp_help":"If your two factor authentication mobile app does not support QR barcodes, enter in the following code:","2fa_enable_otp_validate":"Please validate the new device you\u2019ve just set:","2fa_enable_success":"Two Factor Authentication activated","2fa_enable_title":"Enable Two Factor Authentication","2fa_otp_title":"Two Factor Authentication mobile application","2fa_title":"Two Factor Authentication","api_authorized_clients":"List of authorized clients","api_authorized_clients_desc":"This section lists all the clients you\u2019ve authorized to access your application. You can revoke this authorization at anytime.","api_authorized_clients_name":"Name","api_authorized_clients_scopes":"Scopes","api_authorized_clients_title":"Authorized Applications","api_description":"The API can be used to manipulate Monica\u2019s data from an external application, like a mobile application for instance.","api_oauth_clientid":"Client ID","api_oauth_clients":"Your Oauth clients","api_oauth_clients_desc":"This section lets you register your own OAuth clients.","api_oauth_create":"Create Client","api_oauth_create_new":"Create New Client","api_oauth_name":"Name","api_oauth_name_help":"Something your users will recognize and trust.","api_oauth_not_created":"You have not created any OAuth clients.","api_oauth_redirecturl":"Redirect URL","api_oauth_redirecturl_help":"Your application\u2019s authorization callback URL.","api_oauth_secret":"Secret","api_oauth_title":"Oauth Clients","api_pao_description":"Make sure you give this token to a source you trust \u2013 as they allow you to access all your data.","api_personal_access_tokens":"Personal access tokens","api_title":"API access","api_token_create":"Create Token","api_token_create_new":"Create New Token","api_token_delete":"Delete","api_token_help":"Here is your new personal access token. This is the only time it will be shown so don\u2019t lose it! You may now use this token to make API requests.","api_token_name":"Name","api_token_not_created":"You have not created any personal access tokens.","api_token_scopes":"Scopes","api_token_title":"Personal access token","currency":"Currency","delete_cta":"Delete account","delete_desc":"Do you wish to delete your account? Warning: deletion is permanent and all your data will be erased permamently.","delete_notice":"Are you sure to delete your account? There is no turning back.","delete_title":"Delete your account","email":"Email address","email_help":"This is the email used to login, and this is where you\u2019ll receive your reminders.","email_placeholder":"Enter email","export_be_patient":"Click the button to start the export. It might take several minutes to process the export \u2013 please be patient and do not spam the button.","export_sql_cta":"Export to SQL","export_sql_explanation":"Exporting your data in SQL format allows you to take your data and import it to your own Monica instance. This is only valuable if you do have your own server.","export_sql_link_instructions":"Note: read the instructions<\/a> to learn more about importing this file to your instance.","export_title":"Export your account data","export_title_sql":"Export to SQL","firstname":"First name","import_blank_cta":"Import vCard","import_blank_description":"We can import vCard files that you can get from Google Contacts or your Contact manager.","import_blank_question":"Would you like to import contacts now?","import_blank_title":"You haven\u2019t imported any contacts yet.","import_cta":"Upload contacts","import_in_progress":"The import is in progress. Reload the page in one minute.","import_need_subscription":"Importing data requires a subscription.","import_report_date":"Date of the import","import_report_number_contacts":"Number of contacts in the file","import_report_number_contacts_imported":"Number of imported contacts","import_report_number_contacts_skipped":"Number of skipped contacts","import_report_status_imported":"Imported","import_report_status_skipped":"Skipped","import_report_title":"Importing report","import_report_type":"Type of import","import_result_stat":"Uploaded vCard with 1 contact (:total_imported imported, :total_skipped skipped)|Uploaded vCard with :total_contacts contacts (:total_imported imported, :total_skipped skipped)","import_stat":"You\u2019ve imported :number files so far.","import_title":"Import contacts in your account","import_upload_behaviour":"Import behaviour:","import_upload_behaviour_add":"Add new contacts, skip existing","import_upload_behaviour_help":"Note: Replacing will replace all data found in the vCard, but will keep existing contact fields.","import_upload_behaviour_replace":"Replace existing contacts","import_upload_form_file":"Your .vcf<\/code> or .vCard<\/code> file:","import_upload_rule_cant_revert":"Make sure data is accurate before uploading, as you can\u2019t undo the upload.","import_upload_rule_format":"We support .vcard<\/code> and .vcf<\/code> files.","import_upload_rule_instructions":"Export instructions for Contacts.app (macOS)<\/a> and Google Contacts<\/a>.","import_upload_rule_limit":"Files are limited to 10MB.","import_upload_rule_multiple":"For now, if your contacts have multiple email addresses or phone numbers, only the first entry will be picked up.","import_upload_rule_time":"It might take up to 1 minute to upload the contacts and process them. Be patient.","import_upload_rule_vcard":"We support the vCard 3.0 format, which is the default format for Contacts.app (macOS) and Google Contacts.","import_upload_rules_desc":"We do however have some rules:","import_upload_title":"Import your contacts from a vCard file","import_vcard_contact_exist":"Contact already exists","import_vcard_contact_no_firstname":"No firstname (mandatory)","import_vcard_file_no_entries":"File contains no entries","import_vcard_file_not_found":"File not found","import_vcard_unknown_entry":"Unknown contact name","import_view_report":"View report","lastname":"Last name","layout":"Layout","layout_big":"Full width of the browser","layout_small":"Maximum 1200 pixels wide","locale":"Language used in the app","locale_cs":"Czech","locale_de":"German","locale_en":"English","locale_es":"Spanish","locale_fr":"French","locale_he":"Hebrew","locale_it":"Italian","locale_nl":"Dutch","locale_pt":"Portuguese","locale_ru":"Russian","locale_zh":"Chinese Simplified","name":"Your name: :name","name_order":"Name order","name_order_firstname_lastname":" - John Doe","name_order_firstname_lastname_nickname":" () - John Doe (Rambo)","name_order_firstname_nickname_lastname":" () - John (Rambo) Doe","name_order_lastname_firstname":" - Doe John","name_order_lastname_firstname_nickname":" () - Doe John (Rambo)","name_order_lastname_nickname_firstname":" () - Doe (Rambo) John","name_order_nickname":" - Rambo","password_btn":"Change password","password_change":"Password change","password_current":"Current password","password_current_placeholder":"Enter your current password","password_new1":"New password","password_new1_placeholder":"Enter a new password","password_new2":"Confirmation","password_new2_placeholder":"Retype the new password","personalisation_paid_upgrade":"This is a premium feature that requires a Paid subscription to be active. Upgrade your account by visiting Settings > Subscription.","personalization_activity_type_add_button":"Add a new activity type","personalization_activity_type_category_add":"Add a new activity type category","personalization_activity_type_category_description":"An activity done with one of your contact can have a type and a category type. Your account comes by default with a set of predefined category types, but you can customize everything here.","personalization_activity_type_category_modal_add":"Add a new activity type category","personalization_activity_type_category_modal_delete":"Delete an activity type category","personalization_activity_type_category_modal_delete_desc":"Are you sure you want to delete this category? Deleting it will delete all associated activity types. However, activities that belong to this category will not be affected by this deletion.","personalization_activity_type_category_modal_delete_error":"We can\u2019t find this activity type category.","personalization_activity_type_category_modal_edit":"Edit an activity type category","personalization_activity_type_category_modal_question":"How should we name this new category?","personalization_activity_type_category_table_actions":"Actions","personalization_activity_type_category_table_name":"Name","personalization_activity_type_category_title":"Activity type categories","personalization_activity_type_modal_add":"Add a new activity type","personalization_activity_type_modal_delete":"Delete an activity type","personalization_activity_type_modal_delete_desc":"Are you sure you want to delete this activity type? Activities that belong to this category will not be affected by this deletion.","personalization_activity_type_modal_delete_error":"We can\u2019t find this activity type.","personalization_activity_type_modal_edit":"Edit an activity type","personalization_activity_type_modal_question":"How should we name this new activity type?","personalization_contact_field_type_add":"Add new field type","personalization_contact_field_type_add_success":"The contact field type has been successfully added.","personalization_contact_field_type_delete_success":"The contact field type has been deleted with success.","personalization_contact_field_type_description":"Here you can configure all the different types of contact fields that you can associate to all your contacts. If in the future, a new social network appears, you will be able to add this new type of ways of contacting your contacts right here.","personalization_contact_field_type_edit_success":"The contact field type has been successfully updated.","personalization_contact_field_type_modal_delete_description":"Are you sure you want to delete this contact field type? Deleting this type of contact field will delete ALL the data with this type for all your contacts.","personalization_contact_field_type_modal_delete_title":"Delete an existing contact field type","personalization_contact_field_type_modal_edit_title":"Edit an existing contact field type","personalization_contact_field_type_modal_icon":"Icon (optional)","personalization_contact_field_type_modal_icon_help":"You can associate an icon with this contact field type. You need to add a reference to a Font Awesome icon.","personalization_contact_field_type_modal_name":"Name","personalization_contact_field_type_modal_protocol":"Protocol (optional)","personalization_contact_field_type_modal_protocol_help":"Each new contact field type can be clickable. If a protocol is set, we will use it to trigger the action that is set.","personalization_contact_field_type_modal_title":"Add a new contact field type","personalization_contact_field_type_table_actions":"Actions","personalization_contact_field_type_table_name":"Name","personalization_contact_field_type_table_protocol":"Protocol","personalization_contact_field_type_title":"Contact field types","personalization_genders_add":"Add new gender type","personalization_genders_desc":"You can define as many genders as you need to. You need at least one gender type in your account.","personalization_genders_modal_add":"Add gender type","personalization_genders_modal_delete":"Delete gender type","personalization_genders_modal_delete_desc":"Are you sure you want to delete {name}?","personalization_genders_modal_delete_question":"You currently have {count} contact that has this gender. If you delete this gender, what gender should this contact have?|You currently have {count} contacts that have this gender. If you delete this gender, what gender should these contacts have?","personalization_genders_modal_edit":"Update gender type","personalization_genders_modal_edit_question":"How should this new gender be renamed?","personalization_genders_modal_error":"Please choose a valid gender from the list.","personalization_genders_modal_question":"How should this new gender be called?","personalization_genders_title":"Gender types","personalization_module_desc":"Some people don\u2019t need all the features. Below you can toggle specific features that are used on a contact sheet. This change will affect ALL your contacts. Note that if you turn off one of these features, data will not be lost - we will simply hide the feature.","personalization_module_save":"The change has been saved","personalization_module_title":"Features","personalization_reminder_rule_desc":"For every reminder that you set, we can send you an email some days before the event happens. You can toggle those notifications here. Note that those notifications only apply to monthly and yearly reminders.","personalization_reminder_rule_line":"{count} day before|{count} days before","personalization_reminder_rule_save":"The change has been saved","personalization_reminder_rule_title":"Reminder rules","personalization_tab_title":"Personalize your account","personalization_title":"Here you can find different settings to configure your account. These features are more for \u201cpower users\u201d who want maximum control over Monica.","reminder_time_to_send":"Time of the day reminders should be sent","reset_cta":"Reset account","reset_desc":"Do you wish to reset your account? This will remove all your contacts, and the data associated with them. Your account will not be deleted.","reset_notice":"Are you sure to reset your account? There is no turning back.","reset_success":"Your account has been reset successfully","reset_title":"Reset your account","save":"Update preferences","security_help":"Change security matters for your account.","security_title":"Security","settings_success":"Preferences updated!","sidebar_personalization":"Personalization","sidebar_settings":"Account settings","sidebar_settings_api":"API","sidebar_settings_export":"Export data","sidebar_settings_import":"Import data","sidebar_settings_security":"Security","sidebar_settings_subscriptions":"Subscription","sidebar_settings_tags":"Tags management","sidebar_settings_users":"Users","subscriptions_account_current_paid_plan":"You are on the :name plan. Thanks so much for being a subscriber.","subscriptions_account_current_plan":"Your current plan","subscriptions_account_free_plan":"You are on the free plan.","subscriptions_account_free_plan_benefits_import_data_vcard":"Import your contacts with vCard","subscriptions_account_free_plan_benefits_reminders":"Reminders by email","subscriptions_account_free_plan_benefits_support":"Support the project on the long run, so we can introduce more great features.","subscriptions_account_free_plan_benefits_users":"Unlimited number of users","subscriptions_account_free_plan_upgrade":"You can upgrade your account to the :name plan, which costs $:price per month. Here are the advantages:","subscriptions_account_invoices":"Invoices","subscriptions_account_invoices_download":"Download","subscriptions_account_next_billing":"Your subscription will auto-renew on :date<\/strong>. You can cancel subscription<\/a> anytime.","subscriptions_account_payment":"Which payment option fits you best?","subscriptions_account_upgrade":"Upgrade your account","subscriptions_account_upgrade_choice":"Pick a plan below and join over :customers persons who upgraded their Monica.","subscriptions_account_upgrade_title":"Upgrade Monica today and have more meaningful relationships.","subscriptions_back":"Back to settings","subscriptions_downgrade_cta":"Downgrade","subscriptions_downgrade_limitations":"The free plan has limitations. In order to be able to downgrade, you need to pass the checklist below:","subscriptions_downgrade_rule_invitations":"You must not have pending invitations","subscriptions_downgrade_rule_invitations_constraint":"You currently have 1 pending invitation<\/a> sent to people.|You currently have :count pending invitations<\/a> sent to people.","subscriptions_downgrade_rule_users":"You must have only 1 user in your account","subscriptions_downgrade_rule_users_constraint":"You currently have 1 user<\/a> in your account.|You currently have :count users<\/a> in your account.","subscriptions_downgrade_success":"You are back to the Free plan!","subscriptions_downgrade_thanks":"Thanks so much for having tried the paid plan. We keep adding new features on Monica all the time \u2013 so you might want to come back in the future to see if you might be interested in taking a subscription again.","subscriptions_downgrade_title":"Downgrade your account to the free plan","subscriptions_help_change_desc":"You can cancel anytime, no questions asked, and all by yourself \u2013 no need to contact support or whatever. However, you will not be refunded for the current period.","subscriptions_help_change_title":"What if I change my mind?","subscriptions_help_discounts_desc":"We do! Monica is free for students, and free for non-profits and charities. Just contact the support<\/a> with a proof of your status and we\u2019ll apply this special status in your account.","subscriptions_help_discounts_title":"Do you have discounts for non-profits and education?","subscriptions_help_limits_plan":"Absolutely not. Free plans do not have limitations on the number of contacts you can have.","subscriptions_help_limits_title":"Is there any limit to the number of contacts we can have on the free plan?","subscriptions_help_opensource_desc":"Monica is an open source project. This means it is built by an entirely benevolent community who just wants to provide a great tool for the greater good. Being open source means the code is publicly available on GitHub, and everyone can inspect it, modify it or enhance it. All the money we raise is dedicated to build better features, have more powerful servers, help pay the bills. Thanks for your help. We couldn\u2019t do it without you \u2013 litterally.","subscriptions_help_opensource_title":"What is an open source project?","subscriptions_help_title":"Additional details you may be curious about","subscriptions_pdf_title":"Your :name monthly subscription","subscriptions_plan_choose":"Choose this plan","subscriptions_plan_include1":"Included with your upgrade:","subscriptions_plan_include2":"Unlimited number of users \u2022 Reminders by email \u2022 Import with vCard \u2022 Personalization of the contact sheet","subscriptions_plan_include3":"100% of the profits go the development of this great open source project.","subscriptions_plan_month_bonus":"Cancel any time","subscriptions_plan_month_cost":"$5\/month","subscriptions_plan_month_title":"Pay monthly","subscriptions_plan_year_bonus":"Peace of mind for a whole year","subscriptions_plan_year_cost":"$45\/year","subscriptions_plan_year_cost_save":"you\u2019ll save 25%","subscriptions_plan_year_title":"Pay annually","subscriptions_upgrade_charge":"We\u2019ll charge your card USD $:price now. The next charge will be on :date. If you ever change your mind, you can cancel anytime, no questions asked.","subscriptions_upgrade_charge_handled":"The payment is handled by Stripe<\/a>. No card information touches our server.","subscriptions_upgrade_choose":"You picked the :plan plan.","subscriptions_upgrade_credit":"Credit or debit card","subscriptions_upgrade_infos":"We couldn\u2019t be happier. Enter your payment info below.","subscriptions_upgrade_name":"Name on card","subscriptions_upgrade_submit":"Submit Payment","subscriptions_upgrade_success":"Thank you! You are now subscribed.","subscriptions_upgrade_thanks":"Welcome to the community of people who try to make the world a better place.","subscriptions_upgrade_title":"Upgrade your account","subscriptions_upgrade_zip":"ZIP or postal code","tags_blank_description":"Tags work like folders, but you can add more than one tag to a contact. Go to a contact and tag a friend, right below the name. Once a contact is tagged, go back here to manage all the tags in your account.","tags_blank_title":"Tags are a great way of categorizing your contacts.","tags_list_contact_number":"1 contact|:count contacts","tags_list_delete_confirmation":"Are you sure you want to delete the tag? No contacts will be deleted, only the tag.","tags_list_delete_success":"The tag has been successfully deleted","tags_list_description":"You can organize your contacts by setting up tags. Tags work like folders, but you can add more than one tag to a contact. To add a new tag, add it on the contact itself.","tags_list_title":"Tags","timezone":"Timezone","u2f_buttonAdvise":"If your security key has a button, press it.","u2f_enable_description":"Add a new U2F security key","u2f_error_bad_request":"The visited URL doesn\u2019t match the App ID or your are not using HTTPS","u2f_error_configuration_unsupported":"Client configuration is not supported.","u2f_error_device_ineligible":"The presented device is not eligible for this request. For a registration request this may mean that the token is already registered, and for a sign request it may mean that the token does not know the presented key handle.","u2f_error_other_error":"An error occurred.","u2f_error_timeout":"Timeout reached before request could be satisfied.","u2f_insertKey":"Insert your security key.","u2f_noButtonAdvise":"If it does not, remove it and insert it again.","u2f_success":"Your key is detected and validated.","u2f_title":"U2F security key","users_accept_title":"Accept invitation and create a new account","users_add_confirmation":"I confirm that I want to invite this user to my account. This person will access ALL my data and see exactly what I see.","users_add_cta":"Invite user by email","users_add_description":"This person will have the same rights as you do, including inviting other users and deleting them (including you). Therefore, make sure you trust this person.","users_add_email_field":"Enter the email of the person you want to invite","users_add_title":"Invite a new user by email to your account","users_blank_add_title":"Would you like to invite someone else?","users_blank_cta":"Invite someone","users_blank_description":"This person will have the same access that you have, and will be able to add, edit or delete contact information.","users_blank_title":"You are the only one who has access to this account.","users_error_already_invited":"You already have invited this user. Please choose another email address.","users_error_email_already_taken":"This email is already taken. Please choose another one","users_error_email_not_similar":"This is not the email of the person who\u2019ve invited you.","users_error_please_confirm":"Please confirm that you want to invite this user before proceeding with the invitation","users_invitation_deleted_confirmation_message":"The invitation has been successfully deleted","users_invitation_need_subscription":"Adding more users requires a subscription.","users_invitations_delete_confirmation":"Are you sure you want to delete this invitation?","users_list_add_user":"Invite a new user","users_list_delete_confirmation":"Are you sure to delete this user from your account?","users_list_invitations_explanation":"Below are the people you\u2019ve invited to join Monica as a collaborator.","users_list_invitations_invited_by":"invited by :name","users_list_invitations_sent_date":"sent on :date","users_list_invitations_title":"Pending invitations","users_list_title":"Users with access to your account","users_list_you":"That\u2019s you"},"validation":{"accepted":"The :attribute must be accepted.","active_url":"The :attribute is not a valid URL.","after":"The :attribute must be a date after :date.","after_or_equal":"The :attribute must be a date after or equal to :date.","alpha":"The :attribute may only contain letters.","alpha_dash":"The :attribute may only contain letters, numbers, and dashes.","alpha_num":"The :attribute may only contain letters and numbers.","array":"The :attribute must be an array.","attributes":[],"before":"The :attribute must be a date before :date.","before_or_equal":"The :attribute must be a date before or equal to :date.","between":{"array":"The :attribute must have between :min and :max items.","file":"The :attribute must be between :min and :max kilobytes.","numeric":"The :attribute must be between :min and :max.","string":"The :attribute must be between :min and :max characters."},"boolean":"The :attribute field must be true or false.","confirmed":"The :attribute confirmation does not match.","custom":{"attribute-name":{"rule-name":"custom-message"}},"date":"The :attribute is not a valid date.","date_format":"The :attribute does not match the format :format.","different":"The :attribute and :other must be different.","digits":"The :attribute must be :digits digits.","digits_between":"The :attribute must be between :min and :max digits.","dimensions":"The :attribute has invalid image dimensions.","distinct":"The :attribute field has a duplicate value.","email":"The :attribute must be a valid email address.","exists":"The selected :attribute is invalid.","file":"The :attribute must be a file.","filled":"The :attribute field must have a value.","image":"The :attribute must be an image.","in":"The selected :attribute is invalid.","in_array":"The :attribute field does not exist in :other.","integer":"The :attribute must be an integer.","ip":"The :attribute must be a valid IP address.","ipv4":"The :attribute must be a valid IPv4 address.","ipv6":"The :attribute must be a valid IPv6 address.","json":"The :attribute must be a valid JSON string.","max":{"array":"The :attribute may not have more than :max items.","file":"The :attribute may not be greater than :max kilobytes.","numeric":"The :attribute may not be greater than :max.","string":"The :attribute may not be greater than :max characters."},"mimes":"The :attribute must be a file of type: :values.","mimetypes":"The :attribute must be a file of type: :values.","min":{"array":"The :attribute must have at least :min items.","file":"The :attribute must be at least :min kilobytes.","numeric":"The :attribute must be at least :min.","string":"The :attribute must be at least :min characters."},"not_in":"The selected :attribute is invalid.","not_regex":"The :attribute format is invalid.","numeric":"The :attribute must be a number.","present":"The :attribute field must be present.","regex":"The :attribute format is invalid.","required":"The :attribute field is required.","required_if":"The :attribute field is required when :other is :value.","required_unless":"The :attribute field is required unless :other is in :values.","required_with":"The :attribute field is required when :values is present.","required_with_all":"The :attribute field is required when :values is present.","required_without":"The :attribute field is required when :values is not present.","required_without_all":"The :attribute field is required when none of :values are present.","same":"The :attribute and :other must match.","size":{"array":"The :attribute must contain :size items.","file":"The :attribute must be :size kilobytes.","numeric":"The :attribute must be :size.","string":"The :attribute must be :size characters."},"string":"The :attribute must be a string.","timezone":"The :attribute must be a valid zone.","unique":"The :attribute has already been taken.","uploaded":"The :attribute failed to upload.","url":"The :attribute format is invalid."}} +{"app":{"add":"Toevoegen","application_description":"Monica is een app voor het beheren van interacties met uw geliefden, vrienden en familie.","application_og_title":"Bouw betere relaties met uw dierbaren. Gratis Online CRM voor vrienden en familie.","application_title":"Monica \u2013 persoonlijke relatie manager","breadcrumb_add_note":"Notitie toevoegen","breadcrumb_add_significant_other":"Partner toevoegen","breadcrumb_api":"API","breadcrumb_dashboard":"Dashboard","breadcrumb_edit_introductions":"Hoe hebben jullie elkaar ontmoet","breadcrumb_edit_note":"Notitie bewerken","breadcrumb_edit_significant_other":"Partner bewerken","breadcrumb_journal":"Dagboek","breadcrumb_list_contacts":"Lijst van mensen","breadcrumb_profile":"Profiel van :name","breadcrumb_settings":"Instellingen","breadcrumb_settings_export":"Exporteren","breadcrumb_settings_import":"Importeren","breadcrumb_settings_import_report":"Importrapport","breadcrumb_settings_import_upload":"Uploaden","breadcrumb_settings_personalization":"Personalisatie","breadcrumb_settings_security":"Beveiliging","breadcrumb_settings_security_2fa":"Tweestapsverificatie","breadcrumb_settings_subscriptions":"Abonnement","breadcrumb_settings_tags":"Labels","breadcrumb_settings_users":"Gebruikers","breadcrumb_settings_users_add":"Gebruiker toevoegen","cancel":"Annuleren","close":"Sluiten","compliance_desc":"We hebben onze gebruiksvoorwaarden <\/a> en privacybeleid<\/a> aangepast. We zijn verplicht u te vragen deze opnieuw te lezen en goed te keuren om uw account te kunnen blijven gebruiken.","compliance_desc_end":"Wij doen niets vervelends met uw gegevens of account en zullen dit ook nooit doen.","compliance_terms":"Accepteer de nieuwe voorwaarden en privacybeleid","compliance_title":"Sorry voor de onderbreking.","create":"Maak","days":"dag|dagen","default_save_success":"De gegevens zijn opgeslagen.","delete":"Verwijderen","done":"Gereed","edit":"Bewerken","error_save":"Er is een fout opgetreden bij het opslaan van de gegevens.","error_title":"Oeps! Er is iets misgegaan.","error_unauthorized":"Je hebt niet de rechten om dit onderdeel te bewerken.","footer_modal_version_release_away":"Je loopt 1 versie achter op de laatst beschikbare versie. Je zou je applicatie moeten bijwerken.|Je loopt :number versies achter op de laatst beschikbare versie. Je zou je applicatie moeten bijwerken.","footer_modal_version_whats_new":"Wat is er nieuw","footer_new_version":"Er is een nieuwe versie beschikbaar","footer_newsletter":"Nieuwsbrief","footer_privacy":"Privacy beleid","footer_release":"Releaseopmerkingen","footer_remarks":"Eventuele opmerkingen?","footer_send_email":"Stuur me een e-mail","footer_source_code":"Bijdragen","footer_version":"Versie: :version","for":"voor","gender_female":"Vrouw","gender_male":"Man","gender_none":"Zeg ik liever niet","header_changelog_link":"Productwijzigingen","header_logout_link":"Uitloggen","header_settings_link":"Instellingen","load_more":"Meer laden","loading":"Laden...","main_nav_activities":"Activiteiten","main_nav_cta":"Personen toevoegen","main_nav_dashboard":"Dashboard","main_nav_family":"Contacten","main_nav_journal":"Dagboek","main_nav_tasks":"Taken","markdown_description":"Wilt u uw tekst opmaken op een leuke manier? Wij ondersteunen Markdown om vet, cursief, lijsten en meer toe te voegen.","markdown_link":"Lees documentatie","new":"nieuw","relationship_type_bestfriend":"beste Vriend","relationship_type_bestfriend_female":"beste Vriend","relationship_type_bestfriend_female_with_name":":name\u2019s beste vriend","relationship_type_bestfriend_with_name":":name\u2019s beste vriend","relationship_type_boss":"baas","relationship_type_boss_female":"baas","relationship_type_boss_female_with_name":":name\u2019s baas","relationship_type_boss_with_name":":name\u2019s baas","relationship_type_child":"zoon","relationship_type_child_female":"dochter","relationship_type_child_female_with_name":":name\u2019s dochter","relationship_type_child_with_name":":name\u2019s zoon","relationship_type_colleague":"collega","relationship_type_colleague_female":"collega","relationship_type_colleague_female_with_name":":name\u2019s collega","relationship_type_colleague_with_name":":name\u2019s collega","relationship_type_cousin":"neef","relationship_type_cousin_female":"neef","relationship_type_cousin_female_with_name":":name\u2019s neef","relationship_type_cousin_with_name":":name\u2019s neef","relationship_type_date":"date","relationship_type_date_female":"date","relationship_type_date_female_with_name":":name's date","relationship_type_date_with_name":":name\u2019s date","relationship_type_ex":"ex-vriendje","relationship_type_ex_female":"ex-vriendin","relationship_type_ex_female_with_name":":name\u2019s ex-vriendinnetje","relationship_type_ex_husband":"ex-echtgenoot","relationship_type_ex_husband_female":"ex-vrouw","relationship_type_ex_husband_female_with_name":":name\u2019s ex-vrouw","relationship_type_ex_husband_with_name":":name\u2019s ex echtgenoot","relationship_type_ex_with_name":":name\u2019s ex-vriendje","relationship_type_friend":"vriend","relationship_type_friend_female":"vriend","relationship_type_friend_female_with_name":":name\u2019s vriend","relationship_type_friend_with_name":":name\u2019s vriend","relationship_type_godfather":"peetoom","relationship_type_godfather_female":"peet moeder","relationship_type_godfather_female_with_name":":name's peetmoeder","relationship_type_godfather_with_name":":name's peetvader","relationship_type_godson":"peetzoon","relationship_type_godson_female":"peetdochter","relationship_type_godson_female_with_name":":name's schoondochter","relationship_type_godson_with_name":":name's schoonzoon","relationship_type_grandchild":"kleinkind","relationship_type_grandchild_female":"kleinkind","relationship_type_grandchild_female_with_name":":name\u2019s kleinkind","relationship_type_grandchild_with_name":":name\u2019s kleinkind","relationship_type_grandparent":"grootouder","relationship_type_grandparent_female":"grootouder","relationship_type_grandparent_female_with_name":":name\u2019s grootouder","relationship_type_grandparent_with_name":":name\u2019s grootouder","relationship_type_group_family":"Familierelaties","relationship_type_group_friend":"Vriendschappen","relationship_type_group_love":"Liefdesrelaties","relationship_type_group_other":"Andere relaties","relationship_type_group_work":"Collega's","relationship_type_inlovewith":"verliefd op","relationship_type_inlovewith_female":"verliefd op","relationship_type_inlovewith_female_with_name":"iemand :name is verliefd op","relationship_type_inlovewith_with_name":"iemand :name is verliefd op","relationship_type_lovedby":"begeert door","relationship_type_lovedby_female":"begeert door","relationship_type_lovedby_female_with_name":":name\u2019s geheime minnaar","relationship_type_lovedby_with_name":":name\u2019s geheime minnaar","relationship_type_lover":"geliefde","relationship_type_lover_female":"geliefde","relationship_type_lover_female_with_name":":name\u2019s geliefde","relationship_type_lover_with_name":":name\u2019s geliefde","relationship_type_mentor":"mentor","relationship_type_mentor_female":"mentor","relationship_type_mentor_female_with_name":":name\u2019s mentor","relationship_type_mentor_with_name":":name\u2019s mentor","relationship_type_nephew":"neef","relationship_type_nephew_female":"nicht","relationship_type_nephew_female_with_name":":name\u2019s nicht","relationship_type_nephew_with_name":":name\u2019s neef","relationship_type_parent":"vader","relationship_type_parent_female":"moeder","relationship_type_parent_female_with_name":":name\u2019s moeder","relationship_type_parent_with_name":":name\u2019s vader","relationship_type_partner":"partner","relationship_type_partner_female":"partner","relationship_type_partner_female_with_name":":name\u2019s van partner","relationship_type_partner_with_name":":name's van partner","relationship_type_protege":"protege","relationship_type_protege_female":"protege","relationship_type_protege_female_with_name":":name's protege","relationship_type_protege_with_name":":name\u2019s protege","relationship_type_sibling":"broer","relationship_type_sibling_female":"zus","relationship_type_sibling_female_with_name":":name\u2019s zus","relationship_type_sibling_with_name":":name\u2019s broer","relationship_type_spouse":"echtgenoot","relationship_type_spouse_female":"echtgenoot","relationship_type_spouse_female_with_name":":name\u2019s van echtgeno(o)t(e)","relationship_type_spouse_with_name":":name\u2019s van echtgeno(o)t(e)","relationship_type_subordinate":"ondergeschikte","relationship_type_subordinate_female":"ondergeschikte","relationship_type_subordinate_female_with_name":":name\u2019s ondergeschikte","relationship_type_subordinate_with_name":":name\u2019s ondergeschikte","relationship_type_uncle":"oom","relationship_type_uncle_female":"tante","relationship_type_uncle_female_with_name":":name\u2019s tante","relationship_type_uncle_with_name":":name\u2019s oom","remove":"Verwijderen","revoke":"Intrekken","save":"Opslaan","unknown":"Ik weet het niet","update":"Bijwerken","upload":"Uploaden","verify":"Bevestigen","with":"met"},"auth":{"2fa_one_time_password":"Two factor authentication code","2fa_otp_help":"Open up your two factor authentication mobile app and copy the code","2fa_recuperation_code":"Voer een tweestapsverificatiecode in","2fa_title":"Tweestapsverificatie","2fa_wrong_validation":"De tweestapsverificatie is mislukt.","back_homepage":"Terug naar homepage","button_remember":"Onthoud Mij","confirmation_again":"If you want to change your email address you can click here<\/a>.","create_account":"Create the first account by signing up<\/a>","email":"E-mail","email_change_current_email":"Current email address:","email_change_new":"New email address","email_change_title":"Change your email address","email_changed":"Your email address has been changed. Check your mailbox to validate it.","failed":"Deze gegevens zijn niet correct.","login":"Aanmelden","login_again":"Gelieve nogmaals in te loggen op uw account","login_to_account":"Aanmelden op uw account","mfa_auth_otp":"Authenticate with your two factor device","mfa_auth_u2f":"Authenticate with a U2F device","not_authorized":"Je bent niet gemachtigd om dit te doen","password":"Wachtwoord","password_forget":"Wachtwoord vergeten?","password_reset":"Wachtwoord resetten","password_reset_action":"Wachtwoord resetten","password_reset_email":"E-mailadres","password_reset_email_content":"Klik hier om je wachtwoord te resetten:","password_reset_password":"Wachtwoord","password_reset_password_confirm":"Bevestig wachtwoord","password_reset_send_link":"Stuur een wachtwoord reset link","password_reset_title":"Wachtwoord resetten","register_action":"Register","register_create_account":"You need to create an account to use Monica","register_email":"Enter a valid email address","register_email_example":"you@home","register_firstname":"First name","register_firstname_example":"eg. John","register_invitation_email":"For security purposes, please indicate the email of the person who\u2019ve invited you to join this account. This information is provided in the invitation email.","register_lastname":"Last name","register_lastname_example":"eg. Doe","register_login":"Log in<\/a> if you already have an account.","register_password":"Password","register_password_confirmation":"Password confirmation","register_password_example":"Enter a secure password","register_policy":"Signing up signifies you\u2019ve read and agree to our Privacy Policy<\/a> and Terms of use<\/a>.","register_title_create":"Create your Monica account","register_title_welcome":"Welcome to your newly installed Monica instance","signup":"Aanmelden","signup_disabled":"Registratie is momenteel uitgeschakeld","signup_no_account":"Heb je nog geen account?","throttle":"Te veel inlogpogingen. Probeer opnieuw in :seconds seconden.","u2f_otp_extension":"U2F is supported natively on Chrome, Firefox<\/a> and Opera. On old Firefox versions, install the U2F Support Add-on<\/a>."},"changelog":{"note":"Note: unfortunately, this page is only in English.","title":"Product changes"},"dashboard":{"dashboard_blank_cta":"Voeg je eerste contact toe","dashboard_blank_description":"Monica is de plaats om alle interacties met de mensen waar je om geeft te organiseren.","dashboard_blank_illustration":"Illustratie door Freepik<\/a>","dashboard_blank_title":"Welkom bij jouw account!","debts_you_owe":"U bent verschuldigd","linkedin_profile":"LinkedIn","notes_title":"Je hebt nog geen notities met een ster.","reminders_next_months":"Gebeurtenissen in de komende 3 maanden","reminders_none":"Geen herinnering voor deze maand","statistics_activities":"Activiteiten","statistics_contacts":"Contacten","statistics_gifts":"Cadeaus","tab_calls_blank":"Je hebt nog geen oproepen opgeslagen.","tab_debts":"Schulden","tab_debts_blank":"Je hebt nog geen schulden opgegeven.","tab_favorite_notes":"Favoriete notities","tab_recent_calls":"Recente oproepen"},"format":{"full_hour":"h.i A","full_month":"F","full_month_year":"F Y","short_date":"M d","short_date_year":"M d, Y","short_date_year_time":"M d, Y H:i","short_day":"D","short_month":"M","short_month_year":"M Y"},"journal":{"delete_confirmation":"Weet je zeker dat je deze dagboek invoer wilt verwijderen?","entry_delete_success":"De dagboek invoer is succesvol verwijderd.","journal_add":"Voeg een dagboek invoer toe","journal_add_cta":"Opslaan","journal_add_date":"Datum","journal_add_post":"Invoer","journal_add_title":"Titel (optioneel)","journal_blank_cta":"Voeg je eerst dagboek invoer toe","journal_blank_description":"Het dagboek laat je gebeurtenissen registreren, zodat je ze kunt onthouden.","journal_come_back":"Bedankt. Kom morgen terug om je dag opnieuw te beoordelen.","journal_created_automatically":"Automatisch aangemaakt","journal_description":"Opmerking: het dagboek laat zowel handmatige invoeren en automatische invoeren, zoals Activiteiten gedaan met je contacten, zien. Je kunt dagboek invoeren handmatig wissen, maar Activiteiten kunnen alleen op de contact pagina verwijderd worden.","journal_entry_rate":"Je hebt je dag beoordeeld.","journal_entry_type_activity":"Activiteit","journal_entry_type_journal":"Dagboek invoer","journal_rate":"Hoe was je dag? Je kunt hem eens per dag beoordelen."},"mail":{"confirmation_email_button":"Verifieer het e-mailadres","confirmation_email_intro":"Voor het valideren van uw email, klik op de knop hieronder","confirmation_email_title":"Monica \u2013 E-mail verificatie","footer_contact_info":"Toevoegen, bekijken, afmaken en aanpassen van information over dit contact:","for":"VOOR:","greetings":"Hi :username","notification_description":"Over :count dagen (op :date), zal de volgende gebeurtenis plaatsvinden:","notification_subject_line":"Je hebt een aankomende gebeurtenis","notifications_footer":"Als de \":actionText\" knop niet werkt, kopieer en plak de onderstaande URL in uw webbrowser: [:actionURL](:actionURL)","notifications_hello":"Hallo!","notifications_regards":"Met vriendelijke groet,","notifications_whoops":"Oeps!","stay_in_touch_subject_description":"Je hebt gevraagd te worden herinnerd aan :name elke :frequency dagen.","stay_in_touch_subject_line":"Blijf in contact met :name","subject_line":"Herinnering voor :contact","want_reminded_of":"JE WILDE HERINNERT WORDEN AAN"},"pagination":{"next":"Volgende »","previous":"« Vorige"},"passwords":{"changed":"Wachtwoord succesvol gewijzigd.","invalid":"Het ingevoerde wachtwoord is niet correct.","password":"Wachtwoorden moeten minstens zes tekens bevatten en overeenkomen.","reset":"Je wachtwoord is gereset!","sent":"Als de e-mail die je ingevoerd hebt al bestaat in onze database, zul je een wachtwoord reset link ontvangen.","token":"Deze wachtwoord reset token is ongeldig.","user":"Als de e-mail die je ingevoerd hebt al bestaat in onze database, zul je een wachtwoord reset link ontvangen."},"people":{"activities_activity":"Activity Category","activities_add_activity":"Voeg activiteit toe","activities_add_cta":"Record activity","activities_add_date_occured":"Date this activity occured","activities_add_error":"Error when adding the activity","activities_add_optional_comment":"Optional comment","activities_add_pick_activity":"(Optional) Would you like to categorize this activity? You don\u2019t have to, but it will give you statistics later on","activities_add_success":"The activity has been added successfully","activities_add_title":"Wat heb je gedaan met :name?","activities_blank_add_activity":"Add an activity","activities_blank_title":"Keep track of what you\u2019ve done with :name in the past, and what you\u2019ve talked about","activities_delete_confirmation":"Weet je zeker dat je deze activiteit wilt verwijderen?","activities_delete_success":"The activity has been deleted successfully","activities_hide_details":"Verberg details","activities_item_information":"Deze :activity was op :date","activities_more_details":"Meer details","activities_profile_number_occurences":":value activity|:value activities","activities_profile_subtitle":"You\u2019ve logged :total_activities activity with :name in total and :activities_last_twelve_months in the last 12 months so far.|You\u2019ve logged :total_activities activities with :name in total and :activities_last_twelve_months in the last 12 months so far.","activities_profile_title":"Activities report between :name and you","activities_profile_year_summary":"Here is what you two have done in :year","activities_profile_year_summary_activity_types":"Here is a breakdown of the type of activities you\u2019ve done together in :year","activities_summary":"Beschrijf wat je deed","activities_update_success":"The activity has been updated successfully","activities_view_activities_report":"View activities report","activities_who_was_involved":"Who was involved?","activity_title":"Activiteiten","activity_type_ate_at_his_place":"bij hun gegeten","activity_type_ate_at_home":"thuis gegeten","activity_type_ate_restaurant":"bij een restaurant gegeten","activity_type_category_cultural_activities":"Culturele activiteiten","activity_type_category_food":"Eten","activity_type_category_simple_activities":"Eenvoudige activiteiten","activity_type_category_sport":"Sport","activity_type_did_sport_activities_together":"samen gesport","activity_type_just_hung_out":"gewoon een beetje gehangen","activity_type_picknicked":"ge-picknicked","activity_type_talked_at_home":"thuis gekletst","activity_type_watched_movie_at_home":"thuis een film gekeken","activity_type_went_bar":"naar een bar gegaan","activity_type_went_concert":"naar een concert gegaan","activity_type_went_museum":"naar het museum gegaan","activity_type_went_play":"naar een toneelstuk gegaan","activity_type_went_theater":"naar het theater gegaan","age_approximate_in_years":"ongeveer :age jaren oud","age_exact_birthdate":"geboren :date","age_exact_in_years":":age jaren oud","birthdate_not_set":"Geen verjaardag toegevoegd","call_blank_desc":"Je hebt gebeld met :name","call_blank_title":"Hou je telefoongesprekken bij met :name","call_button":"Registreer een belgesprek","call_delete_confirmation":"Weet je zeker dat je deze oproep wil wissen?","call_delete_success":"Deze oproep is succesvol verwijdert","call_empty_comment":"Geen details","call_title":"Telefoon gesprekken","calls_add_success":"Het telefoongesprek is opgeslagen.","contact_address_form_city":"City (optional)","contact_address_form_country":"Country (optional)","contact_address_form_name":"Label (optional)","contact_address_form_postal_code":"Postal code (optional)","contact_address_form_province":"Province (optional)","contact_address_form_street":"Street (optional)","contact_address_title":"Addresses","contact_info_address":"Lives in","contact_info_form_contact_type":"Contact type","contact_info_form_content":"Content","contact_info_form_personalize":"Personalize","contact_info_title":"Contact information","debt_add_add_cta":"Add debt","debt_add_amount":"the sum of","debt_add_cta":"Add debt","debt_add_reason":"for the following reason (optional)","debt_add_success":"The debt has been added successfully","debt_add_they_owe":":name owes you","debt_add_title":"Debt management","debt_add_you_owe":"You owe :name","debt_delete_confirmation":"Are you sure you want to delete this debt?","debt_delete_success":"The debt has been deleted successfully","debt_edit_success":"The debt has been updated successfully","debt_edit_update_cta":"Update debt","debt_they_owe":":name owes you :amount","debt_title":"Debts","debt_you_owe":"You owe :amount","debts_blank_title":"Manage debts you owe to :name or :name owes you","deceased_add_reminder":"Add a reminder for this date","deceased_age":"Age at death","deceased_know_date":"I know the date this person died","deceased_label":"Deceased","deceased_label_with_date":"Deceased on :date","deceased_mark_person_deceased":"Mark this person as deceased","deceased_reminder_title":"Anniversary of the death of :name","edit_contact_information":"Bewerk contact informatie","food_preferencies_add_success":"Voedsel voorkeuren zijn opgeslagen","food_preferencies_cta":"Voeg voedsel voorkeur toe","food_preferencies_edit_cta":"Bewaar voedselvoorkeuren","food_preferencies_edit_description":"Misschien heeft :firstname of iemand in de :familiy's familie een allergie. Of houdt niet van een specifieke fles wijn. Vul dat hier in zodat je er bij een volgend diner aan denkt","food_preferencies_edit_description_no_last_name":"Misschien heeft :firstname een allergie. Of houdt niet van een specifieke fles wijn. Vul dat hier in zodat je er bij een volgend diner aan denkt","food_preferencies_edit_title":"Voedselvoorkeuren","food_preferencies_title":"Voedselvoorkeuren","gifts_add_comment":"Comment (optional)","gifts_add_gift":"Add a gift","gifts_add_gift_already_offered":"Gift offered","gifts_add_gift_idea":"Gift idea","gifts_add_gift_received":"Gift received","gifts_add_gift_title":"What is this gift?","gifts_add_link":"Link to the web page (optional)","gifts_add_someone":"This gift is for someone in :name\u2019s family in particular","gifts_add_success":"The gift has been added successfully","gifts_add_title":"Gift management for :name","gifts_add_value":"Value (optional)","gifts_delete_confirmation":"Are you sure you want to delete this gift?","gifts_delete_cta":"Delete","gifts_delete_success":"The gift has been deleted successfully","gifts_for":"For:","gifts_ideas":"Gift ideas","gifts_link":"Link","gifts_mark_offered":"Mark as offered","gifts_offered":"Gifts offered","gifts_offered_as_an_idea":"Mark as an idea","gifts_received":"Gifts received","gifts_title":"Gifts","gifts_update_success":"The gift has been updated successfully","gifts_view_comment":"View comment","information_edit_avatar":"Foto\/avatar van het contact","information_edit_exact":"Ik weet de exacte geboortedatum van deze persoon...","information_edit_firstname":"Voornaam","information_edit_lastname":"Achternaam (optioneel)","information_edit_linkedin":"LinkedIn profiel (optioneel)","information_edit_max_size":"Max :size Mb.","information_edit_not_year":"Ik weet de dag en de maand van de geboortedatum van deze persoon, maar niet het jaar\u2026","information_edit_probably":"Deze persoon is waarschijnlijk...","information_edit_success":"Het profiel is succesvol bijgewerkt","information_edit_title":"Bewerk :name's persoonlijke informatie","information_edit_unknown":"Ik weet de leeftijd van deze persoon niet","information_no_linkedin_defined":"Geen LinkedIn gedefinieerd","information_no_work_defined":"Geen werkgegevens gedefinieerd","information_work_at":"bij :company","introductions_add_reminder":"Add a reminder to celebrate this encounter on the anniversary this event happened","introductions_additional_info":"Explain how and where you met","introductions_blank_cta":"Indicate how you met :name","introductions_edit_met_through":"Has someone introduced you to this person?","introductions_first_met_date":"Date you met","introductions_first_met_date_known":"This is the date we met","introductions_met_date":"Met on :date","introductions_met_through":"Met through :name<\/a>","introductions_no_first_met_date":"I don\u2019t know the date we met","introductions_no_met_through":"No one","introductions_reminder_title":"Anniversary of the day you first met","introductions_sidebar_title":"How you met","introductions_title_edit":"How did you meet :name?","introductions_update_success":"You\u2019ve successfully updated the information about how you met this person","last_activity_date":"Laatste activiteit samen: :date","last_activity_date_empty":"Laatste activiteit samen: onbekend","last_called":"Laatste keer gebeld :date","last_called_empty":"Laatste keer gebeld: onbekend","link_to_list":"Lijst van contacten","linkedin_profile":"LinkedIn profiel","modal_call_change":"Pas aan","modal_call_comment":"Waar hebben jullie het over gehad? (optioneel)","modal_call_date":"Dit telefoongesprek was eerder vandaag.","modal_call_exact_date":"Het telefoongesprek gebeurde op","modal_call_title":"Registreer een belgesprek","notes_add_cta":"Add note","notes_create_success":"The note has been created successfully","notes_delete_confirmation":"Are you sure you want to delete this note? Deletion is permanent","notes_delete_success":"The note has been deleted successfully","notes_delete_title":"Delete a note","notes_favorite":"Add\/remove from favorites","notes_update_success":"The note has been saved successfully","people_add_birthday_reminder":"Feliciteer :name met zijn\/haar verjaardag","people_add_cta":"Toevoegen","people_add_firstname":"Voornaam","people_add_gender":"Geslacht","people_add_import":"Wil je contacten importeren<\/a>?","people_add_lastname":"Achternaam (optioneel)","people_add_middlename":"Tweede naam (optioneel)","people_add_missing":"Niet gevonden, voeg nu iemand toe","people_add_nickname":"Koosnaam (Optioneel)","people_add_reminder_for_birthday":"Maak een jaarlijkse herinnering voor de verjaardag aan","people_add_success":":name is succesvol toegevoegd","people_add_title":"Voeg een nieuwe persoon toe","people_delete_click_here":"klik hier","people_delete_confirmation":"Weet je zeker dat je dit contact wilt verwijderen? Dit is permanent.","people_delete_message":"Als je dit contact wil wissen,","people_delete_success":"De contactpersoon is verwijderd","people_edit_email_error":"Er is al iemand met dit email adres. Kies een andere.","people_export":"Exporteer als vCard","people_list_account_upgrade_cta":"Nu upgraden","people_list_account_upgrade_title":"Upgrade je account om alle functies te kunnen gebruiken.","people_list_account_usage":"Je huidige gebruik: :current\/:limit contacten","people_list_blank_cta":"Voeg iemand toe","people_list_blank_title":"Je hebt nog niemand in je account","people_list_clear_filter":"Filter wissen","people_list_contacts_per_tags":"1 contact|:count contacts","people_list_filter_tag":"Tonen alle contactpersonen gelabeld met","people_list_filter_untag":"All contacten zonder tags","people_list_firstnameAZ":"Sorteer op voornaam A \u2192 Z","people_list_firstnameZA":"Sorteer op voornaam Z \u2192 A","people_list_last_updated":"Laatst bekeken:","people_list_lastactivitydateNewtoOld":"Sorteren op recente activiteit: nieuwste naar oudste","people_list_lastactivitydateOldtoNew":"Sorteren op recente activiteit: oudste naar nieuwste","people_list_lastnameAZ":"Sorteer op achternaam A \u2192 Z","people_list_lastnameZA":"Sorteer op achternaam Z \u2192 A","people_list_number_kids":"1 kind|:count kids","people_list_number_reminders":"1 herinnering|:count reminders","people_list_sort":"Sorteer","people_list_stats":"1 contact|:count contacts","people_list_untagged":"Bekijken contacten zonder tags","people_save_and_add_another_cta":"Bewaar en voeg nog iemand toe","people_search":"Zoek in je contacten...","people_search_no_results":"Geen relevante contacten gevonden :(","pets_bird":"Vogel","pets_cat":"Kat","pets_create_success":"The pet has been sucessfully added","pets_delete_success":"The pet has been deleted","pets_dog":"Hond","pets_fish":"Vis","pets_hamster":"Hamster","pets_horse":"Paard","pets_kind":"Kind of pet","pets_name":"Name (optional)","pets_other":"Andere","pets_rabbit":"Konijn","pets_rat":"Rat","pets_reptile":"Reptiel","pets_small_animal":"Klein dier","pets_title":"Huisdieren","pets_update_success":"The pet has been updated","relationship_delete_confirmation":"Weet je zeker dat je deze relatie wilt verwijderen? Dit is permanent.","relationship_form_add":"Voeg een nieuwe relatie toe","relationship_form_add_choice":"Wie is de relatie met?","relationship_form_add_description":"Hierdoor kan je deze partner bewerken, net als elk ander contact.","relationship_form_add_no_existing_contact":"Je hebt nog geen contacten die een :name gekoppeld kunnen worden.","relationship_form_add_success":"De relatie is succesvol toegevoegd.","relationship_form_also_create_contact":"Een contact-kaart maken voor deze persoon.","relationship_form_associate_contact":"Toevoegen aan bestaand persoon","relationship_form_associate_dropdown":"Search and select an existing contact from the dropdown below","relationship_form_associate_dropdown_placeholder":"Search and select an existing contact","relationship_form_create_contact":"Voeg een nieuwe persoon toe","relationship_form_deletion_success":"De relatie is verwijdert.","relationship_form_edit":"Bewerk bestaande relatie","relationship_form_is_with":"Deze persoon is...","relationship_unlink_confirmation":"Weet je zeker dat je deze relatie wilt verwijderen? Deze persoon wordt niet verwijdert, alleen de relatie tussen de twee personen.","reminder_frequency_day":"dagelijks | elke :number dagen","reminder_frequency_month":"elke maand | elke :number maanden","reminder_frequency_one_time":"op :date","reminder_frequency_week":"wekelijks | elke :number weken","reminder_frequency_year":"jaarlijks | elke :number jaren","reminders_add_cta":"Herinnering toevoegen","reminders_add_description":"Herinner me om...","reminders_add_error_custom_text":"Je moet tekst toevoegen voor deze herinnering","reminders_add_next_time":"Wanneer is de volgende keer dat je hier aan herinnert wilt worden?","reminders_add_once":"Herinner me slechts eenmaal hieraan","reminders_add_recurrent":"Herinner me hier aan elke","reminders_add_starting_from":"beginnend op bovenstaande datum","reminders_add_title":"Waar zou je over :name aan herinnert willen worden?","reminders_birthday":"Verjaardag van :naam","reminders_blank_add_activity":"Voeg een herinnering toe","reminders_blank_title":"Is er iets over :name waar je aan herinnert wilt worden?","reminders_create_success":"De herinnering is met succes toegevoegd","reminders_cta":"Voeg een herinnering toe","reminders_delete_confirmation":"Weet u zeker dat u deze herinnering wilt verwijderen?","reminders_delete_cta":"Verwijderen","reminders_delete_success":"De herinnering is verwijderd","reminders_description":"Wij sturen een e-mail voor elke herinnering hieronder. Herinneringen worden op de ochtend van de dag waarop de gebeurtenis zal plaatsvinden verzonden. Automatisch toegevoegde herinneringen voor verjaardagen kunnen niet worden verwijderd. Wilt u deze herinneringen wijzigen, bewerk dan de geboortedatum van de betreffende contactpersoon.","reminders_edit_update_cta":"Update herinnering","reminders_free_plan_warning":"U heeft een gratis abonnement. Hiermee worden geen e-mails verzonden. Als u herinneringen per e-mail wilt ontvangen, upgrade dat uw account.","reminders_next_expected_date":"op","reminders_one_time":"Eenmalig","reminders_type_month":"maand","reminders_type_week":"week","reminders_type_year":"jaar","reminders_update_success":"De herinnering is succesvol bijgewerkt","section_contact_information":"Contact informatie","section_personal_activities":"Activiteiten","section_personal_gifts":"Cadeaux","section_personal_notes":"Notities","section_personal_reminders":"Herinneringen","section_personal_tasks":"Taken","set_favorite":"Favorite contacts are placed at the top of the contact list","stay_in_touch":"Blijf in contact","stay_in_touch_frequency":"Blijf elke dag in contact | Blijf elke {count} dagen in contact","stay_in_touch_invalid":"De frequentie moet groter zijn dan 0.","stay_in_touch_modal_desc":"We kunnen je helpen om in contact te blijven met {firstname} via email op regelmatige basis.","stay_in_touch_modal_label":"Stuur me een e-mail elke...","stay_in_touch_modal_title":"Blijf in contact","stay_in_touch_premium":"U moe uw account upgraden om gebruik te maken van deze functie","tag_add":"add a tag","tag_edit":"Edit tag","tasks_add_task":"Voeg taak toe","tasks_blank_title":"Je hebt nog geen taken.","tasks_complete_success":"De taak is met succes aangepast","tasks_delete_success":"De taak is succesvol verwijderd","tasks_form_description":"Beschrijving (optioneel)","tasks_form_title":"Titel","work_add_cta":"Werk informatie bijwerken","work_edit_company":"Bedrijf (optioneel)","work_edit_job":"Functietitel (optioneel)","work_edit_success":"Werkgegevens zijn met succes bijgewerkt","work_edit_title":"Update :name's baan","work_information":"Werk informatie"},"reminder":{"type_birthday":"Wish happy birthday to","type_birthday_kid":"Wish happy birthday to the kid of","type_email":"Email","type_hangout":"Hangout with","type_lunch":"Lunch with","type_phone_call":"Call"},"settings":{"2fa_disable_description":"Disable Two Factor Authentication for your account. Be careful, your account will not be secured anymore !","2fa_disable_error":"Error when trying to disable Two Factor Authentication","2fa_disable_success":"Two Factor Authentication disabled","2fa_disable_title":"Disable Two Factor Authentication","2fa_enable_description":"Enable Two Factor Authentication to increase security with your account.","2fa_enable_error":"Error when trying to activate Two Factor Authentication","2fa_enable_error_already_set":"Two Factor Authentication is already activated","2fa_enable_otp":"Open up your two factor authentication mobile app and scan the following QR barcode:","2fa_enable_otp_help":"If your two factor authentication mobile app does not support QR barcodes, enter in the following code:","2fa_enable_otp_validate":"Please validate the new device you\u2019ve just set:","2fa_enable_success":"Two Factor Authentication activated","2fa_enable_title":"Enable Two Factor Authentication","2fa_otp_title":"Two Factor Authentication mobile application","2fa_title":"Two Factor Authentication","api_authorized_clients":"List of authorized clients","api_authorized_clients_desc":"This section lists all the clients you\u2019ve authorized to access your application. You can revoke this authorization at anytime.","api_authorized_clients_name":"Name","api_authorized_clients_scopes":"Scopes","api_authorized_clients_title":"Authorized Applications","api_description":"The API can be used to manipulate Monica\u2019s data from an external application, like a mobile application for instance.","api_oauth_clientid":"Client ID","api_oauth_clients":"Your Oauth clients","api_oauth_clients_desc":"This section lets you register your own OAuth clients.","api_oauth_create":"Create Client","api_oauth_create_new":"Create New Client","api_oauth_name":"Name","api_oauth_name_help":"Something your users will recognize and trust.","api_oauth_not_created":"You have not created any OAuth clients.","api_oauth_redirecturl":"Redirect URL","api_oauth_redirecturl_help":"Your application\u2019s authorization callback URL.","api_oauth_secret":"Secret","api_oauth_title":"Oauth Clients","api_pao_description":"Make sure you give this token to a source you trust \u2013 as they allow you to access all your data.","api_personal_access_tokens":"Personal access tokens","api_title":"API access","api_token_create":"Create Token","api_token_create_new":"Create New Token","api_token_delete":"Delete","api_token_help":"Here is your new personal access token. This is the only time it will be shown so don\u2019t lose it! You may now use this token to make API requests.","api_token_name":"Name","api_token_not_created":"You have not created any personal access tokens.","api_token_scopes":"Scopes","api_token_title":"Personal access token","currency":"Currency","delete_cta":"Delete account","delete_desc":"Do you wish to delete your account? Warning: deletion is permanent and all your data will be erased permamently.","delete_notice":"Are you sure to delete your account? There is no turning back.","delete_title":"Delete your account","email":"Email address","email_help":"This is the email used to login, and this is where you\u2019ll receive your reminders.","email_placeholder":"Enter email","export_be_patient":"Click the button to start the export. It might take several minutes to process the export \u2013 please be patient and do not spam the button.","export_sql_cta":"Export to SQL","export_sql_explanation":"Exporting your data in SQL format allows you to take your data and import it to your own Monica instance. This is only valuable if you do have your own server.","export_sql_link_instructions":"Note: read the instructions<\/a> to learn more about importing this file to your instance.","export_title":"Export your account data","export_title_sql":"Export to SQL","firstname":"First name","import_blank_cta":"Import vCard","import_blank_description":"We can import vCard files that you can get from Google Contacts or your Contact manager.","import_blank_question":"Would you like to import contacts now?","import_blank_title":"You haven\u2019t imported any contacts yet.","import_cta":"Upload contacts","import_in_progress":"The import is in progress. Reload the page in one minute.","import_need_subscription":"Importing data requires a subscription.","import_report_date":"Date of the import","import_report_number_contacts":"Number of contacts in the file","import_report_number_contacts_imported":"Number of imported contacts","import_report_number_contacts_skipped":"Number of skipped contacts","import_report_status_imported":"Imported","import_report_status_skipped":"Skipped","import_report_title":"Importing report","import_report_type":"Type of import","import_result_stat":"Uploaded vCard with 1 contact (:total_imported imported, :total_skipped skipped)|Uploaded vCard with :total_contacts contacts (:total_imported imported, :total_skipped skipped)","import_stat":"You\u2019ve imported :number files so far.","import_title":"Import contacts in your account","import_upload_behaviour":"Import behaviour:","import_upload_behaviour_add":"Add new contacts, skip existing","import_upload_behaviour_help":"Note: Replacing will replace all data found in the vCard, but will keep existing contact fields.","import_upload_behaviour_replace":"Replace existing contacts","import_upload_form_file":"Your .vcf<\/code> or .vCard<\/code> file:","import_upload_rule_cant_revert":"Make sure data is accurate before uploading, as you can\u2019t undo the upload.","import_upload_rule_format":"We support .vcard<\/code> and .vcf<\/code> files.","import_upload_rule_instructions":"Export instructions for Contacts.app (macOS)<\/a> and Google Contacts<\/a>.","import_upload_rule_limit":"Files are limited to 10MB.","import_upload_rule_multiple":"For now, if your contacts have multiple email addresses or phone numbers, only the first entry will be picked up.","import_upload_rule_time":"It might take up to 1 minute to upload the contacts and process them. Be patient.","import_upload_rule_vcard":"We support the vCard 3.0 format, which is the default format for Contacts.app (macOS) and Google Contacts.","import_upload_rules_desc":"We do however have some rules:","import_upload_title":"Import your contacts from a vCard file","import_vcard_contact_exist":"Contact already exists","import_vcard_contact_no_firstname":"No firstname (mandatory)","import_vcard_file_no_entries":"File contains no entries","import_vcard_file_not_found":"File not found","import_vcard_unknown_entry":"Unknown contact name","import_view_report":"View report","lastname":"Last name","layout":"Layout","layout_big":"Full width of the browser","layout_small":"Maximum 1200 pixels wide","locale":"Language used in the app","locale_cs":"Czech","locale_de":"German","locale_en":"English","locale_es":"Spanish","locale_fr":"French","locale_he":"Hebrew","locale_it":"Italian","locale_nl":"Dutch","locale_pt":"Portuguese","locale_ru":"Russian","locale_tr":"Turkish","locale_zh":"Chinese Simplified","name":"Your name: :name","name_order":"Name order","name_order_firstname_lastname":" - John Doe","name_order_firstname_lastname_nickname":" () - John Doe (Rambo)","name_order_firstname_nickname_lastname":" () - John (Rambo) Doe","name_order_lastname_firstname":" - Doe John","name_order_lastname_firstname_nickname":" () - Doe John (Rambo)","name_order_lastname_nickname_firstname":" () - Doe (Rambo) John","name_order_nickname":" - Rambo","password_btn":"Change password","password_change":"Password change","password_current":"Current password","password_current_placeholder":"Enter your current password","password_new1":"New password","password_new1_placeholder":"Enter a new password","password_new2":"Confirmation","password_new2_placeholder":"Retype the new password","personalisation_paid_upgrade":"This is a premium feature that requires a Paid subscription to be active. Upgrade your account by visiting Settings > Subscription.","personalization_activity_type_add_button":"Add a new activity type","personalization_activity_type_category_add":"Add a new activity type category","personalization_activity_type_category_description":"An activity done with one of your contact can have a type and a category type. Your account comes by default with a set of predefined category types, but you can customize everything here.","personalization_activity_type_category_modal_add":"Add a new activity type category","personalization_activity_type_category_modal_delete":"Delete an activity type category","personalization_activity_type_category_modal_delete_desc":"Are you sure you want to delete this category? Deleting it will delete all associated activity types. However, activities that belong to this category will not be affected by this deletion.","personalization_activity_type_category_modal_delete_error":"We can\u2019t find this activity type category.","personalization_activity_type_category_modal_edit":"Edit an activity type category","personalization_activity_type_category_modal_question":"How should we name this new category?","personalization_activity_type_category_table_actions":"Actions","personalization_activity_type_category_table_name":"Name","personalization_activity_type_category_title":"Activity type categories","personalization_activity_type_modal_add":"Add a new activity type","personalization_activity_type_modal_delete":"Delete an activity type","personalization_activity_type_modal_delete_desc":"Are you sure you want to delete this activity type? Activities that belong to this category will not be affected by this deletion.","personalization_activity_type_modal_delete_error":"We can\u2019t find this activity type.","personalization_activity_type_modal_edit":"Edit an activity type","personalization_activity_type_modal_question":"How should we name this new activity type?","personalization_contact_field_type_add":"Add new field type","personalization_contact_field_type_add_success":"The contact field type has been successfully added.","personalization_contact_field_type_delete_success":"The contact field type has been deleted with success.","personalization_contact_field_type_description":"Here you can configure all the different types of contact fields that you can associate to all your contacts. If in the future, a new social network appears, you will be able to add this new type of ways of contacting your contacts right here.","personalization_contact_field_type_edit_success":"The contact field type has been successfully updated.","personalization_contact_field_type_modal_delete_description":"Are you sure you want to delete this contact field type? Deleting this type of contact field will delete ALL the data with this type for all your contacts.","personalization_contact_field_type_modal_delete_title":"Delete an existing contact field type","personalization_contact_field_type_modal_edit_title":"Edit an existing contact field type","personalization_contact_field_type_modal_icon":"Icon (optional)","personalization_contact_field_type_modal_icon_help":"You can associate an icon with this contact field type. You need to add a reference to a Font Awesome icon.","personalization_contact_field_type_modal_name":"Name","personalization_contact_field_type_modal_protocol":"Protocol (optional)","personalization_contact_field_type_modal_protocol_help":"Each new contact field type can be clickable. If a protocol is set, we will use it to trigger the action that is set.","personalization_contact_field_type_modal_title":"Add a new contact field type","personalization_contact_field_type_table_actions":"Actions","personalization_contact_field_type_table_name":"Name","personalization_contact_field_type_table_protocol":"Protocol","personalization_contact_field_type_title":"Contact field types","personalization_genders_add":"Add new gender type","personalization_genders_desc":"You can define as many genders as you need to. You need at least one gender type in your account.","personalization_genders_modal_add":"Add gender type","personalization_genders_modal_delete":"Delete gender type","personalization_genders_modal_delete_desc":"Are you sure you want to delete {name}?","personalization_genders_modal_delete_question":"You currently have {count} contact that has this gender. If you delete this gender, what gender should this contact have?|You currently have {count} contacts that have this gender. If you delete this gender, what gender should these contacts have?","personalization_genders_modal_edit":"Update gender type","personalization_genders_modal_edit_question":"How should this new gender be renamed?","personalization_genders_modal_error":"Please choose a valid gender from the list.","personalization_genders_modal_question":"How should this new gender be called?","personalization_genders_title":"Gender types","personalization_module_desc":"Some people don\u2019t need all the features. Below you can toggle specific features that are used on a contact sheet. This change will affect ALL your contacts. Note that if you turn off one of these features, data will not be lost - we will simply hide the feature.","personalization_module_save":"The change has been saved","personalization_module_title":"Features","personalization_reminder_rule_desc":"For every reminder that you set, we can send you an email some days before the event happens. You can toggle those notifications here. Note that those notifications only apply to monthly and yearly reminders.","personalization_reminder_rule_line":"{count} day before|{count} days before","personalization_reminder_rule_save":"The change has been saved","personalization_reminder_rule_title":"Reminder rules","personalization_tab_title":"Personalize your account","personalization_title":"Here you can find different settings to configure your account. These features are more for \u201cpower users\u201d who want maximum control over Monica.","reminder_time_to_send":"Time of the day reminders should be sent","reminder_time_to_send_help":"For your information, your next reminder will be sent on {dateTime}<\/span>.","reset_cta":"Reset account","reset_desc":"Do you wish to reset your account? This will remove all your contacts, and the data associated with them. Your account will not be deleted.","reset_notice":"Are you sure to reset your account? There is no turning back.","reset_success":"Your account has been reset successfully","reset_title":"Reset your account","save":"Update preferences","security_help":"Change security matters for your account.","security_title":"Security","settings_success":"Preferences updated!","sidebar_personalization":"Personalization","sidebar_settings":"Account settings","sidebar_settings_api":"API","sidebar_settings_export":"Export data","sidebar_settings_import":"Import data","sidebar_settings_security":"Security","sidebar_settings_subscriptions":"Subscription","sidebar_settings_tags":"Tags management","sidebar_settings_users":"Users","subscriptions_account_current_paid_plan":"You are on the :name plan. Thanks so much for being a subscriber.","subscriptions_account_current_plan":"Your current plan","subscriptions_account_free_plan":"You are on the free plan.","subscriptions_account_free_plan_benefits_import_data_vcard":"Import your contacts with vCard","subscriptions_account_free_plan_benefits_reminders":"Reminders by email","subscriptions_account_free_plan_benefits_support":"Support the project on the long run, so we can introduce more great features.","subscriptions_account_free_plan_benefits_users":"Unlimited number of users","subscriptions_account_free_plan_upgrade":"You can upgrade your account to the :name plan, which costs $:price per month. Here are the advantages:","subscriptions_account_invoices":"Invoices","subscriptions_account_invoices_download":"Download","subscriptions_account_next_billing":"Your subscription will auto-renew on :date<\/strong>. You can cancel subscription<\/a> anytime.","subscriptions_account_payment":"Which payment option fits you best?","subscriptions_account_upgrade":"Upgrade your account","subscriptions_account_upgrade_choice":"Pick a plan below and join over :customers persons who upgraded their Monica.","subscriptions_account_upgrade_title":"Upgrade Monica today and have more meaningful relationships.","subscriptions_back":"Back to settings","subscriptions_downgrade_cta":"Downgrade","subscriptions_downgrade_limitations":"The free plan has limitations. In order to be able to downgrade, you need to pass the checklist below:","subscriptions_downgrade_rule_invitations":"You must not have pending invitations","subscriptions_downgrade_rule_invitations_constraint":"You currently have 1 pending invitation<\/a> sent to people.|You currently have :count pending invitations<\/a> sent to people.","subscriptions_downgrade_rule_users":"You must have only 1 user in your account","subscriptions_downgrade_rule_users_constraint":"You currently have 1 user<\/a> in your account.|You currently have :count users<\/a> in your account.","subscriptions_downgrade_success":"You are back to the Free plan!","subscriptions_downgrade_thanks":"Thanks so much for having tried the paid plan. We keep adding new features on Monica all the time \u2013 so you might want to come back in the future to see if you might be interested in taking a subscription again.","subscriptions_downgrade_title":"Downgrade your account to the free plan","subscriptions_help_change_desc":"You can cancel anytime, no questions asked, and all by yourself \u2013 no need to contact support or whatever. However, you will not be refunded for the current period.","subscriptions_help_change_title":"What if I change my mind?","subscriptions_help_discounts_desc":"We do! Monica is free for students, and free for non-profits and charities. Just contact the support<\/a> with a proof of your status and we\u2019ll apply this special status in your account.","subscriptions_help_discounts_title":"Do you have discounts for non-profits and education?","subscriptions_help_limits_plan":"Absolutely not. Free plans do not have limitations on the number of contacts you can have.","subscriptions_help_limits_title":"Is there any limit to the number of contacts we can have on the free plan?","subscriptions_help_opensource_desc":"Monica is an open source project. This means it is built by an entirely benevolent community who just wants to provide a great tool for the greater good. Being open source means the code is publicly available on GitHub, and everyone can inspect it, modify it or enhance it. All the money we raise is dedicated to build better features, have more powerful servers, help pay the bills. Thanks for your help. We couldn\u2019t do it without you \u2013 litterally.","subscriptions_help_opensource_title":"What is an open source project?","subscriptions_help_title":"Additional details you may be curious about","subscriptions_pdf_title":"Your :name monthly subscription","subscriptions_plan_choose":"Choose this plan","subscriptions_plan_include1":"Included with your upgrade:","subscriptions_plan_include2":"Unlimited number of users \u2022 Reminders by email \u2022 Import with vCard \u2022 Personalization of the contact sheet","subscriptions_plan_include3":"100% of the profits go the development of this great open source project.","subscriptions_plan_month_bonus":"Cancel any time","subscriptions_plan_month_cost":"$5\/month","subscriptions_plan_month_title":"Pay monthly","subscriptions_plan_year_bonus":"Peace of mind for a whole year","subscriptions_plan_year_cost":"$45\/year","subscriptions_plan_year_cost_save":"you\u2019ll save 25%","subscriptions_plan_year_title":"Pay annually","subscriptions_upgrade_charge":"We\u2019ll charge your card USD $:price now. The next charge will be on :date. If you ever change your mind, you can cancel anytime, no questions asked.","subscriptions_upgrade_charge_handled":"The payment is handled by Stripe<\/a>. No card information touches our server.","subscriptions_upgrade_choose":"You picked the :plan plan.","subscriptions_upgrade_credit":"Credit or debit card","subscriptions_upgrade_infos":"We couldn\u2019t be happier. Enter your payment info below.","subscriptions_upgrade_name":"Name on card","subscriptions_upgrade_submit":"Submit Payment","subscriptions_upgrade_success":"Thank you! You are now subscribed.","subscriptions_upgrade_thanks":"Welcome to the community of people who try to make the world a better place.","subscriptions_upgrade_title":"Upgrade your account","subscriptions_upgrade_zip":"ZIP or postal code","tags_blank_description":"Tags work like folders, but you can add more than one tag to a contact. Go to a contact and tag a friend, right below the name. Once a contact is tagged, go back here to manage all the tags in your account.","tags_blank_title":"Tags are a great way of categorizing your contacts.","tags_list_contact_number":"1 contact|:count contacts","tags_list_delete_confirmation":"Are you sure you want to delete the tag? No contacts will be deleted, only the tag.","tags_list_delete_success":"The tag has been successfully deleted","tags_list_description":"You can organize your contacts by setting up tags. Tags work like folders, but you can add more than one tag to a contact. To add a new tag, add it on the contact itself.","tags_list_title":"Tags","timezone":"Timezone","u2f_buttonAdvise":"If your security key has a button, press it.","u2f_enable_description":"Add a new U2F security key","u2f_error_bad_request":"The visited URL doesn\u2019t match the App ID or your are not using HTTPS","u2f_error_configuration_unsupported":"Client configuration is not supported.","u2f_error_device_ineligible":"The presented device is not eligible for this request. For a registration request this may mean that the token is already registered, and for a sign request it may mean that the token does not know the presented key handle.","u2f_error_other_error":"An error occurred.","u2f_error_timeout":"Timeout reached before request could be satisfied.","u2f_insertKey":"Insert your security key.","u2f_noButtonAdvise":"If it does not, remove it and insert it again.","u2f_success":"Your key is detected and validated.","u2f_title":"U2F security key","users_accept_title":"Accept invitation and create a new account","users_add_confirmation":"I confirm that I want to invite this user to my account. This person will access ALL my data and see exactly what I see.","users_add_cta":"Invite user by email","users_add_description":"This person will have the same rights as you do, including inviting other users and deleting them (including you). Therefore, make sure you trust this person.","users_add_email_field":"Enter the email of the person you want to invite","users_add_title":"Invite a new user by email to your account","users_blank_add_title":"Would you like to invite someone else?","users_blank_cta":"Invite someone","users_blank_description":"This person will have the same access that you have, and will be able to add, edit or delete contact information.","users_blank_title":"You are the only one who has access to this account.","users_error_already_invited":"You already have invited this user. Please choose another email address.","users_error_email_already_taken":"This email is already taken. Please choose another one","users_error_email_not_similar":"This is not the email of the person who\u2019ve invited you.","users_error_please_confirm":"Please confirm that you want to invite this user before proceeding with the invitation","users_invitation_deleted_confirmation_message":"The invitation has been successfully deleted","users_invitation_need_subscription":"Adding more users requires a subscription.","users_invitations_delete_confirmation":"Are you sure you want to delete this invitation?","users_list_add_user":"Invite a new user","users_list_delete_confirmation":"Are you sure to delete this user from your account?","users_list_invitations_explanation":"Below are the people you\u2019ve invited to join Monica as a collaborator.","users_list_invitations_invited_by":"invited by :name","users_list_invitations_sent_date":"sent on :date","users_list_invitations_title":"Pending invitations","users_list_title":"Users with access to your account","users_list_you":"That\u2019s you"},"validation":{"accepted":"The :attribute must be accepted.","active_url":"The :attribute is not a valid URL.","after":"The :attribute must be a date after :date.","after_or_equal":"The :attribute must be a date after or equal to :date.","alpha":"The :attribute may only contain letters.","alpha_dash":"The :attribute may only contain letters, numbers, and dashes.","alpha_num":"The :attribute may only contain letters and numbers.","array":"The :attribute must be an array.","attributes":[],"before":"The :attribute must be a date before :date.","before_or_equal":"The :attribute must be a date before or equal to :date.","between":{"array":"The :attribute must have between :min and :max items.","file":"The :attribute must be between :min and :max kilobytes.","numeric":"The :attribute must be between :min and :max.","string":"The :attribute must be between :min and :max characters."},"boolean":"The :attribute field must be true or false.","confirmed":"The :attribute confirmation does not match.","custom":{"attribute-name":{"rule-name":"custom-message"}},"date":"The :attribute is not a valid date.","date_format":"The :attribute does not match the format :format.","different":"The :attribute and :other must be different.","digits":"The :attribute must be :digits digits.","digits_between":"The :attribute must be between :min and :max digits.","dimensions":"The :attribute has invalid image dimensions.","distinct":"The :attribute field has a duplicate value.","email":"The :attribute must be a valid email address.","exists":"The selected :attribute is invalid.","file":"The :attribute must be a file.","filled":"The :attribute field must have a value.","image":"The :attribute must be an image.","in":"The selected :attribute is invalid.","in_array":"The :attribute field does not exist in :other.","integer":"The :attribute must be an integer.","ip":"The :attribute must be a valid IP address.","ipv4":"The :attribute must be a valid IPv4 address.","ipv6":"The :attribute must be a valid IPv6 address.","json":"The :attribute must be a valid JSON string.","max":{"array":"The :attribute may not have more than :max items.","file":"The :attribute may not be greater than :max kilobytes.","numeric":"The :attribute may not be greater than :max.","string":"The :attribute may not be greater than :max characters."},"mimes":"The :attribute must be a file of type: :values.","mimetypes":"The :attribute must be a file of type: :values.","min":{"array":"The :attribute must have at least :min items.","file":"The :attribute must be at least :min kilobytes.","numeric":"The :attribute must be at least :min.","string":"The :attribute must be at least :min characters."},"not_in":"The selected :attribute is invalid.","not_regex":"The :attribute format is invalid.","numeric":"The :attribute must be a number.","present":"The :attribute field must be present.","regex":"The :attribute format is invalid.","required":"The :attribute field is required.","required_if":"The :attribute field is required when :other is :value.","required_unless":"The :attribute field is required unless :other is in :values.","required_with":"The :attribute field is required when :values is present.","required_with_all":"The :attribute field is required when :values is present.","required_without":"The :attribute field is required when :values is not present.","required_without_all":"The :attribute field is required when none of :values are present.","same":"The :attribute and :other must match.","size":{"array":"The :attribute must contain :size items.","file":"The :attribute must be :size kilobytes.","numeric":"The :attribute must be :size.","string":"The :attribute must be :size characters."},"string":"The :attribute must be a string.","timezone":"The :attribute must be a valid zone.","unique":"The :attribute has already been taken.","uploaded":"The :attribute failed to upload.","url":"The :attribute format is invalid."}} diff --git a/public/js/langs/pt.json b/public/js/langs/pt.json index 5c5c15d347b..6bcb790bf2b 100644 --- a/public/js/langs/pt.json +++ b/public/js/langs/pt.json @@ -1 +1 @@ -{"app":{"add":"Adicionar","application_description":"Monica is a tool to manage your interactions with your loved ones, friends and family.","application_og_title":"Have better relations with your loved ones. Free Online CRM for friends and family.","application_title":"Monica \u2013 personal relationship manager","breadcrumb_add_note":"Adicionar uma nota","breadcrumb_add_significant_other":"Adicionar companheiro(a)","breadcrumb_api":"API","breadcrumb_dashboard":"Painel","breadcrumb_edit_introductions":"Como se conheceram","breadcrumb_edit_note":"Editar nota","breadcrumb_edit_significant_other":"Editar companheiro(a)","breadcrumb_journal":"Di\u00e1rio","breadcrumb_list_contacts":"Lista de contatos","breadcrumb_settings":"Configura\u00e7\u00f5es","breadcrumb_settings_export":"Exportar","breadcrumb_settings_import":"Importar","breadcrumb_settings_import_report":"Importar relat\u00f3rio","breadcrumb_settings_import_upload":"Enviar","breadcrumb_settings_personalization":"Personaliza\u00e7\u00e3o","breadcrumb_settings_security":"Seguran\u00e7a","breadcrumb_settings_security_2fa":"Autentica\u00e7\u00e3o de dois fatores","breadcrumb_settings_subscriptions":"Subscri\u00e7\u00e3o","breadcrumb_settings_tags":"Etiquetas","breadcrumb_settings_users":"Utilizadores","breadcrumb_settings_users_add":"Adicionar um utilizador","cancel":"Cancelar","close":"Fechar","compliance_desc":"We have changed our Terms of Use<\/a> and Privacy Policy<\/a>. By law we have to ask you to review them and accept them so you can continue to use your account.","compliance_desc_end":"We don\u2019t do anything nasty with your data or account and will never do.","compliance_terms":"Accept new terms and privacy policy","compliance_title":"Sorry for the interruption.","create":"Create","days":"day|days","default_save_success":"The data has been saved.","delete":"Deletar","done":"Conclu\u00eddo","edit":"Editar","error_save":"We had an error trying to save the data.","error_title":"Ups! Algo correu mal.","error_unauthorized":"N\u00e3o tem permiss\u00f5es para editar este recurso.","footer_modal_version_release_away":"A sua instala\u00e7\u00e3o encontra-se 1 vers\u00e3o atr\u00e1s da vers\u00e3o mais recente dispon\u00edvel. \u00c9 recomendado atualizar a sua instala\u00e7\u00e3o.|A sua instala\u00e7\u00e3o encontra-se :number vers\u00f5es atr\u00e1s da vers\u00e3o mais recente dispon\u00edvel. \u00c9 recomendado atualizar a sua instala\u00e7\u00e3o.","footer_modal_version_whats_new":"O que h\u00e1 de novo","footer_new_version":"Est\u00e1 dispon\u00edvel uma nova vers\u00e3o","footer_newsletter":"Boletim informativo","footer_privacy":"Pol\u00edtica de Privacidade","footer_release":"Notas de vers\u00e3o","footer_remarks":"Alguma observa\u00e7\u00e3o?","footer_send_email":"Mande-me um email","footer_source_code":"Contribuir","footer_version":"Vers\u00e3o: :version","for":"para","gender_female":"Mulher","gender_male":"Homem","gender_none":"Prefiro n\u00e3o dizer","header_changelog_link":"Product changes","header_logout_link":"Sair","header_settings_link":"Configura\u00e7\u00f5es","load_more":"Carregar mais","loading":"A carregar...","main_nav_activities":"Atividades","main_nav_cta":"Adicionar Pessoa","main_nav_dashboard":"Painel","main_nav_family":"Contatos","main_nav_journal":"Di\u00e1rio","main_nav_tasks":"Tarefas","markdown_description":"Quer formatar seu texto? Suportamos Markdown para adicionar negrito, it\u00e1licas, listas e mais.","markdown_link":"Ler a documenta\u00e7\u00e3o","new":"new","relationship_type_bestfriend":"best friend","relationship_type_bestfriend_female":"best friend","relationship_type_bestfriend_female_with_name":":name\u2019s best friend","relationship_type_bestfriend_with_name":":name\u2019s best friend","relationship_type_boss":"boss","relationship_type_boss_female":"boss","relationship_type_boss_female_with_name":":name\u2019s boss","relationship_type_boss_with_name":":name\u2019s boss","relationship_type_child":"son","relationship_type_child_female":"daughter","relationship_type_child_female_with_name":":name\u2019s daughter","relationship_type_child_with_name":":name\u2019s son","relationship_type_colleague":"colleague","relationship_type_colleague_female":"colleague","relationship_type_colleague_female_with_name":":name\u2019s colleague","relationship_type_colleague_with_name":":name\u2019s colleague","relationship_type_cousin":"cousin","relationship_type_cousin_female":"cousin","relationship_type_cousin_female_with_name":":name\u2019s cousin","relationship_type_cousin_with_name":":name\u2019s cousin","relationship_type_date":"date","relationship_type_date_female":"date","relationship_type_date_female_with_name":":name\u2019s date","relationship_type_date_with_name":":name\u2019s date","relationship_type_ex":"ex-boyfriend","relationship_type_ex_female":"ex-girlfriend","relationship_type_ex_female_with_name":":name\u2019s ex-girlfriend","relationship_type_ex_husband":"ex husband","relationship_type_ex_husband_female":"ex wife","relationship_type_ex_husband_female_with_name":":name\u2019s ex wife","relationship_type_ex_husband_with_name":":name\u2019s ex husband","relationship_type_ex_with_name":":name\u2019s ex-boyfriend","relationship_type_friend":"friend","relationship_type_friend_female":"friend","relationship_type_friend_female_with_name":":name\u2019s friend","relationship_type_friend_with_name":":name\u2019s friend","relationship_type_godfather":"godfather","relationship_type_godfather_female":"godmother","relationship_type_godfather_female_with_name":":name\u2019s godmother","relationship_type_godfather_with_name":":name\u2019s godfather","relationship_type_godson":"godson","relationship_type_godson_female":"goddaughter","relationship_type_godson_female_with_name":":name\u2019s goddaughter","relationship_type_godson_with_name":":name\u2019s godson","relationship_type_grandchild":"grand child","relationship_type_grandchild_female":"grand child","relationship_type_grandchild_female_with_name":":name\u2019s grand child","relationship_type_grandchild_with_name":":name\u2019s grand child","relationship_type_grandparent":"grand parent","relationship_type_grandparent_female":"grand parent","relationship_type_grandparent_female_with_name":":name\u2019s grand parent","relationship_type_grandparent_with_name":":name\u2019s grand parent","relationship_type_group_family":"Family relationships","relationship_type_group_friend":"Friend relationships","relationship_type_group_love":"Love relationships","relationship_type_group_other":"Other kind of relationships","relationship_type_group_work":"Work relationships","relationship_type_inlovewith":"in love with","relationship_type_inlovewith_female":"in love with","relationship_type_inlovewith_female_with_name":"someone :name is in love with","relationship_type_inlovewith_with_name":"someone :name is in love with","relationship_type_lovedby":"loved by","relationship_type_lovedby_female":"loved by","relationship_type_lovedby_female_with_name":":name\u2019s secret lover","relationship_type_lovedby_with_name":":name\u2019s secret lover","relationship_type_lover":"lover","relationship_type_lover_female":"lover","relationship_type_lover_female_with_name":":name\u2019s lover","relationship_type_lover_with_name":":name\u2019s lover","relationship_type_mentor":"mentor","relationship_type_mentor_female":"mentor","relationship_type_mentor_female_with_name":":name\u2019s mentor","relationship_type_mentor_with_name":":name\u2019s mentor","relationship_type_nephew":"nephew","relationship_type_nephew_female":"niece","relationship_type_nephew_female_with_name":":name\u2019s niece","relationship_type_nephew_with_name":":name\u2019s nephew","relationship_type_parent":"father","relationship_type_parent_female":"mother","relationship_type_parent_female_with_name":":name\u2019s mother","relationship_type_parent_with_name":":name\u2019s father","relationship_type_partner":"significant other","relationship_type_partner_female":"significant other","relationship_type_partner_female_with_name":":name\u2019s significant other","relationship_type_partner_with_name":":name\u2019s significant other","relationship_type_protege":"protege","relationship_type_protege_female":"protege","relationship_type_protege_female_with_name":":name\u2019s protege","relationship_type_protege_with_name":":name\u2019s protege","relationship_type_sibling":"brother","relationship_type_sibling_female":"sister","relationship_type_sibling_female_with_name":":name\u2019s sister","relationship_type_sibling_with_name":":name\u2019s brother","relationship_type_spouse":"spouse","relationship_type_spouse_female":"spouse","relationship_type_spouse_female_with_name":":name\u2019s spouse","relationship_type_spouse_with_name":":name\u2019s spouse","relationship_type_subordinate":"subordinate","relationship_type_subordinate_female":"subordinate","relationship_type_subordinate_female_with_name":":name\u2019s subordinate","relationship_type_subordinate_with_name":":name\u2019s subordinate","relationship_type_uncle":"uncle","relationship_type_uncle_female":"aunt","relationship_type_uncle_female_with_name":":name\u2019s aunt","relationship_type_uncle_with_name":":name\u2019s uncle","remove":"Remover","revoke":"Revoke","save":"Salvar","unknown":"N\u00e3o sei","update":"Atualizar","upload":"Enviar","verify":"Verificar","with":"com"},"auth":{"2fa_one_time_password":"Two factor authentication code","2fa_otp_help":"Open up your two factor authentication mobile app and copy the code","2fa_recuperation_code":"Introduza um c\u00f3digo de recupera\u00e7\u00e3o de dois fatores","2fa_title":"Autentica\u00e7\u00e3o de dois fatores","2fa_wrong_validation":"Falha na autentica\u00e7\u00e3o de dois fatores.","back_homepage":"Voltar \u00e0 p\u00e1gina inicial","button_remember":"Remember Me","confirmation_again":"If you want to change your email address you can click here<\/a>.","create_account":"Create the first account by signing up<\/a>","email":"Email","email_change_current_email":"Current email address:","email_change_new":"New email address","email_change_title":"Change your email address","email_changed":"Your email address has been changed. Check your mailbox to validate it.","failed":"As informa\u00e7\u00f5es de login n\u00e3o foram encontradas.","login":"Login","login_again":"Please login again to your account","login_to_account":"Login to your account","mfa_auth_otp":"Authenticate with your two factor device","mfa_auth_u2f":"Authenticate with a U2F device","not_authorized":"Voc\u00ea n\u00e3o est\u00e1 autorizado a executar esta a\u00e7\u00e3o","password":"Password","password_forget":"Forget your password?","password_reset":"Reset your password","password_reset_action":"Reset Password","password_reset_email":"E-Mail Address","password_reset_email_content":"Click here to reset your password:","password_reset_password":"Password","password_reset_password_confirm":"Confirm Password","password_reset_send_link":"Send Password Reset Link","password_reset_title":"Reset Password","register_action":"Register","register_create_account":"You need to create an account to use Monica","register_email":"Enter a valid email address","register_email_example":"you@home","register_firstname":"First name","register_firstname_example":"eg. John","register_invitation_email":"For security purposes, please indicate the email of the person who\u2019ve invited you to join this account. This information is provided in the invitation email.","register_lastname":"Last name","register_lastname_example":"eg. Doe","register_login":"Log in<\/a> if you already have an account.","register_password":"Password","register_password_confirmation":"Password confirmation","register_password_example":"Enter a secure password","register_policy":"Signing up signifies you\u2019ve read and agree to our Privacy Policy<\/a> and Terms of use<\/a>.","register_title_create":"Create your Monica account","register_title_welcome":"Welcome to your newly installed Monica instance","signup":"Sign up","signup_disabled":"Atualmente o registro est\u00e1 desativado","signup_no_account":"Don\u2019t have an account?","throttle":"Muitas tentativas de login. Por favor tente novamente em :seconds segundos.","u2f_otp_extension":"U2F is supported natively on Chrome, Firefox<\/a> and Opera. On old Firefox versions, install the U2F Support Add-on<\/a>."},"changelog":{"note":"Note: unfortunately, this page is only in English.","title":"Product changes"},"dashboard":{"dashboard_blank_cta":"Adicione o seu primeiro contacto","dashboard_blank_description":"Com Monica pode organizar todas as suas intera\u00e7\u00f5es com as pessoas que s\u00e3o importantes para si.","dashboard_blank_illustration":"Illustration by Freepik<\/a>","dashboard_blank_title":"Seja bem-vindo \u00e0 sua conta!","debts_you_owe":"You owe","linkedin_profile":"LinkedIn","notes_title":"You don\u2019t have any starred notes yet.","reminders_next_months":"Events in the next 3 months","reminders_none":"No reminder for this month","statistics_activities":"Atividades","statistics_contacts":"Contatos","statistics_gifts":"Presentes","tab_calls_blank":"Voc\u00ea ainda n\u00e3o registou chamadas.","tab_debts":"Debts","tab_debts_blank":"You haven\u2019t logged any debt yet.","tab_favorite_notes":"Notas favoritas","tab_recent_calls":"Chamadas recentes"},"format":{"full_hour":"H:i","full_month":"F","short_date":"d M","short_date_year":"d M Y","short_date_year_time":"d M Y H:i","short_day":"D","short_month":"M","short_month_year":"M Y"},"journal":{"delete_confirmation":"Tem certeza que quer apagar esta entrada de di\u00e1rio?","entry_delete_success":"O registro no di\u00e1rio foi eliminada com sucesso.","journal_add":"Adicionar um registro no di\u00e1rio","journal_add_cta":"Salvar","journal_add_date":"Date","journal_add_post":"Registro","journal_add_title":"T\u00edtulo (Opcional)","journal_blank_cta":"Adicione seu primeiro registro no di\u00e1rio","journal_blank_description":"O di\u00e1rio permite que voc\u00ea escreva eventos que aconteceram com voc\u00ea, para te lembrar.","journal_come_back":"Obrigado. Volte amanh\u00e3 para avaliar o seu dia novamente.","journal_created_automatically":"Criado automaticamente","journal_description":"Nota: o di\u00e1rio agrega entradas manuais e entradas autom\u00e1ticas tais como Atividades feitas com seus contactos. Embora possa apagar manualmente as entradas de di\u00e1rio, no caso das Atividades ter\u00e1 que apag\u00e1-las na p\u00e1gina de contacto.","journal_entry_rate":"Voc\u00ea avaliou o seu dia.","journal_entry_type_activity":"Atividade","journal_entry_type_journal":"Entrada de di\u00e1rio","journal_rate":"Como foi o seu dia? Voc\u00ea pode avali\u00e1-lo uma vez por dia."},"mail":{"confirmation_email_button":"Verify email address","confirmation_email_intro":"To validate your email click on the button below","confirmation_email_title":"Monica \u2013 Email verification","footer_contact_info":"Adicionar, visualizar, completar e alterar informa\u00e7\u00f5es sobre este contato:","for":"PARA:","greetings":"Ol\u00e1 :username","notification_description":"Em :count dias (em :date), acontecer\u00e1 o evento seguinte:","notification_subject_line":"Voc\u00ea tem um evento futuro","notifications_footer":"If you\u2019re having trouble clicking the \":actionText\" button, copy and paste the URL below into your web browser: [:actionURL](:actionURL)","notifications_hello":"Hello!","notifications_regards":"Regards","notifications_whoops":"Whoops!","stay_in_touch_subject_description":"You asked to be reminded to stay in touch with :name every :frequency days.","stay_in_touch_subject_line":"Stay in touch with :name","subject_line":"Lembrete para :contact","want_reminded_of":"VOC\u00ca QUER SER LEMBRADO COMO"},"pagination":{"next":"Pr\u00f3xima »","previous":"« Anterior"},"passwords":{"changed":"Senha alterada com sucesso.","invalid":"A senha que introduziu n\u00e3o est\u00e1 correta.","password":"A senha deve possuir no m\u00ednimo 6 caracteres e ser igual a confirma\u00e7\u00e3o.","reset":"Sua senha foi redefinida!","sent":"O link para redefini\u00e7\u00e3o de senha foi enviado para o seu e-mail.","token":"Token para recupera\u00e7\u00e3o de senha inv\u00e1lido.","user":"O link para redefini\u00e7\u00e3o de senha foi enviado para o seu e-mail."},"people":{"activities_activity":"Activity Category","activities_add_activity":"Adicionar atividade","activities_add_cta":"Adicionar essa atividade","activities_add_date_occured":"Data em que ocorreu esta atividade","activities_add_error":"Error when adding the activity","activities_add_optional_comment":"Coment\u00e1rio opcional","activities_add_pick_activity":"(Optional) Would you like to categorize this activity? You don\u2019t have to, but it will give you statistics later on","activities_add_success":"A atividade foi adicionada com sucesso","activities_add_title":"O que voc\u00ea fez com :name?","activities_blank_add_activity":"Adicionar uma atividade","activities_blank_title":"Acompanhe o que voc\u00ea fez com :name no passado, sobre o que voc\u00ea falou","activities_delete_confirmation":"Tem certeza de que deseja excluir esta atividade?","activities_delete_success":"A atividade foi exclu\u00edda com sucesso","activities_hide_details":"Esconder detalhes","activities_item_information":":Activity. Aconteceu em :date","activities_more_details":"Mais detalhes","activities_summary":"Descreva o que voc\u00ea fez","activities_update_success":"A atividade foi atualizada com sucesso","activities_who_was_involved":"Quem estava envolvido?","activity_title":"Atividades","activity_type_ate_at_his_place":"ate at their place","activity_type_ate_at_home":"comi em casa","activity_type_ate_restaurant":"comi em um restaurante","activity_type_category_cultural_activities":"Cultural activities","activity_type_category_food":"Food","activity_type_category_simple_activities":"Simple activities","activity_type_category_sport":"Sport","activity_type_did_sport_activities_together":"fizemos algum esporte juntos","activity_type_just_hung_out":"apenas sai","activity_type_picknicked":"piquenique","activity_type_talked_at_home":"apenas fiquei em casa","activity_type_watched_movie_at_home":"assisti um filme em casa","activity_type_went_bar":"fui para um bar","activity_type_went_concert":"fui a um concerto","activity_type_went_museum":"fui a um museu","activity_type_went_play":"fui jogar","activity_type_went_theater":"fui a um teatro","age_approximate_in_years":"por volta de :age anos de idade","age_exact_birthdate":"nascido :date","age_exact_in_years":":age anos de idade","birthdate_not_set":"A data de nascimento n\u00e3o est\u00e1 definida","call_blank_desc":"Voc\u00ea ligou para :name","call_blank_title":"Keep track of the phone calls you\u2019ve done with :name","call_button":"Registar uma chamada","call_delete_confirmation":"Tem certeza que deseja eliminar esta chamada?","call_delete_success":"A chamada foi eliminada com sucesso","call_empty_comment":"Sem detalhes","call_title":"Chamadas telef\u00f3nicas","calls_add_success":"O telefonema foi guardado.","contact_address_form_city":"City (optional)","contact_address_form_country":"Country (optional)","contact_address_form_name":"Label (optional)","contact_address_form_postal_code":"Postal code (optional)","contact_address_form_province":"Province (optional)","contact_address_form_street":"Street (optional)","contact_address_title":"Addresses","contact_info_address":"Lives in","contact_info_form_contact_type":"Contact type","contact_info_form_content":"Content","contact_info_form_personalize":"Personalize","contact_info_title":"Contact information","debt_add_add_cta":"Adicionar d\u00edvida","debt_add_amount":"a soma de","debt_add_cta":"Adicionar d\u00edvida","debt_add_reason":"Pelo seguinte motivo (Opcional)","debt_add_success":"A d\u00edvida foi adicionada com sucesso","debt_add_they_owe":":name te deve","debt_add_title":"Debt management","debt_add_you_owe":"Voc\u00ea deve a :name","debt_delete_confirmation":"Tem certeza de que deseja excluir esta d\u00edvida?","debt_delete_success":"A d\u00edvida foi exclu\u00edda com sucesso","debt_edit_success":"The debt has been updated successfully","debt_edit_update_cta":"Update debt","debt_they_owe":":name te deve :amount","debt_title":"D\u00edvidas","debt_you_owe":"Voc\u00ea deve :amount","debts_blank_title":"Manage debts you owe to :name or :name owes you","deceased_add_reminder":"Add a reminder for this date","deceased_age":"Age at death","deceased_know_date":"I know the date this person died","deceased_label":"Deceased","deceased_label_with_date":"Deceased on :date","deceased_mark_person_deceased":"Mark this person as deceased","deceased_reminder_title":"Anniversary of the death of :name","edit_contact_information":"Editar informa\u00e7\u00e3o do contato","food_preferencies_add_success":"As prefer\u00eancias de alimentos foram salvas","food_preferencies_cta":"Adicione prefer\u00eancias de alimentos","food_preferencies_edit_cta":"Guardar prefer\u00eancias de alimentos","food_preferencies_edit_description":"Talvez :firstname ou algu\u00e9m na fam\u00edlia de :family tenha uma alergia. Ou n\u00e3o gosta de uma garrafa espec\u00edfica de vinho. Indique-os aqui para que voc\u00ea lembre-se da pr\u00f3xima vez que voc\u00ea os convide para o jantar","food_preferencies_edit_description_no_last_name":"Talvez :firstname tenha uma alergia. Ou n\u00e3o gosta de uma garrafa espec\u00edfica de vinho. Indique-os aqui para que voc\u00ea lembre-se da pr\u00f3xima vez que voc\u00ea os convide para o jantar","food_preferencies_edit_title":"Indique prefer\u00eancias de alimentos","food_preferencies_title":"Prefer\u00eancias alimentares","gifts_add_comment":"Coment\u00e1rio (Opcional)","gifts_add_gift":"Adicionar um presente","gifts_add_gift_already_offered":"Presente j\u00e1 oferecido","gifts_add_gift_idea":"Ideia de presente","gifts_add_gift_received":"Gift received","gifts_add_gift_title":"O que \u00e9 esse presente?","gifts_add_link":"Ligar com o site (Opcional)","gifts_add_someone":"Esse presente \u00e9 pra alguem na fam\u00edlia de :name","gifts_add_success":"O presente foi adicionado com sucesso","gifts_add_title":"Gerenciamento de presentes para :name","gifts_add_value":"Valor (Opcional)","gifts_delete_confirmation":"Tem certeza de que deseja excluir esse presente?","gifts_delete_cta":"Deletar","gifts_delete_success":"O presente foi exclu\u00eddo com sucesso","gifts_for":"For:","gifts_ideas":"Gift ideas","gifts_link":"Ligar","gifts_mark_offered":"Mark as offered","gifts_offered":"Gifts offered","gifts_offered_as_an_idea":"Mark as an idea","gifts_received":"Gifts received","gifts_title":"Gifts","gifts_update_success":"The gift has been updated successfully","gifts_view_comment":"Ver coment\u00e1rio","information_edit_avatar":"Foto\/avatar do contacto","information_edit_exact":"Conhe\u00e7o a data de nascimento exata dessa pessoa, que \u00e9","information_edit_firstname":"Primeiro nome","information_edit_lastname":"Sobrenome (Opcional)","information_edit_linkedin":"Perfil do LinkedIn (opcional)","information_edit_max_size":"M\u00e1x. :size Mb.","information_edit_not_year":"Eu sei o dia e o m\u00eas da data de nascimento desta pessoa, mas n\u00e3o o ano\u2026","information_edit_probably":"Esta pessoa \u00e9 provavelmente","information_edit_success":"O perfil foi atualizado com sucesso","information_edit_title":"Editar informa\u00e7\u00f5es pessoais para :name","information_edit_unknown":"Eu n\u00e3o sei a idade desta pessoa","information_no_linkedin_defined":"Nenhum LinkedIn definido","information_no_work_defined":"Nenhuma informa\u00e7\u00e3o profissional definida","information_work_at":"em :company","introductions_add_reminder":"Add a reminder to celebrate this encounter on the anniversary this event happened","introductions_additional_info":"Explain how and where you met","introductions_blank_cta":"Indicate how you met :name","introductions_edit_met_through":"Has someone introduced you to this person?","introductions_first_met_date":"Date you met","introductions_first_met_date_known":"This is the date we met","introductions_met_date":"Met on :date","introductions_met_through":"Met through :name<\/a>","introductions_no_first_met_date":"I don\u2019t know the date we met","introductions_no_met_through":"No one","introductions_reminder_title":"Anniversary of the day you first met","introductions_sidebar_title":"How you met","introductions_title_edit":"How did you meet :name?","introductions_update_success":"You\u2019ve successfully updated the information about how you met this person","last_activity_date":"\u00daltima atividade junto: :date","last_activity_date_empty":"\u00daltima atividade junto: desconhecido","last_called":"\u00daltima chamada: :date","last_called_empty":"\u00daltima chamada: desconhecido","link_to_list":"Lista de pessoas","linkedin_profile":"LinkedIn profile","modal_call_change":"Alterar","modal_call_comment":"Sobre o que falaram? (opcional)","modal_call_date":"O telefonema aconteceu hoje mais cedo.","modal_call_exact_date":"O telefonema aconteceu em","modal_call_title":"Registar uma chamada","notes_add_cta":"Adicionar nota","notes_create_success":"A nota foi adicionada com sucesso","notes_delete_confirmation":"Tem certeza de que deseja excluir esta anota\u00e7\u00e3o? A exclus\u00e3o \u00e9 permanente","notes_delete_success":"A nota foi exclu\u00edda com sucesso","notes_delete_title":"Eliminar nota","notes_favorite":"Add\/remove from favorites","notes_update_success":"A nota foi guardada com sucesso","people_add_birthday_reminder":"Desejar feliz anivers\u00e1rio a :name","people_add_cta":"Adicionar essa pessoa","people_add_firstname":"Primeiro nome","people_add_gender":"G\u00eanero","people_add_import":"Deseja importar os seus contatos<\/a>?","people_add_lastname":"Sobrenome (Opcional)","people_add_middlename":"Nome do meio (Opcional)","people_add_missing":"Nenhuma pessoa encontrada adicionar uma nova agora","people_add_nickname":"Nickname (Optional)","people_add_reminder_for_birthday":"Create an annual reminder for the birthday","people_add_success":":name foi criado com sucesso","people_add_title":"Adicione uma nova pessoa","people_delete_click_here":"clique aqui","people_delete_confirmation":"Voc\u00ea tem certeza de que deseja excluir esse contato? A exclus\u00e3o \u00e9 permanente.","people_delete_message":"Se voc\u00ea precisar excluir este contato,","people_delete_success":"O contato foi exclu\u00eddo","people_edit_email_error":"J\u00e1 existe um contacto na sua conta com este endere\u00e7o de e-mail. Por favor escolha outro.","people_export":"Export as vCard","people_list_account_upgrade_cta":"Upgrade now","people_list_account_upgrade_title":"Upgrade your account to unlock it to its full potential.","people_list_account_usage":"Consumo da sua conta: :current\/:limit contactos","people_list_blank_cta":"Adicionar uma pessoa","people_list_blank_title":"Voc\u00ea ainda n\u00e3o tem ningu\u00e9m em sua conta","people_list_clear_filter":"Limpar filtro","people_list_contacts_per_tags":"1 contacto|:count contactos","people_list_filter_tag":"Showing all the contacts tagged with","people_list_filter_untag":"Showing all untagged contacts","people_list_firstnameAZ":"Classificar por primeiro nome A \u2192 Z","people_list_firstnameZA":"Classificar por primeiro nome Z \u2192 A","people_list_last_updated":"\u00daltima consulta:","people_list_lastactivitydateNewtoOld":"Ordenar por data de \u00faltima atividade (da mais recente \u00e0 mais antiga)","people_list_lastactivitydateOldtoNew":"Ordenar por data de \u00faltima atividade (da mais antiga \u00e0 mais recente)","people_list_lastnameAZ":"Classificar por sobrenome A \u2192 Z","people_list_lastnameZA":"Classificar por sobrenome Z \u2192 A","people_list_number_kids":"1 crian\u00e7a|:count crian\u00e7as","people_list_number_reminders":"1 lembrete|:count lembretes","people_list_sort":"Ordenar","people_list_stats":"1 contacto|:count contactos","people_list_untagged":"View untagged contacts","people_save_and_add_another_cta":"Enviar e adicionar outra pessoa","people_search":"Procurar nos seus contactos...","people_search_no_results":"No relevant contact found :(","pets_bird":"P\u00e1ssaro","pets_cat":"Gato","pets_create_success":"The pet has been sucessfully added","pets_delete_success":"The pet has been deleted","pets_dog":"C\u00e3o","pets_fish":"Peixe","pets_hamster":"Hamster","pets_horse":"Cavalo","pets_kind":"Kind of pet","pets_name":"Name (optional)","pets_other":"Outro","pets_rabbit":"Coelho","pets_rat":"Rato","pets_reptile":"R\u00e9ptil","pets_small_animal":"Animal pequeno","pets_title":"Pets","pets_update_success":"The pet has been updated","relationship_delete_confirmation":"Are you sure you want to delete this relationship? Deletion is permanent.","relationship_form_add":"Add a new relationship","relationship_form_add_choice":"Who is the relationship with?","relationship_form_add_description":"This will let you treat this significant other like any other contact.","relationship_form_add_no_existing_contact":"You don\u2019t have any contacts who can be related to :name at the moment.","relationship_form_add_success":"The relationship has been successfully set.","relationship_form_also_create_contact":"Create a Contact entry for this person.","relationship_form_associate_contact":"An existing contact","relationship_form_associate_dropdown":"Select an existing contact from the dropdown below","relationship_form_create_contact":"Add a new person","relationship_form_deletion_success":"The relationship has been deleted.","relationship_form_edit":"Edit an existing relationship","relationship_form_is_with":"This person is...","relationship_unlink_confirmation":"Are you sure you want to delete this relationship? This person will not be deleted \u2013 only the relationship between the two.","reminder_frequency_day":"todos os dias|a cada :number dias","reminder_frequency_month":"todo month|cada :number m\u00eases","reminder_frequency_one_time":"em :date","reminder_frequency_week":"toda semana|cada :number semanas","reminder_frequency_year":"todo year|cada :number anos","reminders_add_cta":"Adicionar lembrete","reminders_add_description":"Lembre-me de...","reminders_add_error_custom_text":"Voc\u00ea precisa indicar um texto para esse lembrete","reminders_add_next_time":"Quando \u00e9 a pr\u00f3xima vez que voc\u00ea gostaria de ser lembrado sobre isso?","reminders_add_once":"Lembre-me sobre isso apenas uma vez","reminders_add_recurrent":"Lembre-me sobre isso a todo momento","reminders_add_starting_from":"come\u00e7ar a partir da data especificada acima","reminders_add_title":"Sobre o que voc\u00ea gostaria de lembrar sobre :name?","reminders_birthday":"Birthdate of :name","reminders_blank_add_activity":"Adicionar um lembrete","reminders_blank_title":"H\u00e1 algo sobre o qual voc\u00ea quer se lembrar :name?","reminders_create_success":"O lembrete foi adicionado com sucesso","reminders_cta":"Adicionar um lembrete","reminders_delete_confirmation":"em certeza de que deseja excluir esse lembrete?","reminders_delete_cta":"Deletar","reminders_delete_success":"O lembrete foi exclu\u00eddo com sucesso","reminders_description":"N\u00f3s enviaremos um e-mail para cada uma dos lembretes abaixo. Lembretes s\u00e3o enviados todas as manh\u00e3s dos dias em que os eventos acontecer\u00e3o","reminders_edit_update_cta":"Atualizar lembrete","reminders_free_plan_warning":"You are on the Free plan. No emails are sent on this plan. To receive your reminders by email, upgrade your account.","reminders_next_expected_date":"em","reminders_one_time":"Uma vez","reminders_type_month":"m\u00eas","reminders_type_week":"semana","reminders_type_year":"ano","reminders_update_success":"O lembrete foi atualizado com sucesso","section_contact_information":"Informa\u00e7\u00f5es de contacto","section_personal_activities":"Atividades","section_personal_gifts":"Presentes","section_personal_notes":"Notes","section_personal_reminders":"Lembretes","section_personal_tasks":"Tarefas","stay_in_touch":"Stay in touch","stay_in_touch_frequency":"Stay in touch every day|Stay in touch every {count} days","stay_in_touch_invalid":"The frequency must be a number greater than 0.","stay_in_touch_modal_desc":"We can remind you by email to keep in touch with {firstname} at a regular interval.","stay_in_touch_modal_label":"Send me an email every...","stay_in_touch_modal_title":"Stay in touch","stay_in_touch_premium":"You need to upgrade your account to make use of this feature","tag_add":"add a tag","tag_edit":"Edit tag","tasks_add_task":"Adicionar uma tarefa","tasks_blank_title":"You don\u2019t have any tasks yet.","tasks_complete_success":"O status da tarefa foi alterado com sucesso","tasks_delete_success":"A tarefa foi exclu\u00edda com sucesso","tasks_form_description":"Description (optional)","tasks_form_title":"T\u00edtulo","work_add_cta":"Atualizar informa\u00e7\u00e3o de trabalho","work_edit_company":"Empresa (opcional)","work_edit_job":"Cargo (opcional)","work_edit_success":"Informa\u00e7\u00f5es profissionais foram atualizadas com sucesso","work_edit_title":"Atualizar a informa\u00e7\u00e3o profissional de :name","work_information":"Work information"},"reminder":{"type_birthday":"Desejar feliz anivers\u00e1rio para","type_birthday_kid":"Desejar feliz anivers\u00e1rio para o filho de","type_email":"Email","type_hangout":"Sair com","type_lunch":"Almo\u00e7ar com","type_phone_call":"Ligar"},"settings":{"2fa_disable_description":"Disable Two Factor Authentication for your account. Be careful, your account will not be secured anymore !","2fa_disable_error":"Error when trying to disable Two Factor Authentication","2fa_disable_success":"Two Factor Authentication disabled","2fa_disable_title":"Disable Two Factor Authentication","2fa_enable_description":"Enable Two Factor Authentication to increase security with your account.","2fa_enable_error":"Error when trying to activate Two Factor Authentication","2fa_enable_error_already_set":"Two Factor Authentication is already activated","2fa_enable_otp":"Open up your two factor authentication mobile app and scan the following QR barcode:","2fa_enable_otp_help":"If your two factor authentication mobile app does not support QR barcodes, enter in the following code:","2fa_enable_otp_validate":"Please validate the new device you\u2019ve just set:","2fa_enable_success":"Two Factor Authentication activated","2fa_enable_title":"Enable Two Factor Authentication","2fa_otp_title":"Two Factor Authentication mobile application","2fa_title":"Autentica\u00e7\u00e3o de dois fatores","api_authorized_clients":"List of authorized clients","api_authorized_clients_desc":"This section lists all the clients you\u2019ve authorized to access your application. You can revoke this authorization at anytime.","api_authorized_clients_name":"Name","api_authorized_clients_scopes":"Scopes","api_authorized_clients_title":"Authorized Applications","api_description":"The API can be used to manipulate Monica\u2019s data from an external application, like a mobile application for instance.","api_oauth_clientid":"Client ID","api_oauth_clients":"Your Oauth clients","api_oauth_clients_desc":"This section lets you register your own OAuth clients.","api_oauth_create":"Create Client","api_oauth_create_new":"Create New Client","api_oauth_name":"Name","api_oauth_name_help":"Something your users will recognize and trust.","api_oauth_not_created":"You have not created any OAuth clients.","api_oauth_redirecturl":"Redirect URL","api_oauth_redirecturl_help":"Your application\u2019s authorization callback URL.","api_oauth_secret":"Secret","api_oauth_title":"Oauth Clients","api_pao_description":"Make sure you give this token to a source you trust \u2013 as they allow you to access all your data.","api_personal_access_tokens":"Personal access tokens","api_title":"API access","api_token_create":"Create Token","api_token_create_new":"Create New Token","api_token_delete":"Delete","api_token_help":"Here is your new personal access token. This is the only time it will be shown so don\u2019t lose it! You may now use this token to make API requests.","api_token_name":"Name","api_token_not_created":"You have not created any personal access tokens.","api_token_scopes":"Scopes","api_token_title":"Personal access token","currency":"Moneda","delete_cta":"Deletar conta","delete_desc":"Do you wish to delete your account? Warning: deletion is permanent and all your data will be erased permamently.","delete_notice":"Tem certeza que deseja excluir sua conta? N\u00e3o h\u00e1 como voltar atr\u00e1s.","delete_title":"Delete your account","email":"Endere\u00e7o de email","email_help":"This is the email used to login, and this is where you\u2019ll receive your reminders.","email_placeholder":"Digite o email","export_be_patient":"Click the button to start the export. It might take several minutes to process the export \u2013 please be patient and do not spam the button.","export_sql_cta":"Export to SQL","export_sql_explanation":"Exporting your data in SQL format allows you to take your data and import it to your own Monica instance. This is only valuable if you do have your own server.","export_sql_link_instructions":"Note: read the instructions<\/a> to learn more about importing this file to your instance.","export_title":"Export your account data","export_title_sql":"Export to SQL","firstname":"Primeiro nome","import_blank_cta":"Import vCard","import_blank_description":"We can import vCard files that you can get from Google Contacts or your Contact manager.","import_blank_question":"Would you like to import contacts now?","import_blank_title":"You haven\u2019t imported any contacts yet.","import_cta":"Upload contacts","import_in_progress":"The import is in progress. Reload the page in one minute.","import_need_subscription":"Importing data requires a subscription.","import_report_date":"Date of the import","import_report_number_contacts":"Number of contacts in the file","import_report_number_contacts_imported":"Number of imported contacts","import_report_number_contacts_skipped":"Number of skipped contacts","import_report_status_imported":"Imported","import_report_status_skipped":"Skipped","import_report_title":"Importing report","import_report_type":"Type of import","import_result_stat":"Uploaded vCard with 1 contact (:total_imported imported, :total_skipped skipped)|Uploaded vCard with :total_contacts contacts (:total_imported imported, :total_skipped skipped)","import_stat":"You\u2019ve imported :number files so far.","import_title":"Import contacts in your account","import_upload_behaviour":"Import behaviour:","import_upload_behaviour_add":"Add new contacts, skip existing","import_upload_behaviour_help":"Note: Replacing will replace all data found in the vCard, but will keep existing contact fields.","import_upload_behaviour_replace":"Replace existing contacts","import_upload_form_file":"Your .vcf<\/code> or .vCard<\/code> file:","import_upload_rule_cant_revert":"Make sure data is accurate before uploading, as you can\u2019t undo the upload.","import_upload_rule_format":"We support .vcard<\/code> and .vcf<\/code> files.","import_upload_rule_instructions":"Export instructions for Contacts.app (macOS)<\/a> and Google Contacts<\/a>.","import_upload_rule_limit":"Files are limited to 10MB.","import_upload_rule_multiple":"For now, if your contacts have multiple email addresses or phone numbers, only the first entry will be picked up.","import_upload_rule_time":"It might take up to 1 minute to upload the contacts and process them. Be patient.","import_upload_rule_vcard":"We support the vCard 3.0 format, which is the default format for Contacts.app (macOS) and Google Contacts.","import_upload_rules_desc":"We do however have some rules:","import_upload_title":"Import your contacts from a vCard file","import_vcard_contact_exist":"Contact already exists","import_vcard_contact_no_firstname":"No firstname (mandatory)","import_vcard_file_no_entries":"File contains no entries","import_vcard_file_not_found":"File not found","import_vcard_unknown_entry":"Unknown contact name","import_view_report":"View report","lastname":"Last name","layout":"Layout","layout_big":"Largura total do navegador","layout_small":"M\u00e1ximo 1200 pixels de largura","locale":"Idioma usado no aplicativo","locale_cs":"Checo","locale_de":"Alem\u00e3o","locale_en":"Ingl\u00eas","locale_es":"Spanish","locale_fr":"Franc\u00eas","locale_he":"Hebrew","locale_it":"Italiano","locale_nl":"Dutch","locale_pt":"Portugu\u00eas","locale_ru":"Russian","locale_zh":"Chinese Simplified","name":"Seu nome: :name","name_order":"Name order","name_order_firstname_lastname":" - John Doe","name_order_firstname_lastname_nickname":" () - John Doe (Rambo)","name_order_firstname_nickname_lastname":" () - John (Rambo) Doe","name_order_lastname_firstname":" - Doe John","name_order_lastname_firstname_nickname":" () - Doe John (Rambo)","name_order_lastname_nickname_firstname":" () - Doe (Rambo) John","name_order_nickname":" - Rambo","password_btn":"Change password","password_change":"Password change","password_current":"Current password","password_current_placeholder":"Enter your current password","password_new1":"New password","password_new1_placeholder":"Enter a new password","password_new2":"Confirmation","password_new2_placeholder":"Retype the new password","personalisation_paid_upgrade":"This is a premium feature that requires a Paid subscription to be active. Upgrade your account by visiting Settings > Subscription.","personalization_activity_type_add_button":"Add a new activity type","personalization_activity_type_category_add":"Add a new activity type category","personalization_activity_type_category_description":"An activity done with one of your contact can have a type and a category type. Your account comes by default with a set of predefined category types, but you can customize everything here.","personalization_activity_type_category_modal_add":"Add a new activity type category","personalization_activity_type_category_modal_delete":"Delete an activity type category","personalization_activity_type_category_modal_delete_desc":"Are you sure you want to delete this category? Deleting it will delete all associated activity types. However, activities that belong to this category will not be affected by this deletion.","personalization_activity_type_category_modal_delete_error":"We can\u2019t find this activity type category.","personalization_activity_type_category_modal_edit":"Edit an activity type category","personalization_activity_type_category_modal_question":"How should we name this new category?","personalization_activity_type_category_table_actions":"Actions","personalization_activity_type_category_table_name":"Name","personalization_activity_type_category_title":"Activity type categories","personalization_activity_type_modal_add":"Add a new activity type","personalization_activity_type_modal_delete":"Delete an activity type","personalization_activity_type_modal_delete_desc":"Are you sure you want to delete this activity type? Activities that belong to this category will not be affected by this deletion.","personalization_activity_type_modal_delete_error":"We can\u2019t find this activity type.","personalization_activity_type_modal_edit":"Edit an activity type","personalization_activity_type_modal_question":"How should we name this new activity type?","personalization_contact_field_type_add":"Add new field type","personalization_contact_field_type_add_success":"The contact field type has been successfully added.","personalization_contact_field_type_delete_success":"The contact field type has been deleted with success.","personalization_contact_field_type_description":"Here you can configure all the different types of contact fields that you can associate to all your contacts. If in the future, a new social network appears, you will be able to add this new type of ways of contacting your contacts right here.","personalization_contact_field_type_edit_success":"The contact field type has been successfully updated.","personalization_contact_field_type_modal_delete_description":"Are you sure you want to delete this contact field type? Deleting this type of contact field will delete ALL the data with this type for all your contacts.","personalization_contact_field_type_modal_delete_title":"Delete an existing contact field type","personalization_contact_field_type_modal_edit_title":"Edit an existing contact field type","personalization_contact_field_type_modal_icon":"Icon (optional)","personalization_contact_field_type_modal_icon_help":"You can associate an icon with this contact field type. You need to add a reference to a Font Awesome icon.","personalization_contact_field_type_modal_name":"Name","personalization_contact_field_type_modal_protocol":"Protocol (optional)","personalization_contact_field_type_modal_protocol_help":"Each new contact field type can be clickable. If a protocol is set, we will use it to trigger the action that is set.","personalization_contact_field_type_modal_title":"Add a new contact field type","personalization_contact_field_type_table_actions":"Actions","personalization_contact_field_type_table_name":"Name","personalization_contact_field_type_table_protocol":"Protocol","personalization_contact_field_type_title":"Contact field types","personalization_genders_add":"Add new gender type","personalization_genders_desc":"You can define as many genders as you need to. You need at least one gender type in your account.","personalization_genders_modal_add":"Add gender type","personalization_genders_modal_delete":"Delete gender type","personalization_genders_modal_delete_desc":"Are you sure you want to delete {name}?","personalization_genders_modal_delete_question":"You currently have {count} contact that has this gender. If you delete this gender, what gender should this contact have?|You currently have {count} contacts that have this gender. If you delete this gender, what gender should these contacts have?","personalization_genders_modal_edit":"Update gender type","personalization_genders_modal_edit_question":"How should this new gender be renamed?","personalization_genders_modal_error":"Please choose a valid gender from the list.","personalization_genders_modal_question":"How should this new gender be called?","personalization_genders_title":"Gender types","personalization_module_desc":"Some people don\u2019t need all the features. Below you can toggle specific features that are used on a contact sheet. This change will affect ALL your contacts. Note that if you turn off one of these features, data will not be lost - we will simply hide the feature.","personalization_module_save":"The change has been saved","personalization_module_title":"Features","personalization_reminder_rule_desc":"For every reminder that you set, we can send you an email some days before the event happens. You can toggle those notifications here. Note that those notifications only apply to monthly and yearly reminders.","personalization_reminder_rule_line":"{count} day before|{count} days before","personalization_reminder_rule_save":"The change has been saved","personalization_reminder_rule_title":"Reminder rules","personalization_tab_title":"Personalize your account","personalization_title":"Here you can find different settings to configure your account. These features are more for \u201cpower users\u201d who want maximum control over Monica.","reminder_time_to_send":"Time of the day reminders should be sent","reset_cta":"Reset account","reset_desc":"Do you wish to reset your account? This will remove all your contacts, and the data associated with them. Your account will not be deleted.","reset_notice":"Are you sure to reset your account? There is no turning back.","reset_success":"Your account has been reset successfully","reset_title":"Reset your account","save":"Salvar Prefer\u00eancias","security_help":"Change security matters for your account.","security_title":"Seguran\u00e7a","settings_success":"Prefer\u00eancias atualizadas!","sidebar_personalization":"Personalization","sidebar_settings":"Account settings","sidebar_settings_api":"API","sidebar_settings_export":"Export data","sidebar_settings_import":"Import data","sidebar_settings_security":"Seguran\u00e7a","sidebar_settings_subscriptions":"Subscri\u00e7\u00e3o","sidebar_settings_tags":"Tags management","sidebar_settings_users":"Utilizadores","subscriptions_account_current_paid_plan":"You are on the :name plan. Thanks so much for being a subscriber.","subscriptions_account_current_plan":"Your current plan","subscriptions_account_free_plan":"You are on the free plan.","subscriptions_account_free_plan_benefits_import_data_vcard":"Import your contacts with vCard","subscriptions_account_free_plan_benefits_reminders":"Reminders by email","subscriptions_account_free_plan_benefits_support":"Support the project on the long run, so we can introduce more great features.","subscriptions_account_free_plan_benefits_users":"Unlimited number of users","subscriptions_account_free_plan_upgrade":"You can upgrade your account to the :name plan, which costs $:price per month. Here are the advantages:","subscriptions_account_invoices":"Invoices","subscriptions_account_invoices_download":"Download","subscriptions_account_next_billing":"Your subscription will auto-renew on :date<\/strong>. You can cancel subscription<\/a> anytime.","subscriptions_account_payment":"Which payment option fits you best?","subscriptions_account_upgrade":"Upgrade your account","subscriptions_account_upgrade_choice":"Pick a plan below and join over :customers persons who upgraded their Monica.","subscriptions_account_upgrade_title":"Upgrade Monica today and have more meaningful relationships.","subscriptions_back":"Back to settings","subscriptions_downgrade_cta":"Downgrade","subscriptions_downgrade_limitations":"The free plan has limitations. In order to be able to downgrade, you need to pass the checklist below:","subscriptions_downgrade_rule_invitations":"You must not have pending invitations","subscriptions_downgrade_rule_invitations_constraint":"You currently have 1 pending invitation<\/a> sent to people.|You currently have :count pending invitations<\/a> sent to people.","subscriptions_downgrade_rule_users":"You must have only 1 user in your account","subscriptions_downgrade_rule_users_constraint":"You currently have 1 user<\/a> in your account.|You currently have :count users<\/a> in your account.","subscriptions_downgrade_success":"You are back to the Free plan!","subscriptions_downgrade_thanks":"Thanks so much for having tried the paid plan. We keep adding new features on Monica all the time \u2013 so you might want to come back in the future to see if you might be interested in taking a subscription again.","subscriptions_downgrade_title":"Downgrade your account to the free plan","subscriptions_help_change_desc":"You can cancel anytime, no questions asked, and all by yourself \u2013 no need to contact support or whatever. However, you will not be refunded for the current period.","subscriptions_help_change_title":"What if I change my mind?","subscriptions_help_discounts_desc":"We do! Monica is free for students, and free for non-profits and charities. Just contact the support<\/a> with a proof of your status and we\u2019ll apply this special status in your account.","subscriptions_help_discounts_title":"Do you have discounts for non-profits and education?","subscriptions_help_limits_plan":"Absolutely not. Free plans do not have limitations on the number of contacts you can have.","subscriptions_help_limits_title":"Is there any limit to the number of contacts we can have on the free plan?","subscriptions_help_opensource_desc":"Monica is an open source project. This means it is built by an entirely benevolent community who just wants to provide a great tool for the greater good. Being open source means the code is publicly available on GitHub, and everyone can inspect it, modify it or enhance it. All the money we raise is dedicated to build better features, have more powerful servers, help pay the bills. Thanks for your help. We couldn\u2019t do it without you \u2013 litterally.","subscriptions_help_opensource_title":"What is an open source project?","subscriptions_help_title":"Additional details you may be curious about","subscriptions_pdf_title":"Your :name monthly subscription","subscriptions_plan_choose":"Choose this plan","subscriptions_plan_include1":"Included with your upgrade:","subscriptions_plan_include2":"Unlimited number of users \u2022 Reminders by email \u2022 Import with vCard \u2022 Personalization of the contact sheet","subscriptions_plan_include3":"100% of the profits go the development of this great open source project.","subscriptions_plan_month_bonus":"Cancel any time","subscriptions_plan_month_cost":"$5\/month","subscriptions_plan_month_title":"Pay monthly","subscriptions_plan_year_bonus":"Peace of mind for a whole year","subscriptions_plan_year_cost":"$45\/year","subscriptions_plan_year_cost_save":"you\u2019ll save 25%","subscriptions_plan_year_title":"Pay annually","subscriptions_upgrade_charge":"We\u2019ll charge your card USD $:price now. The next charge will be on :date. If you ever change your mind, you can cancel anytime, no questions asked.","subscriptions_upgrade_charge_handled":"The payment is handled by Stripe<\/a>. No card information touches our server.","subscriptions_upgrade_choose":"You picked the :plan plan.","subscriptions_upgrade_credit":"Credit or debit card","subscriptions_upgrade_infos":"We couldn\u2019t be happier. Enter your payment info below.","subscriptions_upgrade_name":"Name on card","subscriptions_upgrade_submit":"Submit Payment","subscriptions_upgrade_success":"Thank you! You are now subscribed.","subscriptions_upgrade_thanks":"Welcome to the community of people who try to make the world a better place.","subscriptions_upgrade_title":"Upgrade your account","subscriptions_upgrade_zip":"ZIP or postal code","tags_blank_description":"Tags work like folders, but you can add more than one tag to a contact. Go to a contact and tag a friend, right below the name. Once a contact is tagged, go back here to manage all the tags in your account.","tags_blank_title":"Tags are a great way of categorizing your contacts.","tags_list_contact_number":"1 contacto|:count contactos","tags_list_delete_confirmation":"Are you sure you want to delete the tag? No contacts will be deleted, only the tag.","tags_list_delete_success":"The tag has been successfully with success","tags_list_description":"You can organize your contacts by setting up tags. Tags work like folders, but you can add more than one tag to a contact.","tags_list_title":"Tags","timezone":"Fuso hor\u00e1rio","u2f_buttonAdvise":"If your security key has a button, press it.","u2f_enable_description":"Add a new U2F security key","u2f_error_bad_request":"The visited URL doesn\u2019t match the App ID or your are not using HTTPS","u2f_error_configuration_unsupported":"Client configuration is not supported.","u2f_error_device_ineligible":"The presented device is not eligible for this request. For a registration request this may mean that the token is already registered, and for a sign request it may mean that the token does not know the presented key handle.","u2f_error_other_error":"An error occurred.","u2f_error_timeout":"Timeout reached before request could be satisfied.","u2f_insertKey":"Insert your security key.","u2f_noButtonAdvise":"If it does not, remove it and insert it again.","u2f_success":"Your key is detected and validated.","u2f_title":"U2F security key","users_accept_title":"Accept invitation and create a new account","users_add_confirmation":"I confirm that I want to invite this user to my account. This person will access ALL my data and see exactly what I see.","users_add_cta":"Invite user by email","users_add_description":"This person will have the same rights as you do, including inviting other users and deleting them (including you). Therefore, make sure you trust this person.","users_add_email_field":"Enter the email of the person you want to invite","users_add_title":"Invite a new user by email to your account","users_blank_add_title":"Would you like to invite someone else?","users_blank_cta":"Invite someone","users_blank_description":"This person will have the same access that you have, and will be able to add, edit or delete contact information.","users_blank_title":"You are the only one who has access to this account.","users_error_already_invited":"You already have invited this user. Please choose another email address.","users_error_email_already_taken":"This email is already taken. Please choose another one","users_error_email_not_similar":"This is not the email of the person who\u2019ve invited you.","users_error_please_confirm":"Please confirm that you want to invite this before proceeding with the invitation","users_invitation_deleted_confirmation_message":"The invitation has been successfully deleted","users_invitation_need_subscription":"Adding more users requires a subscription.","users_invitations_delete_confirmation":"Are you sure you want to delete this invitation?","users_list_add_user":"Invite a new user","users_list_delete_confirmation":"Are you sure to delete this user from your account?","users_list_invitations_explanation":"Below are the people you\u2019ve invited to join Monica as a collaborator.","users_list_invitations_invited_by":"invited by :name","users_list_invitations_sent_date":"sent on :date","users_list_invitations_title":"Pending invitations","users_list_title":"Users with access to your account","users_list_you":"That\u2019s you"},"validation":{"accepted":"O campo :attribute deve ser aceito.","active_url":"O campo :attribute deve conter uma URL v\u00e1lida.","after":"O campo :attribute deve conter uma data posterior a :date.","after_or_equal":"The :attribute must be a date after or equal to :date.","alpha":"O campo :attribute deve conter apenas letras.","alpha_dash":"O campo :attribute deve conter apenas letras, n\u00fameros e tra\u00e7os.","alpha_num":"O campo :attribute deve conter apenas letras e n\u00fameros .","array":"O campo :attribute deve conter um array.","attributes":[],"before":"O campo :attribute deve conter uma data anterior a :date.","before_or_equal":"The :attribute must be a date before or equal to :date.","between":{"array":"O campo :attribute deve conter de :min a :max itens.","file":"O campo :attribute deve conter um arquivo de :min a :max kilobytes.","numeric":"O campo :attribute deve conter um n\u00famero entre :min e :max.","string":"O campo :attribute deve conter entre :min a :max caracteres."},"boolean":"O campo :attribute deve conter o valor verdadeiro ou falso.","confirmed":"A confirma\u00e7\u00e3o para o campo :attribute n\u00e3o coincide.","custom":{"attribute-name":{"rule-name":"mensagem-personalizada"}},"date":"O campo :attribute n\u00e3o cont\u00e9m uma data v\u00e1lida.","date_format":"A data informada para o campo :attribute n\u00e3o respeita o formato :format.","different":"Os campos :attribute e :other devem conter valores diferentes.","digits":"O campo :attribute deve conter :digits d\u00edgitos.","digits_between":"O campo :attribute deve conter entre :min a :max d\u00edgitos.","dimensions":"The :attribute has invalid image dimensions.","distinct":"O campo :attribute cont\u00e9m um valor duplicado.","email":"O campo :attribute n\u00e3o cont\u00e9m um endere\u00e7o de email v\u00e1lido.","exists":"O valor selecionado para o campo :attribute \u00e9 inv\u00e1lido.","file":"The :attribute must be a file.","filled":"The :attribute field must have a value.","image":"O campo :attribute deve conter uma imagem.","in":"O campo :attribute n\u00e3o cont\u00e9m um valor v\u00e1lido.","in_array":"O campo :attribute n\u00e3o existe em :other.","integer":"O campo :attribute deve conter um n\u00famero inteiro.","ip":"O campo :attribute deve conter um IP v\u00e1lido.","ipv4":"The :attribute must be a valid IPv4 address.","ipv6":"The :attribute must be a valid IPv6 address.","json":"O campo :attribute deve conter uma string JSON v\u00e1lida.","max":{"array":"O campo :attribute deve conter no m\u00e1ximo :max itens.","file":"O campo :attribute n\u00e3o pode conter um arquivo com mais de :max kilobytes.","numeric":"O campo :attribute n\u00e3o pode conter um valor superior a :max.","string":"O campo :attribute n\u00e3o pode conter mais de :max caracteres."},"mimes":"O campo :attribute deve conter um arquivo do tipo: :values.","mimetypes":"The :attribute must be a file of type: :values.","min":{"array":"O campo :attribute deve conter no m\u00ednimo :min itens.","file":"O campo :attribute deve conter um arquivo com no m\u00ednimo :min kilobytes.","numeric":"O campo :attribute deve conter um n\u00famero superior ou igual a :min.","string":"O campo :attribute deve conter no m\u00ednimo :min caracteres."},"not_in":"O campo :attribute cont\u00e9m um valor inv\u00e1lido.","not_regex":"The :attribute format is invalid.","numeric":"O campo :attribute deve conter um valor num\u00e9rico.","present":"O campo :attribute deve estar presente.","regex":"O formato do valor informado no campo :attribute \u00e9 inv\u00e1lido.","required":"O campo :attribute \u00e9 obrigat\u00f3rio.","required_if":"O campo :attribute \u00e9 obrigat\u00f3rio quando o valor do campo :other \u00e9 igual a :value.","required_unless":"O campo :attribute \u00e9 obrigat\u00f3rio a menos que :other esteja presente em :values.","required_with":"O campo :attribute \u00e9 obrigat\u00f3rio quando :values est\u00e1 presente.","required_with_all":"O campo :attribute \u00e9 obrigat\u00f3rio quando um dos :values est\u00e1 presente.","required_without":"O campo :attribute \u00e9 obrigat\u00f3rio quando :values n\u00e3o est\u00e1 presente.","required_without_all":"O campo :attribute \u00e9 obrigat\u00f3rio quando nenhum dos :values est\u00e1 presente.","same":"Os campos :attribute e :other devem conter valores iguais.","size":{"array":"O campo :attribute deve conter :size itens.","file":"O campo :attribute deve conter um arquivo com o tamanho de :size kilobytes.","numeric":"O campo :attribute deve conter o n\u00famero :size.","string":"O campo :attribute deve conter :size caracteres."},"string":"O campo :attribute deve ser uma string.","timezone":"O campo :attribute deve conter um fuso hor\u00e1rio v\u00e1lido.","unique":"O valor informado para o campo :attribute j\u00e1 est\u00e1 em uso.","uploaded":"The :attribute failed to upload.","url":"O formato da URL informada para o campo :attribute \u00e9 inv\u00e1lido."}} +{"app":{"add":"Adicionar","application_description":"Monica is a tool to manage your interactions with your loved ones, friends and family.","application_og_title":"Have better relations with your loved ones. Free Online CRM for friends and family.","application_title":"Monica \u2013 personal relationship manager","breadcrumb_add_note":"Adicionar uma nota","breadcrumb_add_significant_other":"Adicionar companheiro(a)","breadcrumb_api":"API","breadcrumb_dashboard":"Painel","breadcrumb_edit_introductions":"Como se conheceram","breadcrumb_edit_note":"Editar nota","breadcrumb_edit_significant_other":"Editar companheiro(a)","breadcrumb_journal":"Di\u00e1rio","breadcrumb_list_contacts":"Lista de contatos","breadcrumb_profile":"Profile of :name","breadcrumb_settings":"Configura\u00e7\u00f5es","breadcrumb_settings_export":"Exportar","breadcrumb_settings_import":"Importar","breadcrumb_settings_import_report":"Importar relat\u00f3rio","breadcrumb_settings_import_upload":"Enviar","breadcrumb_settings_personalization":"Personaliza\u00e7\u00e3o","breadcrumb_settings_security":"Seguran\u00e7a","breadcrumb_settings_security_2fa":"Autentica\u00e7\u00e3o de dois fatores","breadcrumb_settings_subscriptions":"Subscri\u00e7\u00e3o","breadcrumb_settings_tags":"Etiquetas","breadcrumb_settings_users":"Utilizadores","breadcrumb_settings_users_add":"Adicionar um utilizador","cancel":"Cancelar","close":"Fechar","compliance_desc":"We have changed our Terms of Use<\/a> and Privacy Policy<\/a>. By law we have to ask you to review them and accept them so you can continue to use your account.","compliance_desc_end":"We don\u2019t do anything nasty with your data or account and will never do.","compliance_terms":"Accept new terms and privacy policy","compliance_title":"Sorry for the interruption.","create":"Create","days":"day|days","default_save_success":"The data has been saved.","delete":"Deletar","done":"Conclu\u00eddo","edit":"Editar","error_save":"We had an error trying to save the data.","error_title":"Ups! Algo correu mal.","error_unauthorized":"N\u00e3o tem permiss\u00f5es para editar este recurso.","footer_modal_version_release_away":"A sua instala\u00e7\u00e3o encontra-se 1 vers\u00e3o atr\u00e1s da vers\u00e3o mais recente dispon\u00edvel. \u00c9 recomendado atualizar a sua instala\u00e7\u00e3o.|A sua instala\u00e7\u00e3o encontra-se :number vers\u00f5es atr\u00e1s da vers\u00e3o mais recente dispon\u00edvel. \u00c9 recomendado atualizar a sua instala\u00e7\u00e3o.","footer_modal_version_whats_new":"O que h\u00e1 de novo","footer_new_version":"Est\u00e1 dispon\u00edvel uma nova vers\u00e3o","footer_newsletter":"Boletim informativo","footer_privacy":"Pol\u00edtica de Privacidade","footer_release":"Notas de vers\u00e3o","footer_remarks":"Alguma observa\u00e7\u00e3o?","footer_send_email":"Mande-me um email","footer_source_code":"Contribuir","footer_version":"Vers\u00e3o: :version","for":"para","gender_female":"Mulher","gender_male":"Homem","gender_none":"Prefiro n\u00e3o dizer","header_changelog_link":"Product changes","header_logout_link":"Sair","header_settings_link":"Configura\u00e7\u00f5es","load_more":"Carregar mais","loading":"A carregar...","main_nav_activities":"Atividades","main_nav_cta":"Adicionar Pessoa","main_nav_dashboard":"Painel","main_nav_family":"Contatos","main_nav_journal":"Di\u00e1rio","main_nav_tasks":"Tarefas","markdown_description":"Quer formatar seu texto? Suportamos Markdown para adicionar negrito, it\u00e1licas, listas e mais.","markdown_link":"Ler a documenta\u00e7\u00e3o","new":"new","relationship_type_bestfriend":"best friend","relationship_type_bestfriend_female":"best friend","relationship_type_bestfriend_female_with_name":":name\u2019s best friend","relationship_type_bestfriend_with_name":":name\u2019s best friend","relationship_type_boss":"boss","relationship_type_boss_female":"boss","relationship_type_boss_female_with_name":":name\u2019s boss","relationship_type_boss_with_name":":name\u2019s boss","relationship_type_child":"son","relationship_type_child_female":"daughter","relationship_type_child_female_with_name":":name\u2019s daughter","relationship_type_child_with_name":":name\u2019s son","relationship_type_colleague":"colleague","relationship_type_colleague_female":"colleague","relationship_type_colleague_female_with_name":":name\u2019s colleague","relationship_type_colleague_with_name":":name\u2019s colleague","relationship_type_cousin":"cousin","relationship_type_cousin_female":"cousin","relationship_type_cousin_female_with_name":":name\u2019s cousin","relationship_type_cousin_with_name":":name\u2019s cousin","relationship_type_date":"date","relationship_type_date_female":"date","relationship_type_date_female_with_name":":name\u2019s date","relationship_type_date_with_name":":name\u2019s date","relationship_type_ex":"ex-boyfriend","relationship_type_ex_female":"ex-girlfriend","relationship_type_ex_female_with_name":":name\u2019s ex-girlfriend","relationship_type_ex_husband":"ex husband","relationship_type_ex_husband_female":"ex wife","relationship_type_ex_husband_female_with_name":":name\u2019s ex wife","relationship_type_ex_husband_with_name":":name\u2019s ex husband","relationship_type_ex_with_name":":name\u2019s ex-boyfriend","relationship_type_friend":"friend","relationship_type_friend_female":"friend","relationship_type_friend_female_with_name":":name\u2019s friend","relationship_type_friend_with_name":":name\u2019s friend","relationship_type_godfather":"godfather","relationship_type_godfather_female":"godmother","relationship_type_godfather_female_with_name":":name\u2019s godmother","relationship_type_godfather_with_name":":name\u2019s godfather","relationship_type_godson":"godson","relationship_type_godson_female":"goddaughter","relationship_type_godson_female_with_name":":name\u2019s goddaughter","relationship_type_godson_with_name":":name\u2019s godson","relationship_type_grandchild":"grand child","relationship_type_grandchild_female":"grand child","relationship_type_grandchild_female_with_name":":name\u2019s grand child","relationship_type_grandchild_with_name":":name\u2019s grand child","relationship_type_grandparent":"grand parent","relationship_type_grandparent_female":"grand parent","relationship_type_grandparent_female_with_name":":name\u2019s grand parent","relationship_type_grandparent_with_name":":name\u2019s grand parent","relationship_type_group_family":"Family relationships","relationship_type_group_friend":"Friend relationships","relationship_type_group_love":"Love relationships","relationship_type_group_other":"Other kind of relationships","relationship_type_group_work":"Work relationships","relationship_type_inlovewith":"in love with","relationship_type_inlovewith_female":"in love with","relationship_type_inlovewith_female_with_name":"someone :name is in love with","relationship_type_inlovewith_with_name":"someone :name is in love with","relationship_type_lovedby":"loved by","relationship_type_lovedby_female":"loved by","relationship_type_lovedby_female_with_name":":name\u2019s secret lover","relationship_type_lovedby_with_name":":name\u2019s secret lover","relationship_type_lover":"lover","relationship_type_lover_female":"lover","relationship_type_lover_female_with_name":":name\u2019s lover","relationship_type_lover_with_name":":name\u2019s lover","relationship_type_mentor":"mentor","relationship_type_mentor_female":"mentor","relationship_type_mentor_female_with_name":":name\u2019s mentor","relationship_type_mentor_with_name":":name\u2019s mentor","relationship_type_nephew":"nephew","relationship_type_nephew_female":"niece","relationship_type_nephew_female_with_name":":name\u2019s niece","relationship_type_nephew_with_name":":name\u2019s nephew","relationship_type_parent":"father","relationship_type_parent_female":"mother","relationship_type_parent_female_with_name":":name\u2019s mother","relationship_type_parent_with_name":":name\u2019s father","relationship_type_partner":"significant other","relationship_type_partner_female":"significant other","relationship_type_partner_female_with_name":":name\u2019s significant other","relationship_type_partner_with_name":":name\u2019s significant other","relationship_type_protege":"protege","relationship_type_protege_female":"protege","relationship_type_protege_female_with_name":":name\u2019s protege","relationship_type_protege_with_name":":name\u2019s protege","relationship_type_sibling":"brother","relationship_type_sibling_female":"sister","relationship_type_sibling_female_with_name":":name\u2019s sister","relationship_type_sibling_with_name":":name\u2019s brother","relationship_type_spouse":"spouse","relationship_type_spouse_female":"spouse","relationship_type_spouse_female_with_name":":name\u2019s spouse","relationship_type_spouse_with_name":":name\u2019s spouse","relationship_type_subordinate":"subordinate","relationship_type_subordinate_female":"subordinate","relationship_type_subordinate_female_with_name":":name\u2019s subordinate","relationship_type_subordinate_with_name":":name\u2019s subordinate","relationship_type_uncle":"uncle","relationship_type_uncle_female":"aunt","relationship_type_uncle_female_with_name":":name\u2019s aunt","relationship_type_uncle_with_name":":name\u2019s uncle","remove":"Remover","revoke":"Revoke","save":"Salvar","unknown":"N\u00e3o sei","update":"Atualizar","upload":"Enviar","verify":"Verificar","with":"com"},"auth":{"2fa_one_time_password":"Two factor authentication code","2fa_otp_help":"Open up your two factor authentication mobile app and copy the code","2fa_recuperation_code":"Introduza um c\u00f3digo de recupera\u00e7\u00e3o de dois fatores","2fa_title":"Autentica\u00e7\u00e3o de dois fatores","2fa_wrong_validation":"Falha na autentica\u00e7\u00e3o de dois fatores.","back_homepage":"Voltar \u00e0 p\u00e1gina inicial","button_remember":"Remember Me","confirmation_again":"If you want to change your email address you can click here<\/a>.","create_account":"Create the first account by signing up<\/a>","email":"Email","email_change_current_email":"Current email address:","email_change_new":"New email address","email_change_title":"Change your email address","email_changed":"Your email address has been changed. Check your mailbox to validate it.","failed":"As informa\u00e7\u00f5es de login n\u00e3o foram encontradas.","login":"Login","login_again":"Please login again to your account","login_to_account":"Login to your account","mfa_auth_otp":"Authenticate with your two factor device","mfa_auth_u2f":"Authenticate with a U2F device","not_authorized":"Voc\u00ea n\u00e3o est\u00e1 autorizado a executar esta a\u00e7\u00e3o","password":"Password","password_forget":"Forget your password?","password_reset":"Reset your password","password_reset_action":"Reset Password","password_reset_email":"E-Mail Address","password_reset_email_content":"Click here to reset your password:","password_reset_password":"Password","password_reset_password_confirm":"Confirm Password","password_reset_send_link":"Send Password Reset Link","password_reset_title":"Reset Password","register_action":"Register","register_create_account":"You need to create an account to use Monica","register_email":"Enter a valid email address","register_email_example":"you@home","register_firstname":"First name","register_firstname_example":"eg. John","register_invitation_email":"For security purposes, please indicate the email of the person who\u2019ve invited you to join this account. This information is provided in the invitation email.","register_lastname":"Last name","register_lastname_example":"eg. Doe","register_login":"Log in<\/a> if you already have an account.","register_password":"Password","register_password_confirmation":"Password confirmation","register_password_example":"Enter a secure password","register_policy":"Signing up signifies you\u2019ve read and agree to our Privacy Policy<\/a> and Terms of use<\/a>.","register_title_create":"Create your Monica account","register_title_welcome":"Welcome to your newly installed Monica instance","signup":"Sign up","signup_disabled":"Atualmente o registro est\u00e1 desativado","signup_no_account":"Don\u2019t have an account?","throttle":"Muitas tentativas de login. Por favor tente novamente em :seconds segundos.","u2f_otp_extension":"U2F is supported natively on Chrome, Firefox<\/a> and Opera. On old Firefox versions, install the U2F Support Add-on<\/a>."},"changelog":{"note":"Note: unfortunately, this page is only in English.","title":"Product changes"},"dashboard":{"dashboard_blank_cta":"Adicione o seu primeiro contacto","dashboard_blank_description":"Com Monica pode organizar todas as suas intera\u00e7\u00f5es com as pessoas que s\u00e3o importantes para si.","dashboard_blank_illustration":"Illustration by Freepik<\/a>","dashboard_blank_title":"Seja bem-vindo \u00e0 sua conta!","debts_you_owe":"You owe","linkedin_profile":"LinkedIn","notes_title":"You don\u2019t have any starred notes yet.","reminders_next_months":"Events in the next 3 months","reminders_none":"No reminder for this month","statistics_activities":"Atividades","statistics_contacts":"Contatos","statistics_gifts":"Presentes","tab_calls_blank":"Voc\u00ea ainda n\u00e3o registou chamadas.","tab_debts":"Debts","tab_debts_blank":"You haven\u2019t logged any debt yet.","tab_favorite_notes":"Notas favoritas","tab_recent_calls":"Chamadas recentes"},"format":{"full_hour":"H:i","full_month":"F","full_month_year":"F Y","short_date":"d M","short_date_year":"d M Y","short_date_year_time":"d M Y H:i","short_day":"D","short_month":"M","short_month_year":"M Y"},"journal":{"delete_confirmation":"Tem certeza que quer apagar esta entrada de di\u00e1rio?","entry_delete_success":"O registro no di\u00e1rio foi eliminada com sucesso.","journal_add":"Adicionar um registro no di\u00e1rio","journal_add_cta":"Salvar","journal_add_date":"Date","journal_add_post":"Registro","journal_add_title":"T\u00edtulo (Opcional)","journal_blank_cta":"Adicione seu primeiro registro no di\u00e1rio","journal_blank_description":"O di\u00e1rio permite que voc\u00ea escreva eventos que aconteceram com voc\u00ea, para te lembrar.","journal_come_back":"Obrigado. Volte amanh\u00e3 para avaliar o seu dia novamente.","journal_created_automatically":"Criado automaticamente","journal_description":"Nota: o di\u00e1rio agrega entradas manuais e entradas autom\u00e1ticas tais como Atividades feitas com seus contactos. Embora possa apagar manualmente as entradas de di\u00e1rio, no caso das Atividades ter\u00e1 que apag\u00e1-las na p\u00e1gina de contacto.","journal_entry_rate":"Voc\u00ea avaliou o seu dia.","journal_entry_type_activity":"Atividade","journal_entry_type_journal":"Entrada de di\u00e1rio","journal_rate":"Como foi o seu dia? Voc\u00ea pode avali\u00e1-lo uma vez por dia."},"mail":{"confirmation_email_button":"Verify email address","confirmation_email_intro":"To validate your email click on the button below","confirmation_email_title":"Monica \u2013 Email verification","footer_contact_info":"Adicionar, visualizar, completar e alterar informa\u00e7\u00f5es sobre este contato:","for":"PARA:","greetings":"Ol\u00e1 :username","notification_description":"Em :count dias (em :date), acontecer\u00e1 o evento seguinte:","notification_subject_line":"Voc\u00ea tem um evento futuro","notifications_footer":"If you\u2019re having trouble clicking the \":actionText\" button, copy and paste the URL below into your web browser: [:actionURL](:actionURL)","notifications_hello":"Hello!","notifications_regards":"Regards","notifications_whoops":"Whoops!","stay_in_touch_subject_description":"You asked to be reminded to stay in touch with :name every :frequency days.","stay_in_touch_subject_line":"Stay in touch with :name","subject_line":"Lembrete para :contact","want_reminded_of":"VOC\u00ca QUER SER LEMBRADO COMO"},"pagination":{"next":"Pr\u00f3xima »","previous":"« Anterior"},"passwords":{"changed":"Senha alterada com sucesso.","invalid":"A senha que introduziu n\u00e3o est\u00e1 correta.","password":"A senha deve possuir no m\u00ednimo 6 caracteres e ser igual a confirma\u00e7\u00e3o.","reset":"Sua senha foi redefinida!","sent":"O link para redefini\u00e7\u00e3o de senha foi enviado para o seu e-mail.","token":"Token para recupera\u00e7\u00e3o de senha inv\u00e1lido.","user":"O link para redefini\u00e7\u00e3o de senha foi enviado para o seu e-mail."},"people":{"activities_activity":"Activity Category","activities_add_activity":"Adicionar atividade","activities_add_cta":"Adicionar essa atividade","activities_add_date_occured":"Data em que ocorreu esta atividade","activities_add_error":"Error when adding the activity","activities_add_optional_comment":"Coment\u00e1rio opcional","activities_add_pick_activity":"(Optional) Would you like to categorize this activity? You don\u2019t have to, but it will give you statistics later on","activities_add_success":"A atividade foi adicionada com sucesso","activities_add_title":"O que voc\u00ea fez com :name?","activities_blank_add_activity":"Adicionar uma atividade","activities_blank_title":"Acompanhe o que voc\u00ea fez com :name no passado, sobre o que voc\u00ea falou","activities_delete_confirmation":"Tem certeza de que deseja excluir esta atividade?","activities_delete_success":"A atividade foi exclu\u00edda com sucesso","activities_hide_details":"Esconder detalhes","activities_item_information":":Activity. Aconteceu em :date","activities_more_details":"Mais detalhes","activities_profile_number_occurences":":value activity|:value activities","activities_profile_subtitle":"You\u2019ve logged :total_activities activity with :name in total and :activities_last_twelve_months in the last 12 months so far.|You\u2019ve logged :total_activities activities with :name in total and :activities_last_twelve_months in the last 12 months so far.","activities_profile_title":"Activities report between :name and you","activities_profile_year_summary":"Here is what you two have done in :year","activities_profile_year_summary_activity_types":"Here is a breakdown of the type of activities you\u2019ve done together in :year","activities_summary":"Descreva o que voc\u00ea fez","activities_update_success":"A atividade foi atualizada com sucesso","activities_view_activities_report":"View activities report","activities_who_was_involved":"Quem estava envolvido?","activity_title":"Atividades","activity_type_ate_at_his_place":"ate at their place","activity_type_ate_at_home":"comi em casa","activity_type_ate_restaurant":"comi em um restaurante","activity_type_category_cultural_activities":"Cultural activities","activity_type_category_food":"Food","activity_type_category_simple_activities":"Simple activities","activity_type_category_sport":"Sport","activity_type_did_sport_activities_together":"fizemos algum esporte juntos","activity_type_just_hung_out":"apenas sai","activity_type_picknicked":"piquenique","activity_type_talked_at_home":"apenas fiquei em casa","activity_type_watched_movie_at_home":"assisti um filme em casa","activity_type_went_bar":"fui para um bar","activity_type_went_concert":"fui a um concerto","activity_type_went_museum":"fui a um museu","activity_type_went_play":"fui jogar","activity_type_went_theater":"fui a um teatro","age_approximate_in_years":"por volta de :age anos de idade","age_exact_birthdate":"nascido :date","age_exact_in_years":":age anos de idade","birthdate_not_set":"A data de nascimento n\u00e3o est\u00e1 definida","call_blank_desc":"Voc\u00ea ligou para :name","call_blank_title":"Keep track of the phone calls you\u2019ve done with :name","call_button":"Registar uma chamada","call_delete_confirmation":"Tem certeza que deseja eliminar esta chamada?","call_delete_success":"A chamada foi eliminada com sucesso","call_empty_comment":"Sem detalhes","call_title":"Chamadas telef\u00f3nicas","calls_add_success":"O telefonema foi guardado.","contact_address_form_city":"City (optional)","contact_address_form_country":"Country (optional)","contact_address_form_name":"Label (optional)","contact_address_form_postal_code":"Postal code (optional)","contact_address_form_province":"Province (optional)","contact_address_form_street":"Street (optional)","contact_address_title":"Addresses","contact_info_address":"Lives in","contact_info_form_contact_type":"Contact type","contact_info_form_content":"Content","contact_info_form_personalize":"Personalize","contact_info_title":"Contact information","debt_add_add_cta":"Adicionar d\u00edvida","debt_add_amount":"a soma de","debt_add_cta":"Adicionar d\u00edvida","debt_add_reason":"Pelo seguinte motivo (Opcional)","debt_add_success":"A d\u00edvida foi adicionada com sucesso","debt_add_they_owe":":name te deve","debt_add_title":"Debt management","debt_add_you_owe":"Voc\u00ea deve a :name","debt_delete_confirmation":"Tem certeza de que deseja excluir esta d\u00edvida?","debt_delete_success":"A d\u00edvida foi exclu\u00edda com sucesso","debt_edit_success":"The debt has been updated successfully","debt_edit_update_cta":"Update debt","debt_they_owe":":name te deve :amount","debt_title":"D\u00edvidas","debt_you_owe":"Voc\u00ea deve :amount","debts_blank_title":"Manage debts you owe to :name or :name owes you","deceased_add_reminder":"Add a reminder for this date","deceased_age":"Age at death","deceased_know_date":"I know the date this person died","deceased_label":"Deceased","deceased_label_with_date":"Deceased on :date","deceased_mark_person_deceased":"Mark this person as deceased","deceased_reminder_title":"Anniversary of the death of :name","edit_contact_information":"Editar informa\u00e7\u00e3o do contato","food_preferencies_add_success":"As prefer\u00eancias de alimentos foram salvas","food_preferencies_cta":"Adicione prefer\u00eancias de alimentos","food_preferencies_edit_cta":"Guardar prefer\u00eancias de alimentos","food_preferencies_edit_description":"Talvez :firstname ou algu\u00e9m na fam\u00edlia de :family tenha uma alergia. Ou n\u00e3o gosta de uma garrafa espec\u00edfica de vinho. Indique-os aqui para que voc\u00ea lembre-se da pr\u00f3xima vez que voc\u00ea os convide para o jantar","food_preferencies_edit_description_no_last_name":"Talvez :firstname tenha uma alergia. Ou n\u00e3o gosta de uma garrafa espec\u00edfica de vinho. Indique-os aqui para que voc\u00ea lembre-se da pr\u00f3xima vez que voc\u00ea os convide para o jantar","food_preferencies_edit_title":"Indique prefer\u00eancias de alimentos","food_preferencies_title":"Prefer\u00eancias alimentares","gifts_add_comment":"Coment\u00e1rio (Opcional)","gifts_add_gift":"Adicionar um presente","gifts_add_gift_already_offered":"Presente j\u00e1 oferecido","gifts_add_gift_idea":"Ideia de presente","gifts_add_gift_received":"Gift received","gifts_add_gift_title":"O que \u00e9 esse presente?","gifts_add_link":"Ligar com o site (Opcional)","gifts_add_someone":"Esse presente \u00e9 pra alguem na fam\u00edlia de :name","gifts_add_success":"O presente foi adicionado com sucesso","gifts_add_title":"Gerenciamento de presentes para :name","gifts_add_value":"Valor (Opcional)","gifts_delete_confirmation":"Tem certeza de que deseja excluir esse presente?","gifts_delete_cta":"Deletar","gifts_delete_success":"O presente foi exclu\u00eddo com sucesso","gifts_for":"For:","gifts_ideas":"Gift ideas","gifts_link":"Ligar","gifts_mark_offered":"Mark as offered","gifts_offered":"Gifts offered","gifts_offered_as_an_idea":"Mark as an idea","gifts_received":"Gifts received","gifts_title":"Gifts","gifts_update_success":"The gift has been updated successfully","gifts_view_comment":"Ver coment\u00e1rio","information_edit_avatar":"Foto\/avatar do contacto","information_edit_exact":"Conhe\u00e7o a data de nascimento exata dessa pessoa, que \u00e9","information_edit_firstname":"Primeiro nome","information_edit_lastname":"Sobrenome (Opcional)","information_edit_linkedin":"Perfil do LinkedIn (opcional)","information_edit_max_size":"M\u00e1x. :size Mb.","information_edit_not_year":"Eu sei o dia e o m\u00eas da data de nascimento desta pessoa, mas n\u00e3o o ano\u2026","information_edit_probably":"Esta pessoa \u00e9 provavelmente","information_edit_success":"O perfil foi atualizado com sucesso","information_edit_title":"Editar informa\u00e7\u00f5es pessoais para :name","information_edit_unknown":"Eu n\u00e3o sei a idade desta pessoa","information_no_linkedin_defined":"Nenhum LinkedIn definido","information_no_work_defined":"Nenhuma informa\u00e7\u00e3o profissional definida","information_work_at":"em :company","introductions_add_reminder":"Add a reminder to celebrate this encounter on the anniversary this event happened","introductions_additional_info":"Explain how and where you met","introductions_blank_cta":"Indicate how you met :name","introductions_edit_met_through":"Has someone introduced you to this person?","introductions_first_met_date":"Date you met","introductions_first_met_date_known":"This is the date we met","introductions_met_date":"Met on :date","introductions_met_through":"Met through :name<\/a>","introductions_no_first_met_date":"I don\u2019t know the date we met","introductions_no_met_through":"No one","introductions_reminder_title":"Anniversary of the day you first met","introductions_sidebar_title":"How you met","introductions_title_edit":"How did you meet :name?","introductions_update_success":"You\u2019ve successfully updated the information about how you met this person","last_activity_date":"\u00daltima atividade junto: :date","last_activity_date_empty":"\u00daltima atividade junto: desconhecido","last_called":"\u00daltima chamada: :date","last_called_empty":"\u00daltima chamada: desconhecido","link_to_list":"Lista de pessoas","linkedin_profile":"LinkedIn profile","modal_call_change":"Alterar","modal_call_comment":"Sobre o que falaram? (opcional)","modal_call_date":"O telefonema aconteceu hoje mais cedo.","modal_call_exact_date":"O telefonema aconteceu em","modal_call_title":"Registar uma chamada","notes_add_cta":"Adicionar nota","notes_create_success":"A nota foi adicionada com sucesso","notes_delete_confirmation":"Tem certeza de que deseja excluir esta anota\u00e7\u00e3o? A exclus\u00e3o \u00e9 permanente","notes_delete_success":"A nota foi exclu\u00edda com sucesso","notes_delete_title":"Eliminar nota","notes_favorite":"Add\/remove from favorites","notes_update_success":"A nota foi guardada com sucesso","people_add_birthday_reminder":"Desejar feliz anivers\u00e1rio a :name","people_add_cta":"Adicionar essa pessoa","people_add_firstname":"Primeiro nome","people_add_gender":"G\u00eanero","people_add_import":"Deseja importar os seus contatos<\/a>?","people_add_lastname":"Sobrenome (Opcional)","people_add_middlename":"Nome do meio (Opcional)","people_add_missing":"Nenhuma pessoa encontrada adicionar uma nova agora","people_add_nickname":"Nickname (Optional)","people_add_reminder_for_birthday":"Create an annual reminder for the birthday","people_add_success":":name foi criado com sucesso","people_add_title":"Adicione uma nova pessoa","people_delete_click_here":"clique aqui","people_delete_confirmation":"Voc\u00ea tem certeza de que deseja excluir esse contato? A exclus\u00e3o \u00e9 permanente.","people_delete_message":"Se voc\u00ea precisar excluir este contato,","people_delete_success":"O contato foi exclu\u00eddo","people_edit_email_error":"J\u00e1 existe um contacto na sua conta com este endere\u00e7o de e-mail. Por favor escolha outro.","people_export":"Export as vCard","people_list_account_upgrade_cta":"Upgrade now","people_list_account_upgrade_title":"Upgrade your account to unlock it to its full potential.","people_list_account_usage":"Consumo da sua conta: :current\/:limit contactos","people_list_blank_cta":"Adicionar uma pessoa","people_list_blank_title":"Voc\u00ea ainda n\u00e3o tem ningu\u00e9m em sua conta","people_list_clear_filter":"Limpar filtro","people_list_contacts_per_tags":"1 contacto|:count contactos","people_list_filter_tag":"Showing all the contacts tagged with","people_list_filter_untag":"Showing all untagged contacts","people_list_firstnameAZ":"Classificar por primeiro nome A \u2192 Z","people_list_firstnameZA":"Classificar por primeiro nome Z \u2192 A","people_list_last_updated":"\u00daltima consulta:","people_list_lastactivitydateNewtoOld":"Ordenar por data de \u00faltima atividade (da mais recente \u00e0 mais antiga)","people_list_lastactivitydateOldtoNew":"Ordenar por data de \u00faltima atividade (da mais antiga \u00e0 mais recente)","people_list_lastnameAZ":"Classificar por sobrenome A \u2192 Z","people_list_lastnameZA":"Classificar por sobrenome Z \u2192 A","people_list_number_kids":"1 crian\u00e7a|:count crian\u00e7as","people_list_number_reminders":"1 lembrete|:count lembretes","people_list_sort":"Ordenar","people_list_stats":"1 contacto|:count contactos","people_list_untagged":"View untagged contacts","people_save_and_add_another_cta":"Enviar e adicionar outra pessoa","people_search":"Procurar nos seus contactos...","people_search_no_results":"No relevant contact found :(","pets_bird":"P\u00e1ssaro","pets_cat":"Gato","pets_create_success":"The pet has been sucessfully added","pets_delete_success":"The pet has been deleted","pets_dog":"C\u00e3o","pets_fish":"Peixe","pets_hamster":"Hamster","pets_horse":"Cavalo","pets_kind":"Kind of pet","pets_name":"Name (optional)","pets_other":"Outro","pets_rabbit":"Coelho","pets_rat":"Rato","pets_reptile":"R\u00e9ptil","pets_small_animal":"Animal pequeno","pets_title":"Pets","pets_update_success":"The pet has been updated","relationship_delete_confirmation":"Are you sure you want to delete this relationship? Deletion is permanent.","relationship_form_add":"Add a new relationship","relationship_form_add_choice":"Who is the relationship with?","relationship_form_add_description":"This will let you treat this significant other like any other contact.","relationship_form_add_no_existing_contact":"You don\u2019t have any contacts who can be related to :name at the moment.","relationship_form_add_success":"The relationship has been successfully set.","relationship_form_also_create_contact":"Create a Contact entry for this person.","relationship_form_associate_contact":"An existing contact","relationship_form_associate_dropdown":"Search and select an existing contact from the dropdown below","relationship_form_associate_dropdown_placeholder":"Search and select an existing contact","relationship_form_create_contact":"Add a new person","relationship_form_deletion_success":"The relationship has been deleted.","relationship_form_edit":"Edit an existing relationship","relationship_form_is_with":"This person is...","relationship_unlink_confirmation":"Are you sure you want to delete this relationship? This person will not be deleted \u2013 only the relationship between the two.","reminder_frequency_day":"todos os dias|a cada :number dias","reminder_frequency_month":"todo month|cada :number m\u00eases","reminder_frequency_one_time":"em :date","reminder_frequency_week":"toda semana|cada :number semanas","reminder_frequency_year":"todo year|cada :number anos","reminders_add_cta":"Adicionar lembrete","reminders_add_description":"Lembre-me de...","reminders_add_error_custom_text":"Voc\u00ea precisa indicar um texto para esse lembrete","reminders_add_next_time":"Quando \u00e9 a pr\u00f3xima vez que voc\u00ea gostaria de ser lembrado sobre isso?","reminders_add_once":"Lembre-me sobre isso apenas uma vez","reminders_add_recurrent":"Lembre-me sobre isso a todo momento","reminders_add_starting_from":"come\u00e7ar a partir da data especificada acima","reminders_add_title":"Sobre o que voc\u00ea gostaria de lembrar sobre :name?","reminders_birthday":"Birthdate of :name","reminders_blank_add_activity":"Adicionar um lembrete","reminders_blank_title":"H\u00e1 algo sobre o qual voc\u00ea quer se lembrar :name?","reminders_create_success":"O lembrete foi adicionado com sucesso","reminders_cta":"Adicionar um lembrete","reminders_delete_confirmation":"em certeza de que deseja excluir esse lembrete?","reminders_delete_cta":"Deletar","reminders_delete_success":"O lembrete foi exclu\u00eddo com sucesso","reminders_description":"N\u00f3s enviaremos um e-mail para cada uma dos lembretes abaixo. Lembretes s\u00e3o enviados todas as manh\u00e3s dos dias em que os eventos acontecer\u00e3o","reminders_edit_update_cta":"Atualizar lembrete","reminders_free_plan_warning":"You are on the Free plan. No emails are sent on this plan. To receive your reminders by email, upgrade your account.","reminders_next_expected_date":"em","reminders_one_time":"Uma vez","reminders_type_month":"m\u00eas","reminders_type_week":"semana","reminders_type_year":"ano","reminders_update_success":"O lembrete foi atualizado com sucesso","section_contact_information":"Informa\u00e7\u00f5es de contacto","section_personal_activities":"Atividades","section_personal_gifts":"Presentes","section_personal_notes":"Notes","section_personal_reminders":"Lembretes","section_personal_tasks":"Tarefas","set_favorite":"Favorite contacts are placed at the top of the contact list","stay_in_touch":"Stay in touch","stay_in_touch_frequency":"Stay in touch every day|Stay in touch every {count} days","stay_in_touch_invalid":"The frequency must be a number greater than 0.","stay_in_touch_modal_desc":"We can remind you by email to keep in touch with {firstname} at a regular interval.","stay_in_touch_modal_label":"Send me an email every...","stay_in_touch_modal_title":"Stay in touch","stay_in_touch_premium":"You need to upgrade your account to make use of this feature","tag_add":"add a tag","tag_edit":"Edit tag","tasks_add_task":"Adicionar uma tarefa","tasks_blank_title":"You don\u2019t have any tasks yet.","tasks_complete_success":"O status da tarefa foi alterado com sucesso","tasks_delete_success":"A tarefa foi exclu\u00edda com sucesso","tasks_form_description":"Description (optional)","tasks_form_title":"T\u00edtulo","work_add_cta":"Atualizar informa\u00e7\u00e3o de trabalho","work_edit_company":"Empresa (opcional)","work_edit_job":"Cargo (opcional)","work_edit_success":"Informa\u00e7\u00f5es profissionais foram atualizadas com sucesso","work_edit_title":"Atualizar a informa\u00e7\u00e3o profissional de :name","work_information":"Work information"},"reminder":{"type_birthday":"Desejar feliz anivers\u00e1rio para","type_birthday_kid":"Desejar feliz anivers\u00e1rio para o filho de","type_email":"Email","type_hangout":"Sair com","type_lunch":"Almo\u00e7ar com","type_phone_call":"Ligar"},"settings":{"2fa_disable_description":"Disable Two Factor Authentication for your account. Be careful, your account will not be secured anymore !","2fa_disable_error":"Error when trying to disable Two Factor Authentication","2fa_disable_success":"Two Factor Authentication disabled","2fa_disable_title":"Disable Two Factor Authentication","2fa_enable_description":"Enable Two Factor Authentication to increase security with your account.","2fa_enable_error":"Error when trying to activate Two Factor Authentication","2fa_enable_error_already_set":"Two Factor Authentication is already activated","2fa_enable_otp":"Open up your two factor authentication mobile app and scan the following QR barcode:","2fa_enable_otp_help":"If your two factor authentication mobile app does not support QR barcodes, enter in the following code:","2fa_enable_otp_validate":"Please validate the new device you\u2019ve just set:","2fa_enable_success":"Two Factor Authentication activated","2fa_enable_title":"Enable Two Factor Authentication","2fa_otp_title":"Two Factor Authentication mobile application","2fa_title":"Autentica\u00e7\u00e3o de dois fatores","api_authorized_clients":"List of authorized clients","api_authorized_clients_desc":"This section lists all the clients you\u2019ve authorized to access your application. You can revoke this authorization at anytime.","api_authorized_clients_name":"Name","api_authorized_clients_scopes":"Scopes","api_authorized_clients_title":"Authorized Applications","api_description":"The API can be used to manipulate Monica\u2019s data from an external application, like a mobile application for instance.","api_oauth_clientid":"Client ID","api_oauth_clients":"Your Oauth clients","api_oauth_clients_desc":"This section lets you register your own OAuth clients.","api_oauth_create":"Create Client","api_oauth_create_new":"Create New Client","api_oauth_name":"Name","api_oauth_name_help":"Something your users will recognize and trust.","api_oauth_not_created":"You have not created any OAuth clients.","api_oauth_redirecturl":"Redirect URL","api_oauth_redirecturl_help":"Your application\u2019s authorization callback URL.","api_oauth_secret":"Secret","api_oauth_title":"Oauth Clients","api_pao_description":"Make sure you give this token to a source you trust \u2013 as they allow you to access all your data.","api_personal_access_tokens":"Personal access tokens","api_title":"API access","api_token_create":"Create Token","api_token_create_new":"Create New Token","api_token_delete":"Delete","api_token_help":"Here is your new personal access token. This is the only time it will be shown so don\u2019t lose it! You may now use this token to make API requests.","api_token_name":"Name","api_token_not_created":"You have not created any personal access tokens.","api_token_scopes":"Scopes","api_token_title":"Personal access token","currency":"Moneda","delete_cta":"Deletar conta","delete_desc":"Do you wish to delete your account? Warning: deletion is permanent and all your data will be erased permamently.","delete_notice":"Tem certeza que deseja excluir sua conta? N\u00e3o h\u00e1 como voltar atr\u00e1s.","delete_title":"Delete your account","email":"Endere\u00e7o de email","email_help":"This is the email used to login, and this is where you\u2019ll receive your reminders.","email_placeholder":"Digite o email","export_be_patient":"Click the button to start the export. It might take several minutes to process the export \u2013 please be patient and do not spam the button.","export_sql_cta":"Export to SQL","export_sql_explanation":"Exporting your data in SQL format allows you to take your data and import it to your own Monica instance. This is only valuable if you do have your own server.","export_sql_link_instructions":"Note: read the instructions<\/a> to learn more about importing this file to your instance.","export_title":"Export your account data","export_title_sql":"Export to SQL","firstname":"Primeiro nome","import_blank_cta":"Import vCard","import_blank_description":"We can import vCard files that you can get from Google Contacts or your Contact manager.","import_blank_question":"Would you like to import contacts now?","import_blank_title":"You haven\u2019t imported any contacts yet.","import_cta":"Upload contacts","import_in_progress":"The import is in progress. Reload the page in one minute.","import_need_subscription":"Importing data requires a subscription.","import_report_date":"Date of the import","import_report_number_contacts":"Number of contacts in the file","import_report_number_contacts_imported":"Number of imported contacts","import_report_number_contacts_skipped":"Number of skipped contacts","import_report_status_imported":"Imported","import_report_status_skipped":"Skipped","import_report_title":"Importing report","import_report_type":"Type of import","import_result_stat":"Uploaded vCard with 1 contact (:total_imported imported, :total_skipped skipped)|Uploaded vCard with :total_contacts contacts (:total_imported imported, :total_skipped skipped)","import_stat":"You\u2019ve imported :number files so far.","import_title":"Import contacts in your account","import_upload_behaviour":"Import behaviour:","import_upload_behaviour_add":"Add new contacts, skip existing","import_upload_behaviour_help":"Note: Replacing will replace all data found in the vCard, but will keep existing contact fields.","import_upload_behaviour_replace":"Replace existing contacts","import_upload_form_file":"Your .vcf<\/code> or .vCard<\/code> file:","import_upload_rule_cant_revert":"Make sure data is accurate before uploading, as you can\u2019t undo the upload.","import_upload_rule_format":"We support .vcard<\/code> and .vcf<\/code> files.","import_upload_rule_instructions":"Export instructions for Contacts.app (macOS)<\/a> and Google Contacts<\/a>.","import_upload_rule_limit":"Files are limited to 10MB.","import_upload_rule_multiple":"For now, if your contacts have multiple email addresses or phone numbers, only the first entry will be picked up.","import_upload_rule_time":"It might take up to 1 minute to upload the contacts and process them. Be patient.","import_upload_rule_vcard":"We support the vCard 3.0 format, which is the default format for Contacts.app (macOS) and Google Contacts.","import_upload_rules_desc":"We do however have some rules:","import_upload_title":"Import your contacts from a vCard file","import_vcard_contact_exist":"Contact already exists","import_vcard_contact_no_firstname":"No firstname (mandatory)","import_vcard_file_no_entries":"File contains no entries","import_vcard_file_not_found":"File not found","import_vcard_unknown_entry":"Unknown contact name","import_view_report":"View report","lastname":"Last name","layout":"Layout","layout_big":"Largura total do navegador","layout_small":"M\u00e1ximo 1200 pixels de largura","locale":"Idioma usado no aplicativo","locale_cs":"Checo","locale_de":"Alem\u00e3o","locale_en":"Ingl\u00eas","locale_es":"Spanish","locale_fr":"Franc\u00eas","locale_he":"Hebrew","locale_it":"Italiano","locale_nl":"Dutch","locale_pt":"Portugu\u00eas","locale_ru":"Russian","locale_tr":"Turkish","locale_zh":"Chinese Simplified","name":"Seu nome: :name","name_order":"Name order","name_order_firstname_lastname":" - John Doe","name_order_firstname_lastname_nickname":" () - John Doe (Rambo)","name_order_firstname_nickname_lastname":" () - John (Rambo) Doe","name_order_lastname_firstname":" - Doe John","name_order_lastname_firstname_nickname":" () - Doe John (Rambo)","name_order_lastname_nickname_firstname":" () - Doe (Rambo) John","name_order_nickname":" - Rambo","password_btn":"Change password","password_change":"Password change","password_current":"Current password","password_current_placeholder":"Enter your current password","password_new1":"New password","password_new1_placeholder":"Enter a new password","password_new2":"Confirmation","password_new2_placeholder":"Retype the new password","personalisation_paid_upgrade":"This is a premium feature that requires a Paid subscription to be active. Upgrade your account by visiting Settings > Subscription.","personalization_activity_type_add_button":"Add a new activity type","personalization_activity_type_category_add":"Add a new activity type category","personalization_activity_type_category_description":"An activity done with one of your contact can have a type and a category type. Your account comes by default with a set of predefined category types, but you can customize everything here.","personalization_activity_type_category_modal_add":"Add a new activity type category","personalization_activity_type_category_modal_delete":"Delete an activity type category","personalization_activity_type_category_modal_delete_desc":"Are you sure you want to delete this category? Deleting it will delete all associated activity types. However, activities that belong to this category will not be affected by this deletion.","personalization_activity_type_category_modal_delete_error":"We can\u2019t find this activity type category.","personalization_activity_type_category_modal_edit":"Edit an activity type category","personalization_activity_type_category_modal_question":"How should we name this new category?","personalization_activity_type_category_table_actions":"Actions","personalization_activity_type_category_table_name":"Name","personalization_activity_type_category_title":"Activity type categories","personalization_activity_type_modal_add":"Add a new activity type","personalization_activity_type_modal_delete":"Delete an activity type","personalization_activity_type_modal_delete_desc":"Are you sure you want to delete this activity type? Activities that belong to this category will not be affected by this deletion.","personalization_activity_type_modal_delete_error":"We can\u2019t find this activity type.","personalization_activity_type_modal_edit":"Edit an activity type","personalization_activity_type_modal_question":"How should we name this new activity type?","personalization_contact_field_type_add":"Add new field type","personalization_contact_field_type_add_success":"The contact field type has been successfully added.","personalization_contact_field_type_delete_success":"The contact field type has been deleted with success.","personalization_contact_field_type_description":"Here you can configure all the different types of contact fields that you can associate to all your contacts. If in the future, a new social network appears, you will be able to add this new type of ways of contacting your contacts right here.","personalization_contact_field_type_edit_success":"The contact field type has been successfully updated.","personalization_contact_field_type_modal_delete_description":"Are you sure you want to delete this contact field type? Deleting this type of contact field will delete ALL the data with this type for all your contacts.","personalization_contact_field_type_modal_delete_title":"Delete an existing contact field type","personalization_contact_field_type_modal_edit_title":"Edit an existing contact field type","personalization_contact_field_type_modal_icon":"Icon (optional)","personalization_contact_field_type_modal_icon_help":"You can associate an icon with this contact field type. You need to add a reference to a Font Awesome icon.","personalization_contact_field_type_modal_name":"Name","personalization_contact_field_type_modal_protocol":"Protocol (optional)","personalization_contact_field_type_modal_protocol_help":"Each new contact field type can be clickable. If a protocol is set, we will use it to trigger the action that is set.","personalization_contact_field_type_modal_title":"Add a new contact field type","personalization_contact_field_type_table_actions":"Actions","personalization_contact_field_type_table_name":"Name","personalization_contact_field_type_table_protocol":"Protocol","personalization_contact_field_type_title":"Contact field types","personalization_genders_add":"Add new gender type","personalization_genders_desc":"You can define as many genders as you need to. You need at least one gender type in your account.","personalization_genders_modal_add":"Add gender type","personalization_genders_modal_delete":"Delete gender type","personalization_genders_modal_delete_desc":"Are you sure you want to delete {name}?","personalization_genders_modal_delete_question":"You currently have {count} contact that has this gender. If you delete this gender, what gender should this contact have?|You currently have {count} contacts that have this gender. If you delete this gender, what gender should these contacts have?","personalization_genders_modal_edit":"Update gender type","personalization_genders_modal_edit_question":"How should this new gender be renamed?","personalization_genders_modal_error":"Please choose a valid gender from the list.","personalization_genders_modal_question":"How should this new gender be called?","personalization_genders_title":"Gender types","personalization_module_desc":"Some people don\u2019t need all the features. Below you can toggle specific features that are used on a contact sheet. This change will affect ALL your contacts. Note that if you turn off one of these features, data will not be lost - we will simply hide the feature.","personalization_module_save":"The change has been saved","personalization_module_title":"Features","personalization_reminder_rule_desc":"For every reminder that you set, we can send you an email some days before the event happens. You can toggle those notifications here. Note that those notifications only apply to monthly and yearly reminders.","personalization_reminder_rule_line":"{count} day before|{count} days before","personalization_reminder_rule_save":"The change has been saved","personalization_reminder_rule_title":"Reminder rules","personalization_tab_title":"Personalize your account","personalization_title":"Here you can find different settings to configure your account. These features are more for \u201cpower users\u201d who want maximum control over Monica.","reminder_time_to_send":"Time of the day reminders should be sent","reminder_time_to_send_help":"For your information, your next reminder will be sent on {dateTime}<\/span>.","reset_cta":"Reset account","reset_desc":"Do you wish to reset your account? This will remove all your contacts, and the data associated with them. Your account will not be deleted.","reset_notice":"Are you sure to reset your account? There is no turning back.","reset_success":"Your account has been reset successfully","reset_title":"Reset your account","save":"Salvar Prefer\u00eancias","security_help":"Change security matters for your account.","security_title":"Seguran\u00e7a","settings_success":"Prefer\u00eancias atualizadas!","sidebar_personalization":"Personalization","sidebar_settings":"Account settings","sidebar_settings_api":"API","sidebar_settings_export":"Export data","sidebar_settings_import":"Import data","sidebar_settings_security":"Seguran\u00e7a","sidebar_settings_subscriptions":"Subscri\u00e7\u00e3o","sidebar_settings_tags":"Tags management","sidebar_settings_users":"Utilizadores","subscriptions_account_current_paid_plan":"You are on the :name plan. Thanks so much for being a subscriber.","subscriptions_account_current_plan":"Your current plan","subscriptions_account_free_plan":"You are on the free plan.","subscriptions_account_free_plan_benefits_import_data_vcard":"Import your contacts with vCard","subscriptions_account_free_plan_benefits_reminders":"Reminders by email","subscriptions_account_free_plan_benefits_support":"Support the project on the long run, so we can introduce more great features.","subscriptions_account_free_plan_benefits_users":"Unlimited number of users","subscriptions_account_free_plan_upgrade":"You can upgrade your account to the :name plan, which costs $:price per month. Here are the advantages:","subscriptions_account_invoices":"Invoices","subscriptions_account_invoices_download":"Download","subscriptions_account_next_billing":"Your subscription will auto-renew on :date<\/strong>. You can cancel subscription<\/a> anytime.","subscriptions_account_payment":"Which payment option fits you best?","subscriptions_account_upgrade":"Upgrade your account","subscriptions_account_upgrade_choice":"Pick a plan below and join over :customers persons who upgraded their Monica.","subscriptions_account_upgrade_title":"Upgrade Monica today and have more meaningful relationships.","subscriptions_back":"Back to settings","subscriptions_downgrade_cta":"Downgrade","subscriptions_downgrade_limitations":"The free plan has limitations. In order to be able to downgrade, you need to pass the checklist below:","subscriptions_downgrade_rule_invitations":"You must not have pending invitations","subscriptions_downgrade_rule_invitations_constraint":"You currently have 1 pending invitation<\/a> sent to people.|You currently have :count pending invitations<\/a> sent to people.","subscriptions_downgrade_rule_users":"You must have only 1 user in your account","subscriptions_downgrade_rule_users_constraint":"You currently have 1 user<\/a> in your account.|You currently have :count users<\/a> in your account.","subscriptions_downgrade_success":"You are back to the Free plan!","subscriptions_downgrade_thanks":"Thanks so much for having tried the paid plan. We keep adding new features on Monica all the time \u2013 so you might want to come back in the future to see if you might be interested in taking a subscription again.","subscriptions_downgrade_title":"Downgrade your account to the free plan","subscriptions_help_change_desc":"You can cancel anytime, no questions asked, and all by yourself \u2013 no need to contact support or whatever. However, you will not be refunded for the current period.","subscriptions_help_change_title":"What if I change my mind?","subscriptions_help_discounts_desc":"We do! Monica is free for students, and free for non-profits and charities. Just contact the support<\/a> with a proof of your status and we\u2019ll apply this special status in your account.","subscriptions_help_discounts_title":"Do you have discounts for non-profits and education?","subscriptions_help_limits_plan":"Absolutely not. Free plans do not have limitations on the number of contacts you can have.","subscriptions_help_limits_title":"Is there any limit to the number of contacts we can have on the free plan?","subscriptions_help_opensource_desc":"Monica is an open source project. This means it is built by an entirely benevolent community who just wants to provide a great tool for the greater good. Being open source means the code is publicly available on GitHub, and everyone can inspect it, modify it or enhance it. All the money we raise is dedicated to build better features, have more powerful servers, help pay the bills. Thanks for your help. We couldn\u2019t do it without you \u2013 litterally.","subscriptions_help_opensource_title":"What is an open source project?","subscriptions_help_title":"Additional details you may be curious about","subscriptions_pdf_title":"Your :name monthly subscription","subscriptions_plan_choose":"Choose this plan","subscriptions_plan_include1":"Included with your upgrade:","subscriptions_plan_include2":"Unlimited number of users \u2022 Reminders by email \u2022 Import with vCard \u2022 Personalization of the contact sheet","subscriptions_plan_include3":"100% of the profits go the development of this great open source project.","subscriptions_plan_month_bonus":"Cancel any time","subscriptions_plan_month_cost":"$5\/month","subscriptions_plan_month_title":"Pay monthly","subscriptions_plan_year_bonus":"Peace of mind for a whole year","subscriptions_plan_year_cost":"$45\/year","subscriptions_plan_year_cost_save":"you\u2019ll save 25%","subscriptions_plan_year_title":"Pay annually","subscriptions_upgrade_charge":"We\u2019ll charge your card USD $:price now. The next charge will be on :date. If you ever change your mind, you can cancel anytime, no questions asked.","subscriptions_upgrade_charge_handled":"The payment is handled by Stripe<\/a>. No card information touches our server.","subscriptions_upgrade_choose":"You picked the :plan plan.","subscriptions_upgrade_credit":"Credit or debit card","subscriptions_upgrade_infos":"We couldn\u2019t be happier. Enter your payment info below.","subscriptions_upgrade_name":"Name on card","subscriptions_upgrade_submit":"Submit Payment","subscriptions_upgrade_success":"Thank you! You are now subscribed.","subscriptions_upgrade_thanks":"Welcome to the community of people who try to make the world a better place.","subscriptions_upgrade_title":"Upgrade your account","subscriptions_upgrade_zip":"ZIP or postal code","tags_blank_description":"Tags work like folders, but you can add more than one tag to a contact. Go to a contact and tag a friend, right below the name. Once a contact is tagged, go back here to manage all the tags in your account.","tags_blank_title":"Tags are a great way of categorizing your contacts.","tags_list_contact_number":"1 contacto|:count contactos","tags_list_delete_confirmation":"Are you sure you want to delete the tag? No contacts will be deleted, only the tag.","tags_list_delete_success":"The tag has been successfully with success","tags_list_description":"You can organize your contacts by setting up tags. Tags work like folders, but you can add more than one tag to a contact.","tags_list_title":"Tags","timezone":"Fuso hor\u00e1rio","u2f_buttonAdvise":"If your security key has a button, press it.","u2f_enable_description":"Add a new U2F security key","u2f_error_bad_request":"The visited URL doesn\u2019t match the App ID or your are not using HTTPS","u2f_error_configuration_unsupported":"Client configuration is not supported.","u2f_error_device_ineligible":"The presented device is not eligible for this request. For a registration request this may mean that the token is already registered, and for a sign request it may mean that the token does not know the presented key handle.","u2f_error_other_error":"An error occurred.","u2f_error_timeout":"Timeout reached before request could be satisfied.","u2f_insertKey":"Insert your security key.","u2f_noButtonAdvise":"If it does not, remove it and insert it again.","u2f_success":"Your key is detected and validated.","u2f_title":"U2F security key","users_accept_title":"Accept invitation and create a new account","users_add_confirmation":"I confirm that I want to invite this user to my account. This person will access ALL my data and see exactly what I see.","users_add_cta":"Invite user by email","users_add_description":"This person will have the same rights as you do, including inviting other users and deleting them (including you). Therefore, make sure you trust this person.","users_add_email_field":"Enter the email of the person you want to invite","users_add_title":"Invite a new user by email to your account","users_blank_add_title":"Would you like to invite someone else?","users_blank_cta":"Invite someone","users_blank_description":"This person will have the same access that you have, and will be able to add, edit or delete contact information.","users_blank_title":"You are the only one who has access to this account.","users_error_already_invited":"You already have invited this user. Please choose another email address.","users_error_email_already_taken":"This email is already taken. Please choose another one","users_error_email_not_similar":"This is not the email of the person who\u2019ve invited you.","users_error_please_confirm":"Please confirm that you want to invite this before proceeding with the invitation","users_invitation_deleted_confirmation_message":"The invitation has been successfully deleted","users_invitation_need_subscription":"Adding more users requires a subscription.","users_invitations_delete_confirmation":"Are you sure you want to delete this invitation?","users_list_add_user":"Invite a new user","users_list_delete_confirmation":"Are you sure to delete this user from your account?","users_list_invitations_explanation":"Below are the people you\u2019ve invited to join Monica as a collaborator.","users_list_invitations_invited_by":"invited by :name","users_list_invitations_sent_date":"sent on :date","users_list_invitations_title":"Pending invitations","users_list_title":"Users with access to your account","users_list_you":"That\u2019s you"},"validation":{"accepted":"O campo :attribute deve ser aceito.","active_url":"O campo :attribute deve conter uma URL v\u00e1lida.","after":"O campo :attribute deve conter uma data posterior a :date.","after_or_equal":"The :attribute must be a date after or equal to :date.","alpha":"O campo :attribute deve conter apenas letras.","alpha_dash":"O campo :attribute deve conter apenas letras, n\u00fameros e tra\u00e7os.","alpha_num":"O campo :attribute deve conter apenas letras e n\u00fameros .","array":"O campo :attribute deve conter um array.","attributes":[],"before":"O campo :attribute deve conter uma data anterior a :date.","before_or_equal":"The :attribute must be a date before or equal to :date.","between":{"array":"O campo :attribute deve conter de :min a :max itens.","file":"O campo :attribute deve conter um arquivo de :min a :max kilobytes.","numeric":"O campo :attribute deve conter um n\u00famero entre :min e :max.","string":"O campo :attribute deve conter entre :min a :max caracteres."},"boolean":"O campo :attribute deve conter o valor verdadeiro ou falso.","confirmed":"A confirma\u00e7\u00e3o para o campo :attribute n\u00e3o coincide.","custom":{"attribute-name":{"rule-name":"mensagem-personalizada"}},"date":"O campo :attribute n\u00e3o cont\u00e9m uma data v\u00e1lida.","date_format":"A data informada para o campo :attribute n\u00e3o respeita o formato :format.","different":"Os campos :attribute e :other devem conter valores diferentes.","digits":"O campo :attribute deve conter :digits d\u00edgitos.","digits_between":"O campo :attribute deve conter entre :min a :max d\u00edgitos.","dimensions":"The :attribute has invalid image dimensions.","distinct":"O campo :attribute cont\u00e9m um valor duplicado.","email":"O campo :attribute n\u00e3o cont\u00e9m um endere\u00e7o de email v\u00e1lido.","exists":"O valor selecionado para o campo :attribute \u00e9 inv\u00e1lido.","file":"The :attribute must be a file.","filled":"The :attribute field must have a value.","image":"O campo :attribute deve conter uma imagem.","in":"O campo :attribute n\u00e3o cont\u00e9m um valor v\u00e1lido.","in_array":"O campo :attribute n\u00e3o existe em :other.","integer":"O campo :attribute deve conter um n\u00famero inteiro.","ip":"O campo :attribute deve conter um IP v\u00e1lido.","ipv4":"The :attribute must be a valid IPv4 address.","ipv6":"The :attribute must be a valid IPv6 address.","json":"O campo :attribute deve conter uma string JSON v\u00e1lida.","max":{"array":"O campo :attribute deve conter no m\u00e1ximo :max itens.","file":"O campo :attribute n\u00e3o pode conter um arquivo com mais de :max kilobytes.","numeric":"O campo :attribute n\u00e3o pode conter um valor superior a :max.","string":"O campo :attribute n\u00e3o pode conter mais de :max caracteres."},"mimes":"O campo :attribute deve conter um arquivo do tipo: :values.","mimetypes":"The :attribute must be a file of type: :values.","min":{"array":"O campo :attribute deve conter no m\u00ednimo :min itens.","file":"O campo :attribute deve conter um arquivo com no m\u00ednimo :min kilobytes.","numeric":"O campo :attribute deve conter um n\u00famero superior ou igual a :min.","string":"O campo :attribute deve conter no m\u00ednimo :min caracteres."},"not_in":"O campo :attribute cont\u00e9m um valor inv\u00e1lido.","not_regex":"The :attribute format is invalid.","numeric":"O campo :attribute deve conter um valor num\u00e9rico.","present":"O campo :attribute deve estar presente.","regex":"O formato do valor informado no campo :attribute \u00e9 inv\u00e1lido.","required":"O campo :attribute \u00e9 obrigat\u00f3rio.","required_if":"O campo :attribute \u00e9 obrigat\u00f3rio quando o valor do campo :other \u00e9 igual a :value.","required_unless":"O campo :attribute \u00e9 obrigat\u00f3rio a menos que :other esteja presente em :values.","required_with":"O campo :attribute \u00e9 obrigat\u00f3rio quando :values est\u00e1 presente.","required_with_all":"O campo :attribute \u00e9 obrigat\u00f3rio quando um dos :values est\u00e1 presente.","required_without":"O campo :attribute \u00e9 obrigat\u00f3rio quando :values n\u00e3o est\u00e1 presente.","required_without_all":"O campo :attribute \u00e9 obrigat\u00f3rio quando nenhum dos :values est\u00e1 presente.","same":"Os campos :attribute e :other devem conter valores iguais.","size":{"array":"O campo :attribute deve conter :size itens.","file":"O campo :attribute deve conter um arquivo com o tamanho de :size kilobytes.","numeric":"O campo :attribute deve conter o n\u00famero :size.","string":"O campo :attribute deve conter :size caracteres."},"string":"O campo :attribute deve ser uma string.","timezone":"O campo :attribute deve conter um fuso hor\u00e1rio v\u00e1lido.","unique":"O valor informado para o campo :attribute j\u00e1 est\u00e1 em uso.","uploaded":"The :attribute failed to upload.","url":"O formato da URL informada para o campo :attribute \u00e9 inv\u00e1lido."}} diff --git a/public/js/langs/ru.json b/public/js/langs/ru.json index ed9267cb7bc..fc85ca3d097 100644 --- a/public/js/langs/ru.json +++ b/public/js/langs/ru.json @@ -1 +1 @@ -{"app":{"add":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c","application_description":"Monica is a tool to manage your interactions with your loved ones, friends and family.","application_og_title":"Have better relations with your loved ones. Free Online CRM for friends and family.","application_title":"Monica \u2013 personal relationship manager","breadcrumb_add_note":"Add a note","breadcrumb_add_significant_other":"Add significant other","breadcrumb_api":"API","breadcrumb_dashboard":"\u041e\u0431\u0437\u043e\u0440","breadcrumb_edit_introductions":"How did you meet","breadcrumb_edit_note":"Edit a note","breadcrumb_edit_significant_other":"Edit significant other","breadcrumb_journal":"\u0416\u0443\u0440\u043d\u0430\u043b","breadcrumb_list_contacts":"\u0421\u043f\u0438\u0441\u043e\u043a \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043e\u0432","breadcrumb_settings":"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438","breadcrumb_settings_export":"\u042d\u043a\u0441\u043f\u043e\u0440\u0442","breadcrumb_settings_import":"\u0418\u043c\u043f\u043e\u0440\u0442","breadcrumb_settings_import_report":"\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043e\u0442\u0447\u0451\u0442","breadcrumb_settings_import_upload":"\u0417\u0430\u043a\u0430\u0447\u0430\u0442\u044c","breadcrumb_settings_personalization":"Personalization","breadcrumb_settings_security":"Security","breadcrumb_settings_security_2fa":"Two Factor Authentication","breadcrumb_settings_subscriptions":"\u041f\u043e\u0434\u043f\u0438\u0441\u043a\u0430","breadcrumb_settings_tags":"\u0422\u044d\u0433\u0438","breadcrumb_settings_users":"\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438","breadcrumb_settings_users_add":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f","cancel":"\u041e\u0442\u043c\u0435\u043d\u0430","close":"\u0417\u0430\u043a\u0440\u044b\u0442\u044c","compliance_desc":"We have changed our Terms of Use<\/a> and Privacy Policy<\/a>. By law we have to ask you to review them and accept them so you can continue to use your account.","compliance_desc_end":"We don\u2019t do anything nasty with your data or account and will never do.","compliance_terms":"Accept new terms and privacy policy","compliance_title":"Sorry for the interruption.","create":"Create","days":"day|days","default_save_success":"The data has been saved.","delete":"\u0423\u0434\u0430\u043b\u0438\u0442\u044c","done":"Done","edit":"\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c","error_save":"We had an error trying to save the data.","error_title":"Whoops! Something went wrong.","error_unauthorized":"You don\u2019t have the right to edit this resource.","footer_modal_version_release_away":"You are 1 release behind the latest version available. You should update your instance.|You are :number releases behind the latest version available. You should update your instance.","footer_modal_version_whats_new":"\u0427\u0442\u043e \u043d\u043e\u0432\u043e\u0433\u043e","footer_new_version":"\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f","footer_newsletter":"\u0420\u0430\u0441\u0441\u044b\u043b\u043a\u0430","footer_privacy":"\u041f\u043e\u043b\u0438\u0442\u0438\u043a\u0430 \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438","footer_release":"\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044f \u043a \u0432\u044b\u043f\u0443\u0441\u043a\u0443","footer_remarks":"\u0415\u0441\u0442\u044c \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f?","footer_send_email":"\u041e\u0442\u043f\u0440\u0430\u0432\u044c\u0442\u0435 \u043c\u043d\u0435 email","footer_source_code":"Contribute","footer_version":"\u0412\u0435\u0440\u0441\u0438\u044f: :version","for":"for","gender_female":"\u0416\u0435\u043d\u0441\u043a\u0438\u0439","gender_male":"\u041c\u0443\u0436\u0441\u043a\u043e\u0439","gender_none":"\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e","header_changelog_link":"Product changes","header_logout_link":"\u0412\u044b\u0439\u0442\u0438","header_settings_link":"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438","load_more":"Load more","loading":"Loading...","main_nav_activities":"\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438","main_nav_cta":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043b\u044e\u0434\u0435\u0439","main_nav_dashboard":"\u041e\u0431\u0437\u043e\u0440","main_nav_family":"\u043a\u043e\u043d\u0442\u0430\u043a\u0442\u044b","main_nav_journal":"\u0416\u0443\u0440\u043d\u0430\u043b","main_nav_tasks":"\u0417\u0430\u0434\u0430\u0447\u0438","markdown_description":"\u0425\u043e\u0442\u0438\u0442\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0430\u0448 \u0442\u0435\u043a\u0441\u0442? \u041c\u044b \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c Markdown \u0434\u043b\u044f \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u044d\u0442\u0438\u0445 \u0444\u0443\u043d\u043a\u0446\u0438\u0439","markdown_link":"\u0427\u0438\u0442\u0430\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044e","new":"new","relationship_type_bestfriend":"best friend","relationship_type_bestfriend_female":"best friend","relationship_type_bestfriend_female_with_name":":name\u2019s best friend","relationship_type_bestfriend_with_name":":name\u2019s best friend","relationship_type_boss":"boss","relationship_type_boss_female":"boss","relationship_type_boss_female_with_name":":name\u2019s boss","relationship_type_boss_with_name":":name\u2019s boss","relationship_type_child":"son","relationship_type_child_female":"daughter","relationship_type_child_female_with_name":":name\u2019s daughter","relationship_type_child_with_name":":name\u2019s son","relationship_type_colleague":"colleague","relationship_type_colleague_female":"colleague","relationship_type_colleague_female_with_name":":name\u2019s colleague","relationship_type_colleague_with_name":":name\u2019s colleague","relationship_type_cousin":"cousin","relationship_type_cousin_female":"cousin","relationship_type_cousin_female_with_name":":name\u2019s cousin","relationship_type_cousin_with_name":":name\u2019s cousin","relationship_type_date":"date","relationship_type_date_female":"date","relationship_type_date_female_with_name":":name\u2019s date","relationship_type_date_with_name":":name\u2019s date","relationship_type_ex":"ex-boyfriend","relationship_type_ex_female":"ex-girlfriend","relationship_type_ex_female_with_name":":name\u2019s ex-girlfriend","relationship_type_ex_husband":"ex husband","relationship_type_ex_husband_female":"ex wife","relationship_type_ex_husband_female_with_name":":name\u2019s ex wife","relationship_type_ex_husband_with_name":":name\u2019s ex husband","relationship_type_ex_with_name":":name\u2019s ex-boyfriend","relationship_type_friend":"friend","relationship_type_friend_female":"friend","relationship_type_friend_female_with_name":":name\u2019s friend","relationship_type_friend_with_name":":name\u2019s friend","relationship_type_godfather":"godfather","relationship_type_godfather_female":"godmother","relationship_type_godfather_female_with_name":":name\u2019s godmother","relationship_type_godfather_with_name":":name\u2019s godfather","relationship_type_godson":"godson","relationship_type_godson_female":"goddaughter","relationship_type_godson_female_with_name":":name\u2019s goddaughter","relationship_type_godson_with_name":":name\u2019s godson","relationship_type_grandchild":"grand child","relationship_type_grandchild_female":"grand child","relationship_type_grandchild_female_with_name":":name\u2019s grand child","relationship_type_grandchild_with_name":":name\u2019s grand child","relationship_type_grandparent":"grand parent","relationship_type_grandparent_female":"grand parent","relationship_type_grandparent_female_with_name":":name\u2019s grand parent","relationship_type_grandparent_with_name":":name\u2019s grand parent","relationship_type_group_family":"Family relationships","relationship_type_group_friend":"Friend relationships","relationship_type_group_love":"Love relationships","relationship_type_group_other":"Other kind of relationships","relationship_type_group_work":"Work relationships","relationship_type_inlovewith":"in love with","relationship_type_inlovewith_female":"in love with","relationship_type_inlovewith_female_with_name":"someone :name is in love with","relationship_type_inlovewith_with_name":"someone :name is in love with","relationship_type_lovedby":"loved by","relationship_type_lovedby_female":"loved by","relationship_type_lovedby_female_with_name":":name\u2019s secret lover","relationship_type_lovedby_with_name":":name\u2019s secret lover","relationship_type_lover":"lover","relationship_type_lover_female":"lover","relationship_type_lover_female_with_name":":name\u2019s lover","relationship_type_lover_with_name":":name\u2019s lover","relationship_type_mentor":"mentor","relationship_type_mentor_female":"mentor","relationship_type_mentor_female_with_name":":name\u2019s mentor","relationship_type_mentor_with_name":":name\u2019s mentor","relationship_type_nephew":"nephew","relationship_type_nephew_female":"niece","relationship_type_nephew_female_with_name":":name\u2019s niece","relationship_type_nephew_with_name":":name\u2019s nephew","relationship_type_parent":"father","relationship_type_parent_female":"mother","relationship_type_parent_female_with_name":":name\u2019s mother","relationship_type_parent_with_name":":name\u2019s father","relationship_type_partner":"significant other","relationship_type_partner_female":"significant other","relationship_type_partner_female_with_name":":name\u2019s significant other","relationship_type_partner_with_name":":name\u2019s significant other","relationship_type_protege":"protege","relationship_type_protege_female":"protege","relationship_type_protege_female_with_name":":name\u2019s protege","relationship_type_protege_with_name":":name\u2019s protege","relationship_type_sibling":"brother","relationship_type_sibling_female":"sister","relationship_type_sibling_female_with_name":":name\u2019s sister","relationship_type_sibling_with_name":":name\u2019s brother","relationship_type_spouse":"spouse","relationship_type_spouse_female":"spouse","relationship_type_spouse_female_with_name":":name\u2019s spouse","relationship_type_spouse_with_name":":name\u2019s spouse","relationship_type_subordinate":"subordinate","relationship_type_subordinate_female":"subordinate","relationship_type_subordinate_female_with_name":":name\u2019s subordinate","relationship_type_subordinate_with_name":":name\u2019s subordinate","relationship_type_uncle":"uncle","relationship_type_uncle_female":"aunt","relationship_type_uncle_female_with_name":":name\u2019s aunt","relationship_type_uncle_with_name":":name\u2019s uncle","remove":"\u0423\u0431\u0440\u0430\u0442\u044c","revoke":"Revoke","save":"\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c","unknown":"I don\u2019t know","update":"\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c","upload":"\u0417\u0430\u043a\u0430\u0447\u0430\u0442\u044c","verify":"Verify","with":"with"},"auth":{"2fa_one_time_password":"Two factor authentication code","2fa_otp_help":"Open up your two factor authentication mobile app and copy the code","2fa_recuperation_code":"Enter a two factor recovery code","2fa_title":"Two Factor Authentication","2fa_wrong_validation":"The two factor authentication has failed.","back_homepage":"Back to homepage","button_remember":"Remember Me","confirmation_again":"If you want to change your email address you can click here<\/a>.","create_account":"Create the first account by signing up<\/a>","email":"Email","email_change_current_email":"Current email address:","email_change_new":"New email address","email_change_title":"Change your email address","email_changed":"Your email address has been changed. Check your mailbox to validate it.","failed":"\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438 \u043f\u0430\u0440\u043e\u043b\u044c \u043d\u0435 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0442.","login":"Login","login_again":"Please login again to your account","login_to_account":"Login to your account","mfa_auth_otp":"Authenticate with your two factor device","mfa_auth_u2f":"Authenticate with a U2F device","not_authorized":"\u0412\u0430\u043c \u043d\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0442\u044c \u044d\u0442\u043e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435.","password":"Password","password_forget":"Forget your password?","password_reset":"Reset your password","password_reset_action":"Reset Password","password_reset_email":"E-Mail Address","password_reset_email_content":"Click here to reset your password:","password_reset_password":"Password","password_reset_password_confirm":"Confirm Password","password_reset_send_link":"Send Password Reset Link","password_reset_title":"Reset Password","register_action":"Register","register_create_account":"You need to create an account to use Monica","register_email":"Enter a valid email address","register_email_example":"you@home","register_firstname":"First name","register_firstname_example":"eg. John","register_invitation_email":"For security purposes, please indicate the email of the person who\u2019ve invited you to join this account. This information is provided in the invitation email.","register_lastname":"Last name","register_lastname_example":"eg. Doe","register_login":"Log in<\/a> if you already have an account.","register_password":"Password","register_password_confirmation":"Password confirmation","register_password_example":"Enter a secure password","register_policy":"Signing up signifies you\u2019ve read and agree to our Privacy Policy<\/a> and Terms of use<\/a>.","register_title_create":"Create your Monica account","register_title_welcome":"Welcome to your newly installed Monica instance","signup":"Sign up","signup_disabled":"\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u0441\u0435\u0439\u0447\u0430\u0441 \u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u0430.","signup_no_account":"Don\u2019t have an account?","throttle":"\u0421\u043b\u0438\u0448\u043a\u043e\u043c \u043c\u043d\u043e\u0433\u043e \u043f\u043e\u043f\u044b\u0442\u043e\u043a \u0432\u0445\u043e\u0434\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437 \u0447\u0435\u0440\u0435\u0437 :seconds \u0441\u0435\u043a\u0443\u043d\u0434.","u2f_otp_extension":"U2F is supported natively on Chrome, Firefox<\/a> and Opera. On old Firefox versions, install the U2F Support Add-on<\/a>."},"changelog":{"note":"Note: unfortunately, this page is only in English.","title":"Product changes"},"dashboard":{"dashboard_blank_cta":"\u0414\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u0432\u0430\u0448 \u043f\u0435\u0440\u0432\u044b\u0439 \u043a\u043e\u043d\u0442\u0430\u043a\u0442","dashboard_blank_description":"Monica is the place to organize all the interactions you have with the ones you care about.","dashboard_blank_illustration":"Illustration by Freepik<\/a>","dashboard_blank_title":"\u0414\u043e\u0431\u0440\u043e \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c \u0432 \u0432\u0430\u0448 \u0430\u043a\u043a\u0430\u0443\u043d\u0442!","debts_you_owe":"You owe","linkedin_profile":"LinkedIn","notes_title":"You don\u2019t have any starred notes yet.","reminders_next_months":"Events in the next 3 months","reminders_none":"No reminder for this month","statistics_activities":"\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438","statistics_contacts":"\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b","statistics_gifts":"\u041f\u043e\u0434\u0430\u0440\u043a\u0438","tab_calls_blank":"You haven\u2019t logged a call yet.","tab_debts":"Debts","tab_debts_blank":"You haven\u2019t logged any debt yet.","tab_favorite_notes":"Favorite notes","tab_recent_calls":"Recent calls"},"format":{"full_hour":"h.i A","full_month":"F","short_date":"M d","short_date_year":"M d, Y","short_date_year_time":"M d, Y H:i","short_day":"D","short_month":"M","short_month_year":"M Y"},"journal":{"delete_confirmation":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u044c?","entry_delete_success":"\u0417\u0430\u043f\u0438\u0441\u044c \u0431\u044b\u043b\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0430.","journal_add":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0436\u0443\u0440\u043d\u0430\u043b","journal_add_cta":"\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c","journal_add_date":"Date","journal_add_post":"\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435","journal_add_title":"\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a (\u043d\u0435 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)","journal_blank_cta":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432\u0430\u0448\u0443 \u043f\u0435\u0440\u0432\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0436\u0443\u0440\u043d\u0430\u043b","journal_blank_description":"\u0412 \u0436\u0443\u0440\u043d\u0430\u043b \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u0438 \u043e \u0441\u043e\u0431\u044b\u0442\u0438\u044f\u0445 \u0432 \u0432\u0430\u0448\u0435\u0439 \u0436\u0438\u0437\u043d\u0438, \u0447\u0442\u043e\u0431\u044b \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0445.","journal_come_back":"Thanks. Come back tomorrow to rate your day again.","journal_created_automatically":"Created automatically","journal_description":"Note: the journal lists both manual journal entries, and automatic entries like Activities done with your contacts. While you can delete journal entries manually, you\u2019ll have to delete the activity directly on the contact page.","journal_entry_rate":"You rated your day.","journal_entry_type_activity":"Activity","journal_entry_type_journal":"Journal entry","journal_rate":"How was your day? You can rate it once a day."},"mail":{"confirmation_email_button":"Verify email address","confirmation_email_intro":"To validate your email click on the button below","confirmation_email_title":"Monica \u2013 Email verification","footer_contact_info":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c, \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c, \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0438 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e\u0431 \u044d\u0442\u043e\u043c \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0435","for":"\u041e:","greetings":"\u041f\u0440\u0438\u0432\u0435\u0442 :username","notification_description":"In :count days (on :date), the following event will happen:","notification_subject_line":"You have an upcoming event","notifications_footer":"If you\u2019re having trouble clicking the \":actionText\" button, copy and paste the URL below into your web browser: [:actionURL](:actionURL)","notifications_hello":"Hello!","notifications_regards":"Regards","notifications_whoops":"Whoops!","stay_in_touch_subject_description":"You asked to be reminded to stay in touch with :name every :frequency days.","stay_in_touch_subject_line":"Stay in touch with :name","subject_line":"\u041d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435 \u0434\u043b\u044f :contact","want_reminded_of":"\u0412\u042b \u0425\u041e\u0422\u0418\u0422\u0415 \u041f\u041e\u041b\u0423\u0427\u0410\u0422\u042c \u041d\u0410\u041f\u041e\u041c\u0418\u041d\u0410\u041d\u0418\u042f"},"pagination":{"next":"\u0412\u043f\u0435\u0440\u0451\u0434 »","previous":"« \u041d\u0430\u0437\u0430\u0434"},"passwords":{"changed":"Password changed successfuly.","invalid":"Current password you entered is not correct.","password":"\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 \u0448\u0435\u0441\u0442\u0438 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u0438 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0442\u044c \u0441 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435\u043c.","reset":"\u0412\u0430\u0448 \u043f\u0430\u0440\u043e\u043b\u044c \u0431\u044b\u043b \u0441\u0431\u0440\u043e\u0448\u0435\u043d!","sent":"\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u0441\u0431\u0440\u043e\u0441 \u043f\u0430\u0440\u043e\u043b\u044f \u0431\u044b\u043b\u0430 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430.","token":"\u041e\u0448\u0438\u0431\u043e\u0447\u043d\u044b\u0439 \u043a\u043e\u0434 \u0441\u0431\u0440\u043e\u0441\u0430 \u043f\u0430\u0440\u043e\u043b\u044f.","user":"\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u0441\u0431\u0440\u043e\u0441 \u043f\u0430\u0440\u043e\u043b\u044f \u0431\u044b\u043b\u0430 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430."},"people":{"activities_activity":"Activity Category","activities_add_activity":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c","activities_add_cta":"\u0417\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c","activities_add_date_occured":"\u0414\u0430\u0442\u0430 \u043a\u043e\u0433\u0434\u0430 \u044d\u0442\u043e \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u043e","activities_add_error":"Error when adding the activity","activities_add_optional_comment":"\u041a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 (\u043d\u0435 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)","activities_add_pick_activity":"(Optional) Would you like to categorize this activity? You don\u2019t have to, but it will give you statistics later on","activities_add_success":"\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c \u0431\u044b\u043b\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430","activities_add_title":"\u0427\u0442\u043e \u0432\u044b \u0434\u0435\u043b\u0430\u043b\u0438 \u0441 :name?","activities_blank_add_activity":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c","activities_blank_title":"Keep track of what you\u2019ve done with :name in the past, and what you\u2019ve talked about","activities_delete_confirmation":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u0443 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c?","activities_delete_success":"\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c \u0431\u044b\u043b\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0430","activities_hide_details":"\u0421\u043a\u0440\u044b\u0442\u044c \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0432\u0442\u0438","activities_item_information":":Activity. \u0414\u0430\u0442\u0430: :date","activities_more_details":"\u0411\u043e\u043b\u044c\u0448\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0435\u0439","activities_summary":"\u041e\u043f\u0438\u0448\u0438\u0442\u0435 \u0447\u0442\u043e \u0432\u044b \u0434\u0435\u043b\u0430\u043b\u0438","activities_update_success":"\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c \u0431\u044b\u043b\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430","activities_who_was_involved":"\u041a\u0442\u043e \u0431\u044b\u043b \u0432\u043e\u0432\u043b\u0435\u0447\u0435\u043d?","activity_title":"\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438","activity_type_ate_at_his_place":"ate at their place","activity_type_ate_at_home":"\u0435\u043b\u0438 \u0434\u043e\u043c\u0430","activity_type_ate_restaurant":"\u0435\u043b\u0438 \u0432 \u0440\u0435\u0441\u0442\u043e\u0440\u0430\u043d\u0435","activity_type_category_cultural_activities":"Cultural activities","activity_type_category_food":"Food","activity_type_category_simple_activities":"Simple activities","activity_type_category_sport":"Sport","activity_type_did_sport_activities_together":"\u0437\u0430\u043d\u0438\u043c\u0430\u043b\u0438\u0441\u044c \u0441\u043f\u043e\u0440\u0442\u043e\u043c \u0432\u043c\u0435\u0441\u0442\u0435","activity_type_just_hung_out":"\u043f\u0440\u043e\u0441\u0442\u043e \u043f\u043e\u0432\u0435\u0441\u0435\u043b\u0438\u043b\u0438\u0441\u044c","activity_type_picknicked":"\u043f\u0438\u043a\u043d\u0438\u043a","activity_type_talked_at_home":"\u0440\u0430\u0437\u0433\u043e\u0432\u0430\u0440\u0438\u0432\u0430\u043b\u0438 \u0434\u043e\u043c\u0430","activity_type_watched_movie_at_home":"\u0441\u043c\u043e\u0442\u0440\u0435\u043b\u0438 \u043a\u0438\u043d\u043e \u0434\u043e\u043c\u0430","activity_type_went_bar":"\u043e\u0442\u043f\u0440\u0430\u0432\u0438\u043b\u0438\u0441\u044c \u0432 \u0431\u0430\u0440","activity_type_went_concert":"\u0445\u043e\u0434\u0438\u043b\u0438 \u043d\u0430 \u043a\u043e\u043d\u0446\u0435\u0440\u0442","activity_type_went_museum":"\u0431\u044b\u043b\u0438 \u0432 \u043c\u0443\u0437\u0435\u0435","activity_type_went_play":"\u0445\u043e\u0434\u0438\u043b\u0438 \u0438\u0433\u0440\u0430\u0442\u044c","activity_type_went_theater":"\u0445\u043e\u0434\u0438\u043b\u0438 \u0432 \u0442\u0435\u0430\u0442\u0440","age_approximate_in_years":"\u043f\u0440\u0438\u043c\u0435\u0440\u043d\u043e :age \u043b\u0435\u0442","age_exact_birthdate":"\u0434\u0435\u043d\u044c \u0440\u043e\u0436\u043d\u0435\u043d\u0438\u044f: :date","age_exact_in_years":":age \u043b\u0435\u0442","birthdate_not_set":"\u0414\u0435\u043d\u044c \u0440\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u043d\u0435 \u0443\u043a\u0430\u0437\u0430\u043d","call_blank_desc":"\u0412\u044b \u0437\u0432\u043e\u043d\u0438\u043b\u0438 :name","call_blank_title":"Keep track of the phone calls you\u2019ve done with :name","call_button":"Log a call","call_delete_confirmation":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0437\u0432\u043e\u043d\u043e\u043a?","call_delete_success":"\u0417\u0432\u043e\u043d\u043e\u043a \u0431\u044b\u043b \u0443\u0434\u0430\u043b\u0451\u043d","call_empty_comment":"\u041d\u0435\u0442 \u0434\u0435\u0442\u0430\u043b\u0435\u0439","call_title":"\u0422\u0435\u043b\u0435\u0444\u043e\u043d\u043d\u044b\u0435 \u0437\u0432\u043e\u043d\u043a\u0438","calls_add_success":"\u0417\u0432\u043e\u043d\u043e\u043a \u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d.","contact_address_form_city":"City (optional)","contact_address_form_country":"Country (optional)","contact_address_form_name":"Label (optional)","contact_address_form_postal_code":"Postal code (optional)","contact_address_form_province":"Province (optional)","contact_address_form_street":"Street (optional)","contact_address_title":"Addresses","contact_info_address":"Lives in","contact_info_form_contact_type":"Contact type","contact_info_form_content":"Content","contact_info_form_personalize":"Personalize","contact_info_title":"Contact information","debt_add_add_cta":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u043b\u0433","debt_add_amount":"\u0441\u0443\u043c\u043c\u0430 ","debt_add_cta":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u043b\u0433","debt_add_reason":"\u043f\u0440\u0438\u0447\u0438\u043d\u0430 \u0434\u043e\u043b\u0433\u0430 (\u043d\u0435 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)","debt_add_success":"\u0414\u043e\u043b\u0433 \u0431\u044b\u043b \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d","debt_add_they_owe":":name \u0434\u043e\u043b\u0436\u0435\u043d \u0432\u0430\u043c","debt_add_title":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0434\u043e\u043b\u0433\u0430\u043c\u0438","debt_add_you_owe":"\u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b :name","debt_delete_confirmation":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u0434\u043e\u043b\u0433?","debt_delete_success":"\u0414\u043e\u043b\u0433 \u0431\u044b\u043b \u0443\u0434\u0430\u043b\u0451\u043d","debt_edit_success":"The debt has been updated successfully","debt_edit_update_cta":"Update debt","debt_they_owe":":name \u0434\u043e\u043b\u0436\u0435\u043d \u0432\u0430\u043c :amount","debt_title":"\u0414\u043e\u043b\u0433\u0438","debt_you_owe":"\u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b :amount","debts_blank_title":"Manage debts you owe to :name or :name owes you","deceased_add_reminder":"Add a reminder for this date","deceased_age":"Age at death","deceased_know_date":"I know the date this person died","deceased_label":"Deceased","deceased_label_with_date":"Deceased on :date","deceased_mark_person_deceased":"Mark this person as deceased","deceased_reminder_title":"Anniversary of the death of :name","edit_contact_information":"\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u044b","food_preferencies_add_success":"\u041f\u0440\u0435\u0434\u043f\u043e\u0447\u0442\u0435\u043d\u0438\u044f \u0432 \u0435\u0434\u0435 \u0431\u044b\u043b\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u044b","food_preferencies_cta":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0442\u0435\u043d\u0438\u044f \u0432 \u0435\u0434\u0435","food_preferencies_edit_cta":"\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0442\u0435\u043d\u0438\u044f \u0432 \u0435\u0434\u0435","food_preferencies_edit_description":"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443 :firstname \u0438\u043b\u0438 \u043a\u043e\u0433\u043e-\u0442\u043e \u0438\u0437 \u0435\u0433\u043e(\u0435\u0451) \u0441\u0435\u043c\u044c\u0438 \u0435\u0441\u0442\u044c \u0430\u043b\u043b\u0435\u0440\u0433\u0438\u044f. \u0418\u043b\u0438 \u043d\u0435 \u043b\u044e\u0431\u0438\u0442 \u043a\u0430\u043a\u043e\u0439-\u0442\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0442. \u0417\u0430\u043f\u0438\u0448\u0438\u0442\u0435 \u044d\u0442\u043e \u0438 \u0432 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0440\u0430\u0437 \u043a\u043e\u0433\u0434\u0430 \u0432\u044b \u0431\u0443\u0434\u0435\u0442\u0435 \u043a\u0443\u0448\u0430\u0442\u044c \u0432\u043c\u0435\u0441\u0442\u0435 \u0432\u044b \u0432\u0441\u043f\u043e\u043c\u043d\u0438\u0442\u0435 \u043e\u0431 \u044d\u0442\u043e\u043c","food_preferencies_edit_description_no_last_name":"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443 :firstname \u0438\u043b\u0438 \u043a\u043e\u0433\u043e-\u0442\u043e \u0438\u0437 \u0435\u0451 \u0441\u0435\u043c\u044c\u0438 \u0435\u0441\u0442\u044c \u0430\u043b\u043b\u0435\u0440\u0433\u0438\u044f. \u0418\u043b\u0438 \u043d\u0435 \u043b\u044e\u0431\u0438\u0442 \u043a\u0430\u043a\u043e\u0439-\u0442\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0442. \u0417\u0430\u043f\u0438\u0448\u0438\u0442\u0435 \u044d\u0442\u043e \u0438 \u0432 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0440\u0430\u0437 \u043a\u043e\u0433\u0434\u0430 \u0432\u044b \u0431\u0443\u0434\u0435\u0442\u0435 \u043a\u0443\u0448\u0430\u0442\u044c \u0432\u043c\u0435\u0441\u0442\u0435 \u0432\u044b \u0432\u0441\u043f\u043e\u043c\u043d\u0438\u0442\u0435 \u043e\u0431 \u044d\u0442\u043e\u043c","food_preferencies_edit_title":"\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0442\u0435\u043d\u0438\u044f \u0432 \u0435\u0434\u0435","food_preferencies_title":"\u041f\u0440\u0435\u0434\u043f\u043e\u0447\u0442\u0435\u043d\u0438\u044f \u0432 \u0435\u0434\u0435","gifts_add_comment":"\u041a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 (\u043d\u0435 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)","gifts_add_gift":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u0434\u0430\u0440\u043e\u043a","gifts_add_gift_already_offered":"\u041f\u043e\u0434\u0430\u0440\u043e\u043a \u0443\u0436\u0435 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d","gifts_add_gift_idea":"\u0418\u0434\u0435\u044f \u043f\u043e\u0434\u0430\u0440\u043a\u0430","gifts_add_gift_received":"Gift received","gifts_add_gift_title":"\u0427\u0442\u043e \u044d\u0442\u043e \u0437\u0430 \u043f\u043e\u0434\u0430\u0440\u043e\u043a?","gifts_add_link":"\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 (\u043d\u0435 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)","gifts_add_someone":"This gift is for someone in :name\u2019s family in particular","gifts_add_success":"\u041f\u043e\u0434\u0430\u0440\u043e\u043a \u0431\u044b\u043b \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d","gifts_add_title":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u0434\u0430\u0440\u043a\u0430\u043c\u0438 \u0434\u043b\u044f :name","gifts_add_value":"\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c (\u043d\u0435 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)","gifts_delete_confirmation":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u043f\u043e\u0434\u0430\u0440\u043e\u043a?","gifts_delete_cta":"\u0423\u0434\u0430\u043b\u0438\u0442\u044c","gifts_delete_success":"\u041f\u043e\u0434\u0430\u0440\u043e\u043a \u0431\u044b\u043b \u0443\u0434\u0430\u043b\u0451\u043d","gifts_for":"For:","gifts_ideas":"Gift ideas","gifts_link":"\u0421\u0441\u044b\u043b\u043a\u0430","gifts_mark_offered":"Mark as offered","gifts_offered":"Gifts offered","gifts_offered_as_an_idea":"Mark as an idea","gifts_received":"Gifts received","gifts_title":"Gifts","gifts_update_success":"The gift has been updated successfully","gifts_view_comment":"View comment","information_edit_avatar":"\u0424\u043e\u0442\u043e\/\u0410\u0432\u0430\u0442\u0430\u0440 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0430","information_edit_exact":"\u042f \u0437\u043d\u0430\u044e \u0442\u043e\u0447\u043d\u0443\u044e \u0434\u0430\u0442\u0443 \u0440\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u044d\u0442\u043e\u0433\u043e \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430, \u043a\u043e\u0442\u043e\u0440\u0430\u044f","information_edit_firstname":"\u0418\u043c\u044f","information_edit_lastname":"\u0424\u0430\u043c\u0438\u043b\u0438\u044f (\u043d\u0435 \u043e\u0431\u044f\u0437.)","information_edit_linkedin":"LinkedIn (\u043d\u0435 \u043e\u0431\u044f\u0437.)","information_edit_max_size":"\u041c\u0430\u043a\u0441 :size \u041c\u0431.","information_edit_not_year":"I know the day and month of the birthdate of this person, but not the year\u2026","information_edit_probably":"\u042d\u0442\u043e\u043c\u0443 \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0443 \u043f\u0440\u0438\u043c\u0435\u0440\u043d\u043e","information_edit_success":"\u041f\u0440\u043e\u0444\u0438\u043b\u044c \u0431\u044b\u043b \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d","information_edit_title":"\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435 :name","information_edit_unknown":"\u042f \u043d\u0435 \u0437\u043d\u0430\u044e \u0432\u043e\u0437\u0440\u0430\u0441\u0442","information_no_linkedin_defined":"LinkedIn \u043d\u0435 \u0443\u043a\u0430\u0437\u0430\u043d","information_no_work_defined":"\u0420\u0430\u0431\u043e\u0447\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043d\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u0430","information_work_at":"\u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u0432 :company","introductions_add_reminder":"Add a reminder to celebrate this encounter on the anniversary this event happened","introductions_additional_info":"Explain how and where you met","introductions_blank_cta":"Indicate how you met :name","introductions_edit_met_through":"Has someone introduced you to this person?","introductions_first_met_date":"Date you met","introductions_first_met_date_known":"This is the date we met","introductions_met_date":"Met on :date","introductions_met_through":"Met through :name<\/a>","introductions_no_first_met_date":"I don\u2019t know the date we met","introductions_no_met_through":"No one","introductions_reminder_title":"Anniversary of the day you first met","introductions_sidebar_title":"How you met","introductions_title_edit":"How did you meet :name?","introductions_update_success":"You\u2019ve successfully updated the information about how you met this person","last_activity_date":"\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c \u0432\u043c\u0435\u0441\u0442\u0435: :date","last_activity_date_empty":"\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c \u0432\u043c\u0435\u0441\u0442\u0435: \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e","last_called":"\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0437\u0432\u043e\u043d\u043e\u043a: :date","last_called_empty":"\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0437\u0432\u043e\u043d\u043e\u043a: \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e","link_to_list":"\u0421\u043f\u0438\u0441\u043e\u043a \u043b\u044e\u0434\u0435\u0439","linkedin_profile":"LinkedIn profile","modal_call_change":"\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c","modal_call_comment":"\u041e \u0447\u0451\u043c \u0432\u044b \u0440\u0430\u0437\u0433\u043e\u0432\u0430\u0440\u0438\u0432\u0430\u043b\u0438? (\u043d\u0435 \u043e\u0431\u044f\u0437.)","modal_call_date":"\u0417\u0432\u043e\u043d\u043e\u043a \u0431\u044b\u043b \u0440\u0430\u043d\u0435\u0435 \u0441\u0435\u0433\u043e\u0434\u043d\u044f.","modal_call_exact_date":"\u0414\u0430\u0442\u0430 \u0437\u0432\u043e\u043d\u043a\u0430","modal_call_title":"Log a call","notes_add_cta":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u043c\u0435\u0442\u043a\u0443","notes_create_success":"\u0417\u0430\u043c\u0435\u0442\u043a\u0430 \u0431\u044b\u043b\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430","notes_delete_confirmation":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u0443 \u0437\u0430\u043c\u0435\u0442\u043a\u0443? \u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e.","notes_delete_success":"\u0417\u0430\u043c\u0435\u0442\u043a\u0430 \u0431\u044b\u043b\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0430","notes_delete_title":"Delete a note","notes_favorite":"Add\/remove from favorites","notes_update_success":"The note has been saved successfully","people_add_birthday_reminder":"\u041f\u043e\u0437\u0434\u0440\u0430\u0432\u0438\u0442\u044c :name \u0441 \u0434\u043d\u0451\u043c \u0440\u043e\u0436\u0434\u0435\u043d\u0438\u044f","people_add_cta":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c","people_add_firstname":"\u0418\u043c\u044f","people_add_gender":"\u041f\u043e\u043b","people_add_import":"\u0412\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0430\u0448\u0438 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u044b<\/a>?","people_add_lastname":"\u0424\u0430\u043c\u0438\u043b\u0438\u044f (\u043d\u0435 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)","people_add_middlename":"\u041e\u0442\u0447\u0435\u0441\u0442\u0432\u043e (\u043d\u0435 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)","people_add_missing":"No Person Found Add New One Now","people_add_nickname":"Nickname (Optional)","people_add_reminder_for_birthday":"Create an annual reminder for the birthday","people_add_success":":name has been successfully created","people_add_title":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430","people_delete_click_here":"\u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u0441\u044e\u0434\u0430","people_delete_confirmation":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u043a\u043e\u043d\u0442\u0430\u043a\u0442? \u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e.","people_delete_message":"\u0415\u0441\u043b\u0438 \u0432\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u043a\u043e\u043d\u0442\u0430\u043a\u0442,","people_delete_success":"\u041a\u043e\u043d\u0442\u0430\u043a\u0442 \u0431\u044b\u043b \u0443\u0434\u0430\u043b\u0451\u043d","people_edit_email_error":"There is already a contact in your account with this email address. Please choose another one.","people_export":"Export as vCard","people_list_account_upgrade_cta":"Upgrade now","people_list_account_upgrade_title":"\u041f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043d\u0430 \u0434\u0440\u0443\u0433\u043e\u0439 \u043f\u043b\u0430\u043d \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0435\u0439.","people_list_account_usage":"\u041b\u0438\u043c\u0438\u0442\u044b \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043e\u0432: :current\/:limit","people_list_blank_cta":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u0433\u043e \u043d\u0438\u0431\u0443\u0434\u044c","people_list_blank_title":"\u0412\u044b \u043f\u043e\u043a\u0430 \u043d\u0438 \u043a\u043e\u0433\u043e \u0435\u0449\u0451 \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u043b\u0438","people_list_clear_filter":"\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0444\u0438\u043b\u044c\u0442\u0440","people_list_contacts_per_tags":":count \u043a\u043e\u043d\u0442\u0430\u043a\u0442|:count \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0430|:count \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043e\u0432","people_list_filter_tag":"Showing all the contacts tagged with","people_list_filter_untag":"Showing all untagged contacts","people_list_firstnameAZ":"\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e \u0438\u043c\u0435\u043d\u0438 \u0410 \u2192 \u042f","people_list_firstnameZA":"\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e \u0438\u043c\u0435\u043d\u0438 \u042f \u2192 \u0410","people_list_last_updated":"\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435:","people_list_lastactivitydateNewtoOld":"Sort by last activity date newest to oldest","people_list_lastactivitydateOldtoNew":"Sort by last activity date oldest to newest","people_list_lastnameAZ":"\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e \u0444\u0430\u043c\u0438\u043b\u0438\u0438 \u0410 \u2192 \u042f","people_list_lastnameZA":"\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e \u0444\u0430\u043c\u0438\u043b\u0438\u0438 \u042f \u2192 \u0410","people_list_number_kids":":count \u0440\u0435\u0431\u0451\u043d\u043e\u043a|:count \u0440\u0435\u0431\u0451\u043d\u043a\u0430|:count \u0434\u0435\u0442\u0435\u0439","people_list_number_reminders":":count \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435|:count \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f|:count \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0439","people_list_sort":"\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0430","people_list_stats":":count \u043a\u043e\u043d\u0442\u0430\u043a\u0442|:count \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0430|:count \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043e\u0432","people_list_untagged":"View untagged contacts","people_save_and_add_another_cta":"Submit and add someone else","people_search":"\u041f\u043e\u0438\u0441\u043a \u043f\u043e \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0430\u043c...","people_search_no_results":"\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b :(","pets_bird":"Bird","pets_cat":"Cat","pets_create_success":"The pet has been sucessfully added","pets_delete_success":"The pet has been deleted","pets_dog":"Dog","pets_fish":"Fish","pets_hamster":"Hamster","pets_horse":"Horse","pets_kind":"Kind of pet","pets_name":"Name (optional)","pets_other":"Other","pets_rabbit":"Rabbit","pets_rat":"Rat","pets_reptile":"Reptile","pets_small_animal":"Small animal","pets_title":"Pets","pets_update_success":"The pet has been updated","relationship_delete_confirmation":"Are you sure you want to delete this relationship? Deletion is permanent.","relationship_form_add":"Add a new relationship","relationship_form_add_choice":"Who is the relationship with?","relationship_form_add_description":"This will let you treat this significant other like any other contact.","relationship_form_add_no_existing_contact":"You don\u2019t have any contacts who can be related to :name at the moment.","relationship_form_add_success":"The relationship has been successfully set.","relationship_form_also_create_contact":"Create a Contact entry for this person.","relationship_form_associate_contact":"An existing contact","relationship_form_associate_dropdown":"Select an existing contact from the dropdown below","relationship_form_create_contact":"Add a new person","relationship_form_deletion_success":"The relationship has been deleted.","relationship_form_edit":"Edit an existing relationship","relationship_form_is_with":"This person is...","relationship_unlink_confirmation":"Are you sure you want to delete this relationship? This person will not be deleted \u2013 only the relationship between the two.","reminder_frequency_day":"every day|every :number days","reminder_frequency_month":"\u043a\u0430\u0436\u0434\u044b\u0439 :number \u043c\u0435\u0441\u044f\u0446|\u043a\u0430\u0436\u0434\u044b\u0435 :number \u043c\u0435\u0441\u044f\u0446\u0430|\u043a\u0430\u0436\u0434\u044b\u0435 :number \u043c\u0435\u0441\u044f\u0446\u0435\u0432","reminder_frequency_one_time":"\u0432 :date","reminder_frequency_week":"\u043a\u0430\u0436\u0434\u0443\u044e :number \u043d\u0435\u0434\u0435\u043b\u044e|\u043a\u0430\u0436\u0434\u044b\u0435 :number \u043d\u0435\u0434\u0435\u043b\u0438|\u043a\u0430\u0436\u0434\u044b\u0435 :number \u043d\u0435\u0434\u0435\u043b\u044c","reminder_frequency_year":"\u043a\u0430\u0436\u0434\u044b\u0439 :number \u0433\u043e\u0434|\u043a\u0430\u0436\u0434\u044b\u0435 :number \u0433\u043e\u0434\u0430|\u043a\u0430\u0436\u0434\u044b\u0435 :number \u043b\u0435\u0442","reminders_add_cta":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435","reminders_add_description":"\u041d\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c \u043e:","reminders_add_error_custom_text":"\u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u0442\u0435\u043a\u0441\u0442 \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f","reminders_add_next_time":"\u041a\u043e\u0433\u0434\u0430 \u0432 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0440\u0430\u0437 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435?","reminders_add_once":"\u041d\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c \u043e\u0434\u0438\u043d \u0440\u0430\u0437","reminders_add_recurrent":"\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u0442\u044c \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435 \u0441 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u043e\u0441\u0442\u044c\u044e: ","reminders_add_starting_from":"\u043d\u0430\u0447\u0438\u043d\u0430\u044f \u0441 \u0434\u0430\u0442\u044b \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u0439 \u0432\u044b\u0448\u0435","reminders_add_title":"\u041e \u0447\u0451\u043c, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u043e\u043c \u0441 :name, \u0432\u0430\u043c \u043d\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c?","reminders_birthday":"Birthdate of :name","reminders_blank_add_activity":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435","reminders_blank_title":"\u0415\u0441\u0442\u044c \u043b\u0438 \u0447\u0442\u043e-\u0442\u043e \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u043e\u0435 \u0441 :name, \u043e \u0447\u0451\u043c \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435?","reminders_create_success":"\u041d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435 \u0431\u044b\u043b\u043e \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e","reminders_cta":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435","reminders_delete_confirmation":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435?","reminders_delete_cta":"\u0423\u0434\u0430\u043b\u0438\u0442\u044c","reminders_delete_success":"\u041d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435 \u0431\u044b\u043b\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e","reminders_description":"\u041f\u043e \u043a\u0430\u0436\u0434\u043e\u043c\u0443 \u0438\u0437 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0439 \u0432\u044b\u0448\u0435 \u043c\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u043c \u0432\u0430\u043c \u043f\u0438\u0441\u044c\u043c\u043e. \u041e\u043d\u0438 \u0432\u044b\u0441\u044b\u043b\u0430\u044e\u0442\u0441\u044f \u043f\u043e \u0443\u0442\u0440\u0430\u043c","reminders_edit_update_cta":"Update reminder","reminders_free_plan_warning":"You are on the Free plan. No emails are sent on this plan. To receive your reminders by email, upgrade your account.","reminders_next_expected_date":"\u0432","reminders_one_time":"\u043e\u0434\u0438\u043d \u0440\u0430\u0437","reminders_type_month":"\u043c\u0435\u0441\u044f\u0446","reminders_type_week":"\u043d\u0435\u0434\u0435\u043b\u044f","reminders_type_year":"\u0433\u043e\u0434","reminders_update_success":"The reminder has been updated successfully","section_contact_information":"Contact information","section_personal_activities":"\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438","section_personal_gifts":"\u041f\u043e\u0434\u0430\u0440\u043a\u0438","section_personal_notes":"Notes","section_personal_reminders":"\u041d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f","section_personal_tasks":"\u0417\u0430\u0434\u0430\u0447\u0438","stay_in_touch":"Stay in touch","stay_in_touch_frequency":"Stay in touch every day|Stay in touch every {count} days","stay_in_touch_invalid":"The frequency must be a number greater than 0.","stay_in_touch_modal_desc":"We can remind you by email to keep in touch with {firstname} at a regular interval.","stay_in_touch_modal_label":"Send me an email every...","stay_in_touch_modal_title":"Stay in touch","stay_in_touch_premium":"You need to upgrade your account to make use of this feature","tag_add":"add a tag","tag_edit":"Edit tag","tasks_add_task":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u0447\u0443","tasks_blank_title":"You don\u2019t have any tasks yet.","tasks_complete_success":"\u0421\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u0434\u0430\u0447\u0438 \u0431\u044b\u043b \u0438\u0437\u043c\u0435\u043d\u0451\u043d","tasks_delete_success":"\u0417\u0430\u0434\u0430\u0447\u0430 \u0431\u044b\u043b\u0430 \u0443\u0441\u0440\u0435\u0448\u043d\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0430","tasks_form_description":"Description (optional)","tasks_form_title":"Title","work_add_cta":"\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0440\u0430\u0431\u043e\u0442\u0435","work_edit_company":"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f (\u043d\u0435 \u043e\u0431\u044f\u0437.)","work_edit_job":"\u0414\u043e\u043b\u0436\u043d\u043e\u0441\u0442\u044c (\u043d\u0435 \u043e\u0431\u044f\u0437.)","work_edit_success":"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0440\u0430\u0431\u043e\u0442\u0435 \u0431\u044b\u043b\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430","work_edit_title":"\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043e \u0440\u0430\u0431\u043e\u0442\u0435: :name","work_information":"Work information"},"reminder":{"type_birthday":"\u041f\u043e\u0437\u0434\u0440\u0430\u0432\u0438\u0442\u044c \u0441 \u0434\u043d\u0451\u043c \u0440\u043e\u0436\u0434\u0435\u043d\u0438\u044f","type_birthday_kid":"\u041f\u043e\u0437\u0434\u0440\u0430\u0432\u0438\u0442\u044c \u0435\u0433\u043e(\u0435\u0451) \u0440\u0435\u0431\u0451\u043d\u043a\u0430 \u0441 \u0434\u043d\u0451\u043c \u0440\u043e\u0436\u0434\u0435\u043d\u0438\u044f","type_email":"Email","type_hangout":"\u0422\u0443\u0441\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0441","type_lunch":"\u041f\u043e\u043e\u0431\u0435\u0434\u0430\u0442\u044c \u0441","type_phone_call":"\u041f\u043e\u0437\u0432\u043e\u043d\u0438\u0442\u044c"},"settings":{"2fa_disable_description":"Disable Two Factor Authentication for your account. Be careful, your account will not be secured anymore !","2fa_disable_error":"Error when trying to disable Two Factor Authentication","2fa_disable_success":"Two Factor Authentication disabled","2fa_disable_title":"Disable Two Factor Authentication","2fa_enable_description":"Enable Two Factor Authentication to increase security with your account.","2fa_enable_error":"Error when trying to activate Two Factor Authentication","2fa_enable_error_already_set":"Two Factor Authentication is already activated","2fa_enable_otp":"Open up your two factor authentication mobile app and scan the following QR barcode:","2fa_enable_otp_help":"If your two factor authentication mobile app does not support QR barcodes, enter in the following code:","2fa_enable_otp_validate":"Please validate the new device you\u2019ve just set:","2fa_enable_success":"Two Factor Authentication activated","2fa_enable_title":"Enable Two Factor Authentication","2fa_otp_title":"Two Factor Authentication mobile application","2fa_title":"Two Factor Authentication","api_authorized_clients":"List of authorized clients","api_authorized_clients_desc":"This section lists all the clients you\u2019ve authorized to access your application. You can revoke this authorization at anytime.","api_authorized_clients_name":"Name","api_authorized_clients_scopes":"Scopes","api_authorized_clients_title":"Authorized Applications","api_description":"The API can be used to manipulate Monica\u2019s data from an external application, like a mobile application for instance.","api_oauth_clientid":"Client ID","api_oauth_clients":"Your Oauth clients","api_oauth_clients_desc":"This section lets you register your own OAuth clients.","api_oauth_create":"Create Client","api_oauth_create_new":"Create New Client","api_oauth_name":"Name","api_oauth_name_help":"Something your users will recognize and trust.","api_oauth_not_created":"You have not created any OAuth clients.","api_oauth_redirecturl":"Redirect URL","api_oauth_redirecturl_help":"Your application\u2019s authorization callback URL.","api_oauth_secret":"Secret","api_oauth_title":"Oauth Clients","api_pao_description":"Make sure you give this token to a source you trust \u2013 as they allow you to access all your data.","api_personal_access_tokens":"Personal access tokens","api_title":"API access","api_token_create":"Create Token","api_token_create_new":"Create New Token","api_token_delete":"Delete","api_token_help":"Here is your new personal access token. This is the only time it will be shown so don\u2019t lose it! You may now use this token to make API requests.","api_token_name":"Name","api_token_not_created":"You have not created any personal access tokens.","api_token_scopes":"Scopes","api_token_title":"Personal access token","currency":"\u0412\u0430\u043b\u044e\u0442\u0430","delete_cta":"\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0430\u043a\u043a\u0430\u0443\u043d\u0442","delete_desc":"Do you wish to delete your account? Warning: deletion is permanent and all your data will be erased permamently.","delete_notice":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0432\u043e\u0439 \u0430\u043a\u043a\u0430\u0443\u043d\u0442? \u041f\u0443\u0442\u0438 \u043d\u0430\u0437\u0430\u0434 \u043d\u0435\u0442.","delete_title":"Delete your account","email":"Email","email_help":"This is the email used to login, and this is where you\u2019ll receive your reminders.","email_placeholder":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 email","export_be_patient":"Click the button to start the export. It might take several minutes to process the export \u2013 please be patient and do not spam the button.","export_sql_cta":"\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432 SQL","export_sql_explanation":"Exporting your data in SQL format allows you to take your data and import it to your own Monica instance. This is only valuable if you do have your own server.","export_sql_link_instructions":"Note: read the instructions<\/a> to learn more about importing this file to your instance.","export_title":"\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435 \u0432\u0430\u0448\u0435\u0433\u043e \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u0430","export_title_sql":"\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432 SQL","firstname":"First name","import_blank_cta":"Import vCard","import_blank_description":"We can import vCard files that you can get from Google Contacts or your Contact manager.","import_blank_question":"Would you like to import contacts now?","import_blank_title":"You haven\u2019t imported any contacts yet.","import_cta":"Upload contacts","import_in_progress":"The import is in progress. Reload the page in one minute.","import_need_subscription":"Importing data requires a subscription.","import_report_date":"Date of the import","import_report_number_contacts":"Number of contacts in the file","import_report_number_contacts_imported":"Number of imported contacts","import_report_number_contacts_skipped":"Number of skipped contacts","import_report_status_imported":"Imported","import_report_status_skipped":"Skipped","import_report_title":"Importing report","import_report_type":"Type of import","import_result_stat":"Uploaded vCard with 1 contact (:total_imported imported, :total_skipped skipped)|Uploaded vCard with :total_contacts contacts (:total_imported imported, :total_skipped skipped)","import_stat":"You\u2019ve imported :number files so far.","import_title":"Import contacts in your account","import_upload_behaviour":"Import behaviour:","import_upload_behaviour_add":"Add new contacts, skip existing","import_upload_behaviour_help":"Note: Replacing will replace all data found in the vCard, but will keep existing contact fields.","import_upload_behaviour_replace":"Replace existing contacts","import_upload_form_file":"Your .vcf<\/code> or .vCard<\/code> file:","import_upload_rule_cant_revert":"Make sure data is accurate before uploading, as you can\u2019t undo the upload.","import_upload_rule_format":"We support .vcard<\/code> and .vcf<\/code> files.","import_upload_rule_instructions":"Export instructions for Contacts.app (macOS)<\/a> and Google Contacts<\/a>.","import_upload_rule_limit":"Files are limited to 10MB.","import_upload_rule_multiple":"For now, if your contacts have multiple email addresses or phone numbers, only the first entry will be picked up.","import_upload_rule_time":"It might take up to 1 minute to upload the contacts and process them. Be patient.","import_upload_rule_vcard":"We support the vCard 3.0 format, which is the default format for Contacts.app (macOS) and Google Contacts.","import_upload_rules_desc":"We do however have some rules:","import_upload_title":"Import your contacts from a vCard file","import_vcard_contact_exist":"Contact already exists","import_vcard_contact_no_firstname":"No firstname (mandatory)","import_vcard_file_no_entries":"File contains no entries","import_vcard_file_not_found":"File not found","import_vcard_unknown_entry":"Unknown contact name","import_view_report":"View report","lastname":"Last name","layout":"\u0414\u0438\u0437\u0430\u0439\u043d","layout_big":"\u0428\u0438\u0440\u0438\u043d\u043e\u0439 \u0432\u043e \u0432\u0435\u0441\u044c \u044d\u043a\u0440\u0430\u043d","layout_small":"\u041c\u0430\u043a\u0441\u0438\u043c\u0443\u043c \u0448\u0438\u0440\u0438\u043d\u043e\u0439 \u0432 1200 \u043f\u0438\u043a\u0441\u0435\u043b\u0435\u0439","locale":"\u042f\u0437\u044b\u043a","locale_cs":"Czech","locale_de":"\u043d\u0435\u043c\u0435\u0446\u043a\u0438\u0439","locale_en":"\u0410\u043d\u0433\u043b\u0438\u0439\u0441\u043a\u0438\u0439","locale_es":"Spanish","locale_fr":"\u0424\u0440\u0430\u043d\u0446\u0443\u0437\u043a\u0438\u0439","locale_he":"Hebrew","locale_it":"\u0438\u0442\u0430\u043b\u044c\u044f\u043d\u0441\u043a\u0438\u0439","locale_nl":"Dutch","locale_pt":"Portuguese","locale_ru":"\u0420\u0443\u0441\u0441\u043a\u0438\u0439","locale_zh":"Chinese Simplified","name":"\u0412\u0430\u0448\u0435 \u0438\u043c\u044f: :name","name_order":"\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0430 \u0438\u043c\u0435\u043d\u0438","name_order_firstname_lastname":" - John Doe","name_order_firstname_lastname_nickname":" () - John Doe (Rambo)","name_order_firstname_nickname_lastname":" () - John (Rambo) Doe","name_order_lastname_firstname":" - Doe John","name_order_lastname_firstname_nickname":" () - Doe John (Rambo)","name_order_lastname_nickname_firstname":" () - Doe (Rambo) John","name_order_nickname":" - Rambo","password_btn":"Change password","password_change":"Password change","password_current":"Current password","password_current_placeholder":"Enter your current password","password_new1":"New password","password_new1_placeholder":"Enter a new password","password_new2":"Confirmation","password_new2_placeholder":"Retype the new password","personalisation_paid_upgrade":"This is a premium feature that requires a Paid subscription to be active. Upgrade your account by visiting Settings > Subscription.","personalization_activity_type_add_button":"Add a new activity type","personalization_activity_type_category_add":"Add a new activity type category","personalization_activity_type_category_description":"An activity done with one of your contact can have a type and a category type. Your account comes by default with a set of predefined category types, but you can customize everything here.","personalization_activity_type_category_modal_add":"Add a new activity type category","personalization_activity_type_category_modal_delete":"Delete an activity type category","personalization_activity_type_category_modal_delete_desc":"Are you sure you want to delete this category? Deleting it will delete all associated activity types. However, activities that belong to this category will not be affected by this deletion.","personalization_activity_type_category_modal_delete_error":"We can\u2019t find this activity type category.","personalization_activity_type_category_modal_edit":"Edit an activity type category","personalization_activity_type_category_modal_question":"How should we name this new category?","personalization_activity_type_category_table_actions":"Actions","personalization_activity_type_category_table_name":"Name","personalization_activity_type_category_title":"Activity type categories","personalization_activity_type_modal_add":"Add a new activity type","personalization_activity_type_modal_delete":"Delete an activity type","personalization_activity_type_modal_delete_desc":"Are you sure you want to delete this activity type? Activities that belong to this category will not be affected by this deletion.","personalization_activity_type_modal_delete_error":"We can\u2019t find this activity type.","personalization_activity_type_modal_edit":"Edit an activity type","personalization_activity_type_modal_question":"How should we name this new activity type?","personalization_contact_field_type_add":"Add new field type","personalization_contact_field_type_add_success":"The contact field type has been successfully added.","personalization_contact_field_type_delete_success":"The contact field type has been deleted with success.","personalization_contact_field_type_description":"Here you can configure all the different types of contact fields that you can associate to all your contacts. If in the future, a new social network appears, you will be able to add this new type of ways of contacting your contacts right here.","personalization_contact_field_type_edit_success":"The contact field type has been successfully updated.","personalization_contact_field_type_modal_delete_description":"Are you sure you want to delete this contact field type? Deleting this type of contact field will delete ALL the data with this type for all your contacts.","personalization_contact_field_type_modal_delete_title":"Delete an existing contact field type","personalization_contact_field_type_modal_edit_title":"Edit an existing contact field type","personalization_contact_field_type_modal_icon":"Icon (optional)","personalization_contact_field_type_modal_icon_help":"You can associate an icon with this contact field type. You need to add a reference to a Font Awesome icon.","personalization_contact_field_type_modal_name":"Name","personalization_contact_field_type_modal_protocol":"Protocol (optional)","personalization_contact_field_type_modal_protocol_help":"Each new contact field type can be clickable. If a protocol is set, we will use it to trigger the action that is set.","personalization_contact_field_type_modal_title":"Add a new contact field type","personalization_contact_field_type_table_actions":"Actions","personalization_contact_field_type_table_name":"Name","personalization_contact_field_type_table_protocol":"Protocol","personalization_contact_field_type_title":"Contact field types","personalization_genders_add":"Add new gender type","personalization_genders_desc":"You can define as many genders as you need to. You need at least one gender type in your account.","personalization_genders_modal_add":"Add gender type","personalization_genders_modal_delete":"Delete gender type","personalization_genders_modal_delete_desc":"Are you sure you want to delete {name}?","personalization_genders_modal_delete_question":"You currently have {count} contact that has this gender. If you delete this gender, what gender should this contact have?|You currently have {count} contacts that have this gender. If you delete this gender, what gender should these contacts have?","personalization_genders_modal_edit":"Update gender type","personalization_genders_modal_edit_question":"How should this new gender be renamed?","personalization_genders_modal_error":"Please choose a valid gender from the list.","personalization_genders_modal_question":"How should this new gender be called?","personalization_genders_title":"Gender types","personalization_module_desc":"Some people don\u2019t need all the features. Below you can toggle specific features that are used on a contact sheet. This change will affect ALL your contacts. Note that if you turn off one of these features, data will not be lost - we will simply hide the feature.","personalization_module_save":"The change has been saved","personalization_module_title":"Features","personalization_reminder_rule_desc":"For every reminder that you set, we can send you an email some days before the event happens. You can toggle those notifications here. Note that those notifications only apply to monthly and yearly reminders.","personalization_reminder_rule_line":"{count} day before|{count} days before","personalization_reminder_rule_save":"The change has been saved","personalization_reminder_rule_title":"Reminder rules","personalization_tab_title":"Personalize your account","personalization_title":"Here you can find different settings to configure your account. These features are more for \u201cpower users\u201d who want maximum control over Monica.","reminder_time_to_send":"Time of the day reminders should be sent","reset_cta":"Reset account","reset_desc":"Do you wish to reset your account? This will remove all your contacts, and the data associated with them. Your account will not be deleted.","reset_notice":"Are you sure to reset your account? There is no turning back.","reset_success":"Your account has been reset successfully","reset_title":"Reset your account","save":"\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438","security_help":"Change security matters for your account.","security_title":"Security","settings_success":"Preferences updated!","sidebar_personalization":"Personalization","sidebar_settings":"\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u0430","sidebar_settings_api":"API","sidebar_settings_export":"\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435","sidebar_settings_import":"\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435","sidebar_settings_security":"Security","sidebar_settings_subscriptions":"\u041f\u043e\u0434\u043f\u0438\u0441\u043a\u0430","sidebar_settings_tags":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0442\u0435\u0433\u0430\u043c\u0438","sidebar_settings_users":"\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438","subscriptions_account_current_paid_plan":"You are on the :name plan. Thanks so much for being a subscriber.","subscriptions_account_current_plan":"Your current plan","subscriptions_account_free_plan":"You are on the free plan.","subscriptions_account_free_plan_benefits_import_data_vcard":"Import your contacts with vCard","subscriptions_account_free_plan_benefits_reminders":"Reminders by email","subscriptions_account_free_plan_benefits_support":"Support the project on the long run, so we can introduce more great features.","subscriptions_account_free_plan_benefits_users":"Unlimited number of users","subscriptions_account_free_plan_upgrade":"You can upgrade your account to the :name plan, which costs $:price per month. Here are the advantages:","subscriptions_account_invoices":"Invoices","subscriptions_account_invoices_download":"Download","subscriptions_account_next_billing":"Your subscription will auto-renew on :date<\/strong>. You can cancel subscription<\/a> anytime.","subscriptions_account_payment":"Which payment option fits you best?","subscriptions_account_upgrade":"Upgrade your account","subscriptions_account_upgrade_choice":"Pick a plan below and join over :customers persons who upgraded their Monica.","subscriptions_account_upgrade_title":"Upgrade Monica today and have more meaningful relationships.","subscriptions_back":"Back to settings","subscriptions_downgrade_cta":"Downgrade","subscriptions_downgrade_limitations":"The free plan has limitations. In order to be able to downgrade, you need to pass the checklist below:","subscriptions_downgrade_rule_invitations":"You must not have pending invitations","subscriptions_downgrade_rule_invitations_constraint":"You currently have 1 pending invitation<\/a> sent to people.|You currently have :count pending invitations<\/a> sent to people.","subscriptions_downgrade_rule_users":"You must have only 1 user in your account","subscriptions_downgrade_rule_users_constraint":"You currently have 1 user<\/a> in your account.|You currently have :count users<\/a> in your account.","subscriptions_downgrade_success":"You are back to the Free plan!","subscriptions_downgrade_thanks":"Thanks so much for having tried the paid plan. We keep adding new features on Monica all the time \u2013 so you might want to come back in the future to see if you might be interested in taking a subscription again.","subscriptions_downgrade_title":"Downgrade your account to the free plan","subscriptions_help_change_desc":"You can cancel anytime, no questions asked, and all by yourself \u2013 no need to contact support or whatever. However, you will not be refunded for the current period.","subscriptions_help_change_title":"What if I change my mind?","subscriptions_help_discounts_desc":"We do! Monica is free for students, and free for non-profits and charities. Just contact the support<\/a> with a proof of your status and we\u2019ll apply this special status in your account.","subscriptions_help_discounts_title":"Do you have discounts for non-profits and education?","subscriptions_help_limits_plan":"Absolutely not. Free plans do not have limitations on the number of contacts you can have.","subscriptions_help_limits_title":"Is there any limit to the number of contacts we can have on the free plan?","subscriptions_help_opensource_desc":"Monica is an open source project. This means it is built by an entirely benevolent community who just wants to provide a great tool for the greater good. Being open source means the code is publicly available on GitHub, and everyone can inspect it, modify it or enhance it. All the money we raise is dedicated to build better features, have more powerful servers, help pay the bills. Thanks for your help. We couldn\u2019t do it without you \u2013 litterally.","subscriptions_help_opensource_title":"What is an open source project?","subscriptions_help_title":"Additional details you may be curious about","subscriptions_pdf_title":"Your :name monthly subscription","subscriptions_plan_choose":"Choose this plan","subscriptions_plan_include1":"Included with your upgrade:","subscriptions_plan_include2":"Unlimited number of users \u2022 Reminders by email \u2022 Import with vCard \u2022 Personalization of the contact sheet","subscriptions_plan_include3":"100% of the profits go the development of this great open source project.","subscriptions_plan_month_bonus":"Cancel any time","subscriptions_plan_month_cost":"$5\/month","subscriptions_plan_month_title":"Pay monthly","subscriptions_plan_year_bonus":"Peace of mind for a whole year","subscriptions_plan_year_cost":"$45\/year","subscriptions_plan_year_cost_save":"you\u2019ll save 25%","subscriptions_plan_year_title":"Pay annually","subscriptions_upgrade_charge":"We\u2019ll charge your card USD $:price now. The next charge will be on :date. If you ever change your mind, you can cancel anytime, no questions asked.","subscriptions_upgrade_charge_handled":"The payment is handled by Stripe<\/a>. No card information touches our server.","subscriptions_upgrade_choose":"You picked the :plan plan.","subscriptions_upgrade_credit":"Credit or debit card","subscriptions_upgrade_infos":"We couldn\u2019t be happier. Enter your payment info below.","subscriptions_upgrade_name":"Name on card","subscriptions_upgrade_submit":"Submit Payment","subscriptions_upgrade_success":"Thank you! You are now subscribed.","subscriptions_upgrade_thanks":"Welcome to the community of people who try to make the world a better place.","subscriptions_upgrade_title":"Upgrade your account","subscriptions_upgrade_zip":"ZIP or postal code","tags_blank_description":"Tags work like folders, but you can add more than one tag to a contact. Go to a contact and tag a friend, right below the name. Once a contact is tagged, go back here to manage all the tags in your account.","tags_blank_title":"Tags are a great way of categorizing your contacts.","tags_list_contact_number":"1 contact|:count contacts","tags_list_delete_confirmation":"Are you sure you want to delete the tag? No contacts will be deleted, only the tag.","tags_list_delete_success":"The tag has been successfully with success","tags_list_description":"You can organize your contacts by setting up tags. Tags work like folders, but you can add more than one tag to a contact.","tags_list_title":"Tags","timezone":"\u0427\u0430\u0441\u043e\u0432\u043e\u0439 \u043f\u043e\u044f\u0441","u2f_buttonAdvise":"If your security key has a button, press it.","u2f_enable_description":"Add a new U2F security key","u2f_error_bad_request":"The visited URL doesn\u2019t match the App ID or your are not using HTTPS","u2f_error_configuration_unsupported":"Client configuration is not supported.","u2f_error_device_ineligible":"The presented device is not eligible for this request. For a registration request this may mean that the token is already registered, and for a sign request it may mean that the token does not know the presented key handle.","u2f_error_other_error":"An error occurred.","u2f_error_timeout":"Timeout reached before request could be satisfied.","u2f_insertKey":"Insert your security key.","u2f_noButtonAdvise":"If it does not, remove it and insert it again.","u2f_success":"Your key is detected and validated.","u2f_title":"U2F security key","users_accept_title":"Accept invitation and create a new account","users_add_confirmation":"I confirm that I want to invite this user to my account. This person will access ALL my data and see exactly what I see.","users_add_cta":"Invite user by email","users_add_description":"This person will have the same rights as you do, including inviting other users and deleting them (including you). Therefore, make sure you trust this person.","users_add_email_field":"Enter the email of the person you want to invite","users_add_title":"Invite a new user by email to your account","users_blank_add_title":"Would you like to invite someone else?","users_blank_cta":"Invite someone","users_blank_description":"This person will have the same access that you have, and will be able to add, edit or delete contact information.","users_blank_title":"You are the only one who has access to this account.","users_error_already_invited":"You already have invited this user. Please choose another email address.","users_error_email_already_taken":"This email is already taken. Please choose another one","users_error_email_not_similar":"This is not the email of the person who\u2019ve invited you.","users_error_please_confirm":"Please confirm that you want to invite this before proceeding with the invitation","users_invitation_deleted_confirmation_message":"The invitation has been successfully deleted","users_invitation_need_subscription":"Adding more users requires a subscription.","users_invitations_delete_confirmation":"Are you sure you want to delete this invitation?","users_list_add_user":"Invite a new user","users_list_delete_confirmation":"Are you sure to delete this user from your account?","users_list_invitations_explanation":"Below are the people you\u2019ve invited to join Monica as a collaborator.","users_list_invitations_invited_by":"invited by :name","users_list_invitations_sent_date":"sent on :date","users_list_invitations_title":"Pending invitations","users_list_title":"Users with access to your account","users_list_you":"That\u2019s you"},"validation":{"accepted":"\u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u043f\u0440\u0438\u043d\u044f\u0442\u044c :attribute.","active_url":"\u041f\u043e\u043b\u0435 :attribute \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u043d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 URL.","after":"\u0412 \u043f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u0434\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435 :date.","after_or_equal":"The :attribute must be a date after or equal to :date.","alpha":"\u041f\u043e\u043b\u0435 :attribute \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0431\u0443\u043a\u0432\u044b.","alpha_dash":"\u041f\u043e\u043b\u0435 :attribute \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0431\u0443\u043a\u0432\u044b, \u0446\u0438\u0444\u0440\u044b \u0438 \u0434\u0435\u0444\u0438\u0441.","alpha_num":"\u041f\u043e\u043b\u0435 :attribute \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0431\u0443\u043a\u0432\u044b \u0438 \u0446\u0438\u0444\u0440\u044b.","array":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043c\u0430\u0441\u0441\u0438\u0432\u043e\u043c.","attributes":[],"before":"\u0412 \u043f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u0434\u0430\u0442\u0430 \u0434\u043e :date.","before_or_equal":"The :attribute must be a date before or equal to :date.","between":{"array":"\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0432 \u043f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043c\u0435\u0436\u0434\u0443 :min \u0438 :max.","file":"\u0420\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430 \u0432 \u043f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u043c\u0435\u0436\u0434\u0443 :min \u0438 :max \u041a\u0438\u043b\u043e\u0431\u0430\u0439\u0442(\u0430).","numeric":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043c\u0435\u0436\u0434\u0443 :min \u0438 :max.","string":"\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u0432 \u043f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043c\u0435\u0436\u0434\u0443 :min \u0438 :max."},"boolean":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0438\u043c\u0435\u0442\u044c \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0442\u0438\u043f\u0430.","confirmed":"\u041f\u043e\u043b\u0435 :attribute \u043d\u0435 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0435\u0442 \u0441 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435\u043c.","custom":{"attribute-name":{"rule-name":"custom-message"}},"date":"\u041f\u043e\u043b\u0435 :attribute \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u0430\u0442\u043e\u0439.","date_format":"\u041f\u043e\u043b\u0435 :attribute \u043d\u0435 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0444\u043e\u0440\u043c\u0430\u0442\u0443 :format.","different":"\u041f\u043e\u043b\u044f :attribute \u0438 :other \u0434\u043e\u043b\u0436\u043d\u044b \u0440\u0430\u0437\u043b\u0438\u0447\u0430\u0442\u044c\u0441\u044f.","digits":"\u0414\u043b\u0438\u043d\u0430 \u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0433\u043e \u043f\u043e\u043b\u044f :attribute \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c :digits.","digits_between":"\u0414\u043b\u0438\u043d\u0430 \u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0433\u043e \u043f\u043e\u043b\u044f :attribute \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u043c\u0435\u0436\u0434\u0443 :min \u0438 :max.","dimensions":"The :attribute has invalid image dimensions.","distinct":"\u041f\u043e\u043b\u0435 :attribute \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u043f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0435\u0435\u0441\u044f \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435.","email":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u043c \u0430\u0434\u0440\u0435\u0441\u043e\u043c.","exists":"\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0434\u043b\u044f :attribute \u043d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e.","file":"The :attribute must be a file.","filled":"The :attribute field must have a value.","image":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043c.","in":"\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0434\u043b\u044f :attribute \u043e\u0448\u0438\u0431\u043e\u0447\u043d\u043e.","in_array":"\u041f\u043e\u043b\u0435 :attribute \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 :other.","integer":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0446\u0435\u043b\u044b\u043c \u0447\u0438\u0441\u043b\u043e\u043c.","ip":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c IP-\u0430\u0434\u0440\u0435\u0441\u043e\u043c.","ipv4":"The :attribute must be a valid IPv4 address.","ipv6":"The :attribute must be a valid IPv6 address.","json":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c JSON \u0441\u0442\u0440\u043e\u043a\u043e\u0439.","max":{"array":"\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0432 \u043f\u043e\u043b\u0435 :attribute \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0442\u044c :max.","file":"\u0420\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430 \u0432 \u043f\u043e\u043b\u0435 :attribute \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0431\u043e\u043b\u0435\u0435 :max \u041a\u0438\u043b\u043e\u0431\u0430\u0439\u0442(\u0430).","numeric":"\u041f\u043e\u043b\u0435 :attribute \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0431\u043e\u043b\u0435\u0435 :max.","string":"\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u0432 \u043f\u043e\u043b\u0435 :attribute \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0442\u044c :max."},"mimes":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0444\u0430\u0439\u043b\u043e\u043c \u043e\u0434\u043d\u043e\u0433\u043e \u0438\u0437 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0442\u0438\u043f\u043e\u0432: :values.","mimetypes":"The :attribute must be a file of type: :values.","min":{"array":"\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0432 \u043f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 :min.","file":"\u0420\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430 \u0432 \u043f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 :min \u041a\u0438\u043b\u043e\u0431\u0430\u0439\u0442(\u0430).","numeric":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 :min.","string":"\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u0432 \u043f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 :min."},"not_in":"\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0434\u043b\u044f :attribute \u043e\u0448\u0438\u0431\u043e\u0447\u043d\u043e.","not_regex":"The :attribute format is invalid.","numeric":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0447\u0438\u0441\u043b\u043e\u043c.","present":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u043f\u0440\u0438\u0441\u0443\u0442\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c.","regex":"\u041f\u043e\u043b\u0435 :attribute \u0438\u043c\u0435\u0435\u0442 \u043e\u0448\u0438\u0431\u043e\u0447\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442.","required":"\u041f\u043e\u043b\u0435 :attribute \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f.","required_if":"\u041f\u043e\u043b\u0435 :attribute \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f, \u043a\u043e\u0433\u0434\u0430 :other \u0440\u0430\u0432\u043d\u043e :value.","required_unless":"\u041f\u043e\u043b\u0435 :attribute \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f, \u043a\u043e\u0433\u0434\u0430 :other \u043d\u0435 \u0440\u0430\u0432\u043d\u043e :values.","required_with":"\u041f\u043e\u043b\u0435 :attribute \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f, \u043a\u043e\u0433\u0434\u0430 :values \u0443\u043a\u0430\u0437\u0430\u043d\u043e.","required_with_all":"\u041f\u043e\u043b\u0435 :attribute \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f, \u043a\u043e\u0433\u0434\u0430 :values \u0443\u043a\u0430\u0437\u0430\u043d\u043e.","required_without":"\u041f\u043e\u043b\u0435 :attribute \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f, \u043a\u043e\u0433\u0434\u0430 :values \u043d\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u043e.","required_without_all":"\u041f\u043e\u043b\u0435 :attribute \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f, \u043a\u043e\u0433\u0434\u0430 \u043d\u0438 \u043e\u0434\u043d\u043e \u0438\u0437 :values \u043d\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u043e.","same":"\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0442\u044c \u0441 :other.","size":{"array":"\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0432 \u043f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0440\u0430\u0432\u043d\u044b\u043c :size.","file":"\u0420\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430 \u0432 \u043f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0440\u0430\u0432\u0435\u043d :size \u041a\u0438\u043b\u043e\u0431\u0430\u0439\u0442(\u0430).","numeric":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0440\u0430\u0432\u043d\u044b\u043c :size.","string":"\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u0432 \u043f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0440\u0430\u0432\u043d\u044b\u043c :size."},"string":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u043e\u0439.","timezone":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u0447\u0430\u0441\u043e\u0432\u044b\u043c \u043f\u043e\u044f\u0441\u043e\u043c.","unique":"\u0422\u0430\u043a\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043f\u043e\u043b\u044f :attribute \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.","uploaded":"The :attribute failed to upload.","url":"\u041f\u043e\u043b\u0435 :attribute \u0438\u043c\u0435\u0435\u0442 \u043e\u0448\u0438\u0431\u043e\u0447\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442."}} +{"app":{"add":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c","application_description":"Monica is a tool to manage your interactions with your loved ones, friends and family.","application_og_title":"Have better relations with your loved ones. Free Online CRM for friends and family.","application_title":"Monica \u2013 personal relationship manager","breadcrumb_add_note":"Add a note","breadcrumb_add_significant_other":"Add significant other","breadcrumb_api":"API","breadcrumb_dashboard":"\u041e\u0431\u0437\u043e\u0440","breadcrumb_edit_introductions":"How did you meet","breadcrumb_edit_note":"Edit a note","breadcrumb_edit_significant_other":"Edit significant other","breadcrumb_journal":"\u0416\u0443\u0440\u043d\u0430\u043b","breadcrumb_list_contacts":"\u0421\u043f\u0438\u0441\u043e\u043a \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043e\u0432","breadcrumb_profile":"Profile of :name","breadcrumb_settings":"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438","breadcrumb_settings_export":"\u042d\u043a\u0441\u043f\u043e\u0440\u0442","breadcrumb_settings_import":"\u0418\u043c\u043f\u043e\u0440\u0442","breadcrumb_settings_import_report":"\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043e\u0442\u0447\u0451\u0442","breadcrumb_settings_import_upload":"\u0417\u0430\u043a\u0430\u0447\u0430\u0442\u044c","breadcrumb_settings_personalization":"Personalization","breadcrumb_settings_security":"Security","breadcrumb_settings_security_2fa":"Two Factor Authentication","breadcrumb_settings_subscriptions":"\u041f\u043e\u0434\u043f\u0438\u0441\u043a\u0430","breadcrumb_settings_tags":"\u0422\u044d\u0433\u0438","breadcrumb_settings_users":"\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438","breadcrumb_settings_users_add":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f","cancel":"\u041e\u0442\u043c\u0435\u043d\u0430","close":"\u0417\u0430\u043a\u0440\u044b\u0442\u044c","compliance_desc":"We have changed our Terms of Use<\/a> and Privacy Policy<\/a>. By law we have to ask you to review them and accept them so you can continue to use your account.","compliance_desc_end":"We don\u2019t do anything nasty with your data or account and will never do.","compliance_terms":"Accept new terms and privacy policy","compliance_title":"Sorry for the interruption.","create":"Create","days":"day|days","default_save_success":"The data has been saved.","delete":"\u0423\u0434\u0430\u043b\u0438\u0442\u044c","done":"Done","edit":"\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c","error_save":"We had an error trying to save the data.","error_title":"Whoops! Something went wrong.","error_unauthorized":"You don\u2019t have the right to edit this resource.","footer_modal_version_release_away":"You are 1 release behind the latest version available. You should update your instance.|You are :number releases behind the latest version available. You should update your instance.","footer_modal_version_whats_new":"\u0427\u0442\u043e \u043d\u043e\u0432\u043e\u0433\u043e","footer_new_version":"\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f","footer_newsletter":"\u0420\u0430\u0441\u0441\u044b\u043b\u043a\u0430","footer_privacy":"\u041f\u043e\u043b\u0438\u0442\u0438\u043a\u0430 \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438","footer_release":"\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044f \u043a \u0432\u044b\u043f\u0443\u0441\u043a\u0443","footer_remarks":"\u0415\u0441\u0442\u044c \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f?","footer_send_email":"\u041e\u0442\u043f\u0440\u0430\u0432\u044c\u0442\u0435 \u043c\u043d\u0435 email","footer_source_code":"Contribute","footer_version":"\u0412\u0435\u0440\u0441\u0438\u044f: :version","for":"for","gender_female":"\u0416\u0435\u043d\u0441\u043a\u0438\u0439","gender_male":"\u041c\u0443\u0436\u0441\u043a\u043e\u0439","gender_none":"\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e","header_changelog_link":"Product changes","header_logout_link":"\u0412\u044b\u0439\u0442\u0438","header_settings_link":"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438","load_more":"Load more","loading":"Loading...","main_nav_activities":"\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438","main_nav_cta":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043b\u044e\u0434\u0435\u0439","main_nav_dashboard":"\u041e\u0431\u0437\u043e\u0440","main_nav_family":"\u043a\u043e\u043d\u0442\u0430\u043a\u0442\u044b","main_nav_journal":"\u0416\u0443\u0440\u043d\u0430\u043b","main_nav_tasks":"\u0417\u0430\u0434\u0430\u0447\u0438","markdown_description":"\u0425\u043e\u0442\u0438\u0442\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0430\u0448 \u0442\u0435\u043a\u0441\u0442? \u041c\u044b \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c Markdown \u0434\u043b\u044f \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u044d\u0442\u0438\u0445 \u0444\u0443\u043d\u043a\u0446\u0438\u0439","markdown_link":"\u0427\u0438\u0442\u0430\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044e","new":"new","relationship_type_bestfriend":"best friend","relationship_type_bestfriend_female":"best friend","relationship_type_bestfriend_female_with_name":":name\u2019s best friend","relationship_type_bestfriend_with_name":":name\u2019s best friend","relationship_type_boss":"boss","relationship_type_boss_female":"boss","relationship_type_boss_female_with_name":":name\u2019s boss","relationship_type_boss_with_name":":name\u2019s boss","relationship_type_child":"son","relationship_type_child_female":"daughter","relationship_type_child_female_with_name":":name\u2019s daughter","relationship_type_child_with_name":":name\u2019s son","relationship_type_colleague":"colleague","relationship_type_colleague_female":"colleague","relationship_type_colleague_female_with_name":":name\u2019s colleague","relationship_type_colleague_with_name":":name\u2019s colleague","relationship_type_cousin":"cousin","relationship_type_cousin_female":"cousin","relationship_type_cousin_female_with_name":":name\u2019s cousin","relationship_type_cousin_with_name":":name\u2019s cousin","relationship_type_date":"date","relationship_type_date_female":"date","relationship_type_date_female_with_name":":name\u2019s date","relationship_type_date_with_name":":name\u2019s date","relationship_type_ex":"ex-boyfriend","relationship_type_ex_female":"ex-girlfriend","relationship_type_ex_female_with_name":":name\u2019s ex-girlfriend","relationship_type_ex_husband":"ex husband","relationship_type_ex_husband_female":"ex wife","relationship_type_ex_husband_female_with_name":":name\u2019s ex wife","relationship_type_ex_husband_with_name":":name\u2019s ex husband","relationship_type_ex_with_name":":name\u2019s ex-boyfriend","relationship_type_friend":"friend","relationship_type_friend_female":"friend","relationship_type_friend_female_with_name":":name\u2019s friend","relationship_type_friend_with_name":":name\u2019s friend","relationship_type_godfather":"godfather","relationship_type_godfather_female":"godmother","relationship_type_godfather_female_with_name":":name\u2019s godmother","relationship_type_godfather_with_name":":name\u2019s godfather","relationship_type_godson":"godson","relationship_type_godson_female":"goddaughter","relationship_type_godson_female_with_name":":name\u2019s goddaughter","relationship_type_godson_with_name":":name\u2019s godson","relationship_type_grandchild":"grand child","relationship_type_grandchild_female":"grand child","relationship_type_grandchild_female_with_name":":name\u2019s grand child","relationship_type_grandchild_with_name":":name\u2019s grand child","relationship_type_grandparent":"grand parent","relationship_type_grandparent_female":"grand parent","relationship_type_grandparent_female_with_name":":name\u2019s grand parent","relationship_type_grandparent_with_name":":name\u2019s grand parent","relationship_type_group_family":"Family relationships","relationship_type_group_friend":"Friend relationships","relationship_type_group_love":"Love relationships","relationship_type_group_other":"Other kind of relationships","relationship_type_group_work":"Work relationships","relationship_type_inlovewith":"in love with","relationship_type_inlovewith_female":"in love with","relationship_type_inlovewith_female_with_name":"someone :name is in love with","relationship_type_inlovewith_with_name":"someone :name is in love with","relationship_type_lovedby":"loved by","relationship_type_lovedby_female":"loved by","relationship_type_lovedby_female_with_name":":name\u2019s secret lover","relationship_type_lovedby_with_name":":name\u2019s secret lover","relationship_type_lover":"lover","relationship_type_lover_female":"lover","relationship_type_lover_female_with_name":":name\u2019s lover","relationship_type_lover_with_name":":name\u2019s lover","relationship_type_mentor":"mentor","relationship_type_mentor_female":"mentor","relationship_type_mentor_female_with_name":":name\u2019s mentor","relationship_type_mentor_with_name":":name\u2019s mentor","relationship_type_nephew":"nephew","relationship_type_nephew_female":"niece","relationship_type_nephew_female_with_name":":name\u2019s niece","relationship_type_nephew_with_name":":name\u2019s nephew","relationship_type_parent":"father","relationship_type_parent_female":"mother","relationship_type_parent_female_with_name":":name\u2019s mother","relationship_type_parent_with_name":":name\u2019s father","relationship_type_partner":"significant other","relationship_type_partner_female":"significant other","relationship_type_partner_female_with_name":":name\u2019s significant other","relationship_type_partner_with_name":":name\u2019s significant other","relationship_type_protege":"protege","relationship_type_protege_female":"protege","relationship_type_protege_female_with_name":":name\u2019s protege","relationship_type_protege_with_name":":name\u2019s protege","relationship_type_sibling":"brother","relationship_type_sibling_female":"sister","relationship_type_sibling_female_with_name":":name\u2019s sister","relationship_type_sibling_with_name":":name\u2019s brother","relationship_type_spouse":"spouse","relationship_type_spouse_female":"spouse","relationship_type_spouse_female_with_name":":name\u2019s spouse","relationship_type_spouse_with_name":":name\u2019s spouse","relationship_type_subordinate":"subordinate","relationship_type_subordinate_female":"subordinate","relationship_type_subordinate_female_with_name":":name\u2019s subordinate","relationship_type_subordinate_with_name":":name\u2019s subordinate","relationship_type_uncle":"uncle","relationship_type_uncle_female":"aunt","relationship_type_uncle_female_with_name":":name\u2019s aunt","relationship_type_uncle_with_name":":name\u2019s uncle","remove":"\u0423\u0431\u0440\u0430\u0442\u044c","revoke":"Revoke","save":"\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c","unknown":"I don\u2019t know","update":"\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c","upload":"\u0417\u0430\u043a\u0430\u0447\u0430\u0442\u044c","verify":"Verify","with":"with"},"auth":{"2fa_one_time_password":"Two factor authentication code","2fa_otp_help":"Open up your two factor authentication mobile app and copy the code","2fa_recuperation_code":"Enter a two factor recovery code","2fa_title":"Two Factor Authentication","2fa_wrong_validation":"The two factor authentication has failed.","back_homepage":"Back to homepage","button_remember":"Remember Me","confirmation_again":"If you want to change your email address you can click here<\/a>.","create_account":"Create the first account by signing up<\/a>","email":"Email","email_change_current_email":"Current email address:","email_change_new":"New email address","email_change_title":"Change your email address","email_changed":"Your email address has been changed. Check your mailbox to validate it.","failed":"\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438 \u043f\u0430\u0440\u043e\u043b\u044c \u043d\u0435 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0442.","login":"Login","login_again":"Please login again to your account","login_to_account":"Login to your account","mfa_auth_otp":"Authenticate with your two factor device","mfa_auth_u2f":"Authenticate with a U2F device","not_authorized":"\u0412\u0430\u043c \u043d\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0442\u044c \u044d\u0442\u043e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435.","password":"Password","password_forget":"Forget your password?","password_reset":"Reset your password","password_reset_action":"Reset Password","password_reset_email":"E-Mail Address","password_reset_email_content":"Click here to reset your password:","password_reset_password":"Password","password_reset_password_confirm":"Confirm Password","password_reset_send_link":"Send Password Reset Link","password_reset_title":"Reset Password","register_action":"Register","register_create_account":"You need to create an account to use Monica","register_email":"Enter a valid email address","register_email_example":"you@home","register_firstname":"First name","register_firstname_example":"eg. John","register_invitation_email":"For security purposes, please indicate the email of the person who\u2019ve invited you to join this account. This information is provided in the invitation email.","register_lastname":"Last name","register_lastname_example":"eg. Doe","register_login":"Log in<\/a> if you already have an account.","register_password":"Password","register_password_confirmation":"Password confirmation","register_password_example":"Enter a secure password","register_policy":"Signing up signifies you\u2019ve read and agree to our Privacy Policy<\/a> and Terms of use<\/a>.","register_title_create":"Create your Monica account","register_title_welcome":"Welcome to your newly installed Monica instance","signup":"Sign up","signup_disabled":"\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u0441\u0435\u0439\u0447\u0430\u0441 \u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u0430.","signup_no_account":"Don\u2019t have an account?","throttle":"\u0421\u043b\u0438\u0448\u043a\u043e\u043c \u043c\u043d\u043e\u0433\u043e \u043f\u043e\u043f\u044b\u0442\u043e\u043a \u0432\u0445\u043e\u0434\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437 \u0447\u0435\u0440\u0435\u0437 :seconds \u0441\u0435\u043a\u0443\u043d\u0434.","u2f_otp_extension":"U2F is supported natively on Chrome, Firefox<\/a> and Opera. On old Firefox versions, install the U2F Support Add-on<\/a>."},"changelog":{"note":"Note: unfortunately, this page is only in English.","title":"Product changes"},"dashboard":{"dashboard_blank_cta":"\u0414\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u0432\u0430\u0448 \u043f\u0435\u0440\u0432\u044b\u0439 \u043a\u043e\u043d\u0442\u0430\u043a\u0442","dashboard_blank_description":"Monica is the place to organize all the interactions you have with the ones you care about.","dashboard_blank_illustration":"Illustration by Freepik<\/a>","dashboard_blank_title":"\u0414\u043e\u0431\u0440\u043e \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c \u0432 \u0432\u0430\u0448 \u0430\u043a\u043a\u0430\u0443\u043d\u0442!","debts_you_owe":"You owe","linkedin_profile":"LinkedIn","notes_title":"You don\u2019t have any starred notes yet.","reminders_next_months":"Events in the next 3 months","reminders_none":"No reminder for this month","statistics_activities":"\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438","statistics_contacts":"\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b","statistics_gifts":"\u041f\u043e\u0434\u0430\u0440\u043a\u0438","tab_calls_blank":"You haven\u2019t logged a call yet.","tab_debts":"Debts","tab_debts_blank":"You haven\u2019t logged any debt yet.","tab_favorite_notes":"Favorite notes","tab_recent_calls":"Recent calls"},"format":{"full_hour":"h.i A","full_month":"F","full_month_year":"F Y","short_date":"M d","short_date_year":"M d, Y","short_date_year_time":"M d, Y H:i","short_day":"D","short_month":"M","short_month_year":"M Y"},"journal":{"delete_confirmation":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u044c?","entry_delete_success":"\u0417\u0430\u043f\u0438\u0441\u044c \u0431\u044b\u043b\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0430.","journal_add":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0436\u0443\u0440\u043d\u0430\u043b","journal_add_cta":"\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c","journal_add_date":"Date","journal_add_post":"\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435","journal_add_title":"\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a (\u043d\u0435 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)","journal_blank_cta":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432\u0430\u0448\u0443 \u043f\u0435\u0440\u0432\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0436\u0443\u0440\u043d\u0430\u043b","journal_blank_description":"\u0412 \u0436\u0443\u0440\u043d\u0430\u043b \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u0438 \u043e \u0441\u043e\u0431\u044b\u0442\u0438\u044f\u0445 \u0432 \u0432\u0430\u0448\u0435\u0439 \u0436\u0438\u0437\u043d\u0438, \u0447\u0442\u043e\u0431\u044b \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0445.","journal_come_back":"Thanks. Come back tomorrow to rate your day again.","journal_created_automatically":"Created automatically","journal_description":"Note: the journal lists both manual journal entries, and automatic entries like Activities done with your contacts. While you can delete journal entries manually, you\u2019ll have to delete the activity directly on the contact page.","journal_entry_rate":"You rated your day.","journal_entry_type_activity":"Activity","journal_entry_type_journal":"Journal entry","journal_rate":"How was your day? You can rate it once a day."},"mail":{"confirmation_email_button":"Verify email address","confirmation_email_intro":"To validate your email click on the button below","confirmation_email_title":"Monica \u2013 Email verification","footer_contact_info":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c, \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c, \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0438 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e\u0431 \u044d\u0442\u043e\u043c \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0435","for":"\u041e:","greetings":"\u041f\u0440\u0438\u0432\u0435\u0442 :username","notification_description":"In :count days (on :date), the following event will happen:","notification_subject_line":"You have an upcoming event","notifications_footer":"If you\u2019re having trouble clicking the \":actionText\" button, copy and paste the URL below into your web browser: [:actionURL](:actionURL)","notifications_hello":"Hello!","notifications_regards":"Regards","notifications_whoops":"Whoops!","stay_in_touch_subject_description":"You asked to be reminded to stay in touch with :name every :frequency days.","stay_in_touch_subject_line":"Stay in touch with :name","subject_line":"\u041d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435 \u0434\u043b\u044f :contact","want_reminded_of":"\u0412\u042b \u0425\u041e\u0422\u0418\u0422\u0415 \u041f\u041e\u041b\u0423\u0427\u0410\u0422\u042c \u041d\u0410\u041f\u041e\u041c\u0418\u041d\u0410\u041d\u0418\u042f"},"pagination":{"next":"\u0412\u043f\u0435\u0440\u0451\u0434 »","previous":"« \u041d\u0430\u0437\u0430\u0434"},"passwords":{"changed":"Password changed successfuly.","invalid":"Current password you entered is not correct.","password":"\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 \u0448\u0435\u0441\u0442\u0438 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u0438 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0442\u044c \u0441 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435\u043c.","reset":"\u0412\u0430\u0448 \u043f\u0430\u0440\u043e\u043b\u044c \u0431\u044b\u043b \u0441\u0431\u0440\u043e\u0448\u0435\u043d!","sent":"\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u0441\u0431\u0440\u043e\u0441 \u043f\u0430\u0440\u043e\u043b\u044f \u0431\u044b\u043b\u0430 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430.","token":"\u041e\u0448\u0438\u0431\u043e\u0447\u043d\u044b\u0439 \u043a\u043e\u0434 \u0441\u0431\u0440\u043e\u0441\u0430 \u043f\u0430\u0440\u043e\u043b\u044f.","user":"\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u0441\u0431\u0440\u043e\u0441 \u043f\u0430\u0440\u043e\u043b\u044f \u0431\u044b\u043b\u0430 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430."},"people":{"activities_activity":"Activity Category","activities_add_activity":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c","activities_add_cta":"\u0417\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c","activities_add_date_occured":"\u0414\u0430\u0442\u0430 \u043a\u043e\u0433\u0434\u0430 \u044d\u0442\u043e \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u043e","activities_add_error":"Error when adding the activity","activities_add_optional_comment":"\u041a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 (\u043d\u0435 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)","activities_add_pick_activity":"(Optional) Would you like to categorize this activity? You don\u2019t have to, but it will give you statistics later on","activities_add_success":"\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c \u0431\u044b\u043b\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430","activities_add_title":"\u0427\u0442\u043e \u0432\u044b \u0434\u0435\u043b\u0430\u043b\u0438 \u0441 :name?","activities_blank_add_activity":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c","activities_blank_title":"Keep track of what you\u2019ve done with :name in the past, and what you\u2019ve talked about","activities_delete_confirmation":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u0443 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c?","activities_delete_success":"\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c \u0431\u044b\u043b\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0430","activities_hide_details":"\u0421\u043a\u0440\u044b\u0442\u044c \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0432\u0442\u0438","activities_item_information":":Activity. \u0414\u0430\u0442\u0430: :date","activities_more_details":"\u0411\u043e\u043b\u044c\u0448\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0435\u0439","activities_profile_number_occurences":":value activity|:value activities","activities_profile_subtitle":"You\u2019ve logged :total_activities activity with :name in total and :activities_last_twelve_months in the last 12 months so far.|You\u2019ve logged :total_activities activities with :name in total and :activities_last_twelve_months in the last 12 months so far.","activities_profile_title":"Activities report between :name and you","activities_profile_year_summary":"Here is what you two have done in :year","activities_profile_year_summary_activity_types":"Here is a breakdown of the type of activities you\u2019ve done together in :year","activities_summary":"\u041e\u043f\u0438\u0448\u0438\u0442\u0435 \u0447\u0442\u043e \u0432\u044b \u0434\u0435\u043b\u0430\u043b\u0438","activities_update_success":"\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c \u0431\u044b\u043b\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430","activities_view_activities_report":"View activities report","activities_who_was_involved":"\u041a\u0442\u043e \u0431\u044b\u043b \u0432\u043e\u0432\u043b\u0435\u0447\u0435\u043d?","activity_title":"\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438","activity_type_ate_at_his_place":"ate at their place","activity_type_ate_at_home":"\u0435\u043b\u0438 \u0434\u043e\u043c\u0430","activity_type_ate_restaurant":"\u0435\u043b\u0438 \u0432 \u0440\u0435\u0441\u0442\u043e\u0440\u0430\u043d\u0435","activity_type_category_cultural_activities":"Cultural activities","activity_type_category_food":"Food","activity_type_category_simple_activities":"Simple activities","activity_type_category_sport":"Sport","activity_type_did_sport_activities_together":"\u0437\u0430\u043d\u0438\u043c\u0430\u043b\u0438\u0441\u044c \u0441\u043f\u043e\u0440\u0442\u043e\u043c \u0432\u043c\u0435\u0441\u0442\u0435","activity_type_just_hung_out":"\u043f\u0440\u043e\u0441\u0442\u043e \u043f\u043e\u0432\u0435\u0441\u0435\u043b\u0438\u043b\u0438\u0441\u044c","activity_type_picknicked":"\u043f\u0438\u043a\u043d\u0438\u043a","activity_type_talked_at_home":"\u0440\u0430\u0437\u0433\u043e\u0432\u0430\u0440\u0438\u0432\u0430\u043b\u0438 \u0434\u043e\u043c\u0430","activity_type_watched_movie_at_home":"\u0441\u043c\u043e\u0442\u0440\u0435\u043b\u0438 \u043a\u0438\u043d\u043e \u0434\u043e\u043c\u0430","activity_type_went_bar":"\u043e\u0442\u043f\u0440\u0430\u0432\u0438\u043b\u0438\u0441\u044c \u0432 \u0431\u0430\u0440","activity_type_went_concert":"\u0445\u043e\u0434\u0438\u043b\u0438 \u043d\u0430 \u043a\u043e\u043d\u0446\u0435\u0440\u0442","activity_type_went_museum":"\u0431\u044b\u043b\u0438 \u0432 \u043c\u0443\u0437\u0435\u0435","activity_type_went_play":"\u0445\u043e\u0434\u0438\u043b\u0438 \u0438\u0433\u0440\u0430\u0442\u044c","activity_type_went_theater":"\u0445\u043e\u0434\u0438\u043b\u0438 \u0432 \u0442\u0435\u0430\u0442\u0440","age_approximate_in_years":"\u043f\u0440\u0438\u043c\u0435\u0440\u043d\u043e :age \u043b\u0435\u0442","age_exact_birthdate":"\u0434\u0435\u043d\u044c \u0440\u043e\u0436\u043d\u0435\u043d\u0438\u044f: :date","age_exact_in_years":":age \u043b\u0435\u0442","birthdate_not_set":"\u0414\u0435\u043d\u044c \u0440\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u043d\u0435 \u0443\u043a\u0430\u0437\u0430\u043d","call_blank_desc":"\u0412\u044b \u0437\u0432\u043e\u043d\u0438\u043b\u0438 :name","call_blank_title":"Keep track of the phone calls you\u2019ve done with :name","call_button":"Log a call","call_delete_confirmation":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0437\u0432\u043e\u043d\u043e\u043a?","call_delete_success":"\u0417\u0432\u043e\u043d\u043e\u043a \u0431\u044b\u043b \u0443\u0434\u0430\u043b\u0451\u043d","call_empty_comment":"\u041d\u0435\u0442 \u0434\u0435\u0442\u0430\u043b\u0435\u0439","call_title":"\u0422\u0435\u043b\u0435\u0444\u043e\u043d\u043d\u044b\u0435 \u0437\u0432\u043e\u043d\u043a\u0438","calls_add_success":"\u0417\u0432\u043e\u043d\u043e\u043a \u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d.","contact_address_form_city":"City (optional)","contact_address_form_country":"Country (optional)","contact_address_form_name":"Label (optional)","contact_address_form_postal_code":"Postal code (optional)","contact_address_form_province":"Province (optional)","contact_address_form_street":"Street (optional)","contact_address_title":"Addresses","contact_info_address":"Lives in","contact_info_form_contact_type":"Contact type","contact_info_form_content":"Content","contact_info_form_personalize":"Personalize","contact_info_title":"Contact information","debt_add_add_cta":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u043b\u0433","debt_add_amount":"\u0441\u0443\u043c\u043c\u0430 ","debt_add_cta":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u043b\u0433","debt_add_reason":"\u043f\u0440\u0438\u0447\u0438\u043d\u0430 \u0434\u043e\u043b\u0433\u0430 (\u043d\u0435 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)","debt_add_success":"\u0414\u043e\u043b\u0433 \u0431\u044b\u043b \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d","debt_add_they_owe":":name \u0434\u043e\u043b\u0436\u0435\u043d \u0432\u0430\u043c","debt_add_title":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0434\u043e\u043b\u0433\u0430\u043c\u0438","debt_add_you_owe":"\u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b :name","debt_delete_confirmation":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u0434\u043e\u043b\u0433?","debt_delete_success":"\u0414\u043e\u043b\u0433 \u0431\u044b\u043b \u0443\u0434\u0430\u043b\u0451\u043d","debt_edit_success":"The debt has been updated successfully","debt_edit_update_cta":"Update debt","debt_they_owe":":name \u0434\u043e\u043b\u0436\u0435\u043d \u0432\u0430\u043c :amount","debt_title":"\u0414\u043e\u043b\u0433\u0438","debt_you_owe":"\u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b :amount","debts_blank_title":"Manage debts you owe to :name or :name owes you","deceased_add_reminder":"Add a reminder for this date","deceased_age":"Age at death","deceased_know_date":"I know the date this person died","deceased_label":"Deceased","deceased_label_with_date":"Deceased on :date","deceased_mark_person_deceased":"Mark this person as deceased","deceased_reminder_title":"Anniversary of the death of :name","edit_contact_information":"\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u044b","food_preferencies_add_success":"\u041f\u0440\u0435\u0434\u043f\u043e\u0447\u0442\u0435\u043d\u0438\u044f \u0432 \u0435\u0434\u0435 \u0431\u044b\u043b\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u044b","food_preferencies_cta":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0442\u0435\u043d\u0438\u044f \u0432 \u0435\u0434\u0435","food_preferencies_edit_cta":"\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0442\u0435\u043d\u0438\u044f \u0432 \u0435\u0434\u0435","food_preferencies_edit_description":"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443 :firstname \u0438\u043b\u0438 \u043a\u043e\u0433\u043e-\u0442\u043e \u0438\u0437 \u0435\u0433\u043e(\u0435\u0451) \u0441\u0435\u043c\u044c\u0438 \u0435\u0441\u0442\u044c \u0430\u043b\u043b\u0435\u0440\u0433\u0438\u044f. \u0418\u043b\u0438 \u043d\u0435 \u043b\u044e\u0431\u0438\u0442 \u043a\u0430\u043a\u043e\u0439-\u0442\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0442. \u0417\u0430\u043f\u0438\u0448\u0438\u0442\u0435 \u044d\u0442\u043e \u0438 \u0432 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0440\u0430\u0437 \u043a\u043e\u0433\u0434\u0430 \u0432\u044b \u0431\u0443\u0434\u0435\u0442\u0435 \u043a\u0443\u0448\u0430\u0442\u044c \u0432\u043c\u0435\u0441\u0442\u0435 \u0432\u044b \u0432\u0441\u043f\u043e\u043c\u043d\u0438\u0442\u0435 \u043e\u0431 \u044d\u0442\u043e\u043c","food_preferencies_edit_description_no_last_name":"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443 :firstname \u0438\u043b\u0438 \u043a\u043e\u0433\u043e-\u0442\u043e \u0438\u0437 \u0435\u0451 \u0441\u0435\u043c\u044c\u0438 \u0435\u0441\u0442\u044c \u0430\u043b\u043b\u0435\u0440\u0433\u0438\u044f. \u0418\u043b\u0438 \u043d\u0435 \u043b\u044e\u0431\u0438\u0442 \u043a\u0430\u043a\u043e\u0439-\u0442\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0442. \u0417\u0430\u043f\u0438\u0448\u0438\u0442\u0435 \u044d\u0442\u043e \u0438 \u0432 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0440\u0430\u0437 \u043a\u043e\u0433\u0434\u0430 \u0432\u044b \u0431\u0443\u0434\u0435\u0442\u0435 \u043a\u0443\u0448\u0430\u0442\u044c \u0432\u043c\u0435\u0441\u0442\u0435 \u0432\u044b \u0432\u0441\u043f\u043e\u043c\u043d\u0438\u0442\u0435 \u043e\u0431 \u044d\u0442\u043e\u043c","food_preferencies_edit_title":"\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0442\u0435\u043d\u0438\u044f \u0432 \u0435\u0434\u0435","food_preferencies_title":"\u041f\u0440\u0435\u0434\u043f\u043e\u0447\u0442\u0435\u043d\u0438\u044f \u0432 \u0435\u0434\u0435","gifts_add_comment":"\u041a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 (\u043d\u0435 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)","gifts_add_gift":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u0434\u0430\u0440\u043e\u043a","gifts_add_gift_already_offered":"\u041f\u043e\u0434\u0430\u0440\u043e\u043a \u0443\u0436\u0435 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d","gifts_add_gift_idea":"\u0418\u0434\u0435\u044f \u043f\u043e\u0434\u0430\u0440\u043a\u0430","gifts_add_gift_received":"Gift received","gifts_add_gift_title":"\u0427\u0442\u043e \u044d\u0442\u043e \u0437\u0430 \u043f\u043e\u0434\u0430\u0440\u043e\u043a?","gifts_add_link":"\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 (\u043d\u0435 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)","gifts_add_someone":"This gift is for someone in :name\u2019s family in particular","gifts_add_success":"\u041f\u043e\u0434\u0430\u0440\u043e\u043a \u0431\u044b\u043b \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d","gifts_add_title":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u0434\u0430\u0440\u043a\u0430\u043c\u0438 \u0434\u043b\u044f :name","gifts_add_value":"\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c (\u043d\u0435 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)","gifts_delete_confirmation":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u043f\u043e\u0434\u0430\u0440\u043e\u043a?","gifts_delete_cta":"\u0423\u0434\u0430\u043b\u0438\u0442\u044c","gifts_delete_success":"\u041f\u043e\u0434\u0430\u0440\u043e\u043a \u0431\u044b\u043b \u0443\u0434\u0430\u043b\u0451\u043d","gifts_for":"For:","gifts_ideas":"Gift ideas","gifts_link":"\u0421\u0441\u044b\u043b\u043a\u0430","gifts_mark_offered":"Mark as offered","gifts_offered":"Gifts offered","gifts_offered_as_an_idea":"Mark as an idea","gifts_received":"Gifts received","gifts_title":"Gifts","gifts_update_success":"The gift has been updated successfully","gifts_view_comment":"View comment","information_edit_avatar":"\u0424\u043e\u0442\u043e\/\u0410\u0432\u0430\u0442\u0430\u0440 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0430","information_edit_exact":"\u042f \u0437\u043d\u0430\u044e \u0442\u043e\u0447\u043d\u0443\u044e \u0434\u0430\u0442\u0443 \u0440\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u044d\u0442\u043e\u0433\u043e \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430, \u043a\u043e\u0442\u043e\u0440\u0430\u044f","information_edit_firstname":"\u0418\u043c\u044f","information_edit_lastname":"\u0424\u0430\u043c\u0438\u043b\u0438\u044f (\u043d\u0435 \u043e\u0431\u044f\u0437.)","information_edit_linkedin":"LinkedIn (\u043d\u0435 \u043e\u0431\u044f\u0437.)","information_edit_max_size":"\u041c\u0430\u043a\u0441 :size \u041c\u0431.","information_edit_not_year":"I know the day and month of the birthdate of this person, but not the year\u2026","information_edit_probably":"\u042d\u0442\u043e\u043c\u0443 \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0443 \u043f\u0440\u0438\u043c\u0435\u0440\u043d\u043e","information_edit_success":"\u041f\u0440\u043e\u0444\u0438\u043b\u044c \u0431\u044b\u043b \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d","information_edit_title":"\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435 :name","information_edit_unknown":"\u042f \u043d\u0435 \u0437\u043d\u0430\u044e \u0432\u043e\u0437\u0440\u0430\u0441\u0442","information_no_linkedin_defined":"LinkedIn \u043d\u0435 \u0443\u043a\u0430\u0437\u0430\u043d","information_no_work_defined":"\u0420\u0430\u0431\u043e\u0447\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043d\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u0430","information_work_at":"\u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u0432 :company","introductions_add_reminder":"Add a reminder to celebrate this encounter on the anniversary this event happened","introductions_additional_info":"Explain how and where you met","introductions_blank_cta":"Indicate how you met :name","introductions_edit_met_through":"Has someone introduced you to this person?","introductions_first_met_date":"Date you met","introductions_first_met_date_known":"This is the date we met","introductions_met_date":"Met on :date","introductions_met_through":"Met through :name<\/a>","introductions_no_first_met_date":"I don\u2019t know the date we met","introductions_no_met_through":"No one","introductions_reminder_title":"Anniversary of the day you first met","introductions_sidebar_title":"How you met","introductions_title_edit":"How did you meet :name?","introductions_update_success":"You\u2019ve successfully updated the information about how you met this person","last_activity_date":"\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c \u0432\u043c\u0435\u0441\u0442\u0435: :date","last_activity_date_empty":"\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c \u0432\u043c\u0435\u0441\u0442\u0435: \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e","last_called":"\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0437\u0432\u043e\u043d\u043e\u043a: :date","last_called_empty":"\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0437\u0432\u043e\u043d\u043e\u043a: \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e","link_to_list":"\u0421\u043f\u0438\u0441\u043e\u043a \u043b\u044e\u0434\u0435\u0439","linkedin_profile":"LinkedIn profile","modal_call_change":"\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c","modal_call_comment":"\u041e \u0447\u0451\u043c \u0432\u044b \u0440\u0430\u0437\u0433\u043e\u0432\u0430\u0440\u0438\u0432\u0430\u043b\u0438? (\u043d\u0435 \u043e\u0431\u044f\u0437.)","modal_call_date":"\u0417\u0432\u043e\u043d\u043e\u043a \u0431\u044b\u043b \u0440\u0430\u043d\u0435\u0435 \u0441\u0435\u0433\u043e\u0434\u043d\u044f.","modal_call_exact_date":"\u0414\u0430\u0442\u0430 \u0437\u0432\u043e\u043d\u043a\u0430","modal_call_title":"Log a call","notes_add_cta":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u043c\u0435\u0442\u043a\u0443","notes_create_success":"\u0417\u0430\u043c\u0435\u0442\u043a\u0430 \u0431\u044b\u043b\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430","notes_delete_confirmation":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u0443 \u0437\u0430\u043c\u0435\u0442\u043a\u0443? \u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e.","notes_delete_success":"\u0417\u0430\u043c\u0435\u0442\u043a\u0430 \u0431\u044b\u043b\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0430","notes_delete_title":"Delete a note","notes_favorite":"Add\/remove from favorites","notes_update_success":"The note has been saved successfully","people_add_birthday_reminder":"\u041f\u043e\u0437\u0434\u0440\u0430\u0432\u0438\u0442\u044c :name \u0441 \u0434\u043d\u0451\u043c \u0440\u043e\u0436\u0434\u0435\u043d\u0438\u044f","people_add_cta":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c","people_add_firstname":"\u0418\u043c\u044f","people_add_gender":"\u041f\u043e\u043b","people_add_import":"\u0412\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0430\u0448\u0438 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u044b<\/a>?","people_add_lastname":"\u0424\u0430\u043c\u0438\u043b\u0438\u044f (\u043d\u0435 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)","people_add_middlename":"\u041e\u0442\u0447\u0435\u0441\u0442\u0432\u043e (\u043d\u0435 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)","people_add_missing":"No Person Found Add New One Now","people_add_nickname":"Nickname (Optional)","people_add_reminder_for_birthday":"Create an annual reminder for the birthday","people_add_success":":name has been successfully created","people_add_title":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430","people_delete_click_here":"\u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u0441\u044e\u0434\u0430","people_delete_confirmation":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u043a\u043e\u043d\u0442\u0430\u043a\u0442? \u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e.","people_delete_message":"\u0415\u0441\u043b\u0438 \u0432\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u043a\u043e\u043d\u0442\u0430\u043a\u0442,","people_delete_success":"\u041a\u043e\u043d\u0442\u0430\u043a\u0442 \u0431\u044b\u043b \u0443\u0434\u0430\u043b\u0451\u043d","people_edit_email_error":"There is already a contact in your account with this email address. Please choose another one.","people_export":"Export as vCard","people_list_account_upgrade_cta":"Upgrade now","people_list_account_upgrade_title":"\u041f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043d\u0430 \u0434\u0440\u0443\u0433\u043e\u0439 \u043f\u043b\u0430\u043d \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0435\u0439.","people_list_account_usage":"\u041b\u0438\u043c\u0438\u0442\u044b \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043e\u0432: :current\/:limit","people_list_blank_cta":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u0433\u043e \u043d\u0438\u0431\u0443\u0434\u044c","people_list_blank_title":"\u0412\u044b \u043f\u043e\u043a\u0430 \u043d\u0438 \u043a\u043e\u0433\u043e \u0435\u0449\u0451 \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u043b\u0438","people_list_clear_filter":"\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0444\u0438\u043b\u044c\u0442\u0440","people_list_contacts_per_tags":":count \u043a\u043e\u043d\u0442\u0430\u043a\u0442|:count \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0430|:count \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043e\u0432","people_list_filter_tag":"Showing all the contacts tagged with","people_list_filter_untag":"Showing all untagged contacts","people_list_firstnameAZ":"\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e \u0438\u043c\u0435\u043d\u0438 \u0410 \u2192 \u042f","people_list_firstnameZA":"\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e \u0438\u043c\u0435\u043d\u0438 \u042f \u2192 \u0410","people_list_last_updated":"\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435:","people_list_lastactivitydateNewtoOld":"Sort by last activity date newest to oldest","people_list_lastactivitydateOldtoNew":"Sort by last activity date oldest to newest","people_list_lastnameAZ":"\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e \u0444\u0430\u043c\u0438\u043b\u0438\u0438 \u0410 \u2192 \u042f","people_list_lastnameZA":"\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e \u0444\u0430\u043c\u0438\u043b\u0438\u0438 \u042f \u2192 \u0410","people_list_number_kids":":count \u0440\u0435\u0431\u0451\u043d\u043e\u043a|:count \u0440\u0435\u0431\u0451\u043d\u043a\u0430|:count \u0434\u0435\u0442\u0435\u0439","people_list_number_reminders":":count \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435|:count \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f|:count \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0439","people_list_sort":"\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0430","people_list_stats":":count \u043a\u043e\u043d\u0442\u0430\u043a\u0442|:count \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0430|:count \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043e\u0432","people_list_untagged":"View untagged contacts","people_save_and_add_another_cta":"Submit and add someone else","people_search":"\u041f\u043e\u0438\u0441\u043a \u043f\u043e \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0430\u043c...","people_search_no_results":"\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b :(","pets_bird":"Bird","pets_cat":"Cat","pets_create_success":"The pet has been sucessfully added","pets_delete_success":"The pet has been deleted","pets_dog":"Dog","pets_fish":"Fish","pets_hamster":"Hamster","pets_horse":"Horse","pets_kind":"Kind of pet","pets_name":"Name (optional)","pets_other":"Other","pets_rabbit":"Rabbit","pets_rat":"Rat","pets_reptile":"Reptile","pets_small_animal":"Small animal","pets_title":"Pets","pets_update_success":"The pet has been updated","relationship_delete_confirmation":"Are you sure you want to delete this relationship? Deletion is permanent.","relationship_form_add":"Add a new relationship","relationship_form_add_choice":"Who is the relationship with?","relationship_form_add_description":"This will let you treat this significant other like any other contact.","relationship_form_add_no_existing_contact":"You don\u2019t have any contacts who can be related to :name at the moment.","relationship_form_add_success":"The relationship has been successfully set.","relationship_form_also_create_contact":"Create a Contact entry for this person.","relationship_form_associate_contact":"An existing contact","relationship_form_associate_dropdown":"Search and select an existing contact from the dropdown below","relationship_form_associate_dropdown_placeholder":"Search and select an existing contact","relationship_form_create_contact":"Add a new person","relationship_form_deletion_success":"The relationship has been deleted.","relationship_form_edit":"Edit an existing relationship","relationship_form_is_with":"This person is...","relationship_unlink_confirmation":"Are you sure you want to delete this relationship? This person will not be deleted \u2013 only the relationship between the two.","reminder_frequency_day":"every day|every :number days","reminder_frequency_month":"\u043a\u0430\u0436\u0434\u044b\u0439 :number \u043c\u0435\u0441\u044f\u0446|\u043a\u0430\u0436\u0434\u044b\u0435 :number \u043c\u0435\u0441\u044f\u0446\u0430|\u043a\u0430\u0436\u0434\u044b\u0435 :number \u043c\u0435\u0441\u044f\u0446\u0435\u0432","reminder_frequency_one_time":"\u0432 :date","reminder_frequency_week":"\u043a\u0430\u0436\u0434\u0443\u044e :number \u043d\u0435\u0434\u0435\u043b\u044e|\u043a\u0430\u0436\u0434\u044b\u0435 :number \u043d\u0435\u0434\u0435\u043b\u0438|\u043a\u0430\u0436\u0434\u044b\u0435 :number \u043d\u0435\u0434\u0435\u043b\u044c","reminder_frequency_year":"\u043a\u0430\u0436\u0434\u044b\u0439 :number \u0433\u043e\u0434|\u043a\u0430\u0436\u0434\u044b\u0435 :number \u0433\u043e\u0434\u0430|\u043a\u0430\u0436\u0434\u044b\u0435 :number \u043b\u0435\u0442","reminders_add_cta":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435","reminders_add_description":"\u041d\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c \u043e:","reminders_add_error_custom_text":"\u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u0442\u0435\u043a\u0441\u0442 \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f","reminders_add_next_time":"\u041a\u043e\u0433\u0434\u0430 \u0432 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0440\u0430\u0437 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435?","reminders_add_once":"\u041d\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c \u043e\u0434\u0438\u043d \u0440\u0430\u0437","reminders_add_recurrent":"\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u0442\u044c \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435 \u0441 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u043e\u0441\u0442\u044c\u044e: ","reminders_add_starting_from":"\u043d\u0430\u0447\u0438\u043d\u0430\u044f \u0441 \u0434\u0430\u0442\u044b \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u0439 \u0432\u044b\u0448\u0435","reminders_add_title":"\u041e \u0447\u0451\u043c, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u043e\u043c \u0441 :name, \u0432\u0430\u043c \u043d\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c?","reminders_birthday":"Birthdate of :name","reminders_blank_add_activity":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435","reminders_blank_title":"\u0415\u0441\u0442\u044c \u043b\u0438 \u0447\u0442\u043e-\u0442\u043e \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u043e\u0435 \u0441 :name, \u043e \u0447\u0451\u043c \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435?","reminders_create_success":"\u041d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435 \u0431\u044b\u043b\u043e \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e","reminders_cta":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435","reminders_delete_confirmation":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435?","reminders_delete_cta":"\u0423\u0434\u0430\u043b\u0438\u0442\u044c","reminders_delete_success":"\u041d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435 \u0431\u044b\u043b\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e","reminders_description":"\u041f\u043e \u043a\u0430\u0436\u0434\u043e\u043c\u0443 \u0438\u0437 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0439 \u0432\u044b\u0448\u0435 \u043c\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u043c \u0432\u0430\u043c \u043f\u0438\u0441\u044c\u043c\u043e. \u041e\u043d\u0438 \u0432\u044b\u0441\u044b\u043b\u0430\u044e\u0442\u0441\u044f \u043f\u043e \u0443\u0442\u0440\u0430\u043c","reminders_edit_update_cta":"Update reminder","reminders_free_plan_warning":"You are on the Free plan. No emails are sent on this plan. To receive your reminders by email, upgrade your account.","reminders_next_expected_date":"\u0432","reminders_one_time":"\u043e\u0434\u0438\u043d \u0440\u0430\u0437","reminders_type_month":"\u043c\u0435\u0441\u044f\u0446","reminders_type_week":"\u043d\u0435\u0434\u0435\u043b\u044f","reminders_type_year":"\u0433\u043e\u0434","reminders_update_success":"The reminder has been updated successfully","section_contact_information":"Contact information","section_personal_activities":"\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438","section_personal_gifts":"\u041f\u043e\u0434\u0430\u0440\u043a\u0438","section_personal_notes":"Notes","section_personal_reminders":"\u041d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f","section_personal_tasks":"\u0417\u0430\u0434\u0430\u0447\u0438","set_favorite":"Favorite contacts are placed at the top of the contact list","stay_in_touch":"Stay in touch","stay_in_touch_frequency":"Stay in touch every day|Stay in touch every {count} days","stay_in_touch_invalid":"The frequency must be a number greater than 0.","stay_in_touch_modal_desc":"We can remind you by email to keep in touch with {firstname} at a regular interval.","stay_in_touch_modal_label":"Send me an email every...","stay_in_touch_modal_title":"Stay in touch","stay_in_touch_premium":"You need to upgrade your account to make use of this feature","tag_add":"add a tag","tag_edit":"Edit tag","tasks_add_task":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u0447\u0443","tasks_blank_title":"You don\u2019t have any tasks yet.","tasks_complete_success":"\u0421\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u0434\u0430\u0447\u0438 \u0431\u044b\u043b \u0438\u0437\u043c\u0435\u043d\u0451\u043d","tasks_delete_success":"\u0417\u0430\u0434\u0430\u0447\u0430 \u0431\u044b\u043b\u0430 \u0443\u0441\u0440\u0435\u0448\u043d\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0430","tasks_form_description":"Description (optional)","tasks_form_title":"Title","work_add_cta":"\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0440\u0430\u0431\u043e\u0442\u0435","work_edit_company":"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f (\u043d\u0435 \u043e\u0431\u044f\u0437.)","work_edit_job":"\u0414\u043e\u043b\u0436\u043d\u043e\u0441\u0442\u044c (\u043d\u0435 \u043e\u0431\u044f\u0437.)","work_edit_success":"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0440\u0430\u0431\u043e\u0442\u0435 \u0431\u044b\u043b\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430","work_edit_title":"\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043e \u0440\u0430\u0431\u043e\u0442\u0435: :name","work_information":"Work information"},"reminder":{"type_birthday":"\u041f\u043e\u0437\u0434\u0440\u0430\u0432\u0438\u0442\u044c \u0441 \u0434\u043d\u0451\u043c \u0440\u043e\u0436\u0434\u0435\u043d\u0438\u044f","type_birthday_kid":"\u041f\u043e\u0437\u0434\u0440\u0430\u0432\u0438\u0442\u044c \u0435\u0433\u043e(\u0435\u0451) \u0440\u0435\u0431\u0451\u043d\u043a\u0430 \u0441 \u0434\u043d\u0451\u043c \u0440\u043e\u0436\u0434\u0435\u043d\u0438\u044f","type_email":"Email","type_hangout":"\u0422\u0443\u0441\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0441","type_lunch":"\u041f\u043e\u043e\u0431\u0435\u0434\u0430\u0442\u044c \u0441","type_phone_call":"\u041f\u043e\u0437\u0432\u043e\u043d\u0438\u0442\u044c"},"settings":{"2fa_disable_description":"Disable Two Factor Authentication for your account. Be careful, your account will not be secured anymore !","2fa_disable_error":"Error when trying to disable Two Factor Authentication","2fa_disable_success":"Two Factor Authentication disabled","2fa_disable_title":"Disable Two Factor Authentication","2fa_enable_description":"Enable Two Factor Authentication to increase security with your account.","2fa_enable_error":"Error when trying to activate Two Factor Authentication","2fa_enable_error_already_set":"Two Factor Authentication is already activated","2fa_enable_otp":"Open up your two factor authentication mobile app and scan the following QR barcode:","2fa_enable_otp_help":"If your two factor authentication mobile app does not support QR barcodes, enter in the following code:","2fa_enable_otp_validate":"Please validate the new device you\u2019ve just set:","2fa_enable_success":"Two Factor Authentication activated","2fa_enable_title":"Enable Two Factor Authentication","2fa_otp_title":"Two Factor Authentication mobile application","2fa_title":"Two Factor Authentication","api_authorized_clients":"List of authorized clients","api_authorized_clients_desc":"This section lists all the clients you\u2019ve authorized to access your application. You can revoke this authorization at anytime.","api_authorized_clients_name":"Name","api_authorized_clients_scopes":"Scopes","api_authorized_clients_title":"Authorized Applications","api_description":"The API can be used to manipulate Monica\u2019s data from an external application, like a mobile application for instance.","api_oauth_clientid":"Client ID","api_oauth_clients":"Your Oauth clients","api_oauth_clients_desc":"This section lets you register your own OAuth clients.","api_oauth_create":"Create Client","api_oauth_create_new":"Create New Client","api_oauth_name":"Name","api_oauth_name_help":"Something your users will recognize and trust.","api_oauth_not_created":"You have not created any OAuth clients.","api_oauth_redirecturl":"Redirect URL","api_oauth_redirecturl_help":"Your application\u2019s authorization callback URL.","api_oauth_secret":"Secret","api_oauth_title":"Oauth Clients","api_pao_description":"Make sure you give this token to a source you trust \u2013 as they allow you to access all your data.","api_personal_access_tokens":"Personal access tokens","api_title":"API access","api_token_create":"Create Token","api_token_create_new":"Create New Token","api_token_delete":"Delete","api_token_help":"Here is your new personal access token. This is the only time it will be shown so don\u2019t lose it! You may now use this token to make API requests.","api_token_name":"Name","api_token_not_created":"You have not created any personal access tokens.","api_token_scopes":"Scopes","api_token_title":"Personal access token","currency":"\u0412\u0430\u043b\u044e\u0442\u0430","delete_cta":"\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0430\u043a\u043a\u0430\u0443\u043d\u0442","delete_desc":"Do you wish to delete your account? Warning: deletion is permanent and all your data will be erased permamently.","delete_notice":"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0432\u043e\u0439 \u0430\u043a\u043a\u0430\u0443\u043d\u0442? \u041f\u0443\u0442\u0438 \u043d\u0430\u0437\u0430\u0434 \u043d\u0435\u0442.","delete_title":"Delete your account","email":"Email","email_help":"This is the email used to login, and this is where you\u2019ll receive your reminders.","email_placeholder":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 email","export_be_patient":"Click the button to start the export. It might take several minutes to process the export \u2013 please be patient and do not spam the button.","export_sql_cta":"\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432 SQL","export_sql_explanation":"Exporting your data in SQL format allows you to take your data and import it to your own Monica instance. This is only valuable if you do have your own server.","export_sql_link_instructions":"Note: read the instructions<\/a> to learn more about importing this file to your instance.","export_title":"\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435 \u0432\u0430\u0448\u0435\u0433\u043e \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u0430","export_title_sql":"\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432 SQL","firstname":"First name","import_blank_cta":"Import vCard","import_blank_description":"We can import vCard files that you can get from Google Contacts or your Contact manager.","import_blank_question":"Would you like to import contacts now?","import_blank_title":"You haven\u2019t imported any contacts yet.","import_cta":"Upload contacts","import_in_progress":"The import is in progress. Reload the page in one minute.","import_need_subscription":"Importing data requires a subscription.","import_report_date":"Date of the import","import_report_number_contacts":"Number of contacts in the file","import_report_number_contacts_imported":"Number of imported contacts","import_report_number_contacts_skipped":"Number of skipped contacts","import_report_status_imported":"Imported","import_report_status_skipped":"Skipped","import_report_title":"Importing report","import_report_type":"Type of import","import_result_stat":"Uploaded vCard with 1 contact (:total_imported imported, :total_skipped skipped)|Uploaded vCard with :total_contacts contacts (:total_imported imported, :total_skipped skipped)","import_stat":"You\u2019ve imported :number files so far.","import_title":"Import contacts in your account","import_upload_behaviour":"Import behaviour:","import_upload_behaviour_add":"Add new contacts, skip existing","import_upload_behaviour_help":"Note: Replacing will replace all data found in the vCard, but will keep existing contact fields.","import_upload_behaviour_replace":"Replace existing contacts","import_upload_form_file":"Your .vcf<\/code> or .vCard<\/code> file:","import_upload_rule_cant_revert":"Make sure data is accurate before uploading, as you can\u2019t undo the upload.","import_upload_rule_format":"We support .vcard<\/code> and .vcf<\/code> files.","import_upload_rule_instructions":"Export instructions for Contacts.app (macOS)<\/a> and Google Contacts<\/a>.","import_upload_rule_limit":"Files are limited to 10MB.","import_upload_rule_multiple":"For now, if your contacts have multiple email addresses or phone numbers, only the first entry will be picked up.","import_upload_rule_time":"It might take up to 1 minute to upload the contacts and process them. Be patient.","import_upload_rule_vcard":"We support the vCard 3.0 format, which is the default format for Contacts.app (macOS) and Google Contacts.","import_upload_rules_desc":"We do however have some rules:","import_upload_title":"Import your contacts from a vCard file","import_vcard_contact_exist":"Contact already exists","import_vcard_contact_no_firstname":"No firstname (mandatory)","import_vcard_file_no_entries":"File contains no entries","import_vcard_file_not_found":"File not found","import_vcard_unknown_entry":"Unknown contact name","import_view_report":"View report","lastname":"Last name","layout":"\u0414\u0438\u0437\u0430\u0439\u043d","layout_big":"\u0428\u0438\u0440\u0438\u043d\u043e\u0439 \u0432\u043e \u0432\u0435\u0441\u044c \u044d\u043a\u0440\u0430\u043d","layout_small":"\u041c\u0430\u043a\u0441\u0438\u043c\u0443\u043c \u0448\u0438\u0440\u0438\u043d\u043e\u0439 \u0432 1200 \u043f\u0438\u043a\u0441\u0435\u043b\u0435\u0439","locale":"\u042f\u0437\u044b\u043a","locale_cs":"Czech","locale_de":"\u043d\u0435\u043c\u0435\u0446\u043a\u0438\u0439","locale_en":"\u0410\u043d\u0433\u043b\u0438\u0439\u0441\u043a\u0438\u0439","locale_es":"Spanish","locale_fr":"\u0424\u0440\u0430\u043d\u0446\u0443\u0437\u043a\u0438\u0439","locale_he":"Hebrew","locale_it":"\u0438\u0442\u0430\u043b\u044c\u044f\u043d\u0441\u043a\u0438\u0439","locale_nl":"Dutch","locale_pt":"Portuguese","locale_ru":"\u0420\u0443\u0441\u0441\u043a\u0438\u0439","locale_tr":"Turkish","locale_zh":"Chinese Simplified","name":"\u0412\u0430\u0448\u0435 \u0438\u043c\u044f: :name","name_order":"\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0430 \u0438\u043c\u0435\u043d\u0438","name_order_firstname_lastname":" - John Doe","name_order_firstname_lastname_nickname":" () - John Doe (Rambo)","name_order_firstname_nickname_lastname":" () - John (Rambo) Doe","name_order_lastname_firstname":" - Doe John","name_order_lastname_firstname_nickname":" () - Doe John (Rambo)","name_order_lastname_nickname_firstname":" () - Doe (Rambo) John","name_order_nickname":" - Rambo","password_btn":"Change password","password_change":"Password change","password_current":"Current password","password_current_placeholder":"Enter your current password","password_new1":"New password","password_new1_placeholder":"Enter a new password","password_new2":"Confirmation","password_new2_placeholder":"Retype the new password","personalisation_paid_upgrade":"This is a premium feature that requires a Paid subscription to be active. Upgrade your account by visiting Settings > Subscription.","personalization_activity_type_add_button":"Add a new activity type","personalization_activity_type_category_add":"Add a new activity type category","personalization_activity_type_category_description":"An activity done with one of your contact can have a type and a category type. Your account comes by default with a set of predefined category types, but you can customize everything here.","personalization_activity_type_category_modal_add":"Add a new activity type category","personalization_activity_type_category_modal_delete":"Delete an activity type category","personalization_activity_type_category_modal_delete_desc":"Are you sure you want to delete this category? Deleting it will delete all associated activity types. However, activities that belong to this category will not be affected by this deletion.","personalization_activity_type_category_modal_delete_error":"We can\u2019t find this activity type category.","personalization_activity_type_category_modal_edit":"Edit an activity type category","personalization_activity_type_category_modal_question":"How should we name this new category?","personalization_activity_type_category_table_actions":"Actions","personalization_activity_type_category_table_name":"Name","personalization_activity_type_category_title":"Activity type categories","personalization_activity_type_modal_add":"Add a new activity type","personalization_activity_type_modal_delete":"Delete an activity type","personalization_activity_type_modal_delete_desc":"Are you sure you want to delete this activity type? Activities that belong to this category will not be affected by this deletion.","personalization_activity_type_modal_delete_error":"We can\u2019t find this activity type.","personalization_activity_type_modal_edit":"Edit an activity type","personalization_activity_type_modal_question":"How should we name this new activity type?","personalization_contact_field_type_add":"Add new field type","personalization_contact_field_type_add_success":"The contact field type has been successfully added.","personalization_contact_field_type_delete_success":"The contact field type has been deleted with success.","personalization_contact_field_type_description":"Here you can configure all the different types of contact fields that you can associate to all your contacts. If in the future, a new social network appears, you will be able to add this new type of ways of contacting your contacts right here.","personalization_contact_field_type_edit_success":"The contact field type has been successfully updated.","personalization_contact_field_type_modal_delete_description":"Are you sure you want to delete this contact field type? Deleting this type of contact field will delete ALL the data with this type for all your contacts.","personalization_contact_field_type_modal_delete_title":"Delete an existing contact field type","personalization_contact_field_type_modal_edit_title":"Edit an existing contact field type","personalization_contact_field_type_modal_icon":"Icon (optional)","personalization_contact_field_type_modal_icon_help":"You can associate an icon with this contact field type. You need to add a reference to a Font Awesome icon.","personalization_contact_field_type_modal_name":"Name","personalization_contact_field_type_modal_protocol":"Protocol (optional)","personalization_contact_field_type_modal_protocol_help":"Each new contact field type can be clickable. If a protocol is set, we will use it to trigger the action that is set.","personalization_contact_field_type_modal_title":"Add a new contact field type","personalization_contact_field_type_table_actions":"Actions","personalization_contact_field_type_table_name":"Name","personalization_contact_field_type_table_protocol":"Protocol","personalization_contact_field_type_title":"Contact field types","personalization_genders_add":"Add new gender type","personalization_genders_desc":"You can define as many genders as you need to. You need at least one gender type in your account.","personalization_genders_modal_add":"Add gender type","personalization_genders_modal_delete":"Delete gender type","personalization_genders_modal_delete_desc":"Are you sure you want to delete {name}?","personalization_genders_modal_delete_question":"You currently have {count} contact that has this gender. If you delete this gender, what gender should this contact have?|You currently have {count} contacts that have this gender. If you delete this gender, what gender should these contacts have?","personalization_genders_modal_edit":"Update gender type","personalization_genders_modal_edit_question":"How should this new gender be renamed?","personalization_genders_modal_error":"Please choose a valid gender from the list.","personalization_genders_modal_question":"How should this new gender be called?","personalization_genders_title":"Gender types","personalization_module_desc":"Some people don\u2019t need all the features. Below you can toggle specific features that are used on a contact sheet. This change will affect ALL your contacts. Note that if you turn off one of these features, data will not be lost - we will simply hide the feature.","personalization_module_save":"The change has been saved","personalization_module_title":"Features","personalization_reminder_rule_desc":"For every reminder that you set, we can send you an email some days before the event happens. You can toggle those notifications here. Note that those notifications only apply to monthly and yearly reminders.","personalization_reminder_rule_line":"{count} day before|{count} days before","personalization_reminder_rule_save":"The change has been saved","personalization_reminder_rule_title":"Reminder rules","personalization_tab_title":"Personalize your account","personalization_title":"Here you can find different settings to configure your account. These features are more for \u201cpower users\u201d who want maximum control over Monica.","reminder_time_to_send":"Time of the day reminders should be sent","reminder_time_to_send_help":"For your information, your next reminder will be sent on {dateTime}<\/span>.","reset_cta":"Reset account","reset_desc":"Do you wish to reset your account? This will remove all your contacts, and the data associated with them. Your account will not be deleted.","reset_notice":"Are you sure to reset your account? There is no turning back.","reset_success":"Your account has been reset successfully","reset_title":"Reset your account","save":"\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438","security_help":"Change security matters for your account.","security_title":"Security","settings_success":"Preferences updated!","sidebar_personalization":"Personalization","sidebar_settings":"\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u0430","sidebar_settings_api":"API","sidebar_settings_export":"\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435","sidebar_settings_import":"\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435","sidebar_settings_security":"Security","sidebar_settings_subscriptions":"\u041f\u043e\u0434\u043f\u0438\u0441\u043a\u0430","sidebar_settings_tags":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0442\u0435\u0433\u0430\u043c\u0438","sidebar_settings_users":"\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438","subscriptions_account_current_paid_plan":"You are on the :name plan. Thanks so much for being a subscriber.","subscriptions_account_current_plan":"Your current plan","subscriptions_account_free_plan":"You are on the free plan.","subscriptions_account_free_plan_benefits_import_data_vcard":"Import your contacts with vCard","subscriptions_account_free_plan_benefits_reminders":"Reminders by email","subscriptions_account_free_plan_benefits_support":"Support the project on the long run, so we can introduce more great features.","subscriptions_account_free_plan_benefits_users":"Unlimited number of users","subscriptions_account_free_plan_upgrade":"You can upgrade your account to the :name plan, which costs $:price per month. Here are the advantages:","subscriptions_account_invoices":"Invoices","subscriptions_account_invoices_download":"Download","subscriptions_account_next_billing":"Your subscription will auto-renew on :date<\/strong>. You can cancel subscription<\/a> anytime.","subscriptions_account_payment":"Which payment option fits you best?","subscriptions_account_upgrade":"Upgrade your account","subscriptions_account_upgrade_choice":"Pick a plan below and join over :customers persons who upgraded their Monica.","subscriptions_account_upgrade_title":"Upgrade Monica today and have more meaningful relationships.","subscriptions_back":"Back to settings","subscriptions_downgrade_cta":"Downgrade","subscriptions_downgrade_limitations":"The free plan has limitations. In order to be able to downgrade, you need to pass the checklist below:","subscriptions_downgrade_rule_invitations":"You must not have pending invitations","subscriptions_downgrade_rule_invitations_constraint":"You currently have 1 pending invitation<\/a> sent to people.|You currently have :count pending invitations<\/a> sent to people.","subscriptions_downgrade_rule_users":"You must have only 1 user in your account","subscriptions_downgrade_rule_users_constraint":"You currently have 1 user<\/a> in your account.|You currently have :count users<\/a> in your account.","subscriptions_downgrade_success":"You are back to the Free plan!","subscriptions_downgrade_thanks":"Thanks so much for having tried the paid plan. We keep adding new features on Monica all the time \u2013 so you might want to come back in the future to see if you might be interested in taking a subscription again.","subscriptions_downgrade_title":"Downgrade your account to the free plan","subscriptions_help_change_desc":"You can cancel anytime, no questions asked, and all by yourself \u2013 no need to contact support or whatever. However, you will not be refunded for the current period.","subscriptions_help_change_title":"What if I change my mind?","subscriptions_help_discounts_desc":"We do! Monica is free for students, and free for non-profits and charities. Just contact the support<\/a> with a proof of your status and we\u2019ll apply this special status in your account.","subscriptions_help_discounts_title":"Do you have discounts for non-profits and education?","subscriptions_help_limits_plan":"Absolutely not. Free plans do not have limitations on the number of contacts you can have.","subscriptions_help_limits_title":"Is there any limit to the number of contacts we can have on the free plan?","subscriptions_help_opensource_desc":"Monica is an open source project. This means it is built by an entirely benevolent community who just wants to provide a great tool for the greater good. Being open source means the code is publicly available on GitHub, and everyone can inspect it, modify it or enhance it. All the money we raise is dedicated to build better features, have more powerful servers, help pay the bills. Thanks for your help. We couldn\u2019t do it without you \u2013 litterally.","subscriptions_help_opensource_title":"What is an open source project?","subscriptions_help_title":"Additional details you may be curious about","subscriptions_pdf_title":"Your :name monthly subscription","subscriptions_plan_choose":"Choose this plan","subscriptions_plan_include1":"Included with your upgrade:","subscriptions_plan_include2":"Unlimited number of users \u2022 Reminders by email \u2022 Import with vCard \u2022 Personalization of the contact sheet","subscriptions_plan_include3":"100% of the profits go the development of this great open source project.","subscriptions_plan_month_bonus":"Cancel any time","subscriptions_plan_month_cost":"$5\/month","subscriptions_plan_month_title":"Pay monthly","subscriptions_plan_year_bonus":"Peace of mind for a whole year","subscriptions_plan_year_cost":"$45\/year","subscriptions_plan_year_cost_save":"you\u2019ll save 25%","subscriptions_plan_year_title":"Pay annually","subscriptions_upgrade_charge":"We\u2019ll charge your card USD $:price now. The next charge will be on :date. If you ever change your mind, you can cancel anytime, no questions asked.","subscriptions_upgrade_charge_handled":"The payment is handled by Stripe<\/a>. No card information touches our server.","subscriptions_upgrade_choose":"You picked the :plan plan.","subscriptions_upgrade_credit":"Credit or debit card","subscriptions_upgrade_infos":"We couldn\u2019t be happier. Enter your payment info below.","subscriptions_upgrade_name":"Name on card","subscriptions_upgrade_submit":"Submit Payment","subscriptions_upgrade_success":"Thank you! You are now subscribed.","subscriptions_upgrade_thanks":"Welcome to the community of people who try to make the world a better place.","subscriptions_upgrade_title":"Upgrade your account","subscriptions_upgrade_zip":"ZIP or postal code","tags_blank_description":"Tags work like folders, but you can add more than one tag to a contact. Go to a contact and tag a friend, right below the name. Once a contact is tagged, go back here to manage all the tags in your account.","tags_blank_title":"Tags are a great way of categorizing your contacts.","tags_list_contact_number":"1 contact|:count contacts","tags_list_delete_confirmation":"Are you sure you want to delete the tag? No contacts will be deleted, only the tag.","tags_list_delete_success":"The tag has been successfully with success","tags_list_description":"You can organize your contacts by setting up tags. Tags work like folders, but you can add more than one tag to a contact.","tags_list_title":"Tags","timezone":"\u0427\u0430\u0441\u043e\u0432\u043e\u0439 \u043f\u043e\u044f\u0441","u2f_buttonAdvise":"If your security key has a button, press it.","u2f_enable_description":"Add a new U2F security key","u2f_error_bad_request":"The visited URL doesn\u2019t match the App ID or your are not using HTTPS","u2f_error_configuration_unsupported":"Client configuration is not supported.","u2f_error_device_ineligible":"The presented device is not eligible for this request. For a registration request this may mean that the token is already registered, and for a sign request it may mean that the token does not know the presented key handle.","u2f_error_other_error":"An error occurred.","u2f_error_timeout":"Timeout reached before request could be satisfied.","u2f_insertKey":"Insert your security key.","u2f_noButtonAdvise":"If it does not, remove it and insert it again.","u2f_success":"Your key is detected and validated.","u2f_title":"U2F security key","users_accept_title":"Accept invitation and create a new account","users_add_confirmation":"I confirm that I want to invite this user to my account. This person will access ALL my data and see exactly what I see.","users_add_cta":"Invite user by email","users_add_description":"This person will have the same rights as you do, including inviting other users and deleting them (including you). Therefore, make sure you trust this person.","users_add_email_field":"Enter the email of the person you want to invite","users_add_title":"Invite a new user by email to your account","users_blank_add_title":"Would you like to invite someone else?","users_blank_cta":"Invite someone","users_blank_description":"This person will have the same access that you have, and will be able to add, edit or delete contact information.","users_blank_title":"You are the only one who has access to this account.","users_error_already_invited":"You already have invited this user. Please choose another email address.","users_error_email_already_taken":"This email is already taken. Please choose another one","users_error_email_not_similar":"This is not the email of the person who\u2019ve invited you.","users_error_please_confirm":"Please confirm that you want to invite this before proceeding with the invitation","users_invitation_deleted_confirmation_message":"The invitation has been successfully deleted","users_invitation_need_subscription":"Adding more users requires a subscription.","users_invitations_delete_confirmation":"Are you sure you want to delete this invitation?","users_list_add_user":"Invite a new user","users_list_delete_confirmation":"Are you sure to delete this user from your account?","users_list_invitations_explanation":"Below are the people you\u2019ve invited to join Monica as a collaborator.","users_list_invitations_invited_by":"invited by :name","users_list_invitations_sent_date":"sent on :date","users_list_invitations_title":"Pending invitations","users_list_title":"Users with access to your account","users_list_you":"That\u2019s you"},"validation":{"accepted":"\u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u043f\u0440\u0438\u043d\u044f\u0442\u044c :attribute.","active_url":"\u041f\u043e\u043b\u0435 :attribute \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u043d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 URL.","after":"\u0412 \u043f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u0434\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435 :date.","after_or_equal":"The :attribute must be a date after or equal to :date.","alpha":"\u041f\u043e\u043b\u0435 :attribute \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0431\u0443\u043a\u0432\u044b.","alpha_dash":"\u041f\u043e\u043b\u0435 :attribute \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0431\u0443\u043a\u0432\u044b, \u0446\u0438\u0444\u0440\u044b \u0438 \u0434\u0435\u0444\u0438\u0441.","alpha_num":"\u041f\u043e\u043b\u0435 :attribute \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0431\u0443\u043a\u0432\u044b \u0438 \u0446\u0438\u0444\u0440\u044b.","array":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043c\u0430\u0441\u0441\u0438\u0432\u043e\u043c.","attributes":[],"before":"\u0412 \u043f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u0434\u0430\u0442\u0430 \u0434\u043e :date.","before_or_equal":"The :attribute must be a date before or equal to :date.","between":{"array":"\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0432 \u043f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043c\u0435\u0436\u0434\u0443 :min \u0438 :max.","file":"\u0420\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430 \u0432 \u043f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u043c\u0435\u0436\u0434\u0443 :min \u0438 :max \u041a\u0438\u043b\u043e\u0431\u0430\u0439\u0442(\u0430).","numeric":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043c\u0435\u0436\u0434\u0443 :min \u0438 :max.","string":"\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u0432 \u043f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043c\u0435\u0436\u0434\u0443 :min \u0438 :max."},"boolean":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0438\u043c\u0435\u0442\u044c \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0442\u0438\u043f\u0430.","confirmed":"\u041f\u043e\u043b\u0435 :attribute \u043d\u0435 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0435\u0442 \u0441 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435\u043c.","custom":{"attribute-name":{"rule-name":"custom-message"}},"date":"\u041f\u043e\u043b\u0435 :attribute \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u0430\u0442\u043e\u0439.","date_format":"\u041f\u043e\u043b\u0435 :attribute \u043d\u0435 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0444\u043e\u0440\u043c\u0430\u0442\u0443 :format.","different":"\u041f\u043e\u043b\u044f :attribute \u0438 :other \u0434\u043e\u043b\u0436\u043d\u044b \u0440\u0430\u0437\u043b\u0438\u0447\u0430\u0442\u044c\u0441\u044f.","digits":"\u0414\u043b\u0438\u043d\u0430 \u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0433\u043e \u043f\u043e\u043b\u044f :attribute \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c :digits.","digits_between":"\u0414\u043b\u0438\u043d\u0430 \u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0433\u043e \u043f\u043e\u043b\u044f :attribute \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u043c\u0435\u0436\u0434\u0443 :min \u0438 :max.","dimensions":"The :attribute has invalid image dimensions.","distinct":"\u041f\u043e\u043b\u0435 :attribute \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u043f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0435\u0435\u0441\u044f \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435.","email":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u043c \u0430\u0434\u0440\u0435\u0441\u043e\u043c.","exists":"\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0434\u043b\u044f :attribute \u043d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e.","file":"The :attribute must be a file.","filled":"The :attribute field must have a value.","image":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043c.","in":"\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0434\u043b\u044f :attribute \u043e\u0448\u0438\u0431\u043e\u0447\u043d\u043e.","in_array":"\u041f\u043e\u043b\u0435 :attribute \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 :other.","integer":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0446\u0435\u043b\u044b\u043c \u0447\u0438\u0441\u043b\u043e\u043c.","ip":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c IP-\u0430\u0434\u0440\u0435\u0441\u043e\u043c.","ipv4":"The :attribute must be a valid IPv4 address.","ipv6":"The :attribute must be a valid IPv6 address.","json":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c JSON \u0441\u0442\u0440\u043e\u043a\u043e\u0439.","max":{"array":"\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0432 \u043f\u043e\u043b\u0435 :attribute \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0442\u044c :max.","file":"\u0420\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430 \u0432 \u043f\u043e\u043b\u0435 :attribute \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0431\u043e\u043b\u0435\u0435 :max \u041a\u0438\u043b\u043e\u0431\u0430\u0439\u0442(\u0430).","numeric":"\u041f\u043e\u043b\u0435 :attribute \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0431\u043e\u043b\u0435\u0435 :max.","string":"\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u0432 \u043f\u043e\u043b\u0435 :attribute \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0442\u044c :max."},"mimes":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0444\u0430\u0439\u043b\u043e\u043c \u043e\u0434\u043d\u043e\u0433\u043e \u0438\u0437 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0442\u0438\u043f\u043e\u0432: :values.","mimetypes":"The :attribute must be a file of type: :values.","min":{"array":"\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0432 \u043f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 :min.","file":"\u0420\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430 \u0432 \u043f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 :min \u041a\u0438\u043b\u043e\u0431\u0430\u0439\u0442(\u0430).","numeric":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 :min.","string":"\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u0432 \u043f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 :min."},"not_in":"\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0434\u043b\u044f :attribute \u043e\u0448\u0438\u0431\u043e\u0447\u043d\u043e.","not_regex":"The :attribute format is invalid.","numeric":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0447\u0438\u0441\u043b\u043e\u043c.","present":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u043f\u0440\u0438\u0441\u0443\u0442\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c.","regex":"\u041f\u043e\u043b\u0435 :attribute \u0438\u043c\u0435\u0435\u0442 \u043e\u0448\u0438\u0431\u043e\u0447\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442.","required":"\u041f\u043e\u043b\u0435 :attribute \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f.","required_if":"\u041f\u043e\u043b\u0435 :attribute \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f, \u043a\u043e\u0433\u0434\u0430 :other \u0440\u0430\u0432\u043d\u043e :value.","required_unless":"\u041f\u043e\u043b\u0435 :attribute \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f, \u043a\u043e\u0433\u0434\u0430 :other \u043d\u0435 \u0440\u0430\u0432\u043d\u043e :values.","required_with":"\u041f\u043e\u043b\u0435 :attribute \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f, \u043a\u043e\u0433\u0434\u0430 :values \u0443\u043a\u0430\u0437\u0430\u043d\u043e.","required_with_all":"\u041f\u043e\u043b\u0435 :attribute \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f, \u043a\u043e\u0433\u0434\u0430 :values \u0443\u043a\u0430\u0437\u0430\u043d\u043e.","required_without":"\u041f\u043e\u043b\u0435 :attribute \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f, \u043a\u043e\u0433\u0434\u0430 :values \u043d\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u043e.","required_without_all":"\u041f\u043e\u043b\u0435 :attribute \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f, \u043a\u043e\u0433\u0434\u0430 \u043d\u0438 \u043e\u0434\u043d\u043e \u0438\u0437 :values \u043d\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u043e.","same":"\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0442\u044c \u0441 :other.","size":{"array":"\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0432 \u043f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0440\u0430\u0432\u043d\u044b\u043c :size.","file":"\u0420\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430 \u0432 \u043f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0440\u0430\u0432\u0435\u043d :size \u041a\u0438\u043b\u043e\u0431\u0430\u0439\u0442(\u0430).","numeric":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0440\u0430\u0432\u043d\u044b\u043c :size.","string":"\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u0432 \u043f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0440\u0430\u0432\u043d\u044b\u043c :size."},"string":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u043e\u0439.","timezone":"\u041f\u043e\u043b\u0435 :attribute \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u0447\u0430\u0441\u043e\u0432\u044b\u043c \u043f\u043e\u044f\u0441\u043e\u043c.","unique":"\u0422\u0430\u043a\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043f\u043e\u043b\u044f :attribute \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.","uploaded":"The :attribute failed to upload.","url":"\u041f\u043e\u043b\u0435 :attribute \u0438\u043c\u0435\u0435\u0442 \u043e\u0448\u0438\u0431\u043e\u0447\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442."}} diff --git a/public/js/langs/tr.json b/public/js/langs/tr.json new file mode 100644 index 00000000000..7de14953a32 --- /dev/null +++ b/public/js/langs/tr.json @@ -0,0 +1 @@ +{"app":{"add":"Ekle","application_description":"Monica is a tool to manage your interactions with your loved ones, friends and family.","application_og_title":"Have better relations with your loved ones. Free Online CRM for friends and family.","application_title":"Monica - ki\u015fisel ili\u015fki y\u00f6neticisi","breadcrumb_add_note":"Add a note","breadcrumb_add_significant_other":"Add significant other","breadcrumb_api":"API","breadcrumb_dashboard":"Ba\u015flang\u0131\u00e7","breadcrumb_edit_introductions":"How did you meet","breadcrumb_edit_note":"Edit a note","breadcrumb_edit_significant_other":"Edit significant other","breadcrumb_journal":"G\u00fcnl\u00fck","breadcrumb_list_contacts":"Ki\u015fi Listesi","breadcrumb_profile":"Profile of :name","breadcrumb_settings":"Ayarlar","breadcrumb_settings_export":"D\u0131\u015fa aktar","breadcrumb_settings_import":"Import","breadcrumb_settings_import_report":"Import report","breadcrumb_settings_import_upload":"Upload","breadcrumb_settings_personalization":"Personalization","breadcrumb_settings_security":"Security","breadcrumb_settings_security_2fa":"Two Factor Authentication","breadcrumb_settings_subscriptions":"Subscription","breadcrumb_settings_tags":"Tags","breadcrumb_settings_users":"Kullan\u0131c\u0131lar","breadcrumb_settings_users_add":"Add a user","cancel":"Vazge\u00e7","close":"Kapat","compliance_desc":"We have changed our Terms of Use<\/a> and Privacy Policy<\/a>. By law we have to ask you to review them and accept them so you can continue to use your account.","compliance_desc_end":"We don\u2019t do anything nasty with your data or account and will never do.","compliance_terms":"Accept new terms and privacy policy","compliance_title":"Sorry for the interruption.","create":"Olu\u015ftur","days":"g\u00fcn\/g\u00fcnler","default_save_success":"The data has been saved.","delete":"Sil","done":"Bitti","edit":"D\u00fczenle","error_save":"We had an error trying to save the data.","error_title":"Whoops! Something went wrong.","error_unauthorized":"You don\u2019t have the right to edit this resource.","footer_modal_version_release_away":"You are 1 release behind the latest version available. You should update your instance.|You are :number releases behind the latest version available. You should update your instance.","footer_modal_version_whats_new":"Neler yeni","footer_new_version":"Yeni s\u00fcr\u00fcm mevcut","footer_newsletter":"Haber B\u00fclteni","footer_privacy":"Gizlilik politikas\u0131","footer_release":"S\u00fcr\u00fcm notlar\u0131","footer_remarks":"Any remarks?","footer_send_email":"Bana bir e-posta g\u00f6nder","footer_source_code":"Katk\u0131da bulun","footer_version":"S\u00fcr\u00fcm: :version","for":"i\u00e7in","gender_female":"Woman","gender_male":"Man","gender_none":"Rather not say","header_changelog_link":"Product changes","header_logout_link":"Logout","header_settings_link":"Settings","load_more":"Daha fazla","loading":"Y\u00fckleniyor...","main_nav_activities":"Activities","main_nav_cta":"Add people","main_nav_dashboard":"Dashboard","main_nav_family":"Contacts","main_nav_journal":"Journal","main_nav_tasks":"Tasks","markdown_description":"Want to format your text in a nice way? We support Markdown to add bold, italic, lists and more.","markdown_link":"Read documentation","new":"yeni","relationship_type_bestfriend":"best friend","relationship_type_bestfriend_female":"best friend","relationship_type_bestfriend_female_with_name":":name\u2019s best friend","relationship_type_bestfriend_with_name":":name\u2019s best friend","relationship_type_boss":"boss","relationship_type_boss_female":"boss","relationship_type_boss_female_with_name":":name\u2019s boss","relationship_type_boss_with_name":":name\u2019s boss","relationship_type_child":"son","relationship_type_child_female":"daughter","relationship_type_child_female_with_name":":name\u2019s daughter","relationship_type_child_with_name":":name\u2019s son","relationship_type_colleague":"colleague","relationship_type_colleague_female":"colleague","relationship_type_colleague_female_with_name":":name\u2019s colleague","relationship_type_colleague_with_name":":name\u2019s colleague","relationship_type_cousin":"cousin","relationship_type_cousin_female":"cousin","relationship_type_cousin_female_with_name":":name\u2019s cousin","relationship_type_cousin_with_name":":name\u2019s cousin","relationship_type_date":"date","relationship_type_date_female":"date","relationship_type_date_female_with_name":":name\u2019s date","relationship_type_date_with_name":":name\u2019s date","relationship_type_ex":"ex-boyfriend","relationship_type_ex_female":"ex-girlfriend","relationship_type_ex_female_with_name":":name\u2019s ex-girlfriend","relationship_type_ex_husband":"ex husband","relationship_type_ex_husband_female":"ex wife","relationship_type_ex_husband_female_with_name":":name\u2019s ex wife","relationship_type_ex_husband_with_name":":name\u2019s ex husband","relationship_type_ex_with_name":":name\u2019s ex-boyfriend","relationship_type_friend":"friend","relationship_type_friend_female":"friend","relationship_type_friend_female_with_name":":name\u2019s friend","relationship_type_friend_with_name":":name\u2019s friend","relationship_type_godfather":"godfather","relationship_type_godfather_female":"godmother","relationship_type_godfather_female_with_name":":name\u2019s godmother","relationship_type_godfather_with_name":":name\u2019s godfather","relationship_type_godson":"godson","relationship_type_godson_female":"goddaughter","relationship_type_godson_female_with_name":":name\u2019s goddaughter","relationship_type_godson_with_name":":name\u2019s godson","relationship_type_grandchild":"grand child","relationship_type_grandchild_female":"grand child","relationship_type_grandchild_female_with_name":":name\u2019s grand child","relationship_type_grandchild_with_name":":name\u2019s grand child","relationship_type_grandparent":"grand parent","relationship_type_grandparent_female":"grand parent","relationship_type_grandparent_female_with_name":":name\u2019s grand parent","relationship_type_grandparent_with_name":":name\u2019s grand parent","relationship_type_group_family":"Family relationships","relationship_type_group_friend":"Friend relationships","relationship_type_group_love":"Love relationships","relationship_type_group_other":"Other kind of relationships","relationship_type_group_work":"Work relationships","relationship_type_inlovewith":"in love with","relationship_type_inlovewith_female":"in love with","relationship_type_inlovewith_female_with_name":"someone :name is in love with","relationship_type_inlovewith_with_name":"someone :name is in love with","relationship_type_lovedby":"loved by","relationship_type_lovedby_female":"loved by","relationship_type_lovedby_female_with_name":":name\u2019s secret lover","relationship_type_lovedby_with_name":":name\u2019s secret lover","relationship_type_lover":"lover","relationship_type_lover_female":"lover","relationship_type_lover_female_with_name":":name\u2019s lover","relationship_type_lover_with_name":":name\u2019s lover","relationship_type_mentor":"mentor","relationship_type_mentor_female":"mentor","relationship_type_mentor_female_with_name":":name\u2019s mentor","relationship_type_mentor_with_name":":name\u2019s mentor","relationship_type_nephew":"nephew","relationship_type_nephew_female":"niece","relationship_type_nephew_female_with_name":":name\u2019s niece","relationship_type_nephew_with_name":":name\u2019s nephew","relationship_type_parent":"father","relationship_type_parent_female":"mother","relationship_type_parent_female_with_name":":name\u2019s mother","relationship_type_parent_with_name":":name\u2019s father","relationship_type_partner":"significant other","relationship_type_partner_female":"significant other","relationship_type_partner_female_with_name":":name\u2019s significant other","relationship_type_partner_with_name":":name\u2019s significant other","relationship_type_protege":"protege","relationship_type_protege_female":"protege","relationship_type_protege_female_with_name":":name\u2019s protege","relationship_type_protege_with_name":":name\u2019s protege","relationship_type_sibling":"brother","relationship_type_sibling_female":"sister","relationship_type_sibling_female_with_name":":name\u2019s sister","relationship_type_sibling_with_name":":name\u2019s brother","relationship_type_spouse":"spouse","relationship_type_spouse_female":"spouse","relationship_type_spouse_female_with_name":":name\u2019s spouse","relationship_type_spouse_with_name":":name\u2019s spouse","relationship_type_subordinate":"subordinate","relationship_type_subordinate_female":"subordinate","relationship_type_subordinate_female_with_name":":name\u2019s subordinate","relationship_type_subordinate_with_name":":name\u2019s subordinate","relationship_type_uncle":"uncle","relationship_type_uncle_female":"aunt","relationship_type_uncle_female_with_name":":name\u2019s aunt","relationship_type_uncle_with_name":":name\u2019s uncle","remove":"Kald\u0131r","revoke":"Geri al","save":"Kaydet","unknown":"Bilmiyorum","update":"G\u00fcncelle","upload":"Y\u00fckle","verify":"Do\u011frula","with":"ile"},"auth":{"2fa_one_time_password":"Two factor authentication code","2fa_otp_help":"Open up your two factor authentication mobile app and copy the code","2fa_recuperation_code":"Enter a two factor recovery code","2fa_title":"Two Factor Authentication","2fa_wrong_validation":"The two factor authentication has failed.","back_homepage":"Ana sayfaya d\u00f6n","button_remember":"Beni Hat\u0131rla","confirmation_again":"If you want to change your email address you can click here<\/a>.","create_account":"Create the first account by signing up<\/a>","email":"E-posta","email_change_current_email":"Current email address:","email_change_new":"Yeni e-posta adresi","email_change_title":"E-posta adresini de\u011fi\u015ftir","email_changed":"Your email address has been changed. Check your mailbox to validate it.","failed":"These credentials do not match our records.","login":"Oturum A\u00e7","login_again":"L\u00fctfen hesab\u0131n\u0131za tekrar giri\u015f yap\u0131n\u0131z","login_to_account":"Hesab\u0131n\u0131za giri\u015f yap\u0131n","mfa_auth_otp":"Authenticate with your two factor device","mfa_auth_u2f":"Authenticate with a U2F device","not_authorized":"You are not authorized to execute this action","password":"\u015eifre","password_forget":"\u015eifremi unuttum","password_reset":"\u015eifrenizi de\u011fi\u015ftirin","password_reset_action":"\u015eifreyi S\u0131f\u0131rla","password_reset_email":"E-Mail Address","password_reset_email_content":"\u015eifrenizi s\u0131f\u0131rlamak i\u00e7in buraya t\u0131klay\u0131n:","password_reset_password":"\u015eifre","password_reset_password_confirm":"\u015eifreyi Do\u011frula","password_reset_send_link":"\u015eifre s\u0131f\u0131rlama ba\u011flant\u0131s\u0131n\u0131 g\u00f6nder","password_reset_title":"Reset Password","register_action":"Kay\u0131t Ol","register_create_account":"You need to create an account to use Monica","register_email":"Ge\u00e7erli bir e-posta adresi girin","register_email_example":"you@home","register_firstname":"Ad","register_firstname_example":"eg. John","register_invitation_email":"For security purposes, please indicate the email of the person who\u2019ve invited you to join this account. This information is provided in the invitation email.","register_lastname":"Soyad","register_lastname_example":"eg. Doe","register_login":"Log in<\/a> if you already have an account.","register_password":"Password","register_password_confirmation":"\u015eifre do\u011frulama","register_password_example":"G\u00fc\u00e7l\u00fc bir \u015fifre girin","register_policy":"Signing up signifies you\u2019ve read and agree to our Privacy Policy<\/a> and Terms of use<\/a>.","register_title_create":"Create your Monica account","register_title_welcome":"Welcome to your newly installed Monica instance","signup":"Kay\u0131t ol","signup_disabled":"Kay\u0131t \u015fu anda devre d\u0131\u015f\u0131","signup_no_account":"Hesab\u0131n\u0131z yok mu?","throttle":"Too many login attempts. Please try again in :seconds seconds.","u2f_otp_extension":"U2F is supported natively on Chrome, Firefox<\/a> and Opera. On old Firefox versions, install the U2F Support Add-on<\/a>."},"changelog":{"note":"Not: ne yaz\u0131k ki, bu sayfa yaln\u0131zca \u0130ngilizce'dir.","title":"\u00dcr\u00fcn de\u011fi\u015fiklikleri"},"dashboard":{"dashboard_blank_cta":"\u0130lk ba\u011flant\u0131n\u0131z\u0131 ekleyin","dashboard_blank_description":"Monica is the place to organize all the interactions you have with the ones you care about.","dashboard_blank_illustration":"Illustration by Freepik<\/a>","dashboard_blank_title":"Hesab\u0131n\u0131za ho\u015f geldiniz!","debts_you_owe":"You owe","linkedin_profile":"LinkedIn","notes_title":"You don\u2019t have any starred notes yet.","reminders_next_months":"Events in the next 3 months","reminders_none":"No reminder for this month","statistics_activities":"Activities","statistics_contacts":"Contacts","statistics_gifts":"Gifts","tab_calls_blank":"You haven\u2019t logged a call yet.","tab_debts":"Debts","tab_debts_blank":"You haven\u2019t logged any debt yet.","tab_favorite_notes":"Favorite notes","tab_recent_calls":"Son \u00e7a\u011fr\u0131lar"},"format":{"full_hour":"h.i A","full_month":"F","full_month_year":"F Y","short_date":"d M","short_date_year":"d M Y","short_date_year_time":"d M Y H:i","short_day":"D","short_month":"M","short_month_year":"M Y"},"journal":{"delete_confirmation":"Are you sure you want to delete this journal entry?","entry_delete_success":"The journal entry has been successfully deleted.","journal_add":"Add a journal entry","journal_add_cta":"Save","journal_add_date":"Tarih","journal_add_post":"Girdi","journal_add_title":"Title (optional)","journal_blank_cta":"Add your first journal entry","journal_blank_description":"The journal lets you write events that happened to you, and remember them.","journal_come_back":"Thanks. Come back tomorrow to rate your day again.","journal_created_automatically":"Created automatically","journal_description":"Note: the journal lists both manual journal entries, and automatic entries like Activities done with your contacts. While you can delete journal entries manually, you\u2019ll have to delete the activity directly on the contact page.","journal_entry_rate":"You rated your day.","journal_entry_type_activity":"Activity","journal_entry_type_journal":"Journal entry","journal_rate":"How was your day? You can rate it once a day."},"mail":{"confirmation_email_button":"E-posta adresini do\u011frula","confirmation_email_intro":"To validate your email click on the button below","confirmation_email_title":"Monica \u2013 E-posta Adresi Onay\u0131","footer_contact_info":"Add, view, complete, and change information about this contact:","for":"FOR:","greetings":"Merhaba :username","notification_description":"In :count days (on :date), the following event will happen:","notification_subject_line":"Yakla\u015fan etkinli\u011finiz var","notifications_footer":"If you\u2019re having trouble clicking the \":actionText\" button, copy and paste the URL below into your web browser: [:actionURL](:actionURL)","notifications_hello":"Merhaba!","notifications_regards":"Sayg\u0131lar\u0131m\u0131zla","notifications_whoops":"Hoppala!","stay_in_touch_subject_description":"You asked to be reminded to stay in touch with :name every :frequency days.","stay_in_touch_subject_line":":name ile ileti\u015fimde kal","subject_line":":contact i\u00e7in hat\u0131rlat\u0131c\u0131","want_reminded_of":"YOU WANTED TO BE REMINDED OF"},"pagination":{"next":"Sonraki »","previous":"« \u00d6nceki"},"passwords":{"changed":"\u015eifreniz ba\u015far\u0131l\u0131 bir \u015fekilde de\u011fi\u015ftirildi.","invalid":"Girdi\u011finiz g\u00fcncel \u015fifreniz do\u011fru de\u011fil.","password":"\u015eifreniz en az alt\u0131 karakterden olu\u015fmal\u0131 ve \u015fifre do\u011frulamas\u0131 ile e\u015fle\u015fmelidir.","reset":"\u015eifreniz s\u0131f\u0131rland\u0131!","sent":"E\u011fer girdi\u011finiz e-posta adresi kay\u0131tlar\u0131m\u0131zda varsa, \u015fifre yenileme linki g\u00f6nderilecektir.","token":"Bu \u015fifre s\u0131f\u0131rlama g\u00fcvenlik anahtar\u0131 ge\u00e7ersiz.","user":"E\u011fer girdi\u011finiz e-posta adresi kay\u0131tlar\u0131m\u0131zda varsa, \u015fifre yenileme linki g\u00f6nderilecektir."},"people":{"activities_activity":"Activity Category","activities_add_activity":"Add activity","activities_add_cta":"Record activity","activities_add_date_occured":"Date this activity occured","activities_add_error":"Error when adding the activity","activities_add_optional_comment":"Optional comment","activities_add_pick_activity":"(Optional) Would you like to categorize this activity? You don\u2019t have to, but it will give you statistics later on","activities_add_success":"The activity has been added successfully","activities_add_title":"What did you do with :name?","activities_blank_add_activity":"Add an activity","activities_blank_title":"Keep track of what you\u2019ve done with :name in the past, and what you\u2019ve talked about","activities_delete_confirmation":"Are you sure you want to delete this activity?","activities_delete_success":"The activity has been deleted successfully","activities_hide_details":"Hide details","activities_item_information":":Activity. Happened on :date","activities_more_details":"More details","activities_profile_number_occurences":":value activity|:value activities","activities_profile_subtitle":"You\u2019ve logged :total_activities activity with :name in total and :activities_last_twelve_months in the last 12 months so far.|You\u2019ve logged :total_activities activities with :name in total and :activities_last_twelve_months in the last 12 months so far.","activities_profile_title":"Activities report between :name and you","activities_profile_year_summary":"Here is what you two have done in :year","activities_profile_year_summary_activity_types":"Here is a breakdown of the type of activities you\u2019ve done together in :year","activities_summary":"Describe what you did","activities_update_success":"The activity has been updated successfully","activities_view_activities_report":"View activities report","activities_who_was_involved":"Who was involved?","activity_title":"Activities","activity_type_ate_at_his_place":"ate at their place","activity_type_ate_at_home":"ate at home","activity_type_ate_restaurant":"ate at a restaurant","activity_type_category_cultural_activities":"Cultural activities","activity_type_category_food":"Yemek","activity_type_category_simple_activities":"Simple activities","activity_type_category_sport":"Sport","activity_type_did_sport_activities_together":"did sport together","activity_type_just_hung_out":"just hung out","activity_type_picknicked":"picknicked","activity_type_talked_at_home":"just talked at home","activity_type_watched_movie_at_home":"watched a movie at home","activity_type_went_bar":"went to a bar","activity_type_went_concert":"went to a concert","activity_type_went_museum":"went to the museum","activity_type_went_play":"went to a play","activity_type_went_theater":"went to the theater","age_approximate_in_years":"around :age years old","age_exact_birthdate":"do\u011fum tarihi :date","age_exact_in_years":":age ya\u015f\u0131nda","birthdate_not_set":"Birthdate is not set","call_blank_desc":"You called :name","call_blank_title":"Keep track of the phone calls you\u2019ve done with :name","call_button":"Log a call","call_delete_confirmation":"Are you sure you want to delete this call?","call_delete_success":"The call has been deleted successfully","call_empty_comment":"No details","call_title":"Phone calls","calls_add_success":"Telefon g\u00f6r\u00fc\u015fmesi kaydedildi.","contact_address_form_city":"City (optional)","contact_address_form_country":"Country (optional)","contact_address_form_name":"Label (optional)","contact_address_form_postal_code":"Postal code (optional)","contact_address_form_province":"Province (optional)","contact_address_form_street":"Street (optional)","contact_address_title":"Addresses","contact_info_address":"Lives in","contact_info_form_contact_type":"Contact type","contact_info_form_content":"Content","contact_info_form_personalize":"Personalize","contact_info_title":"Contact information","debt_add_add_cta":"Add debt","debt_add_amount":"the sum of","debt_add_cta":"Add debt","debt_add_reason":"for the following reason (optional)","debt_add_success":"The debt has been added successfully","debt_add_they_owe":":name owes you","debt_add_title":"Debt management","debt_add_you_owe":"You owe :name","debt_delete_confirmation":"Are you sure you want to delete this debt?","debt_delete_success":"The debt has been deleted successfully","debt_edit_success":"The debt has been updated successfully","debt_edit_update_cta":"Update debt","debt_they_owe":":name owes you :amount","debt_title":"Debts","debt_you_owe":"You owe :amount","debts_blank_title":"Manage debts you owe to :name or :name owes you","deceased_add_reminder":"Add a reminder for this date","deceased_age":"Age at death","deceased_know_date":"I know the date this person died","deceased_label":"Deceased","deceased_label_with_date":"Deceased on :date","deceased_mark_person_deceased":"Mark this person as deceased","deceased_reminder_title":"Anniversary of the death of :name","edit_contact_information":"\u0130leti\u015fim bilgilerini d\u00fczenle","food_preferencies_add_success":"Food preferences have been saved","food_preferencies_cta":"Add food preferences","food_preferencies_edit_cta":"Save food preferences","food_preferencies_edit_description":"Perhaps :firstname or someone in the :family\u2019s family has an allergy. Or doesn\u2019t like a specific bottle of wine. Indicate them here so you will remember it next time you invite them for dinner","food_preferencies_edit_description_no_last_name":"Perhaps :firstname has an allergy. Or doesn\u2019t like a specific bottle of wine. Indicate them here so you will remember it next time you invite them for dinner","food_preferencies_edit_title":"Indicate food preferences","food_preferencies_title":"Food preferences","gifts_add_comment":"Comment (optional)","gifts_add_gift":"Hediye ekle","gifts_add_gift_already_offered":"Gift offered","gifts_add_gift_idea":"Hediye Fikri","gifts_add_gift_received":"Gift received","gifts_add_gift_title":"What is this gift?","gifts_add_link":"Link to the web page (optional)","gifts_add_someone":"This gift is for someone in :name\u2019s family in particular","gifts_add_success":"The gift has been added successfully","gifts_add_title":"Gift management for :name","gifts_add_value":"Value (optional)","gifts_delete_confirmation":"Are you sure you want to delete this gift?","gifts_delete_cta":"Sil","gifts_delete_success":"The gift has been deleted successfully","gifts_for":"Kimin \u0130\u00e7in:","gifts_ideas":"Gift ideas","gifts_link":"Link","gifts_mark_offered":"Mark as offered","gifts_offered":"Gifts offered","gifts_offered_as_an_idea":"Mark as an idea","gifts_received":"Gifts received","gifts_title":"Hediyeler","gifts_update_success":"The gift has been updated successfully","gifts_view_comment":"View comment","information_edit_avatar":"Photo\/avatar of the contact","information_edit_exact":"I know the exact birthdate of this person...","information_edit_firstname":"Ad","information_edit_lastname":"Soyad (iste\u011fe ba\u011fl\u0131)","information_edit_linkedin":"LinkedIn profili (iste\u011fe ba\u011fl\u0131)","information_edit_max_size":"En fazla :size Mb.","information_edit_not_year":"I know the day and month of the birthdate of this person, but not the year\u2026","information_edit_probably":"This person is probably...","information_edit_success":"The profile has been updated successfully","information_edit_title":"Edit :name\u2019s personal information","information_edit_unknown":"Bu ki\u015finin ya\u015f\u0131n\u0131 bilmiyorum","information_no_linkedin_defined":"No LinkedIn defined","information_no_work_defined":"No work information defined","information_work_at":":company","introductions_add_reminder":"Add a reminder to celebrate this encounter on the anniversary this event happened","introductions_additional_info":"Explain how and where you met","introductions_blank_cta":"Indicate how you met :name","introductions_edit_met_through":"Has someone introduced you to this person?","introductions_first_met_date":"Date you met","introductions_first_met_date_known":"This is the date we met","introductions_met_date":"Met on :date","introductions_met_through":"Met through :name<\/a>","introductions_no_first_met_date":"I don\u2019t know the date we met","introductions_no_met_through":"No one","introductions_reminder_title":"Anniversary of the day you first met","introductions_sidebar_title":"How you met","introductions_title_edit":"How did you meet :name?","introductions_update_success":"You\u2019ve successfully updated the information about how you met this person","last_activity_date":"Last activity together: :date","last_activity_date_empty":"Last activity together: unknown","last_called":"Last called: :date","last_called_empty":"Last called: unknown","link_to_list":"Ki\u015fi Listesi","linkedin_profile":"LinkedIn Profili","modal_call_change":"De\u011fi\u015ftir","modal_call_comment":"What did you talk about? (optional)","modal_call_date":"The phone call happened earlier today.","modal_call_exact_date":"The phone call happened on","modal_call_title":"Log a call","notes_add_cta":"Add note","notes_create_success":"The note has been created successfully","notes_delete_confirmation":"Are you sure you want to delete this note? Deletion is permanent","notes_delete_success":"The note has been deleted successfully","notes_delete_title":"Delete a note","notes_favorite":"Add\/remove from favorites","notes_update_success":"The note has been saved successfully","people_add_birthday_reminder":"Wish happy birthday to :name","people_add_cta":"Ekle","people_add_firstname":"Ad","people_add_gender":"Cinsiyet","people_add_import":"Ba\u011flant\u0131lar\u0131n\u0131z\u0131 aktarmak<\/a> istiyor musunuz?","people_add_lastname":"Soyad\u0131 (iste\u011fe ba\u011fl\u0131)","people_add_middlename":"Middle name (Optional)","people_add_missing":"Ki\u015fi Bulunamad\u0131 Yeni Bir Tane Ekle","people_add_nickname":"Rumuz (iste\u011fe ba\u011fl\u0131)","people_add_reminder_for_birthday":"Do\u011fum g\u00fcn\u00fc i\u00e7in y\u0131ll\u0131k bir hat\u0131rlat\u0131c\u0131 olu\u015fturun","people_add_success":":name ba\u015far\u0131yla kay\u0131t edildi","people_add_title":"Yeni ki\u015fi ekle","people_delete_click_here":"buraya t\u0131klay\u0131n","people_delete_confirmation":"Bu ki\u015fiyi silmek istedi\u011finizden emin misiniz? Silinen kay\u0131tlar geri al\u0131namaz.","people_delete_message":"Bu ki\u015fiyi silmeniz gerekirse","people_delete_success":"Ba\u011flant\u0131 silindi","people_edit_email_error":"There is already a contact in your account with this email address. Please choose another one.","people_export":"Vcard Format\u0131nda \u00c7\u0131kar","people_list_account_upgrade_cta":"\u015eimdi g\u00fcncelle","people_list_account_upgrade_title":"Upgrade your account to unlock it to its full potential.","people_list_account_usage":"Your account usage: :current\/:limit contacts","people_list_blank_cta":"Birisini ekle","people_list_blank_title":"Hesab\u0131n\u0131zda kay\u0131tl\u0131 ki\u015fi yok","people_list_clear_filter":"Filtreyi temizle","people_list_contacts_per_tags":"1 ba\u011flant\u0131|:count ba\u011flant\u0131","people_list_filter_tag":"Etiketlenen t\u00fcm ba\u011flant\u0131lar listele","people_list_filter_untag":"Etiketlenmemi\u015f ba\u011flant\u0131lar listeleniyor","people_list_firstnameAZ":"\u0130simleri A \u2192 Z g\u00f6re s\u0131rala","people_list_firstnameZA":"\u0130simleri Z \u2192 A g\u00f6re s\u0131rala","people_list_last_updated":"Son g\u00f6r\u00fc\u015fme:","people_list_lastactivitydateNewtoOld":"Son aktivite tarihi eskiden yeniye g\u00f6re s\u0131rala","people_list_lastactivitydateOldtoNew":"Son aktivite tarihi yeniden eskiye g\u00f6re s\u0131rala","people_list_lastnameAZ":"Soy isimleri A \u2192 Z g\u00f6re s\u0131rala","people_list_lastnameZA":"Soy isimleri Z \u2192 A g\u00f6re s\u0131rala","people_list_number_kids":"1 \u00e7ocuk|:count \u00e7ocuklar","people_list_number_reminders":"1 hat\u0131rlat\u0131c\u0131|:count hat\u0131rlat\u0131c\u0131","people_list_sort":"S\u0131rala","people_list_stats":"1 ba\u011flant\u0131|:count ba\u011flant\u0131","people_list_untagged":"Etiketlenmemi\u015f ba\u011flant\u0131lar\u0131 g\u00f6ster","people_save_and_add_another_cta":"Kaydet ve ba\u015fka birini ekle","people_search":"Ba\u011flant\u0131larda ara...","people_search_no_results":"\u0130lgili ki\u015fi bulunamad\u0131 :(","pets_bird":"Bird","pets_cat":"Cat","pets_create_success":"The pet has been sucessfully added","pets_delete_success":"The pet has been deleted","pets_dog":"Dog","pets_fish":"Fish","pets_hamster":"Hamster","pets_horse":"Horse","pets_kind":"Kind of pet","pets_name":"Name (optional)","pets_other":"Other","pets_rabbit":"Rabbit","pets_rat":"Rat","pets_reptile":"Reptile","pets_small_animal":"Small animal","pets_title":"Pets","pets_update_success":"The pet has been updated","relationship_delete_confirmation":"Are you sure you want to delete this relationship? Deletion is permanent.","relationship_form_add":"Add a new relationship","relationship_form_add_choice":"Who is the relationship with?","relationship_form_add_description":"This will let you treat this significant other like any other contact.","relationship_form_add_no_existing_contact":"You don\u2019t have any contacts who can be related to :name at the moment.","relationship_form_add_success":"The relationship has been successfully set.","relationship_form_also_create_contact":"Create a Contact entry for this person.","relationship_form_associate_contact":"An existing contact","relationship_form_associate_dropdown":"Search and select an existing contact from the dropdown below","relationship_form_associate_dropdown_placeholder":"Search and select an existing contact","relationship_form_create_contact":"Yeni ki\u015fi ekle","relationship_form_deletion_success":"The relationship has been deleted.","relationship_form_edit":"Edit an existing relationship","relationship_form_is_with":"Bu ki\u015fi ...","relationship_unlink_confirmation":"Are you sure you want to delete this relationship? This person will not be deleted \u2013 only the relationship between the two.","reminder_frequency_day":"every day|every :number days","reminder_frequency_month":"every month|every :number months","reminder_frequency_one_time":"on :date","reminder_frequency_week":"every week|every :number weeks","reminder_frequency_year":"every year|every :number year","reminders_add_cta":"Add reminder","reminders_add_description":"Please remind me to...","reminders_add_error_custom_text":"You need to indicate a text for this reminder","reminders_add_next_time":"When is the next time you would like to be reminded about this?","reminders_add_once":"Remind me about this just once","reminders_add_recurrent":"Remind me about this every","reminders_add_starting_from":"starting from the date specified above","reminders_add_title":"What would you like to be reminded of about :name?","reminders_birthday":":name'nin\/nun Do\u011fum G\u00fcn\u00fc","reminders_blank_add_activity":"Add a reminder","reminders_blank_title":"Is there something you want to be reminded of about :name?","reminders_create_success":"The reminder has been added successfully","reminders_cta":"Hat\u0131rlat\u0131c\u0131 ekle","reminders_delete_confirmation":"Bu hat\u0131rlat\u0131c\u0131y\u0131 silmek ister misiniz?","reminders_delete_cta":"Sil","reminders_delete_success":"The reminder has been deleted successfully","reminders_description":"We will send an email for each one of the reminders below. Reminders are sent every morning the day events will happen. Reminders automatically added for birthdates can not be deleted. If you want to change those dates, edit the birthdate of the contacts.","reminders_edit_update_cta":"Update reminder","reminders_free_plan_warning":"You are on the Free plan. No emails are sent on this plan. To receive your reminders by email, upgrade your account.","reminders_next_expected_date":"on","reminders_one_time":"Bir kez","reminders_type_month":"ay","reminders_type_week":"hafta","reminders_type_year":"y\u0131l","reminders_update_success":"Hat\u0131rlat\u0131c\u0131 ba\u015far\u0131yla g\u00fcncellendi","section_contact_information":"\u0130leti\u015fim bilgileri","section_personal_activities":"Aktiviteler","section_personal_gifts":"Hediyeler","section_personal_notes":"Notlar","section_personal_reminders":"Hat\u0131rlat\u0131c\u0131lar","section_personal_tasks":"G\u00f6revler","set_favorite":"Favorite contacts are placed at the top of the contact list","stay_in_touch":"\u0130rtibatta kal","stay_in_touch_frequency":"Stay in touch every day|Stay in touch every {count} days","stay_in_touch_invalid":"The frequency must be a number greater than 0.","stay_in_touch_modal_desc":"We can remind you by email to keep in touch with {firstname} at a regular interval.","stay_in_touch_modal_label":"Send me an email every...","stay_in_touch_modal_title":"\u0130rtibatta kal","stay_in_touch_premium":"You need to upgrade your account to make use of this feature","tag_add":"add a tag","tag_edit":"Edit tag","tasks_add_task":"G\u00f6rev ekle","tasks_blank_title":"You don\u2019t have any tasks yet.","tasks_complete_success":"The task has changed status successfully","tasks_delete_success":"G\u00f6rev ba\u015far\u0131l\u0131 bir \u015fekilde silindi","tasks_form_description":"A\u00e7\u0131klama (iste\u011fe ba\u011fl\u0131)","tasks_form_title":"Ba\u015fl\u0131k","work_add_cta":"\u0130\u015f Bilgilerini G\u00fcncelle","work_edit_company":"Company (optional)","work_edit_job":"Job title (optional)","work_edit_success":"\u0130\u015f bilgileri ba\u015far\u0131l\u0131 bir \u015fekilde g\u00fcncellendi","work_edit_title":"Update :name\u2019s job information","work_information":"Work information"},"reminder":{"type_birthday":"Wish happy birthday to","type_birthday_kid":"Wish happy birthday to the kid of","type_email":"E-posta","type_hangout":"Hangout with","type_lunch":"\u00d6\u011fle yeme\u011fi","type_phone_call":"\u00c7a\u011fr\u0131"},"settings":{"2fa_disable_description":"Disable Two Factor Authentication for your account. Be careful, your account will not be secured anymore !","2fa_disable_error":"Error when trying to disable Two Factor Authentication","2fa_disable_success":"Two Factor Authentication disabled","2fa_disable_title":"Disable Two Factor Authentication","2fa_enable_description":"Enable Two Factor Authentication to increase security with your account.","2fa_enable_error":"Error when trying to activate Two Factor Authentication","2fa_enable_error_already_set":"Two Factor Authentication is already activated","2fa_enable_otp":"Open up your two factor authentication mobile app and scan the following QR barcode:","2fa_enable_otp_help":"If your two factor authentication mobile app does not support QR barcodes, enter in the following code:","2fa_enable_otp_validate":"Please validate the new device you\u2019ve just set:","2fa_enable_success":"Two Factor Authentication activated","2fa_enable_title":"Enable Two Factor Authentication","2fa_otp_title":"Two Factor Authentication mobile application","2fa_title":"Two Factor Authentication","api_authorized_clients":"List of authorized clients","api_authorized_clients_desc":"This section lists all the clients you\u2019ve authorized to access your application. You can revoke this authorization at anytime.","api_authorized_clients_name":"Ad","api_authorized_clients_scopes":"Scopes","api_authorized_clients_title":"Authorized Applications","api_description":"The API can be used to manipulate Monica\u2019s data from an external application, like a mobile application for instance.","api_oauth_clientid":"Client ID","api_oauth_clients":"Your Oauth clients","api_oauth_clients_desc":"This section lets you register your own OAuth clients.","api_oauth_create":"Create Client","api_oauth_create_new":"Create New Client","api_oauth_name":"Ad","api_oauth_name_help":"Something your users will recognize and trust.","api_oauth_not_created":"You have not created any OAuth clients.","api_oauth_redirecturl":"Redirect URL","api_oauth_redirecturl_help":"Your application\u2019s authorization callback URL.","api_oauth_secret":"Gizli","api_oauth_title":"Oauth Clients","api_pao_description":"Make sure you give this token to a source you trust \u2013 as they allow you to access all your data.","api_personal_access_tokens":"Personal access tokens","api_title":"API access","api_token_create":"Create Token","api_token_create_new":"Create New Token","api_token_delete":"Delete","api_token_help":"Here is your new personal access token. This is the only time it will be shown so don\u2019t lose it! You may now use this token to make API requests.","api_token_name":"Name","api_token_not_created":"You have not created any personal access tokens.","api_token_scopes":"Scopes","api_token_title":"Personal access token","currency":"Para Birimi","delete_cta":"Hesab\u0131 sil","delete_desc":"Do you wish to delete your account? Warning: deletion is permanent and all your data will be erased permamently.","delete_notice":"Are you sure to delete your account? There is no turning back.","delete_title":"Delete your account","email":"E-posta adresi","email_help":"This is the email used to login, and this is where you\u2019ll receive your reminders.","email_placeholder":"E-posta girin","export_be_patient":"Click the button to start the export. It might take several minutes to process the export \u2013 please be patient and do not spam the button.","export_sql_cta":"Export to SQL","export_sql_explanation":"Exporting your data in SQL format allows you to take your data and import it to your own Monica instance. This is only valuable if you do have your own server.","export_sql_link_instructions":"Note: read the instructions<\/a> to learn more about importing this file to your instance.","export_title":"Hesap bilgilerini d\u0131\u015far\u0131 aktar","export_title_sql":"Export to SQL","firstname":"Ad","import_blank_cta":"Import vCard","import_blank_description":"We can import vCard files that you can get from Google Contacts or your Contact manager.","import_blank_question":"Would you like to import contacts now?","import_blank_title":"You haven\u2019t imported any contacts yet.","import_cta":"Upload contacts","import_in_progress":"The import is in progress. Reload the page in one minute.","import_need_subscription":"Importing data requires a subscription.","import_report_date":"Date of the import","import_report_number_contacts":"Number of contacts in the file","import_report_number_contacts_imported":"Number of imported contacts","import_report_number_contacts_skipped":"Number of skipped contacts","import_report_status_imported":"Imported","import_report_status_skipped":"Skipped","import_report_title":"Importing report","import_report_type":"Type of import","import_result_stat":"Uploaded vCard with 1 contact (:total_imported imported, :total_skipped skipped)|Uploaded vCard with :total_contacts contacts (:total_imported imported, :total_skipped skipped)","import_stat":"You\u2019ve imported :number files so far.","import_title":"Import contacts in your account","import_upload_behaviour":"Import behaviour:","import_upload_behaviour_add":"Add new contacts, skip existing","import_upload_behaviour_help":"Note: Replacing will replace all data found in the vCard, but will keep existing contact fields.","import_upload_behaviour_replace":"Replace existing contacts","import_upload_form_file":"Your .vcf<\/code> or .vCard<\/code> file:","import_upload_rule_cant_revert":"Make sure data is accurate before uploading, as you can\u2019t undo the upload.","import_upload_rule_format":"We support .vcard<\/code> and .vcf<\/code> files.","import_upload_rule_instructions":"Export instructions for Contacts.app (macOS)<\/a> and Google Contacts<\/a>.","import_upload_rule_limit":"Files are limited to 10MB.","import_upload_rule_multiple":"For now, if your contacts have multiple email addresses or phone numbers, only the first entry will be picked up.","import_upload_rule_time":"It might take up to 1 minute to upload the contacts and process them. Be patient.","import_upload_rule_vcard":"We support the vCard 3.0 format, which is the default format for Contacts.app (macOS) and Google Contacts.","import_upload_rules_desc":"We do however have some rules:","import_upload_title":"Import your contacts from a vCard file","import_vcard_contact_exist":"Contact already exists","import_vcard_contact_no_firstname":"No firstname (mandatory)","import_vcard_file_no_entries":"File contains no entries","import_vcard_file_not_found":"File not found","import_vcard_unknown_entry":"Unknown contact name","import_view_report":"View report","lastname":"Soyad","layout":"Layout","layout_big":"Full width of the browser","layout_small":"Maximum 1200 pixels wide","locale":"Language used in the app","locale_cs":"\u00c7ekce","locale_de":"Almanca","locale_en":"\u0130ngilizce","locale_es":"\u0130spanyolca","locale_fr":"Frans\u0131zca","locale_he":"\u0130branice","locale_it":"\u0130talyanca","locale_nl":"Flemenk\u00e7e","locale_pt":"Portekizce","locale_ru":"Rus\u00e7a","locale_tr":"T\u00fcrk\u00e7e","locale_zh":"\u00c7ince (Basitle\u015ftirilmi\u015f)","name":"Ad\u0131n\u0131z: :name","name_order":"\u0130sim g\u00f6sterimi","name_order_firstname_lastname":" - Ahmet Do\u011fan","name_order_firstname_lastname_nickname":" () - John Doe (Rambo)","name_order_firstname_nickname_lastname":" () - John (Rambo) Doe","name_order_lastname_firstname":" - Do\u011fan Ahmet","name_order_lastname_firstname_nickname":" () - Doe John (Rambo)","name_order_lastname_nickname_firstname":" () - Doe (Rambo) John","name_order_nickname":" - Rambo","password_btn":"\u015eifreyi De\u011fi\u015ftir","password_change":"Password change","password_current":"Ge\u00e7erli \u015fifre","password_current_placeholder":"Ge\u00e7erli \u015fifrenizi giriniz","password_new1":"Yeni \u015fifre","password_new1_placeholder":"Enter a new password","password_new2":"Do\u011frulama","password_new2_placeholder":"Retype the new password","personalisation_paid_upgrade":"This is a premium feature that requires a Paid subscription to be active. Upgrade your account by visiting Settings > Subscription.","personalization_activity_type_add_button":"Add a new activity type","personalization_activity_type_category_add":"Add a new activity type category","personalization_activity_type_category_description":"An activity done with one of your contact can have a type and a category type. Your account comes by default with a set of predefined category types, but you can customize everything here.","personalization_activity_type_category_modal_add":"Add a new activity type category","personalization_activity_type_category_modal_delete":"Delete an activity type category","personalization_activity_type_category_modal_delete_desc":"Are you sure you want to delete this category? Deleting it will delete all associated activity types. However, activities that belong to this category will not be affected by this deletion.","personalization_activity_type_category_modal_delete_error":"We can\u2019t find this activity type category.","personalization_activity_type_category_modal_edit":"Edit an activity type category","personalization_activity_type_category_modal_question":"How should we name this new category?","personalization_activity_type_category_table_actions":"Actions","personalization_activity_type_category_table_name":"Name","personalization_activity_type_category_title":"Activity type categories","personalization_activity_type_modal_add":"Add a new activity type","personalization_activity_type_modal_delete":"Delete an activity type","personalization_activity_type_modal_delete_desc":"Are you sure you want to delete this activity type? Activities that belong to this category will not be affected by this deletion.","personalization_activity_type_modal_delete_error":"We can\u2019t find this activity type.","personalization_activity_type_modal_edit":"Edit an activity type","personalization_activity_type_modal_question":"How should we name this new activity type?","personalization_contact_field_type_add":"Add new field type","personalization_contact_field_type_add_success":"The contact field type has been successfully added.","personalization_contact_field_type_delete_success":"The contact field type has been deleted with success.","personalization_contact_field_type_description":"Here you can configure all the different types of contact fields that you can associate to all your contacts. If in the future, a new social network appears, you will be able to add this new type of ways of contacting your contacts right here.","personalization_contact_field_type_edit_success":"The contact field type has been successfully updated.","personalization_contact_field_type_modal_delete_description":"Are you sure you want to delete this contact field type? Deleting this type of contact field will delete ALL the data with this type for all your contacts.","personalization_contact_field_type_modal_delete_title":"Delete an existing contact field type","personalization_contact_field_type_modal_edit_title":"Edit an existing contact field type","personalization_contact_field_type_modal_icon":"Icon (optional)","personalization_contact_field_type_modal_icon_help":"You can associate an icon with this contact field type. You need to add a reference to a Font Awesome icon.","personalization_contact_field_type_modal_name":"Name","personalization_contact_field_type_modal_protocol":"Protocol (optional)","personalization_contact_field_type_modal_protocol_help":"Each new contact field type can be clickable. If a protocol is set, we will use it to trigger the action that is set.","personalization_contact_field_type_modal_title":"Add a new contact field type","personalization_contact_field_type_table_actions":"Actions","personalization_contact_field_type_table_name":"Name","personalization_contact_field_type_table_protocol":"Protocol","personalization_contact_field_type_title":"Contact field types","personalization_genders_add":"Add new gender type","personalization_genders_desc":"You can define as many genders as you need to. You need at least one gender type in your account.","personalization_genders_modal_add":"Add gender type","personalization_genders_modal_delete":"Delete gender type","personalization_genders_modal_delete_desc":"Are you sure you want to delete {name}?","personalization_genders_modal_delete_question":"You currently have {count} contact that has this gender. If you delete this gender, what gender should this contact have?|You currently have {count} contacts that have this gender. If you delete this gender, what gender should these contacts have?","personalization_genders_modal_edit":"Update gender type","personalization_genders_modal_edit_question":"How should this new gender be renamed?","personalization_genders_modal_error":"Please choose a valid gender from the list.","personalization_genders_modal_question":"How should this new gender be called?","personalization_genders_title":"Gender types","personalization_module_desc":"Some people don\u2019t need all the features. Below you can toggle specific features that are used on a contact sheet. This change will affect ALL your contacts. Note that if you turn off one of these features, data will not be lost - we will simply hide the feature.","personalization_module_save":"The change has been saved","personalization_module_title":"Features","personalization_reminder_rule_desc":"For every reminder that you set, we can send you an email some days before the event happens. You can toggle those notifications here. Note that those notifications only apply to monthly and yearly reminders.","personalization_reminder_rule_line":"{count} day before|{count} days before","personalization_reminder_rule_save":"The change has been saved","personalization_reminder_rule_title":"Reminder rules","personalization_tab_title":"Personalize your account","personalization_title":"Here you can find different settings to configure your account. These features are more for \u201cpower users\u201d who want maximum control over Monica.","reminder_time_to_send":"Time of the day reminders should be sent","reminder_time_to_send_help":"For your information, your next reminder will be sent on {dateTime}<\/span>.","reset_cta":"Hesab\u0131 s\u0131f\u0131rla","reset_desc":"Do you wish to reset your account? This will remove all your contacts, and the data associated with them. Your account will not be deleted.","reset_notice":"Are you sure to reset your account? There is no turning back.","reset_success":"Your account has been reset successfully","reset_title":"Hesab\u0131n\u0131z\u0131 s\u0131f\u0131rlay\u0131n","save":"Update preferences","security_help":"Change security matters for your account.","security_title":"G\u00fcvenlik","settings_success":"Preferences updated!","sidebar_personalization":"Ki\u015fiselle\u015ftirme","sidebar_settings":"Hesap ayarlar\u0131","sidebar_settings_api":"API","sidebar_settings_export":"Verileri d\u0131\u015fa aktar","sidebar_settings_import":"Verileri i\u00e7e aktar","sidebar_settings_security":"G\u00fcvenlik","sidebar_settings_subscriptions":"Abonelik","sidebar_settings_tags":"Tags management","sidebar_settings_users":"Kullan\u0131c\u0131lar","subscriptions_account_current_paid_plan":"You are on the :name plan. Thanks so much for being a subscriber.","subscriptions_account_current_plan":"Your current plan","subscriptions_account_free_plan":"You are on the free plan.","subscriptions_account_free_plan_benefits_import_data_vcard":"Import your contacts with vCard","subscriptions_account_free_plan_benefits_reminders":"Reminders by email","subscriptions_account_free_plan_benefits_support":"Support the project on the long run, so we can introduce more great features.","subscriptions_account_free_plan_benefits_users":"Unlimited number of users","subscriptions_account_free_plan_upgrade":"You can upgrade your account to the :name plan, which costs $:price per month. Here are the advantages:","subscriptions_account_invoices":"Faturalar","subscriptions_account_invoices_download":"\u0130ndir","subscriptions_account_next_billing":"Your subscription will auto-renew on :date<\/strong>. You can cancel subscription<\/a> anytime.","subscriptions_account_payment":"Which payment option fits you best?","subscriptions_account_upgrade":"Hesab\u0131n\u0131z\u0131 y\u00fckseltin","subscriptions_account_upgrade_choice":"Pick a plan below and join over :customers persons who upgraded their Monica.","subscriptions_account_upgrade_title":"Upgrade Monica today and have more meaningful relationships.","subscriptions_back":"Back to settings","subscriptions_downgrade_cta":"Downgrade","subscriptions_downgrade_limitations":"The free plan has limitations. In order to be able to downgrade, you need to pass the checklist below:","subscriptions_downgrade_rule_invitations":"You must not have pending invitations","subscriptions_downgrade_rule_invitations_constraint":"You currently have 1 pending invitation<\/a> sent to people.|You currently have :count pending invitations<\/a> sent to people.","subscriptions_downgrade_rule_users":"You must have only 1 user in your account","subscriptions_downgrade_rule_users_constraint":"You currently have 1 user<\/a> in your account.|You currently have :count users<\/a> in your account.","subscriptions_downgrade_success":"You are back to the Free plan!","subscriptions_downgrade_thanks":"Thanks so much for having tried the paid plan. We keep adding new features on Monica all the time \u2013 so you might want to come back in the future to see if you might be interested in taking a subscription again.","subscriptions_downgrade_title":"Downgrade your account to the free plan","subscriptions_help_change_desc":"You can cancel anytime, no questions asked, and all by yourself \u2013 no need to contact support or whatever. However, you will not be refunded for the current period.","subscriptions_help_change_title":"What if I change my mind?","subscriptions_help_discounts_desc":"We do! Monica is free for students, and free for non-profits and charities. Just contact the support<\/a> with a proof of your status and we\u2019ll apply this special status in your account.","subscriptions_help_discounts_title":"Do you have discounts for non-profits and education?","subscriptions_help_limits_plan":"Absolutely not. Free plans do not have limitations on the number of contacts you can have.","subscriptions_help_limits_title":"Is there any limit to the number of contacts we can have on the free plan?","subscriptions_help_opensource_desc":"Monica is an open source project. This means it is built by an entirely benevolent community who just wants to provide a great tool for the greater good. Being open source means the code is publicly available on GitHub, and everyone can inspect it, modify it or enhance it. All the money we raise is dedicated to build better features, have more powerful servers, help pay the bills. Thanks for your help. We couldn\u2019t do it without you \u2013 litterally.","subscriptions_help_opensource_title":"What is an open source project?","subscriptions_help_title":"Additional details you may be curious about","subscriptions_pdf_title":"Your :name monthly subscription","subscriptions_plan_choose":"Choose this plan","subscriptions_plan_include1":"Included with your upgrade:","subscriptions_plan_include2":"Unlimited number of users \u2022 Reminders by email \u2022 Import with vCard \u2022 Personalization of the contact sheet","subscriptions_plan_include3":"100% of the profits go the development of this great open source project.","subscriptions_plan_month_bonus":"Cancel any time","subscriptions_plan_month_cost":"$5\/month","subscriptions_plan_month_title":"Pay monthly","subscriptions_plan_year_bonus":"Peace of mind for a whole year","subscriptions_plan_year_cost":"$45\/year","subscriptions_plan_year_cost_save":"you\u2019ll save 25%","subscriptions_plan_year_title":"Pay annually","subscriptions_upgrade_charge":"We\u2019ll charge your card USD $:price now. The next charge will be on :date. If you ever change your mind, you can cancel anytime, no questions asked.","subscriptions_upgrade_charge_handled":"The payment is handled by Stripe<\/a>. No card information touches our server.","subscriptions_upgrade_choose":"You picked the :plan plan.","subscriptions_upgrade_credit":"Credit or debit card","subscriptions_upgrade_infos":"We couldn\u2019t be happier. Enter your payment info below.","subscriptions_upgrade_name":"Name on card","subscriptions_upgrade_submit":"Submit Payment","subscriptions_upgrade_success":"Thank you! You are now subscribed.","subscriptions_upgrade_thanks":"Welcome to the community of people who try to make the world a better place.","subscriptions_upgrade_title":"Upgrade your account","subscriptions_upgrade_zip":"ZIP or postal code","tags_blank_description":"Tags work like folders, but you can add more than one tag to a contact. Go to a contact and tag a friend, right below the name. Once a contact is tagged, go back here to manage all the tags in your account.","tags_blank_title":"Tags are a great way of categorizing your contacts.","tags_list_contact_number":"1 contact|:count contacts","tags_list_delete_confirmation":"Are you sure you want to delete the tag? No contacts will be deleted, only the tag.","tags_list_delete_success":"The tag has been successfully deleted","tags_list_description":"You can organize your contacts by setting up tags. Tags work like folders, but you can add more than one tag to a contact. To add a new tag, add it on the contact itself.","tags_list_title":"Tags","timezone":"Zaman Dilimi","u2f_buttonAdvise":"If your security key has a button, press it.","u2f_enable_description":"Add a new U2F security key","u2f_error_bad_request":"The visited URL doesn\u2019t match the App ID or your are not using HTTPS","u2f_error_configuration_unsupported":"Client configuration is not supported.","u2f_error_device_ineligible":"The presented device is not eligible for this request. For a registration request this may mean that the token is already registered, and for a sign request it may mean that the token does not know the presented key handle.","u2f_error_other_error":"An error occurred.","u2f_error_timeout":"Timeout reached before request could be satisfied.","u2f_insertKey":"Insert your security key.","u2f_noButtonAdvise":"If it does not, remove it and insert it again.","u2f_success":"Your key is detected and validated.","u2f_title":"U2F security key","users_accept_title":"Accept invitation and create a new account","users_add_confirmation":"I confirm that I want to invite this user to my account. This person will access ALL my data and see exactly what I see.","users_add_cta":"Invite user by email","users_add_description":"This person will have the same rights as you do, including inviting other users and deleting them (including you). Therefore, make sure you trust this person.","users_add_email_field":"Enter the email of the person you want to invite","users_add_title":"Invite a new user by email to your account","users_blank_add_title":"Would you like to invite someone else?","users_blank_cta":"Invite someone","users_blank_description":"This person will have the same access that you have, and will be able to add, edit or delete contact information.","users_blank_title":"You are the only one who has access to this account.","users_error_already_invited":"You already have invited this user. Please choose another email address.","users_error_email_already_taken":"This email is already taken. Please choose another one","users_error_email_not_similar":"This is not the email of the person who\u2019ve invited you.","users_error_please_confirm":"Please confirm that you want to invite this user before proceeding with the invitation","users_invitation_deleted_confirmation_message":"The invitation has been successfully deleted","users_invitation_need_subscription":"Adding more users requires a subscription.","users_invitations_delete_confirmation":"Are you sure you want to delete this invitation?","users_list_add_user":"Invite a new user","users_list_delete_confirmation":"Are you sure to delete this user from your account?","users_list_invitations_explanation":"Below are the people you\u2019ve invited to join Monica as a collaborator.","users_list_invitations_invited_by":"invited by :name","users_list_invitations_sent_date":"sent on :date","users_list_invitations_title":"Pending invitations","users_list_title":"Users with access to your account","users_list_you":"That\u2019s you"},"validation":{"accepted":"The :attribute must be accepted.","active_url":":attribute ge\u00e7erli bir URL de\u011fil.","after":":attribtute , :date tarihinden sonra bir tarih olmal\u0131d\u0131r.","after_or_equal":"The :attribute must be a date after or equal to :date.","alpha":"The :attribute may only contain letters.","alpha_dash":"The :attribute may only contain letters, numbers, and dashes.","alpha_num":"The :attribute may only contain letters and numbers.","array":"The :attribute must be an array.","attributes":[],"before":"The :attribute must be a date before :date.","before_or_equal":"The :attribute must be a date before or equal to :date.","between":{"array":"The :attribute must have between :min and :max items.","file":"The :attribute must be between :min and :max kilobytes.","numeric":"The :attribute must be between :min and :max.","string":"The :attribute must be between :min and :max characters."},"boolean":"The :attribute field must be true or false.","confirmed":"The :attribute confirmation does not match.","custom":{"attribute-name":{"rule-name":"custom-message"}},"date":"The :attribute is not a valid date.","date_format":"The :attribute does not match the format :format.","different":"The :attribute and :other must be different.","digits":"The :attribute must be :digits digits.","digits_between":"The :attribute must be between :min and :max digits.","dimensions":"The :attribute has invalid image dimensions.","distinct":"The :attribute field has a duplicate value.","email":"The :attribute must be a valid email address.","exists":"The selected :attribute is invalid.","file":"The :attribute must be a file.","filled":"The :attribute field must have a value.","image":"The :attribute must be an image.","in":"The selected :attribute is invalid.","in_array":"The :attribute field does not exist in :other.","integer":"The :attribute must be an integer.","ip":"The :attribute must be a valid IP address.","ipv4":"The :attribute must be a valid IPv4 address.","ipv6":"The :attribute must be a valid IPv6 address.","json":"The :attribute must be a valid JSON string.","max":{"array":"The :attribute may not have more than :max items.","file":"The :attribute may not be greater than :max kilobytes.","numeric":"The :attribute may not be greater than :max.","string":"The :attribute may not be greater than :max characters."},"mimes":"The :attribute must be a file of type: :values.","mimetypes":"The :attribute must be a file of type: :values.","min":{"array":"The :attribute must have at least :min items.","file":"The :attribute must be at least :min kilobytes.","numeric":"The :attribute must be at least :min.","string":"The :attribute must be at least :min characters."},"not_in":"The selected :attribute is invalid.","not_regex":"The :attribute format is invalid.","numeric":"The :attribute must be a number.","present":"The :attribute field must be present.","regex":"The :attribute format is invalid.","required":"The :attribute field is required.","required_if":"The :attribute field is required when :other is :value.","required_unless":"The :attribute field is required unless :other is in :values.","required_with":"The :attribute field is required when :values is present.","required_with_all":"The :attribute field is required when :values is present.","required_without":"The :attribute field is required when :values is not present.","required_without_all":"The :attribute field is required when none of :values are present.","same":"The :attribute and :other must match.","size":{"array":"The :attribute must contain :size items.","file":"The :attribute must be :size kilobytes.","numeric":"The :attribute must be :size.","string":"The :attribute must be :size characters."},"string":"The :attribute must be a string.","timezone":"The :attribute must be a valid zone.","unique":"The :attribute has already been taken.","uploaded":"The :attribute failed to upload.","url":"The :attribute format is invalid."}} diff --git a/public/js/langs/vendor.json b/public/js/langs/vendor.json index 059709b0065..270e6c2bf9c 100644 --- a/public/js/langs/vendor.json +++ b/public/js/langs/vendor.json @@ -1 +1 @@ -{"confirmation.cs.confirmation":{"again":"You must verify your email before you can access the site.\n If you have not received the confirmation email check your spam folder.\n To get a new confirmation email please click here<\/a>.","message":"Thanks for signing up! Please check your emails to confirm your email address.","resend":"A confirmation message has been sent. Please check your mailbox.","success":"You have successfully verified your account! You can now login."},"confirmation.de.confirmation":{"again":"You must verify your email before you can access the site.\n If you have not received the confirmation email check your spam folder.\n To get a new confirmation email please click here<\/a>.","message":"Thanks for signing up! Please check your emails to confirm your email address.","resend":"A confirmation message has been sent. Please check your mailbox.","success":"You have successfully verified your account! You can now login."},"confirmation.en.confirmation":{"again":"You must verify your email before you can access the site.\n If you have not received the confirmation email check your spam folder.\n To get a new confirmation email please click here<\/a>.","message":"Thanks for signing up! Please check your emails to confirm your email address.","resend":"A confirmation message has been sent. Please check your mailbox.","success":"You have successfully verified your account! You can now login."},"confirmation.es.confirmation":{"again":"Debes verificar tu correo electr\u00f3nico antes de acceder al sitio.\n Si no has recibido correo de confirmaci\u00f3n, revisa tu carpeta de spam.\n Para obtener un nuevo correo de confirmaci\u00f3n, haz clic aqu\u00ed<\/a>.","message":"\u00a1Gracias por registrarte! Por favor, revisa tus correos para confirmar tu direcci\u00f3n de correo electr\u00f3nico.","resend":"Se ha enviado un mensaje de confirmaci\u00f3n. Por favor, revisa tu bandeja de entrada.","success":"\u00a1Has verificado tu cuenta con \u00e9xito! Ya puedes iniciar sesi\u00f3n."},"confirmation.fr.confirmation":{"again":"Vous devez v\u00e9rifier votre adresse courriel avant de pouvoir acc\u00e9der au site.\n Si vous n\u2019avez pas re\u00e7u le courriel de confirmation v\u00e9rifiez votre dossier spam.\n Pour obtenir un nouveau courriel de confirmation cliquez ici<\/a>.","message":"Merci pour votre inscription\u00a0! Merci de v\u00e9rifier vos courriels pour confirmer votre adresse courriel.","resend":"Un message de confirmation a \u00e9t\u00e9 envoy\u00e9. Merci de v\u00e9rifier votre bo\u00eete aux lettres.","success":"Votre compte a \u00e9t\u00e9 valid\u00e9 ! Vous pouvez maintenant vous connecter."},"confirmation.he.confirmation":{"again":"\u05e2\u05dc\u05d9\u05da \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05dc\u05da \u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05d4\u05d9\u05d4 \u05dc\u05da \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d2\u05e9\u05ea \u05dc\u05d0\u05ea\u05e8.\n \u05d0\u05dd \u05dc\u05d0 \u05e7\u05d9\u05d1\u05dc\u05ea \u05d4\u05d5\u05d3\u05e2\u05ea \u05d0\u05d9\u05de\u05d5\u05ea \u05d1\u05d3\u05d5\u05d0\u05f4\u05dc \u05de\u05d5\u05d8\u05d1 \u05dc\u05d7\u05e4\u05e9 \u05d1\u05ea\u05d9\u05e7\u05d9\u05d9\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d4\u05d6\u05d1\u05dc.\n \u05db\u05d3\u05d9 \u05dc\u05e7\u05d1\u05dc \u05d3\u05d5\u05d0\u05f4\u05dc \u05d0\u05d9\u05de\u05d5\u05ea \u05de\u05d7\u05d3\u05e9 \u05e0\u05d0 \u05dc\u05dc\u05d7\u05d5\u05e5 \u05db\u05d0\u05df<\/a>.","message":"\u05ea\u05d5\u05d3\u05d4 \u05dc\u05da \u05e2\u05dc \u05d4\u05d4\u05e8\u05e9\u05de\u05d4! \u05e0\u05d0 \u05dc\u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05ea\u05d9\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05dc\u05da \u05db\u05d3\u05d9 \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05d0\u05d5\u05ea\u05d4.","resend":"\u05e0\u05e9\u05dc\u05d7\u05d4 \u05d4\u05d5\u05d3\u05e2\u05ea \u05d0\u05d9\u05de\u05d5\u05ea. \u05e0\u05d0 \u05dc\u05d1\u05d3\u05d5\u05e7 \u05d1\u05ea\u05d9\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05dc\u05da.","success":"\u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05d0\u05d5\u05de\u05ea \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4! \u05db\u05e2\u05ea \u05d9\u05ea\u05d0\u05e4\u05e9\u05e8 \u05dc\u05da \u05dc\u05d4\u05d9\u05db\u05e0\u05e1 \u05d0\u05dc\u05d9\u05d5."},"confirmation.it.confirmation":{"again":"You must verify your email before you can access the site.\n If you have not received the confirmation email check your spam folder.\n To get a new confirmation email please click here<\/a>.","message":"Thanks for signing up! Please check your emails to confirm your email address.","resend":"A confirmation message has been sent. Please check your mailbox.","success":"You have successfully verified your account! You can now login."},"confirmation.nl.confirmation":{"again":"Voordat u de site kunt openen, moet u uw e-mail verifi\u00ebren.\n als u geen bevestiging heeft ontvangen, controleer dan uw spam folder.\n Klik hier<\/a>om een nieuwe bevestiging e-mail te ontvangen.","message":"Bedankt voor het aanmelden! Controleer uw e-mail om uw e-mailadres bevestigen.","resend":"Verificatie link is verstuurd. Kijk in uw inbox.","success":"U hebt met succes uw account geverifieerd! U kunt nu inloggen."},"confirmation.pt.confirmation":{"again":"You must verify your email before you can access the site.\n If you have not received the confirmation email check your spam folder.\n To get a new confirmation email please click here<\/a>.","message":"Thanks for signing up! Please check your emails to confirm your email address.","resend":"A confirmation message has been sent. Please check your mailbox.","success":"You have successfully verified your account! You can now login."},"confirmation.ru.confirmation":{"again":"You must verify your email before you can access the site.\n If you have not received the confirmation email check your spam folder.\n To get a new confirmation email please click here<\/a>.","message":"Thanks for signing up! Please check your emails to confirm your email address.","resend":"A confirmation message has been sent. Please check your mailbox.","success":"You have successfully verified your account! You can now login."},"confirmation.zh.confirmation":{"again":"You must verify your email before you can access the site.\n If you have not received the confirmation email check your spam folder.\n To get a new confirmation email please click here<\/a>.","message":"Thanks for signing up! Please check your emails to confirm your email address.","resend":"A confirmation message has been sent. Please check your mailbox.","success":"You have successfully verified your account! You can now login."}} +{"confirmation.cs.confirmation":{"again":"You must verify your email before you can access the site.\n If you have not received the confirmation email check your spam folder.\n To get a new confirmation email please click here<\/a>.","message":"Thanks for signing up! Please check your emails to confirm your email address.","resend":"A confirmation message has been sent. Please check your mailbox.","success":"You have successfully verified your account! You can now login."},"confirmation.de.confirmation":{"again":"You must verify your email before you can access the site.\n If you have not received the confirmation email check your spam folder.\n To get a new confirmation email please click here<\/a>.","message":"Thanks for signing up! Please check your emails to confirm your email address.","resend":"A confirmation message has been sent. Please check your mailbox.","success":"You have successfully verified your account! You can now login."},"confirmation.en.confirmation":{"again":"You must verify your email before you can access the site.\n If you have not received the confirmation email check your spam folder.\n To get a new confirmation email please click here<\/a>.","message":"Thanks for signing up! Please check your emails to confirm your email address.","resend":"A confirmation message has been sent. Please check your mailbox.","success":"You have successfully verified your account! You can now login."},"confirmation.es.confirmation":{"again":"Debes verificar tu correo electr\u00f3nico antes de acceder al sitio.\n Si no has recibido correo de confirmaci\u00f3n, revisa tu carpeta de spam.\n Para obtener un nuevo correo de confirmaci\u00f3n, haz clic aqu\u00ed<\/a>.","message":"\u00a1Gracias por registrarte! Por favor, revisa tus correos para confirmar tu direcci\u00f3n de correo electr\u00f3nico.","resend":"Se ha enviado un mensaje de confirmaci\u00f3n. Por favor, revisa tu bandeja de entrada.","success":"\u00a1Has verificado tu cuenta con \u00e9xito! Ya puedes iniciar sesi\u00f3n."},"confirmation.fr.confirmation":{"again":"Vous devez v\u00e9rifier votre adresse courriel avant de pouvoir acc\u00e9der au site.\n Si vous n\u2019avez pas re\u00e7u le courriel de confirmation v\u00e9rifiez votre dossier spam.\n Pour obtenir un nouveau courriel de confirmation cliquez ici<\/a>.","message":"Merci pour votre inscription\u00a0! Merci de v\u00e9rifier vos courriels pour confirmer votre adresse courriel.","resend":"Un message de confirmation a \u00e9t\u00e9 envoy\u00e9. Merci de v\u00e9rifier votre bo\u00eete aux lettres.","success":"Votre compte a \u00e9t\u00e9 valid\u00e9 ! Vous pouvez maintenant vous connecter."},"confirmation.he.confirmation":{"again":"\u05e2\u05dc\u05d9\u05da \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05dc\u05da \u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05d4\u05d9\u05d4 \u05dc\u05da \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d2\u05e9\u05ea \u05dc\u05d0\u05ea\u05e8.\n \u05d0\u05dd \u05dc\u05d0 \u05e7\u05d9\u05d1\u05dc\u05ea \u05d4\u05d5\u05d3\u05e2\u05ea \u05d0\u05d9\u05de\u05d5\u05ea \u05d1\u05d3\u05d5\u05d0\u05f4\u05dc \u05de\u05d5\u05d8\u05d1 \u05dc\u05d7\u05e4\u05e9 \u05d1\u05ea\u05d9\u05e7\u05d9\u05d9\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d4\u05d6\u05d1\u05dc.\n \u05db\u05d3\u05d9 \u05dc\u05e7\u05d1\u05dc \u05d3\u05d5\u05d0\u05f4\u05dc \u05d0\u05d9\u05de\u05d5\u05ea \u05de\u05d7\u05d3\u05e9 \u05e0\u05d0 \u05dc\u05dc\u05d7\u05d5\u05e5 \u05db\u05d0\u05df<\/a>.","message":"\u05ea\u05d5\u05d3\u05d4 \u05dc\u05da \u05e2\u05dc \u05d4\u05d4\u05e8\u05e9\u05de\u05d4! \u05e0\u05d0 \u05dc\u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05ea\u05d9\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05dc\u05da \u05db\u05d3\u05d9 \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05d0\u05d5\u05ea\u05d4.","resend":"\u05e0\u05e9\u05dc\u05d7\u05d4 \u05d4\u05d5\u05d3\u05e2\u05ea \u05d0\u05d9\u05de\u05d5\u05ea. \u05e0\u05d0 \u05dc\u05d1\u05d3\u05d5\u05e7 \u05d1\u05ea\u05d9\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05f4\u05dc \u05e9\u05dc\u05da.","success":"\u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da \u05d0\u05d5\u05de\u05ea \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4! \u05db\u05e2\u05ea \u05d9\u05ea\u05d0\u05e4\u05e9\u05e8 \u05dc\u05da \u05dc\u05d4\u05d9\u05db\u05e0\u05e1 \u05d0\u05dc\u05d9\u05d5."},"confirmation.it.confirmation":{"again":"You must verify your email before you can access the site.\n If you have not received the confirmation email check your spam folder.\n To get a new confirmation email please click here<\/a>.","message":"Thanks for signing up! Please check your emails to confirm your email address.","resend":"A confirmation message has been sent. Please check your mailbox.","success":"You have successfully verified your account! You can now login."},"confirmation.nl.confirmation":{"again":"Voordat u de site kunt openen, moet u uw e-mail verifi\u00ebren.\n als u geen bevestiging heeft ontvangen, controleer dan uw spam folder.\n Klik hier<\/a>om een nieuwe bevestiging e-mail te ontvangen.","message":"Bedankt voor het aanmelden! Controleer uw e-mail om uw e-mailadres bevestigen.","resend":"Verificatie link is verstuurd. Kijk in uw inbox.","success":"U hebt met succes uw account geverifieerd! U kunt nu inloggen."},"confirmation.pt.confirmation":{"again":"You must verify your email before you can access the site.\n If you have not received the confirmation email check your spam folder.\n To get a new confirmation email please click here<\/a>.","message":"Thanks for signing up! Please check your emails to confirm your email address.","resend":"A confirmation message has been sent. Please check your mailbox.","success":"You have successfully verified your account! You can now login."},"confirmation.ru.confirmation":{"again":"You must verify your email before you can access the site.\n If you have not received the confirmation email check your spam folder.\n To get a new confirmation email please click here<\/a>.","message":"Thanks for signing up! Please check your emails to confirm your email address.","resend":"A confirmation message has been sent. Please check your mailbox.","success":"You have successfully verified your account! You can now login."},"confirmation.tr.confirmation":{"again":"Oturum a\u00e7abilmek i\u00e7in e-posta adresinizi do\u011frulatman\u0131z gerekmektedir.\n Gelen kutunuzda do\u011frulama mailini g\u00f6remiyorsan\u0131z Spam klas\u00f6r\u00fcn\u00fc de kontrol ediniz.\n Do\u011frulama mailini tekrar almak i\u00e7in l\u00fctfen buraya t\u0131klay\u0131n\u0131z<\/a>.","message":"Hesap olu\u015fturdu\u011funuz i\u00e7in te\u015fekk\u00fcr ederiz! L\u00fctfen e-posta adresinizi do\u011frulatmak i\u00e7in e-postan\u0131z\u0131 kontrol ediniz.","resend":"Do\u011frulama e-postas\u0131 g\u00f6nderildi. L\u00fctfen e-postan\u0131z\u0131 kontrol edin.","success":"Hesab\u0131n\u0131z\u0131 ba\u015far\u0131yla do\u011frulad\u0131n\u0131z. \u015eimdi giri\u015f yapabilirsiniz."},"confirmation.zh.confirmation":{"again":"\u60a8\u9700\u8981\u9a8c\u8bc1\u90ae\u4ef6\u5730\u5740\u624d\u80fd\u8bbf\u95ee\u6b64\u7f51\u7ad9\u3002\n \u5982\u679c\u60a8\u6ca1\u6709\u6536\u5230\u7535\u5b50\u90ae\u4ef6\uff0c\u60a8\u53ef\u4ee5\u68c0\u67e5\u4e00\u4e0b\u5783\u573e\u7bb1\u3002\n \u8bf7 \u70b9\u51fb\u6b64\u5904<\/a>\u6765\u91cd\u65b0\u53d1\u9001\u9a8c\u8bc1\u90ae\u4ef6","message":"\u611f\u8c22\u60a8\u7684\u6ce8\u518c\uff01\u8bf7\u68c0\u67e5\u60a8\u7684\u90ae\u7bb1\u6765\u9a8c\u8bc1\u60a8\u7684\u90ae\u4ef6\u3002","resend":"\u9a8c\u8bc1\u90ae\u4ef6\u5df2\u53d1\u9001\uff0c\u8bf7\u68c0\u67e5\u60a8\u7684\u6536\u4ef6\u7bb1\u3002","success":"\u60a8\u5df2\u6210\u529f\u9a8c\u8bc1\u90ae\u4ef6\u5730\u5740\uff01\u73b0\u5728\u60a8\u53ef\u4ee5\u6b63\u5e38\u767b\u5f55\u4e86\u3002"}} diff --git a/public/js/langs/zh.json b/public/js/langs/zh.json index bacd5c9d49c..73d5b735594 100644 --- a/public/js/langs/zh.json +++ b/public/js/langs/zh.json @@ -1 +1 @@ -{"app":{"add":"\u6dfb\u52a0","application_description":"Monica is a tool to manage your interactions with your loved ones, friends and family.","application_og_title":"Have better relations with your loved ones. Free Online CRM for friends and family.","application_title":"Monica \u2013 personal relationship manager","breadcrumb_add_note":"\u6dfb\u52a0\u6ce8\u91ca","breadcrumb_add_significant_other":"\u6dfb\u52a0\u5176\u4ed6\u91cd\u8981","breadcrumb_api":"API","breadcrumb_dashboard":"\u4eea\u8868\u76d8","breadcrumb_edit_introductions":"\u4f60\u662f\u600e\u4e48\u77e5\u9053\u7684","breadcrumb_edit_note":"\u7f16\u8f91\u6ce8\u91ca","breadcrumb_edit_significant_other":"\u7f16\u8f91\u5176\u4ed6\u91cd\u8981","breadcrumb_journal":"\u8bb0\u5f55","breadcrumb_list_contacts":"\u4eba\u540d\u5355","breadcrumb_settings":"\u8bbe\u7f6e","breadcrumb_settings_export":"\u5bfc\u51fa","breadcrumb_settings_import":"\u5bfc\u5165","breadcrumb_settings_import_report":"\u5bfc\u5165\u62a5\u8868","breadcrumb_settings_import_upload":"\u4e0a\u4f20","breadcrumb_settings_personalization":"\u4e2a\u6027\u5316","breadcrumb_settings_security":"\u5b89\u5168","breadcrumb_settings_security_2fa":"\u53cc\u91cd\u9a8c\u8bc1","breadcrumb_settings_subscriptions":"\u8ba2\u9605","breadcrumb_settings_tags":"\u6807\u7b7e","breadcrumb_settings_users":"\u7528\u6237","breadcrumb_settings_users_add":"\u6dfb\u52a0\u7528\u6237","cancel":"\u53d6\u6d88","close":"\u5173\u95ed","compliance_desc":"We have changed our Terms of Use<\/a> and Privacy Policy<\/a>. By law we have to ask you to review them and accept them so you can continue to use your account.","compliance_desc_end":"We don\u2019t do anything nasty with your data or account and will never do.","compliance_terms":"Accept new terms and privacy policy","compliance_title":"Sorry for the interruption.","create":"Create","days":"day|days","default_save_success":"The data has been saved.","delete":"\u5220\u9664","done":"\u5b8c\u6210","edit":"\u7f16\u8f91","error_save":"We had an error trying to save the data.","error_title":"\u7cdf\u7cd5! \u51fa\u9519\u4e86\u3002","error_unauthorized":"\u4f60\u6ca1\u6709\u6743\u9650\u7f16\u8f91\u6b64\u9875","footer_modal_version_release_away":"\u60a8\u6709\u4e00\u4e2a\u6700\u65b0\u53d1\u5e03\u7248\u672c\u53ef\u66f4\u65b0\u3002\u60a8\u5e94\u8be5\u66f4\u65b0\u5b9e\u4f8b. |\u60a8\u5df2\u7ecf\u6709:number\u4e2a\u7248\u672c\u6ca1\u6709\u66f4\u65b0\uff0c\u5e94\u8be5\u66f4\u65b0\u4e86\u3002","footer_modal_version_whats_new":"\u65b0\u589e\u5185\u5bb9","footer_new_version":"\u6709\u65b0\u7248\u672c\u53ef\u7528\uff01","footer_newsletter":"\u65b0\u95fb\u7b80\u62a5","footer_privacy":"\u9690\u79c1\u6761\u6b3e","footer_release":"\u7248\u672c\u8bf4\u660e","footer_remarks":"\u6709\u4ec0\u4e48\u610f\u89c1\u5417\uff1f","footer_send_email":"\u7ed9\u6211\u53d1\u7535\u5b50\u90ae\u4ef6","footer_source_code":"\u6350\u52a9","footer_version":"\u7248\u672c::version","for":"\u4e3a","gender_female":"\u5973","gender_male":"\u7537","gender_none":"\u4fdd\u5bc6","header_changelog_link":"Product changes","header_logout_link":"\u6ce8\u9500","header_settings_link":"\u8bbe\u7f6e","load_more":"\u8f7d\u5165\u66f4\u591a","loading":"\u6b63\u5728\u52a0\u8f7d...","main_nav_activities":"\u6d3b\u52a8","main_nav_cta":"\u6dfb\u52a0\u4eba\u5458","main_nav_dashboard":"\u4eea\u8868\u76d8","main_nav_family":"\u8054\u7cfb\u4eba","main_nav_journal":"\u8bb0\u5f55","main_nav_tasks":"\u4efb\u52a1","markdown_description":"\u60f3\u7528\u4e00\u79cd\u7f8e\u89c2\u7684\u65b9\u5f0f\u683c\u5f0f\u5316\u6587\u672c\u5417\uff1f\u6211\u4eec\u4ee5Markdown\u8bed\u6cd5\u652f\u6301\u7c97\u4f53\u3001\u659c\u4f53\u3001\u5217\u8868\u7b49\u6837\u5f0f\u3002","markdown_link":"\u9605\u8bfb\u6587\u6863","new":"new","relationship_type_bestfriend":"best friend","relationship_type_bestfriend_female":"best friend","relationship_type_bestfriend_female_with_name":":name\u2019s best friend","relationship_type_bestfriend_with_name":":name\u2019s best friend","relationship_type_boss":"boss","relationship_type_boss_female":"boss","relationship_type_boss_female_with_name":":name\u2019s boss","relationship_type_boss_with_name":":name\u2019s boss","relationship_type_child":"son","relationship_type_child_female":"daughter","relationship_type_child_female_with_name":":name\u2019s daughter","relationship_type_child_with_name":":name\u2019s son","relationship_type_colleague":"colleague","relationship_type_colleague_female":"colleague","relationship_type_colleague_female_with_name":":name\u2019s colleague","relationship_type_colleague_with_name":":name\u2019s colleague","relationship_type_cousin":"cousin","relationship_type_cousin_female":"cousin","relationship_type_cousin_female_with_name":":name\u2019s cousin","relationship_type_cousin_with_name":":name\u2019s cousin","relationship_type_date":"date","relationship_type_date_female":"date","relationship_type_date_female_with_name":":name\u2019s date","relationship_type_date_with_name":":name\u2019s date","relationship_type_ex":"ex-boyfriend","relationship_type_ex_female":"ex-girlfriend","relationship_type_ex_female_with_name":":name\u2019s ex-girlfriend","relationship_type_ex_husband":"ex husband","relationship_type_ex_husband_female":"ex wife","relationship_type_ex_husband_female_with_name":":name\u2019s ex wife","relationship_type_ex_husband_with_name":":name\u2019s ex husband","relationship_type_ex_with_name":":name\u2019s ex-boyfriend","relationship_type_friend":"friend","relationship_type_friend_female":"friend","relationship_type_friend_female_with_name":":name\u2019s friend","relationship_type_friend_with_name":":name\u2019s friend","relationship_type_godfather":"godfather","relationship_type_godfather_female":"godmother","relationship_type_godfather_female_with_name":":name\u2019s godmother","relationship_type_godfather_with_name":":name\u2019s godfather","relationship_type_godson":"godson","relationship_type_godson_female":"goddaughter","relationship_type_godson_female_with_name":":name\u2019s goddaughter","relationship_type_godson_with_name":":name\u2019s godson","relationship_type_grandchild":"grand child","relationship_type_grandchild_female":"grand child","relationship_type_grandchild_female_with_name":":name\u2019s grand child","relationship_type_grandchild_with_name":":name\u2019s grand child","relationship_type_grandparent":"grand parent","relationship_type_grandparent_female":"grand parent","relationship_type_grandparent_female_with_name":":name\u2019s grand parent","relationship_type_grandparent_with_name":":name\u2019s grand parent","relationship_type_group_family":"Family relationships","relationship_type_group_friend":"Friend relationships","relationship_type_group_love":"Love relationships","relationship_type_group_other":"Other kind of relationships","relationship_type_group_work":"Work relationships","relationship_type_inlovewith":"in love with","relationship_type_inlovewith_female":"in love with","relationship_type_inlovewith_female_with_name":"someone :name is in love with","relationship_type_inlovewith_with_name":"someone :name is in love with","relationship_type_lovedby":"loved by","relationship_type_lovedby_female":"loved by","relationship_type_lovedby_female_with_name":":name\u2019s secret lover","relationship_type_lovedby_with_name":":name\u2019s secret lover","relationship_type_lover":"lover","relationship_type_lover_female":"lover","relationship_type_lover_female_with_name":":name\u2019s lover","relationship_type_lover_with_name":":name\u2019s lover","relationship_type_mentor":"mentor","relationship_type_mentor_female":"mentor","relationship_type_mentor_female_with_name":":name\u2019s mentor","relationship_type_mentor_with_name":":name\u2019s mentor","relationship_type_nephew":"nephew","relationship_type_nephew_female":"niece","relationship_type_nephew_female_with_name":":name\u2019s niece","relationship_type_nephew_with_name":":name\u2019s nephew","relationship_type_parent":"father","relationship_type_parent_female":"mother","relationship_type_parent_female_with_name":":name\u2019s mother","relationship_type_parent_with_name":":name\u2019s father","relationship_type_partner":"significant other","relationship_type_partner_female":"significant other","relationship_type_partner_female_with_name":":name\u2019s significant other","relationship_type_partner_with_name":":name\u2019s significant other","relationship_type_protege":"protege","relationship_type_protege_female":"protege","relationship_type_protege_female_with_name":":name\u2019s protege","relationship_type_protege_with_name":":name\u2019s protege","relationship_type_sibling":"brother","relationship_type_sibling_female":"sister","relationship_type_sibling_female_with_name":":name\u2019s sister","relationship_type_sibling_with_name":":name\u2019s brother","relationship_type_spouse":"spouse","relationship_type_spouse_female":"spouse","relationship_type_spouse_female_with_name":":name\u2019s spouse","relationship_type_spouse_with_name":":name\u2019s spouse","relationship_type_subordinate":"subordinate","relationship_type_subordinate_female":"subordinate","relationship_type_subordinate_female_with_name":":name\u2019s subordinate","relationship_type_subordinate_with_name":":name\u2019s subordinate","relationship_type_uncle":"uncle","relationship_type_uncle_female":"aunt","relationship_type_uncle_female_with_name":":name\u2019s aunt","relationship_type_uncle_with_name":":name\u2019s uncle","remove":"\u5220\u9664","revoke":"Revoke","save":"\u4fdd\u5b58","unknown":"\u6211\u4e0d\u77e5\u9053","update":"\u66f4\u65b0","upload":"\u4e0a\u4f20","verify":"\u9a8c\u8bc1","with":"\u4e0e"},"auth":{"2fa_one_time_password":"Two factor authentication code","2fa_otp_help":"Open up your two factor authentication mobile app and copy the code","2fa_recuperation_code":"\u8f93\u5165\u53cc\u91cd\u9a8c\u8bc1\u6062\u590d\u7801","2fa_title":"\u53cc\u91cd\u9a8c\u8bc1","2fa_wrong_validation":"\u53cc\u91cd\u9a8c\u8bc1\u5931\u8d25\u3002","back_homepage":"\u56de\u5230\u4e3b\u9875","button_remember":"Remember Me","confirmation_again":"If you want to change your email address you can click here<\/a>.","create_account":"Create the first account by signing up<\/a>","email":"Email","email_change_current_email":"Current email address:","email_change_new":"New email address","email_change_title":"Change your email address","email_changed":"Your email address has been changed. Check your mailbox to validate it.","failed":"\u60a8\u8f93\u5165\u7684\u4fe1\u606f\u4e0e\u6211\u4eec\u7684\u8bb0\u5f55\u4e0d\u5339\u914d\u3002","login":"Login","login_again":"Please login again to your account","login_to_account":"Login to your account","mfa_auth_otp":"Authenticate with your two factor device","mfa_auth_u2f":"Authenticate with a U2F device","not_authorized":"\u60a8\u65e0\u6743\u6267\u884c\u6b64\u64cd\u4f5c","password":"Password","password_forget":"Forget your password?","password_reset":"Reset your password","password_reset_action":"Reset Password","password_reset_email":"E-Mail Address","password_reset_email_content":"Click here to reset your password:","password_reset_password":"Password","password_reset_password_confirm":"Confirm Password","password_reset_send_link":"Send Password Reset Link","password_reset_title":"Reset Password","register_action":"Register","register_create_account":"You need to create an account to use Monica","register_email":"Enter a valid email address","register_email_example":"you@home","register_firstname":"First name","register_firstname_example":"eg. John","register_invitation_email":"For security purposes, please indicate the email of the person who\u2019ve invited you to join this account. This information is provided in the invitation email.","register_lastname":"Last name","register_lastname_example":"eg. Doe","register_login":"Log in<\/a> if you already have an account.","register_password":"Password","register_password_confirmation":"Password confirmation","register_password_example":"Enter a secure password","register_policy":"Signing up signifies you\u2019ve read and agree to our Privacy Policy<\/a> and Terms of use<\/a>.","register_title_create":"Create your Monica account","register_title_welcome":"Welcome to your newly installed Monica instance","signup":"Sign up","signup_disabled":"\u6ce8\u518c\u5f53\u524d\u5df2\u505c\u7528","signup_no_account":"Don\u2019t have an account?","throttle":"\u767b\u5f55\u5931\u8d25\u6b21\u6570\u592a\u591a\u3002\u8bf7 :seconds \u540e\u518d\u8bd5\u3002","u2f_otp_extension":"U2F is supported natively on Chrome, Firefox<\/a> and Opera. On old Firefox versions, install the U2F Support Add-on<\/a>."},"changelog":{"note":"Note: unfortunately, this page is only in English.","title":"Product changes"},"dashboard":{"dashboard_blank_cta":"\u6dfb\u52a0\u60a8\u7684\u7b2c\u4e00\u4e2a\u8054\u7cfb\u4eba","dashboard_blank_description":"Monica\u662f\u4e00\u4e2a\u8bb0\u5f55\u4f60\u6240\u6709\u5173\u5fc3\u7684\u4eba\u53ca\u4e0e\u5176\u4ea4\u4e92\u4fe1\u606f\u7684\u5730\u65b9","dashboard_blank_illustration":"Illustration by Freepik<\/a>","dashboard_blank_title":"\u6b22\u8fce\u767b\u5f55\u8d26\u53f7","debts_you_owe":"You owe","linkedin_profile":"LinkedIn","notes_title":"\u4f60\u8fd8\u6ca1\u6709\u4efb\u4f55\u4fbf\u7b7e\u3002","reminders_next_months":"Events in the next 3 months","reminders_none":"No reminder for this month","statistics_activities":"\u6d3b\u52a8","statistics_contacts":"\u8054\u7cfb\u4eba","statistics_gifts":"\u793c\u7269","tab_calls_blank":"\u4f60\u8fd8\u6ca1\u6709\u7535\u8bdd\u62e8\u6253\u8bb0\u5f55\u3002","tab_debts":"Debts","tab_debts_blank":"You haven\u2019t logged any debt yet.","tab_favorite_notes":"\u6536\u85cf\u4fbf\u7b7e","tab_recent_calls":"\u6700\u8fd1\u901a\u8bdd"},"format":{"full_hour":"h.i A","full_month":"F","short_date":"M d","short_date_year":"M d, Y","short_date_year_time":"M d, Y H:i","short_day":"D","short_month":"M","short_month_year":"M Y"},"journal":{"delete_confirmation":"\u60a8\u786e\u5b9a\u8981\u5220\u9664\u6b64\u6761\u76ee\u5417\uff1f","entry_delete_success":"\u8bb0\u5f55\u6761\u76ee\u5df2\u6210\u529f\u5220\u9664\u3002","journal_add":"\u6dfb\u52a0\u8bb0\u5f55\u6761\u76ee","journal_add_cta":"\u4fdd\u5b58","journal_add_date":"Date","journal_add_post":"\u6761\u76ee","journal_add_title":"\u6807\u9898 (\u53ef\u9009)","journal_blank_cta":"\u6dfb\u52a0\u60a8\u7684\u7b2c\u4e00\u4e2a\u8bb0\u5f55\u6761\u76ee","journal_blank_description":"\u8bb0\u5f55\u5141\u8bb8\u60a8\u7f16\u5199\u53d1\u751f\u5728\u60a8\u8eab\u4e0a\u7684\u4e8b\u4ef6, \u5e76\u8bb0\u4f4f\u5b83\u4eec\u3002","journal_come_back":"\u8c22\u8c22. \u660e\u5929\u518d\u6765\u7ed9\u4f60\u7684\u4e00\u5929\u8bc4\u4ef7\u4e00\u4e0b\u3002","journal_created_automatically":"\u81ea\u52a8\u521b\u5efa","journal_description":"\u6ce8\u610f: \u8bb0\u5f55\u91cc\u5217\u51fa\u4e86\u5168\u90e8\u624b\u52a8\u8bb0\u5f55\u7684\u6761\u76ee, \u4ee5\u53ca\u60a8\u4e0e\u60a8\u7684\u8054\u7cfb\u4eba\u8fdb\u884c\u7684\u6d3b\u52a8\u7b49\u81ea\u52a8\u6761\u76ee\u3002\u867d\u7136\u53ef\u4ee5\u624b\u52a8\u5220\u9664\u8bb0\u5f55\u6761\u76ee, \u4f46\u5fc5\u987b\u76f4\u63a5\u5728 \"\u8054\u7cfb\u4eba\" \u9875\u4e0a\u8fdb\u884c\u5220\u9664\u3002","journal_entry_rate":"\u8bc4\u4ef7\u4f60\u7684\u4e00\u5929\u3002","journal_entry_type_activity":"\u6d3b\u52a8","journal_entry_type_journal":"\u8bb0\u5f55\u6761\u76ee","journal_rate":"\u4eca\u5929\u8fc7\u5f97\u600e\u4e48\u6837\uff1f\u4f60\u53ef\u4ee5\u6bcf\u5929\u7ed9\u5b83\u4e00\u6b21\u8bc4\u4ef7\u3002"},"mail":{"confirmation_email_button":"Verify email address","confirmation_email_intro":"To validate your email click on the button below","confirmation_email_title":"Monica \u2013 Email verification","footer_contact_info":"\u6dfb\u52a0\u3001\u67e5\u770b\u3001\u5b8c\u6210\u548c\u66f4\u6539\u6709\u5173\u6b64\u8054\u7cfb\u4eba\u7684\u4fe1\u606f:","for":"\u4e3a:","greetings":"\u60a8\u597d:username","notification_description":"\u5728:count\u5929\u540e(:date),\u5c06\u6709\u4ee5\u4e0b\u4e8b\u4ef6\u53d1\u751f\uff1a","notification_subject_line":"\u60a8\u6709\u4e00\u4e2a\u5373\u5c06\u8fdb\u884c\u7684\u6d3b\u52a8","notifications_footer":"If you\u2019re having trouble clicking the \":actionText\" button, copy and paste the URL below into your web browser: [:actionURL](:actionURL)","notifications_hello":"Hello!","notifications_regards":"Regards","notifications_whoops":"Whoops!","stay_in_touch_subject_description":"You asked to be reminded to stay in touch with :name every :frequency days.","stay_in_touch_subject_line":"Stay in touch with :name","subject_line":"\u63d0\u9192:contact","want_reminded_of":"\u60a8\u60f3\u88ab\u63d0\u9192"},"pagination":{"next":"\u4e0b\u4e00\u9875 »","previous":"« \u4e0a\u4e00\u9875"},"passwords":{"changed":"\u5bc6\u7801\u4fee\u6539\u6210\u529f\u3002","invalid":"\u60a8\u8f93\u5165\u7684\u5bc6\u7801\u4e0d\u6b63\u786e\u3002","password":"\u5bc6\u7801\u5fc5\u987b\u81f3\u5c11\u4e3a\u516d\u4e2a\u5b57\u7b26, \u5e76\u4e00\u81f4\u3002","reset":"\u60a8\u7684\u5bc6\u7801\u5df2\u91cd\u7f6e\uff01","sent":"\u5982\u679c\u60a8\u8f93\u5165\u7684\u7535\u5b50\u90ae\u4ef6\u5b58\u5728\u4e8e\u6211\u4eec\u7684\u8bb0\u5f55\u4e2d, \u5bc6\u7801\u91cd\u7f6e\u94fe\u63a5\u5c06\u88ab\u53d1\u9001\u81f3\u6539\u90ae\u7bb1\u3002","token":"\u5bc6\u7801\u91cd\u7f6e\u79d8\u94a5\u65e0\u6548\u3002","user":"\u5982\u679c\u60a8\u8f93\u5165\u7684\u7535\u5b50\u90ae\u4ef6\u5b58\u5728\u4e8e\u6211\u4eec\u7684\u8bb0\u5f55\u4e2d, \u5bc6\u7801\u91cd\u7f6e\u94fe\u63a5\u5c06\u88ab\u53d1\u9001\u81f3\u6539\u90ae\u7bb1\u3002"},"people":{"activities_activity":"\u6d3b\u52a8\u7c7b\u522b","activities_add_activity":"\u6dfb\u52a0\u6d3b\u52a8","activities_add_cta":"\u8bb0\u5f55\u6d3b\u52a8","activities_add_date_occured":"\u53d1\u751f\u6b64\u6d3b\u52a8\u7684\u65e5\u671f","activities_add_error":"Error when adding the activity","activities_add_optional_comment":"\u53ef\u9009\u6ce8\u91ca","activities_add_pick_activity":"(Optional) Would you like to categorize this activity? You don\u2019t have to, but it will give you statistics later on","activities_add_success":"\u5df2\u6210\u529f\u6dfb\u52a0\u6d3b\u52a8","activities_add_title":"\u4f60\u4e0e:name\u505a\u4e86\u4ec0\u4e48\uff1f","activities_blank_add_activity":"\u6dfb\u52a0\u6d3b\u52a8","activities_blank_title":"Keep track of what you\u2019ve done with :name in the past, and what you\u2019ve talked about","activities_delete_confirmation":"\u786e\u5b9e\u8981\u5220\u9664\u6b64\u6d3b\u52a8\u5417?","activities_delete_success":"\u6d3b\u52a8\u5df2\u6210\u529f\u5220\u9664","activities_hide_details":"\u9690\u85cf\u8be6\u60c5","activities_item_information":":Activity\uff0c\u53d1\u751f\u4e8e:date","activities_more_details":"\u66f4\u591a\u8be6\u60c5","activities_summary":"\u63cf\u8ff0\u4f60\u505a\u4e86\u4ec0\u4e48","activities_update_success":"\u6d3b\u52a8\u5df2\u6210\u529f\u66f4\u65b0","activities_who_was_involved":"\u8c01\u53c2\u4e0e\u4e86\uff1f","activity_title":"\u6d3b\u52a8","activity_type_ate_at_his_place":"ate at their place","activity_type_ate_at_home":"\u5728\u5bb6\u5403","activity_type_ate_restaurant":"\u5728\u996d\u5e97\u5403","activity_type_category_cultural_activities":"Cultural activities","activity_type_category_food":"Food","activity_type_category_simple_activities":"Simple activities","activity_type_category_sport":"Sport","activity_type_did_sport_activities_together":"\u4e00\u8d77\u8fd0\u52a8","activity_type_just_hung_out":"\u4ec5\u7ea6\u4f1a","activity_type_picknicked":"\u90ca\u6e38","activity_type_talked_at_home":"\u5728\u5bb6\u804a\u5929","activity_type_watched_movie_at_home":"\u5728\u5bb6\u770b\u7247","activity_type_went_bar":"\u6ce1\u5427","activity_type_went_concert":"\u53bb\u97f3\u4e50\u4f1a","activity_type_went_museum":"\u53bb\u535a\u7269\u9986","activity_type_went_play":"\u51fa\u53bb\u73a9","activity_type_went_theater":"\u53bb\u5267\u9662","age_approximate_in_years":"\u5927\u6982:age\u5c81","age_exact_birthdate":"\u51fa\u751f:date","age_exact_in_years":":age\u5c81","birthdate_not_set":"\u672a\u8bbe\u7f6e\u751f\u65e5","call_blank_desc":"\u4f60\u6253\u7ed9:name","call_blank_title":"\u8bb0\u5f55\u60a8\u4e0e:name\u7684\u901a\u8bdd\u8bb0\u5f55","call_button":"\u8bb0\u5f55\u901a\u8bdd","call_delete_confirmation":"\u4f60\u786e\u5b9a\u8981\u5220\u9664\u6b64\u901a\u8bdd\u8bb0\u5f55\u5417?","call_delete_success":"\u6210\u529f\u5220\u9664\u901a\u8bdd\u8bb0\u5f55\uff01","call_empty_comment":"\u65e0\u8be6\u7ec6\u4fe1\u606f","call_title":"\u901a\u8bdd\u8bb0\u5f55","calls_add_success":"\u5df2\u4fdd\u5b58\u901a\u8bdd\u8bb0\u5f55\u3002","contact_address_form_city":"\u57ce\u5e02 (\u53ef\u9009)","contact_address_form_country":"\u56fd\u5bb6 (\u53ef\u9009)","contact_address_form_name":"\u6807\u7b7e (\u53ef\u9009)","contact_address_form_postal_code":"\u90ae\u653f\u7f16\u7801 (\u53ef\u9009)","contact_address_form_province":"\u7701 (\u53ef\u9009)","contact_address_form_street":"\u8857 (\u53ef\u9009)","contact_address_title":"\u5730\u5740","contact_info_address":"\u751f\u6d3b\u5728","contact_info_form_contact_type":"\u8054\u7cfb\u65b9\u5f0f","contact_info_form_content":"\u5185\u5bb9","contact_info_form_personalize":"\u4e2a\u6027\u5316","contact_info_title":"\u8054\u7cfb\u4fe1\u606f","debt_add_add_cta":"\u589e\u52a0\u503a\u52a1","debt_add_amount":"\u7684\u603b\u548c","debt_add_cta":"\u589e\u52a0\u503a\u52a1","debt_add_reason":"\u51fa\u4e8e\u4ee5\u4e0b\u539f\u56e0 (\u53ef\u9009)","debt_add_success":"\u5df2\u6210\u529f\u6dfb\u52a0\u503a\u52a1","debt_add_they_owe":":name\u6b20\u4f60\u7684","debt_add_title":"\u503a\u52a1\u7ba1\u7406","debt_add_you_owe":"\u4f60\u6b20:name","debt_delete_confirmation":"\u662f\u5426\u786e\u5b9e\u8981\u5220\u9664\u6b64\u503a\u52a1\uff1f","debt_delete_success":"\u5df2\u6210\u529f\u5220\u9664\u503a\u52a1","debt_edit_success":"\u503a\u52a1\u5df2\u6210\u529f\u66f4\u65b0","debt_edit_update_cta":"\u66f4\u65b0\u503a\u52a1","debt_they_owe":":name\u6b20\u60a8:amount","debt_title":"\u503a\u52a1","debt_you_owe":"\u60a8\u6b20:amount","debts_blank_title":"\u7ba1\u7406\u60a8\u6b20\u7684\u503a\u52a1\u60a8\u6b20:name\u7684\u6216:name\u6b20\u60a8\u7684","deceased_add_reminder":"\u4e3a\u6b64\u65e5\u671f\u6dfb\u52a0\u63d0\u9192","deceased_age":"Age at death","deceased_know_date":"\u6211\u77e5\u9053\u8fd9\u4e2a\u4eba\u53bb\u4e16\u65e5\u671f","deceased_label":"\u4e16\u8005","deceased_label_with_date":"\u5728:date\u53bb\u4e16","deceased_mark_person_deceased":"\u5c06\u6b64\u4eba\u6807\u8bb0\u4e3a\u5df2\u901d\u8005","deceased_reminder_title":":name\u7684\u53bb\u4e16\u5468\u5e74\u6000\u5ff5","edit_contact_information":"\u7f16\u8f91\u8054\u7cfb\u4eba\u4fe1\u606f","food_preferencies_add_success":"\u98df\u54c1\u504f\u597d\u5df2\u88ab\u4fdd\u5b58","food_preferencies_cta":"\u6dfb\u52a0\u98df\u7269\u504f\u597d","food_preferencies_edit_cta":"\u4fdd\u5b58\u98df\u7269\u504f\u597d","food_preferencies_edit_description":"\u4e5f\u8bb8:firstname\u6216:family\u7684\u5bb6\u5ead\u6709\u8fc7\u654f\uff0c\u6216\u8005\u4e0d\u559c\u6b22\u4e00\u74f6\u7279\u5b9a\u7684\u9152\u7b49\u3002\u628a\u8fd9\u4e9b\u4fe1\u606f\u5217\u5728\u8fd9\u91cc\uff0c\u5728\u4e0b\u6b21\u548c\u9080\u8bf7\u4ed6\u4eec\u5403\u996d\u65f6\u53ef\u4ee5\u5728\u8fd9\u91cc\u770b\u5230\u8fd9\u4e9b\u4fe1\u606f\u3002","food_preferencies_edit_description_no_last_name":"\u4e5f\u8bb8:firstname\u6709\u8fc7\u654f\u60c5\u51b5\uff0c\u6216\u8005\u4e0d\u559c\u6b22\u4e00\u74f6\u7279\u5b9a\u7684\u9152\u7b49\u3002\u628a\u8fd9\u4e9b\u4fe1\u606f\u5217\u5728\u8fd9\u91cc\uff0c\u5728\u4e0b\u6b21\u548c\u9080\u8bf7\u4ed6\u4eec\u5403\u996d\u65f6\u53ef\u4ee5\u5728\u8fd9\u91cc\u770b\u5230\u8fd9\u4e9b\u4fe1\u606f\u3002","food_preferencies_edit_title":"\u6ce8\u660e\u98df\u7269\u504f\u597d","food_preferencies_title":"\u98df\u7269\u504f\u597d","gifts_add_comment":"\u6ce8\u91ca (\u53ef\u9009)","gifts_add_gift":"\u6dfb\u52a0\u793c\u54c1","gifts_add_gift_already_offered":"\u793c\u54c1\u8d60\u9001","gifts_add_gift_idea":"\u793c\u54c1\u521b\u610f","gifts_add_gift_received":"\u6536\u5230\u7684\u793c\u7269","gifts_add_gift_title":"\u8fd9\u662f\u4ec0\u4e48\u793c\u7269\uff1f","gifts_add_link":"\u94fe\u63a5\u5230\u7f51\u9875 (\u53ef\u9009)","gifts_add_someone":"This gift is for someone in :name\u2019s family in particular","gifts_add_success":"\u5df2\u6210\u529f\u6dfb\u52a0\u793c\u54c1","gifts_add_title":":name\u793c\u54c1\u7ba1\u7406","gifts_add_value":"\u503c (\u53ef\u9009)","gifts_delete_confirmation":"\u662f\u5426\u786e\u5b9e\u8981\u5220\u9664\u6b64\u793c\u54c1\uff1f","gifts_delete_cta":"\u5220\u9664","gifts_delete_success":"\u793c\u54c1\u5df2\u6210\u529f\u5220\u9664","gifts_for":"For:","gifts_ideas":"\u793c\u54c1\u521b\u610f","gifts_link":"\u94fe\u63a5","gifts_mark_offered":"\u6807\u8bb0\u4e3a\u63d0\u4f9b","gifts_offered":"\u63d0\u4f9b\u7684\u793c\u54c1","gifts_offered_as_an_idea":"Mark as an idea","gifts_received":"\u6536\u5230\u7684\u793c\u7269","gifts_title":"Gifts","gifts_update_success":"\u793c\u54c1\u5df2\u6210\u529f\u66f4\u65b0","gifts_view_comment":"\u67e5\u770b\u8bc4\u8bba","information_edit_avatar":"\u8054\u7cfb\u4eba\u7167\u7247\/\u5934\u50cf","information_edit_exact":"\u6211\u77e5\u9053\u8fd9\u4e2a\u4eba\u7684\u786e\u5207\u51fa\u751f\u65e5\u671f...","information_edit_firstname":"\u540d","information_edit_lastname":"\u59d3\uff08\u53ef\u9009\uff09","information_edit_linkedin":"LinkedIn \u4fe1\u606f (\u53ef\u9009)","information_edit_max_size":"\u6700\u5927\u503c :size Mb\u3002","information_edit_not_year":"\u6211\u77e5\u9053\u8fd9\u4e2a\u4eba\u7684\u751f\u65e5\u7684\u65e5\u671f\u548c\u6708\u4efd, \u4f46\u4e0d\u77e5\u9053\u54ea\u4e00\u5e74\u3002","information_edit_probably":"\u6b64\u4eba\u53ef\u80fd\u662f...","information_edit_success":"\u8bb0\u5f55\u66f4\u65b0\u6210\u529f","information_edit_title":"\u7f16\u8f91 :name\u7684\u4e2a\u4eba\u4fe1\u606f","information_edit_unknown":"\u6211\u4e0d\u77e5\u9053\u5177\u4f53\u5e74\u9f84","information_no_linkedin_defined":"\u6ca1\u6709\u5b9a\u4e49LinkedIn","information_no_work_defined":"\u672a\u5b9a\u4e49\u5de5\u4f5c\u4fe1\u606f","information_work_at":"\u5728 :company","introductions_add_reminder":"\u6dfb\u52a0\u63d0\u9192\u4ee5\u5e86\u795d\u6b64\u4e8b\u4ef6\u53d1\u751f\u7684\u5468\u5e74\u7eaa\u5ff5","introductions_additional_info":"\u4f60\u5728\u54ea\u91cc\u76f8\u9047","introductions_blank_cta":"\u6307\u793a\u60a8\u5982\u4f55\u9047\u5230\u7684:name","introductions_edit_met_through":"\u6709\u4eba\u628a\u4f60\u4ecb\u7ecd\u7ed9\u8fd9\u4e2a\u4eba\u5417\uff1f","introductions_first_met_date":"\u4f60\u9047\u89c1\u7684\u65e5\u671f","introductions_first_met_date_known":"\u8fd9\u662f\u6211\u4eec\u76f8\u9047\u7684\u65e5\u5b50","introductions_met_date":"\u5728:date\u9047\u5230","introductions_met_through":"\u901a\u8fc7 :name<\/a>\u9047\u5230","introductions_no_first_met_date":"I don\u2019t know the date we met","introductions_no_met_through":"\u6ca1\u6709\u4eba","introductions_reminder_title":"\u4f60\u7b2c\u4e00\u6b21\u9047\u89c1\u7684\u90a3\u4e00\u5929\u7684\u5468\u5e74\u7eaa\u5ff5\u65e5","introductions_sidebar_title":"\u4f60\u662f\u5982\u4f55\u76f8\u9047\u7684","introductions_title_edit":"\u4f60\u662f\u600e\u4e48\u8ba4\u8bc6:name\u7684\uff1f","introductions_update_success":"You\u2019ve successfully updated the information about how you met this person","last_activity_date":"\u6700\u8fd1\u4e00\u8d77\u7684\u6d3b\u52a8: :date","last_activity_date_empty":"\u6700\u540e\u4e00\u8d77\u7684\u6d3b\u52a8: \u672a\u77e5","last_called":"\u6700\u8fd1\u901a\u8bdd: :date","last_called_empty":"\u6700\u8fd1\u901a\u8bdd: \u672a\u77e5","link_to_list":"\u4eba\u540d\u5355","linkedin_profile":"LinkedIn profile","modal_call_change":"\u66f4\u6539","modal_call_comment":"\u4f60\u4eec\u8bf4\u4e86\u4ec0\u4e48\uff1f\uff08\u53ef\u9009\uff09","modal_call_date":"\u901a\u8bdd\u662f\u4eca\u5929\u65e9\u4e9b\u65f6\u5019\u53d1\u751f\u7684\u3002","modal_call_exact_date":"\u7535\u8bdd\u8bb0\u5f55\u53d1\u751f\u5728","modal_call_title":"\u8bb0\u5f55\u901a\u8bdd","notes_add_cta":"\u6dfb\u52a0\u6ce8\u91ca","notes_create_success":"\u6ce8\u91ca\u5df2\u6210\u529f\u521b\u5efa","notes_delete_confirmation":"\u786e\u5b9e\u8981\u5220\u9664\u6b64\u4fbf\u7b3a\u5417\uff1f\u5220\u9664\u662f\u6c38\u4e45\u6027\u7684","notes_delete_success":"\u6ce8\u91ca\u5df2\u6210\u529f\u5220\u9664","notes_delete_title":"\u5220\u9664\u6807\u8bb0","notes_favorite":"\u6dfb\u52a0\/\u5220\u9664\u559c\u7231\u6807\u8bb0","notes_update_success":"\u4fbf\u7b3a\u5df2\u6210\u529f\u4fdd\u5b58","people_add_birthday_reminder":"\u795d: name\u751f\u65e5\u5feb\u4e50","people_add_cta":"\u6dfb\u52a0","people_add_firstname":"\u540d","people_add_gender":"\u6027\u522b","people_add_import":"\u662f\u5426\u8981 \u5bfc\u5165\u60a8\u7684\u8054\u7cfb\u4eba<\/a>\uff1f","people_add_lastname":"\u59d3\uff08\u53ef\u9009\uff09","people_add_middlename":"\u4e2d\u95f4\u540d (\u53ef\u9009)","people_add_missing":"\u6ca1\u6709\u8054\u7cfb\u4eba\uff0c\u73b0\u5728\u6dfb\u52a0\u4e00\u4e2a","people_add_nickname":"Nickname (Optional)","people_add_reminder_for_birthday":"Create an annual reminder for the birthday","people_add_success":":name \u5df2\u6210\u529f\u521b\u5efa","people_add_title":"\u6dfb\u52a0\u65b0\u4eba\u5458","people_delete_click_here":"\u70b9\u51fb\u8fd9\u91cc","people_delete_confirmation":"\u786e\u5b9e\u8981\u5220\u9664\u6b64\u8054\u7cfb\u4eba\u5417\uff1f\u5220\u9664\u662f\u6c38\u4e45\u6027\u7684\u3002","people_delete_message":"\u5982\u679c\u9700\u8981\u5220\u9664\u6b64\u8054\u7cfb\u4eba,","people_delete_success":"\u8054\u7cfb\u4eba\u5df2\u88ab\u5220\u9664","people_edit_email_error":"\u60a8\u7684\u5e10\u6237\u4e2d\u5df2\u7ecf\u6709\u4e00\u4e2a\u8054\u7cfb\u4eba\u4f7f\u7528\u6b64\u90ae\u4ef6\u5730\u5740\uff0c\u8bf7\u586b\u5199\u4e00\u4e2a\u5176\u4ed6\u7684\u3002","people_export":"Export as vCard","people_list_account_upgrade_cta":"\u73b0\u5728\u66f4\u65b0","people_list_account_upgrade_title":"\u5347\u7ea7\u60a8\u7684\u5e10\u6237, \u4ee5\u6253\u5f00\u5168\u90e8\u529f\u80fd\u3002","people_list_account_usage":"\u60a8\u7684\u8d26\u6237\u5df2\u8054\u7cfb\u4eba\u4f7f\u7528\u60c5\u51b5\u662f\uff1a:current\/:limit ","people_list_blank_cta":"\u6dfb\u52a0\u67d0\u4eba","people_list_blank_title":"\u60a8\u8fd8\u6ca1\u6709\u4efb\u4f55\u8054\u7cfb\u4eba","people_list_clear_filter":"\u6e05\u9664\u7b5b\u9009","people_list_contacts_per_tags":":count \u4e2a\u8054\u7cfb\u4eba","people_list_filter_tag":"Showing all the contacts tagged with","people_list_filter_untag":"Showing all untagged contacts","people_list_firstnameAZ":"\u4ee5\u540d\u5b57A \u2192 Z\u6392\u5e8f","people_list_firstnameZA":"\u4ee5\u540d\u5b57 Z \u2192 A\u6392\u5e8f","people_list_last_updated":"\u4e0a\u6b21\u54a8\u8be2:","people_list_lastactivitydateNewtoOld":"\u4ee5\u6700\u540e\u6d3b\u52a8\u65e5\u671f\u4ece\u8fd1\u5230\u8fdc\u6392\u5e8f","people_list_lastactivitydateOldtoNew":"\u4ee5\u6700\u540e\u6d3b\u52a8\u65e5\u671f\u4ece\u8fdc\u5230\u8fd1\u6392\u5e8f","people_list_lastnameAZ":"\u4ee5\u59d3A \u2192 Z\u6392\u5e8f","people_list_lastnameZA":"\u4ee5\u59d3Z \u2192 A\u6392\u5e8f","people_list_number_kids":":count \u4e2a\u5b69\u5b50","people_list_number_reminders":":count \u63d0\u9192","people_list_sort":"\u6392\u5e8f","people_list_stats":":count \u4e2a\u8054\u7cfb\u4eba","people_list_untagged":"View untagged contacts","people_save_and_add_another_cta":"\u63d0\u4ea4\u5e76\u6dfb\u52a0\u5176\u4ed6\u4eba","people_search":"\u641c\u7d22\u8054\u7cfb\u4eba...","people_search_no_results":"\u672a\u627e\u5230\u76f8\u5173\u8054\u7cfb\u4eba:(","pets_bird":"\u9e1f","pets_cat":"\u732b","pets_create_success":"\u5df2\u6210\u529f\u6dfb\u52a0\u5ba0\u7269","pets_delete_success":"\u5ba0\u7269\u5df2\u88ab\u5220\u9664","pets_dog":"\u72d7","pets_fish":"\u9c7c","pets_hamster":"\u4ed3\u9f20","pets_horse":"\u9a6c","pets_kind":"\u5ba0\u7269\u79cd\u7c7b","pets_name":"\u540d\u5b57 (\u53ef\u9009)","pets_other":"\u5176\u5b83","pets_rabbit":"\u5154\u5b50","pets_rat":"\u9f20","pets_reptile":"\u722c\u884c\u52a8\u7269","pets_small_animal":"\u5c0f\u52a8\u7269","pets_title":"\u5ba0\u7269","pets_update_success":"\u5ba0\u7269\u5df2\u66f4\u65b0","relationship_delete_confirmation":"Are you sure you want to delete this relationship? Deletion is permanent.","relationship_form_add":"Add a new relationship","relationship_form_add_choice":"Who is the relationship with?","relationship_form_add_description":"This will let you treat this significant other like any other contact.","relationship_form_add_no_existing_contact":"You don\u2019t have any contacts who can be related to :name at the moment.","relationship_form_add_success":"The relationship has been successfully set.","relationship_form_also_create_contact":"Create a Contact entry for this person.","relationship_form_associate_contact":"An existing contact","relationship_form_associate_dropdown":"Select an existing contact from the dropdown below","relationship_form_create_contact":"Add a new person","relationship_form_deletion_success":"The relationship has been deleted.","relationship_form_edit":"Edit an existing relationship","relationship_form_is_with":"This person is...","relationship_unlink_confirmation":"Are you sure you want to delete this relationship? This person will not be deleted \u2013 only the relationship between the two.","reminder_frequency_day":"\u6bcf\u5929 | \u6bcf:number\u5929","reminder_frequency_month":"\u6bcf\u6708 | \u6bcf:number\u6708","reminder_frequency_one_time":"\u5728:date","reminder_frequency_week":"\u6bcf\u5468 | \u6bcf:number\u661f\u671f","reminder_frequency_year":"\u6bcf\u5e74 | \u6bcf:number\u5e74","reminders_add_cta":"\u6dfb\u52a0\u63d0\u9192","reminders_add_description":"\u8bf7\u63d0\u9192\u6211...","reminders_add_error_custom_text":"\u60a8\u9700\u8981\u4e3a\u6b64\u63d0\u9192\u6307\u5b9a\u6587\u672c","reminders_add_next_time":"\u60a8\u5e0c\u671b\u4e0b\u4e00\u6b21\u5173\u4e8e\u8fd9\u4e2a\u7684\u63d0\u9192\u7684\u65f6\u95f4\u662f\uff1f","reminders_add_once":"\u5c31\u63d0\u9192\u6211\u4e00\u6b21","reminders_add_recurrent":"\u63d0\u9192\u6211 \u6bcf","reminders_add_starting_from":"\u4ece\u4e0a\u9762\u6307\u5b9a\u7684\u65e5\u671f\u5f00\u59cb","reminders_add_title":"\u4f60\u9700\u8981\u5173\u4e8e:name\u7684\u63d0\u9192\u5417\uff1f","reminders_birthday":":name\u7684\u751f\u65e5","reminders_blank_add_activity":"\u6dfb\u52a0\u63d0\u9192","reminders_blank_title":"\u60a8\u6709\u4ec0\u4e48\u5173\u4e8e:name\u7684\u63d0\u9192\u5417\uff1f","reminders_create_success":"\u5df2\u6210\u529f\u6dfb\u52a0\u63d0\u9192","reminders_cta":"\u6dfb\u52a0\u63d0\u9192","reminders_delete_confirmation":"\u786e\u5b9e\u8981\u5220\u9664\u6b64\u63d0\u9192\u5417\uff1f","reminders_delete_cta":"\u5220\u9664","reminders_delete_success":"\u5df2\u6210\u529f\u5220\u9664\u63d0\u9192","reminders_description":"\u6211\u4eec\u5c06\u53d1\u9001\u7535\u5b50\u90ae\u4ef6\u7684\u6bcf\u4e00\u4e2a\u63d0\u9192\u5982\u4e0b\u3002\u6bcf\u5929\u65e9\u4e0a\u90fd\u4f1a\u53d1\u51fa\u63d0\u9192,\u3002\u65e0\u6cd5\u5220\u9664\u81ea\u52a8\u4e3a\u751f\u65e5\u6dfb\u52a0\u7684\u63d0\u9192\u3002\u5982\u679c\u8981\u66f4\u6539\u8fd9\u4e9b\u65e5\u671f, \u8bf7\u7f16\u8f91\u8054\u7cfb\u4eba\u7684\u751f\u65e5\u3002","reminders_edit_update_cta":"\u66f4\u65b0\u63d0\u9192","reminders_free_plan_warning":"\u4f60\u5728\u81ea\u7531\u8ba1\u5212\u3002\u8fd9\u4e2a\u8ba1\u5212\u6ca1\u6709\u53d1\u9001\u7535\u5b50\u90ae\u4ef6\u3002\u8981\u901a\u8fc7\u7535\u5b50\u90ae\u4ef6\u6536\u5230\u63d0\u9192, \u8bf7\u5347\u7ea7\u60a8\u7684\u5e10\u6237\u3002","reminders_next_expected_date":"\u5728","reminders_one_time":"\u4e00\u6b21\u6027","reminders_type_month":"\u6708","reminders_type_week":"\u5468","reminders_type_year":"\u5e74","reminders_update_success":"\u5df2\u6210\u529f\u66f4\u65b0\u63d0\u9192","section_contact_information":"\u8054\u7cfb\u4eba\u4fe1\u606f","section_personal_activities":"\u6d3b\u52a8","section_personal_gifts":"\u793c\u7269","section_personal_notes":"Notes","section_personal_reminders":"\u63d0\u9192","section_personal_tasks":"\u4efb\u52a1","stay_in_touch":"Stay in touch","stay_in_touch_frequency":"Stay in touch every day|Stay in touch every {count} days","stay_in_touch_invalid":"The frequency must be a number greater than 0.","stay_in_touch_modal_desc":"We can remind you by email to keep in touch with {firstname} at a regular interval.","stay_in_touch_modal_label":"Send me an email every...","stay_in_touch_modal_title":"Stay in touch","stay_in_touch_premium":"You need to upgrade your account to make use of this feature","tag_add":"add a tag","tag_edit":"\u7f16\u8f91\u6807\u7b7e","tasks_add_task":"\u6dfb\u52a0\u4efb\u52a1","tasks_blank_title":"You don\u2019t have any tasks yet.","tasks_complete_success":"\u6210\u529f\u53d8\u66f4\u4efb\u52a1\uff01","tasks_delete_success":"\u6210\u529f\u5220\u9664\u4efb\u52a1\uff01","tasks_form_description":"\u63cf\u8ff0 (\u53ef\u9009)","tasks_form_title":"\u6807\u9898","work_add_cta":"\u66f4\u65b0\u5de5\u4f5c\u4fe1\u606f","work_edit_company":"\u516c\u53f8 (\u53ef\u9009)","work_edit_job":"\u804c\u4f4d\u540d\u79f0 (\u53ef\u9009)","work_edit_success":"\u5de5\u4f5c\u4fe1\u606f\u5df2\u6210\u529f\u66f4\u65b0","work_edit_title":"\u66f4\u65b0:name\u7684\u5de5\u4f5c\u4fe1\u606f","work_information":"\u5de5\u4f5c\u4fe1\u606f"},"reminder":{"type_birthday":"\u795d\u751f\u65e5\u5feb\u4e50\u7ed9","type_birthday_kid":"\u795d\u751f\u65e5\u5feb\u4e50\u7ed9\u5c0f\u5b69\uff0c\u5411","type_email":"Email","type_hangout":"\u7ea6\u4f1a\u4e0e","type_lunch":"\u5348\u996d\u4e0e","type_phone_call":"\u547c\u53eb"},"settings":{"2fa_disable_description":"\u4e3a\u60a8\u7684\u5e10\u6237\u7981\u7528\u53cc\u91cd\u7d20\u8eab\u4efd\u9a8c\u8bc1\u3002\u5c0f\u5fc3, \u4f60\u7684\u5e10\u6237\u5c06\u4e0d\u518d\u5b89\u5168!","2fa_disable_error":"\u5c1d\u8bd5\u7981\u7528\u53cc\u91cd\u8eab\u4efd\u9a8c\u8bc1\u65f6\u51fa\u9519","2fa_disable_success":"\u53cc\u91cd\u8eab\u4efd\u8ba4\u8bc1\u5df2\u7981\u7528","2fa_disable_title":"\u5173\u95ed\u53cc\u91cd\u8eab\u4efd\u9a8c\u8bc1","2fa_enable_description":"\u542f\u7528\u53cc\u91cd\u8eab\u4efd\u9a8c\u8bc1\u4ee5\u63d0\u9ad8\u5e10\u6237\u7684\u5b89\u5168\u6027\u3002","2fa_enable_error":"\u5c1d\u8bd5\u6fc0\u6d3b\u53cc\u91cd\u8eab\u4efd\u9a8c\u8bc1\u65f6\u51fa\u9519","2fa_enable_error_already_set":"Two Factor Authentication is already activated","2fa_enable_otp":"\u6253\u5f00\u60a8\u7684\u53cc\u91cd\u8ba4\u8bc1\u79fb\u52a8\u5e94\u7528\u7a0b\u5e8f, \u5e76\u626b\u63cf\u4ee5\u4e0b QR \u6761\u7801:","2fa_enable_otp_help":"\u5982\u679c\u60a8\u7684\u53cc\u91cd\u8ba4\u8bc1\u79fb\u52a8\u5e94\u7528\u7a0b\u5e8f\u4e0d\u652f\u6301 QR \u6761\u7801, \u8bf7\u5728\u4e0b\u9762\u7684\u4ee3\u7801\u4e2d\u8f93\u5165:","2fa_enable_otp_validate":"\u8bf7\u9a8c\u8bc1\u60a8\u521a\u8bbe\u7f6e\u7684\u65b0\u8bbe\u5907:","2fa_enable_success":"\u53cc\u91cd\u8ba4\u8bc1\u5df2\u6fc0\u6d3b","2fa_enable_title":"\u542f\u7528\u53cc\u91cd\u9a8c\u8bc1","2fa_otp_title":"Two Factor Authentication mobile application","2fa_title":"\u53cc\u91cd\u9a8c\u8bc1","api_authorized_clients":"\u6388\u6743\u5ba2\u6237\u7aef\u5217\u8868","api_authorized_clients_desc":"\u672c\u8282\u5217\u51fa\u4e86\u60a8\u6388\u6743\u8bbf\u95ee\u5e94\u7528\u7a0b\u5e8f\u7684\u6240\u6709\u5ba2\u6237\u7aef\u3002\u60a8\u53ef\u4ee5\u968f\u65f6\u64a4\u9500\u6b64\u6388\u6743\u3002","api_authorized_clients_name":"\u540d\u79f0","api_authorized_clients_scopes":"Scopes","api_authorized_clients_title":"Authorized Applications","api_description":"API \u53ef\u4ee5\u7528\u6765\u4ece\u5916\u90e8\u5e94\u7528\u7a0b\u5e8f\u64cd\u7eb5Monica\u7684\u6570\u636e, \u4f8b\u5982\u79fb\u52a8\u5e94\u7528\u7a0b\u5e8f\u3002","api_oauth_clientid":"Client ID","api_oauth_clients":"\u60a8\u7684 Oauth \u5ba2\u6237\u7aef","api_oauth_clients_desc":"\u672c\u8282\u5141\u8bb8\u60a8\u6ce8\u518c\u81ea\u5df1\u7684 OAuth \u5ba2\u6237\u7aef\u3002","api_oauth_create":"Create Client","api_oauth_create_new":"Create New Client","api_oauth_name":"Name","api_oauth_name_help":"Something your users will recognize and trust.","api_oauth_not_created":"You have not created any OAuth clients.","api_oauth_redirecturl":"Redirect URL","api_oauth_redirecturl_help":"Your application\u2019s authorization callback URL.","api_oauth_secret":"Secret","api_oauth_title":"Oauth Clients","api_pao_description":"\u8bf7\u786e\u4fdd\u5c06\u6b64token\u6388\u4e88\u60a8\u4fe1\u4efb\u7684\u6e90-\u56e0\u4e3a\u5b83\u4eec\u5141\u8bb8\u60a8\u8bbf\u95ee\u6240\u6709\u6570\u636e\u3002","api_personal_access_tokens":"\u4e2a\u4eba\u8bbf\u95ee\u4ee4\u724c","api_title":"API \u8bbf\u95ee","api_token_create":"Create Token","api_token_create_new":"Create New Token","api_token_delete":"\u5220\u9664","api_token_help":"Here is your new personal access token. This is the only time it will be shown so don\u2019t lose it! You may now use this token to make API requests.","api_token_name":"\u540d\u79f0","api_token_not_created":"You have not created any personal access tokens.","api_token_scopes":"Scopes","api_token_title":"Personal access token","currency":"\u8d27\u5e01","delete_cta":"\u5220\u9664\u5e10\u6237","delete_desc":"\u662f\u5426\u8981\u5220\u9664\u60a8\u7684\u5e10\u6237\uff1f\u8b66\u544a: \u5220\u9664\u662f\u6c38\u4e45\u6027\u7684, \u60a8\u7684\u6240\u6709\u6570\u636e\u5c06\u6c38\u4e45\u7684\u5220\u9664\u3002","delete_notice":"\u60a8\u786e\u5b9a\u8981\u91cd\u65b0\u8bbe\u7f6e\u5e10\u6237\u5417\uff1f\u6b64\u64cd\u4f5c\u4e0d\u80fd\u56de\u9000\u3002","delete_title":"\u5220\u9664\u60a8\u7684\u5e10\u6237","email":"\u7535\u5b50\u90ae\u4ef6\u5730\u5740","email_help":"\u8fd9\u662f\u7528\u4e8e\u767b\u5f55\u7684\u7535\u5b50\u90ae\u4ef6, \u540c\u65f6\u4e5f\u7528\u6765\u63a5\u6536\u60a8\u7684\u63d0\u9192\u3002","email_placeholder":"\u8f93\u5165\u7535\u5b50\u90ae\u7bb1","export_be_patient":"\u5355\u51fb\u6309\u94ae\u5f00\u59cb\u5bfc\u51fa\u3002\u5904\u7406\u5bfc\u51fa\u53ef\u80fd\u9700\u8981\u51e0\u5206\u949f\u65f6\u95f4\uff0c\u8bf7\u8010\u5fc3\u7b49\u5f85, \u4e0d\u8981\u53d6\u6d88\u6309\u94ae\u3002","export_sql_cta":"\u5bfc\u51fa\u5230 SQL","export_sql_explanation":"\u4ee5 SQL \u683c\u5f0f\u5bfc\u51fa\u6570\u636e\u4f7f\u60a8\u53ef\u4ee5\u5c06\u6570\u636e\u5bfc\u5165\u5230\u81ea\u5df1\u7684Monica\u5b9e\u4f8b\u4e2d\u3002\u8fd9\u53ea\u5728\u4f60\u6709\u81ea\u5df1\u7684\u670d\u52a1\u5668\u65f6\u6709\u6548\u3002","export_sql_link_instructions":"\u6ce8\u610f: \u9605\u8bfb\u8bf4\u660e<\/a>, \u4e86\u89e3\u6709\u5173\u5c06\u6b64\u6587\u4ef6\u5bfc\u5165\u5230\u60a8\u7684\u5b9e\u4f8b\u7684\u8be6\u7ec6\u4fe1\u606f\u3002","export_title":"\u5bfc\u51fa\u5e10\u6237\u6570\u636e","export_title_sql":"\u5bfc\u51fa\u5230 SQL","firstname":"\u540d","import_blank_cta":"\u5bfc\u5165 vCard","import_blank_description":"\u6211\u4eec\u53ef\u4ee5\u4ece Google Contacts \u6216\u60a8\u7684Contact manager\u90a3\u91cc\u5bfc\u5165\u60a8\u7684 vCard \u6587\u4ef6\u3002","import_blank_question":"\u662f\u5426\u7acb\u5373\u5bfc\u5165\u8054\u7cfb\u4eba\uff1f","import_blank_title":"You haven\u2019t imported any contacts yet.","import_cta":"\u4e0a\u8f7d\u8054\u7cfb\u4eba","import_in_progress":"\u5bfc\u5165\u6b63\u5728\u8fdb\u884c\u4e2d\u3002\u5728\u4e00\u5206\u949f\u5185\u91cd\u65b0\u52a0\u8f7d\u9875\u9762\u3002","import_need_subscription":"Importing data requires a subscription.","import_report_date":"\u5bfc\u5165\u65e5\u671f","import_report_number_contacts":"\u6587\u4ef6\u4e2d\u7684\u8054\u7cfb\u4eba\u6570","import_report_number_contacts_imported":"\u5bfc\u5165\u7684\u8054\u7cfb\u4eba\u6570\u91cf","import_report_number_contacts_skipped":"\u8df3\u8fc7\u7684\u8054\u7cfb\u4eba\u6570","import_report_status_imported":"\u5bfc\u5165","import_report_status_skipped":"\u8df3\u8fc7","import_report_title":"\u5bfc\u5165\u62a5\u8868","import_report_type":"\u5bfc\u5165\u7c7b\u578b","import_result_stat":"Uploaded vCard with 1 contact (:total_imported imported, :total_skipped skipped)|Uploaded vCard with :total_contacts contacts (:total_imported imported, :total_skipped skipped)","import_stat":"You\u2019ve imported :number files so far.","import_title":"\u5728\u60a8\u7684\u5e10\u6237\u4e2d\u5bfc\u5165\u8054\u7cfb\u4eba","import_upload_behaviour":"Import behaviour:","import_upload_behaviour_add":"Add new contacts, skip existing","import_upload_behaviour_help":"Note: Replacing will replace all data found in the vCard, but will keep existing contact fields.","import_upload_behaviour_replace":"Replace existing contacts","import_upload_form_file":"\u4f60\u7684 .vcf<\/code> \u6216 . vCard<\/code> \u6587\u4ef6:","import_upload_rule_cant_revert":"Make sure data is accurate before uploading, as you can\u2019t undo the upload.","import_upload_rule_format":"\u6211\u4eec\u652f\u6301 vcard<\/code> \u548c vcf<\/code> \u6587\u4ef6\u3002","import_upload_rule_instructions":"\u5bfc\u51fa Contacts.app (macOS)<\/a> \u548c Google Contacts<\/a>\u7684\u8bf4\u660e\u3002","import_upload_rule_limit":"\u6587\u4ef6\u9650\u5236\u4e3a10MB\u3002","import_upload_rule_multiple":"\u73b0\u5728, \u5982\u679c\u60a8\u7684\u8054\u7cfb\u4eba\u6709\u591a\u4e2a\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u6216\u7535\u8bdd\u53f7\u7801, \u5219\u53ea\u4f1a\u83b7\u53d6\u7b2c\u4e00\u4e2a\u6761\u76ee\u3002","import_upload_rule_time":"\u4e0a\u4f20\u8054\u7cfb\u4eba\u548c\u5904\u7406\u5b83\u4eec\u53ef\u80fd\u9700\u89811\u5206\u949f\u7684\u65f6\u95f4\u3002\u8bf7\u8010\u5fc3\u7b49\u5f85\u3002","import_upload_rule_vcard":"\u6211\u4eec\u652f\u6301 vCard 3.0 \u683c\u5f0f, \u8fd9\u662fContacts.app (macOS) \u548c Google Contacts\u7684\u9ed8\u8ba4\u683c\u5f0f. \u3002","import_upload_rules_desc":"\u4f46\u662f, \u6211\u4eec\u6709\u4e00\u4e9b\u89c4\u5219:","import_upload_title":"\u4ece vCard \u6587\u4ef6\u5bfc\u5165\u8054\u7cfb\u4eba","import_vcard_contact_exist":"\u8054\u7cfb\u4eba\u5df2\u5b58\u5728","import_vcard_contact_no_firstname":"\u65e0\u540d\u5b57 (\u5fc5\u586b)","import_vcard_file_no_entries":"File contains no entries","import_vcard_file_not_found":"File not found","import_vcard_unknown_entry":"Unknown contact name","import_view_report":"\u67e5\u770b\u62a5\u544a","lastname":"Last name","layout":"\u5e03\u5c40","layout_big":"\u6d4f\u89c8\u5668\u7684\u5168\u5bbd\u5ea6","layout_small":"\u6700\u59271200\u50cf\u7d20\u5bbd","locale":"\u5e94\u7528\u7a0b\u5e8f\u4e2d\u4f7f\u7528\u7684\u8bed\u8a00","locale_cs":"\u6377\u514b\u6587","locale_de":"\u5fb7\u6587","locale_en":"\u82f1\u6587","locale_es":"Spanish","locale_fr":"\u6cd5\u6587","locale_he":"Hebrew","locale_it":"\u610f\u5927\u5229\u6587","locale_nl":"Dutch","locale_pt":"\u8461\u8404\u7259\u6587","locale_ru":"\u4fc4\u6587","locale_zh":"Chinese Simplified","name":"\u60a8\u7684\u59d3\u540d: :name","name_order":"\u540d\u79f0\u987a\u5e8f","name_order_firstname_lastname":" - John Doe","name_order_firstname_lastname_nickname":" () - John Doe (Rambo)","name_order_firstname_nickname_lastname":" () - John (Rambo) Doe","name_order_lastname_firstname":" - Doe John","name_order_lastname_firstname_nickname":" () - Doe John (Rambo)","name_order_lastname_nickname_firstname":" () - Doe (Rambo) John","name_order_nickname":" - Rambo","password_btn":"\u66f4\u6539\u5bc6\u7801","password_change":"\u66f4\u6539\u5bc6\u7801","password_current":"\u5f53\u524d\u5bc6\u7801","password_current_placeholder":"\u8f93\u5165\u5f53\u524d\u5bc6\u7801","password_new1":"\u65b0\u5bc6\u7801","password_new1_placeholder":"\u8f93\u5165\u4e00\u4e2a\u65b0\u5bc6\u7801","password_new2":"\u786e\u8ba4","password_new2_placeholder":"\u91cd\u65b0\u8f93\u5165\u65b0\u5bc6\u7801","personalisation_paid_upgrade":"This is a premium feature that requires a Paid subscription to be active. Upgrade your account by visiting Settings > Subscription.","personalization_activity_type_add_button":"Add a new activity type","personalization_activity_type_category_add":"Add a new activity type category","personalization_activity_type_category_description":"An activity done with one of your contact can have a type and a category type. Your account comes by default with a set of predefined category types, but you can customize everything here.","personalization_activity_type_category_modal_add":"Add a new activity type category","personalization_activity_type_category_modal_delete":"Delete an activity type category","personalization_activity_type_category_modal_delete_desc":"Are you sure you want to delete this category? Deleting it will delete all associated activity types. However, activities that belong to this category will not be affected by this deletion.","personalization_activity_type_category_modal_delete_error":"We can\u2019t find this activity type category.","personalization_activity_type_category_modal_edit":"Edit an activity type category","personalization_activity_type_category_modal_question":"How should we name this new category?","personalization_activity_type_category_table_actions":"Actions","personalization_activity_type_category_table_name":"Name","personalization_activity_type_category_title":"Activity type categories","personalization_activity_type_modal_add":"Add a new activity type","personalization_activity_type_modal_delete":"Delete an activity type","personalization_activity_type_modal_delete_desc":"Are you sure you want to delete this activity type? Activities that belong to this category will not be affected by this deletion.","personalization_activity_type_modal_delete_error":"We can\u2019t find this activity type.","personalization_activity_type_modal_edit":"Edit an activity type","personalization_activity_type_modal_question":"How should we name this new activity type?","personalization_contact_field_type_add":"\u6dfb\u52a0\u65b0\u5b57\u6bb5\u7c7b\u578b","personalization_contact_field_type_add_success":"\u5df2\u6210\u529f\u6dfb\u52a0\u8054\u7cfb\u4eba\u5b57\u6bb5\u7c7b\u578b\u3002","personalization_contact_field_type_delete_success":"\u8054\u7cfb\u4eba\u5b57\u6bb5\u7c7b\u578b\u5df2\u6210\u529f\u5220\u9664\u3002","personalization_contact_field_type_description":"\u5728\u8fd9\u91cc\u60a8\u53ef\u4ee5\u914d\u7f6e\u6240\u6709\u4e0d\u540c\u7c7b\u578b\u7684\u8054\u7cfb\u4eba\u5b57\u6bb5, \u60a8\u53ef\u4ee5\u5173\u8054\u5230\u6240\u6709\u8054\u7cfb\u4eba\u3002\u5982\u679c\u5c06\u6765\u51fa\u73b0\u65b0\u7684\u793e\u4ea4\u7f51\u7edc, \u60a8\u5c06\u80fd\u591f\u5728\u8fd9\u91cc\u6dfb\u52a0\u8fd9\u79cd\u65b0\u7684\u8054\u7cfb\u65b9\u5f0f\u3002","personalization_contact_field_type_edit_success":"\u8054\u7cfb\u4eba\u5b57\u6bb5\u7c7b\u578b\u5df2\u6210\u529f\u66f4\u65b0\u3002","personalization_contact_field_type_modal_delete_description":"\u786e\u5b9e\u8981\u5220\u9664\u6b64\u8054\u7cfb\u4eba\u5b57\u6bb5\u7c7b\u578b\u5417\uff1f\u5220\u9664\u6b64\u7c7b\u578b\u7684\u8054\u7cfb\u4eba\u5b57\u6bb5\u5c06\u5220\u9664\u6240\u6709\u8054\u7cfb\u4eba\u7684\u6b64\u7c7b\u578b\u7684\u6240\u6709\u6570\u636e\u3002","personalization_contact_field_type_modal_delete_title":"\u5220\u9664\u73b0\u6709\u8054\u7cfb\u4eba\u5b57\u6bb5\u7c7b\u578b","personalization_contact_field_type_modal_edit_title":"\u7f16\u8f91\u73b0\u6709\u8054\u7cfb\u4eba\u5b57\u6bb5\u7c7b\u578b","personalization_contact_field_type_modal_icon":"\u56fe\u6807 (\u53ef\u9009)","personalization_contact_field_type_modal_icon_help":"\u60a8\u53ef\u4ee5\u5c06\u56fe\u6807\u4e0e\u6b64\u8054\u7cfb\u4eba\u5b57\u6bb5\u7c7b\u578b\u5173\u8054\u3002\u60a8\u9700\u8981\u6dfb\u52a0\u5bf9Font Awesome\u56fe\u6807\u7684\u5f15\u7528\u3002","personalization_contact_field_type_modal_name":"\u540d\u79f0","personalization_contact_field_type_modal_protocol":"\u534f\u8bae (\u53ef\u9009)","personalization_contact_field_type_modal_protocol_help":"\u6bcf\u4e2a\u65b0\u7684\u8054\u7cfb\u4eba\u5b57\u6bb5\u7c7b\u578b\u90fd\u53ef\u4ee5\u9009\u5b9a\u3002\u5982\u679c\u8bbe\u7f6e\u4e86\u534f\u8bae, \u6211\u4eec\u5c06\u4f7f\u7528\u5b83\u6765\u89e6\u53d1\u8bbe\u7f6e\u7684\u64cd\u4f5c\u3002","personalization_contact_field_type_modal_title":"\u6dfb\u52a0\u65b0\u7684\u8054\u7cfb\u4eba\u5b57\u6bb5\u7c7b\u578b","personalization_contact_field_type_table_actions":"\u884c\u52a8","personalization_contact_field_type_table_name":"\u540d\u79f0","personalization_contact_field_type_table_protocol":"\u534f\u8bae","personalization_contact_field_type_title":"\u8054\u7cfb\u4eba\u5b57\u6bb5\u7c7b\u578b","personalization_genders_add":"\u6dfb\u52a0\u65b0\u7684\u6027\u522b\u7c7b\u578b","personalization_genders_desc":"\u4f60\u53ef\u4ee5\u6839\u636e\u9700\u8981\u5b9a\u4e49\u5c3d\u53ef\u80fd\u591a\u7684\u6027\u522b\u3002\u60a8\u7684\u5e10\u6237\u4e2d\u81f3\u5c11\u9700\u8981\u4e00\u79cd\u6027\u522b\u7c7b\u578b\u3002","personalization_genders_modal_add":"\u6dfb\u52a0\u6027\u522b\u7c7b\u578b","personalization_genders_modal_delete":"\u5220\u9664\u6027\u522b\u7c7b\u578b","personalization_genders_modal_delete_desc":"\u662f\u5426\u786e\u5b9e\u8981\u5220\u9664{name}\uff1f","personalization_genders_modal_delete_question":"You currently have {count} contact that has this gender. If you delete this gender, what gender should this contact have?|You currently have {count} contacts that have this gender. If you delete this gender, what gender should these contacts have?","personalization_genders_modal_edit":"\u66f4\u65b0\u6027\u522b\u7c7b\u578b","personalization_genders_modal_edit_question":"\u5982\u4f55\u91cd\u65b0\u547d\u540d\u8fd9\u79cd\u65b0\u7684\u6027\u522b\uff1f","personalization_genders_modal_error":"\u8bf7\u4ece\u5217\u8868\u4e2d\u9009\u62e9\u4e00\u4e2a\u6709\u6548\u7684\u6027\u522b\u3002","personalization_genders_modal_question":"\u5982\u4f55\u79f0\u547c\u8fd9\u79cd\u65b0\u7684\u6027\u522b\uff1f","personalization_genders_title":"\u6027\u522b\u7c7b\u578b","personalization_module_desc":"Some people don\u2019t need all the features. Below you can toggle specific features that are used on a contact sheet. This change will affect ALL your contacts. Note that if you turn off one of these features, data will not be lost - we will simply hide the feature.","personalization_module_save":"The change has been saved","personalization_module_title":"Features","personalization_reminder_rule_desc":"\u5bf9\u4e8e\u60a8\u8bbe\u7f6e\u7684\u6bcf\u4e2a\u63d0\u9192, \u6211\u4eec\u53ef\u4ee5\u5728\u4e8b\u4ef6\u53d1\u751f\u524d\u51e0\u5929\u5411\u60a8\u53d1\u9001\u7535\u5b50\u90ae\u4ef6\u3002\u60a8\u53ef\u4ee5\u5728\u6b64\u5904\u5207\u6362\u8fd9\u4e9b\u901a\u77e5\u3002\u8bf7\u6ce8\u610f, \u8fd9\u4e9b\u901a\u77e5\u53ea\u9002\u7528\u4e8e\u6bcf\u6708\u548c\u6bcf\u5e74\u7684\u63d0\u9192\u3002","personalization_reminder_rule_line":"{count} day before|{count} days before","personalization_reminder_rule_save":"\u66f4\u6539\u5df2\u4fdd\u5b58","personalization_reminder_rule_title":"\u63d0\u9192\u89c4\u5219","personalization_tab_title":"\u4e2a\u6027\u5316\u60a8\u7684\u5e10\u6237","personalization_title":"\u5728\u8fd9\u91cc\u60a8\u53ef\u4ee5\u627e\u5230\u4e0d\u540c\u7684\u8bbe\u7f6e\u6765\u914d\u7f6e\u60a8\u7684\u5e10\u6237\u3002\u8fd9\u4e9b\u529f\u80fd\u66f4\u591a\u7684\u662f\u9488\u5bf9\u60f3\u6700\u5927\u5316\u63a7\u5236Monica \"\u9ad8\u7ea7\u7528\u6237\"\u6240\u8bbe\u7f6e\u3002","reminder_time_to_send":"\u5e94\u53d1\u9001\u6bcf\u65e5\u63d0\u9192\u7684\u65f6\u95f4","reset_cta":"\u91cd\u7f6e\u5e10\u6237","reset_desc":"\u60a8\u60f3\u91cd\u7f6e\u60a8\u7684\u5e10\u6237\u5417\uff1f\u8fd9\u5c06\u5220\u9664\u6240\u6709\u8054\u7cfb\u4eba\u4ee5\u53ca\u4e0e\u4e4b\u5173\u8054\u7684\u6570\u636e\u3002\u60a8\u7684\u5e10\u6237\u5c06\u4e0d\u4f1a\u88ab\u5220\u9664\u3002","reset_notice":"\u60a8\u786e\u5b9a\u8981\u91cd\u65b0\u8bbe\u7f6e\u5e10\u6237\u5417\uff1f\u6b64\u64cd\u4f5c\u4e0d\u80fd\u56de\u9000\u3002","reset_success":"\u60a8\u7684\u5e10\u6237\u5df2\u6210\u529f\u91cd\u7f6e","reset_title":"\u5220\u9664\u60a8\u7684\u5e10\u6237","save":"\u66f4\u65b0\u504f\u597d","security_help":"\u66f4\u6539\u60a8\u7684\u5e10\u6237\u7684\u5b89\u5168\u9009\u9879\u3002","security_title":"\u5b89\u5168","settings_success":"\u504f\u597d\u8bbe\u7f6e\u5df2\u66f4\u65b0","sidebar_personalization":"\u4e2a\u6027\u5316","sidebar_settings":"\u5e10\u6237\u8bbe\u7f6e","sidebar_settings_api":"API","sidebar_settings_export":"\u5bfc\u51fa\u6570\u636e","sidebar_settings_import":"\u5bfc\u5165\u6570\u636e","sidebar_settings_security":"\u5b89\u5168","sidebar_settings_subscriptions":"\u8ba2\u9605","sidebar_settings_tags":"\u6807\u7b7e\u7ba1\u7406","sidebar_settings_users":"\u7528\u6237","subscriptions_account_current_paid_plan":"You are on the :name plan. Thanks so much for being a subscriber.","subscriptions_account_current_plan":"\u60a8\u5f53\u524d\u7684\u8ba1\u5212","subscriptions_account_free_plan":"\u60a8\u6b63\u5728\u4f7f\u7528\u514d\u8d39\u8ba1\u5212","subscriptions_account_free_plan_benefits_import_data_vcard":"\u4ece vCard \u6587\u4ef6\u5bfc\u5165\u8054\u7cfb\u4eba","subscriptions_account_free_plan_benefits_reminders":"\u7535\u5b50\u90ae\u4ef6\u63d0\u9192","subscriptions_account_free_plan_benefits_support":"\u652f\u6301\u9879\u76ee\u7684\u957f\u4e45\u8fd0\u884c, \u4f7f\u6211\u4eec\u53ef\u4ee5\u5f15\u5165\u66f4\u591a\u7684\u529f\u80fd\u3002","subscriptions_account_free_plan_benefits_users":"\u4e0d\u9650\u6570\u91cf\u7684\u7528\u6237","subscriptions_account_free_plan_upgrade":"\u60a8\u53ef\u4ee5\u5c06\u60a8\u7684\u5e10\u6237\u5347\u7ea7\u4e3a:name\u8ba1\u5212, \u5b83\u7684\u6210\u672c\u4e3a\u6bcf\u6708$:price\u3002\u4ee5\u4e0b\u662f\u4f18\u52bf:","subscriptions_account_invoices":"\u53d1\u7968","subscriptions_account_invoices_download":"\u4e0b\u8f7d","subscriptions_account_next_billing":"\u60a8\u7684\u8ba2\u9605\u5c06\u5728 :date<\/strong>\u81ea\u52a8\u7eed\u8ba2\u3002\u60a8\u53ef\u4ee5\u5728\u4efb\u4f55\u65f6\u5019 \u53d6\u6d88\u8ba2\u9605<\/a> \u3002","subscriptions_account_payment":"Which payment option fits you best?","subscriptions_account_upgrade":"\u66f4\u65b0\u60a8\u7684\u8d26\u6237","subscriptions_account_upgrade_choice":"Pick a plan below and join over :customers persons who upgraded their Monica.","subscriptions_account_upgrade_title":"Upgrade Monica today and have more meaningful relationships.","subscriptions_back":"Back to settings","subscriptions_downgrade_cta":"\u964d\u7ea7","subscriptions_downgrade_limitations":"\u81ea\u7531\u8ba1\u5212\u6709\u9650\u5236\u3002\u4e3a\u4e86\u80fd\u591f\u964d\u7ea7, \u60a8\u9700\u8981\u901a\u8fc7\u4ee5\u4e0b\u6e05\u5355:","subscriptions_downgrade_rule_invitations":"\u60a8\u4e0d\u80fd\u6709\u6302\u8d77\u7684\u9080\u8bf7","subscriptions_downgrade_rule_invitations_constraint":"You currently have 1 pending invitation<\/a> sent to people.|You currently have :count pending invitations<\/a> sent to people.","subscriptions_downgrade_rule_users":"\u60a8\u7684\u5e10\u6237\u4e2d\u5fc5\u987b\u53ea\u67091\u4e2a\u7528\u6237","subscriptions_downgrade_rule_users_constraint":"You currently have 1 user<\/a> in your account.|You currently have :count users<\/a> in your account.","subscriptions_downgrade_success":"You are back to the Free plan!","subscriptions_downgrade_thanks":"Thanks so much for having tried the paid plan. We keep adding new features on Monica all the time \u2013 so you might want to come back in the future to see if you might be interested in taking a subscription again.","subscriptions_downgrade_title":"\u5c06\u60a8\u7684\u5e10\u6237\u964d\u7ea7\u4e3a\u514d\u8d39\u8ba1\u5212","subscriptions_help_change_desc":"You can cancel anytime, no questions asked, and all by yourself \u2013 no need to contact support or whatever. However, you will not be refunded for the current period.","subscriptions_help_change_title":"What if I change my mind?","subscriptions_help_discounts_desc":"We do! Monica is free for students, and free for non-profits and charities. Just contact the support<\/a> with a proof of your status and we\u2019ll apply this special status in your account.","subscriptions_help_discounts_title":"Do you have discounts for non-profits and education?","subscriptions_help_limits_plan":"Absolutely not. Free plans do not have limitations on the number of contacts you can have.","subscriptions_help_limits_title":"Is there any limit to the number of contacts we can have on the free plan?","subscriptions_help_opensource_desc":"Monica is an open source project. This means it is built by an entirely benevolent community who just wants to provide a great tool for the greater good. Being open source means the code is publicly available on GitHub, and everyone can inspect it, modify it or enhance it. All the money we raise is dedicated to build better features, have more powerful servers, help pay the bills. Thanks for your help. We couldn\u2019t do it without you \u2013 litterally.","subscriptions_help_opensource_title":"What is an open source project?","subscriptions_help_title":"Additional details you may be curious about","subscriptions_pdf_title":"\u60a8\u7684:name\u6bcf\u6708\u8ba2\u9605","subscriptions_plan_choose":"Choose this plan","subscriptions_plan_include1":"Included with your upgrade:","subscriptions_plan_include2":"Unlimited number of users \u2022 Reminders by email \u2022 Import with vCard \u2022 Personalization of the contact sheet","subscriptions_plan_include3":"100% of the profits go the development of this great open source project.","subscriptions_plan_month_bonus":"Cancel any time","subscriptions_plan_month_cost":"$5\/month","subscriptions_plan_month_title":"Pay monthly","subscriptions_plan_year_bonus":"Peace of mind for a whole year","subscriptions_plan_year_cost":"$45\/year","subscriptions_plan_year_cost_save":"you\u2019ll save 25%","subscriptions_plan_year_title":"Pay annually","subscriptions_upgrade_charge":"We\u2019ll charge your card USD $:price now. The next charge will be on :date. If you ever change your mind, you can cancel anytime, no questions asked.","subscriptions_upgrade_charge_handled":"The payment is handled by Stripe<\/a>. No card information touches our server.","subscriptions_upgrade_choose":"You picked the :plan plan.","subscriptions_upgrade_credit":"\u4fe1\u7528\u5361\u6216\u501f\u8bb0\u5361","subscriptions_upgrade_infos":"We couldn\u2019t be happier. Enter your payment info below.","subscriptions_upgrade_name":"Name on card","subscriptions_upgrade_submit":"Submit Payment","subscriptions_upgrade_success":"Thank you! You are now subscribed.","subscriptions_upgrade_thanks":"Welcome to the community of people who try to make the world a better place.","subscriptions_upgrade_title":"\u5347\u7ea7\u60a8\u7684\u5e10\u6237","subscriptions_upgrade_zip":"ZIP or postal code","tags_blank_description":"\u6807\u7b7e\u7684\u5de5\u4f5c\u65b9\u5f0f\u7c7b\u4f3c\u4e8e\u6587\u4ef6\u5939, \u4f46\u53ef\u4ee5\u5411\u8054\u7cfb\u4eba\u6dfb\u52a0\u591a\u4e2a\u6807\u7b7e\u3002\u8f6c\u5230\u8054\u7cfb\u4eba\u5e76\u5728\u540d\u5b57\u7684\u4e0b\u9762\u6807\u8bb0\u4e00\u4e2a\u670b\u53cb,\u3002\u4e00\u65e6\u8054\u7cfb\u4eba\u88ab\u6807\u8bb0, \u8bf7\u8fd4\u56de\u6b64\u5904\u7ba1\u7406\u5e10\u6237\u4e2d\u7684\u6240\u6709\u6807\u7b7e\u3002","tags_blank_title":"\u6807\u7b7e\u662f\u5bf9\u60a8\u7684\u8054\u7cfb\u4eba\u8fdb\u884c\u5206\u7c7b\u7684\u4e00\u79cd\u5f88\u597d\u7684\u65b9\u5f0f\u3002","tags_list_contact_number":":count \u4e2a\u8054\u7cfb\u4eba","tags_list_delete_confirmation":"\u786e\u5b9e\u8981\u5220\u9664\u8be5\u6807\u7b7e\u5417\uff1f\u4e0d\u4f1a\u5220\u9664\u4efb\u4f55\u8054\u7cfb\u4eba, \u53ea\u6709\u6807\u7b7e\u3002","tags_list_delete_success":"\u6807\u7b7e\u5df2\u6210\u529f\u5220\u9664","tags_list_description":"\u60a8\u53ef\u4ee5\u901a\u8fc7\u8bbe\u7f6e\u6807\u8bb0\u6765\u7ec4\u7ec7\u8054\u7cfb\u4eba\u3002\u6807\u8bb0\u7684\u5de5\u4f5c\u65b9\u5f0f\u7c7b\u4f3c\u4e8e\u6587\u4ef6\u5939, \u4f46\u53ef\u4ee5\u5411\u8054\u7cfb\u4eba\u6dfb\u52a0\u591a\u4e2a\u6807\u8bb0\u3002\u82e5\u8981\u6dfb\u52a0\u65b0\u6807\u8bb0, \u8bf7\u5728\u8054\u7cfb\u4eba\u4e2d\u6dfb\u52a0\u5373\u53ef\u3002","tags_list_title":"\u6807\u7b7e","timezone":"\u65f6\u533a","u2f_buttonAdvise":"If your security key has a button, press it.","u2f_enable_description":"Add a new U2F security key","u2f_error_bad_request":"The visited URL doesn\u2019t match the App ID or your are not using HTTPS","u2f_error_configuration_unsupported":"Client configuration is not supported.","u2f_error_device_ineligible":"The presented device is not eligible for this request. For a registration request this may mean that the token is already registered, and for a sign request it may mean that the token does not know the presented key handle.","u2f_error_other_error":"An error occurred.","u2f_error_timeout":"Timeout reached before request could be satisfied.","u2f_insertKey":"Insert your security key.","u2f_noButtonAdvise":"If it does not, remove it and insert it again.","u2f_success":"Your key is detected and validated.","u2f_title":"U2F security key","users_accept_title":"Accept invitation and create a new account","users_add_confirmation":"\u6211\u786e\u8ba4\u6211\u60f3\u9080\u8bf7\u8fd9\u4e2a\u7528\u6237\u5230\u6211\u7684\u5e10\u6237\u3002\u6b64\u4eba\u5c06\u8bbf\u95ee\u6211\u7684\u6240\u6709\u6570\u636e, \u5e76\u4e0e\u6211\u6240\u770b\u5230\u7684\u4e00\u81f4\u3002","users_add_cta":"\u901a\u8fc7\u7535\u5b50\u90ae\u4ef6\u9080\u8bf7\u7528\u6237","users_add_description":"\u6b64\u4eba\u5c06\u62e5\u6709\u4e0e\u60a8\u76f8\u540c\u7684\u6743\u5229, \u5305\u62ec\u9080\u8bf7\u5176\u4ed6\u7528\u6237\u5e76\u5220\u9664\u5b83\u4eec (\u5305\u62ec\u60a8)\u3002\u56e0\u6b64, \u8bf7\u786e\u4fdd\u60a8\u4fe1\u4efb\u6b64\u4eba\u3002","users_add_email_field":"\u8f93\u5165\u60a8\u8981\u9080\u8bf7\u7684\u4eba\u7684\u7535\u5b50\u90ae\u4ef6","users_add_title":"\u901a\u8fc7\u7535\u5b50\u90ae\u4ef6\u9080\u8bf7\u65b0\u7528\u6237\u5230\u60a8\u7684\u5e10\u6237","users_blank_add_title":"\u4f60\u60f3\u9080\u8bf7\u522b\u4eba\u5417\uff1f","users_blank_cta":"\u9080\u8bf7\u4ed6\u4eba\u52a0\u5165","users_blank_description":"\u6b64\u4eba\u5c06\u5177\u6709\u60a8\u62e5\u6709\u7684\u76f8\u540c\u8bbf\u95ee\u6743\u9650, \u5e76\u4e14\u53ef\u4ee5\u6dfb\u52a0\u3001\u7f16\u8f91\u6216\u5220\u9664\u8054\u7cfb\u4eba\u4fe1\u606f\u3002","users_blank_title":"\u60a8\u662f\u552f\u4e00\u53ef\u4ee5\u8bbf\u95ee\u6b64\u5e10\u6237\u7684\u4eba\u3002","users_error_already_invited":"\u60a8\u5df2\u7ecf\u9080\u8bf7\u4e86\u6b64\u7528\u6237\u3002\u8bf7\u9009\u62e9\u5176\u4ed6\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002","users_error_email_already_taken":"\u8fd9\u4e2a\u7535\u5b50\u90ae\u4ef6\u5df2\u7ecf\u5b58\u5728\uff0c\u8bf7\u53e6\u9009\u4e00\u4e2a\uff01","users_error_email_not_similar":"\u8fd9\u4e0d\u662f\u9080\u8bf7\u4f60\u7684\u4eba\u7684\u7535\u5b50\u90ae\u4ef6\u3002","users_error_please_confirm":"\u8bf7\u786e\u8ba4\u60a8\u8981\u9080\u8bf7\u6b64\u7528\u6237, \u7136\u540e\u518d\u7ee7\u7eed\u9080\u8bf7","users_invitation_deleted_confirmation_message":"\u5df2\u6210\u529f\u5220\u9664\u9080\u8bf7","users_invitation_need_subscription":"Adding more users requires a subscription.","users_invitations_delete_confirmation":"\u786e\u5b9e\u8981\u5220\u9664\u6b64\u9080\u8bf7\u5417\uff1f","users_list_add_user":"\u9080\u8bf7\u65b0\u7528\u6237","users_list_delete_confirmation":"\u662f\u5426\u786e\u5b9e\u8981\u4ece\u60a8\u7684\u5e10\u6237\u4e2d\u5220\u9664\u6b64\u7528\u6237\uff1f","users_list_invitations_explanation":"\u4e0b\u9762\u662f\u4f60\u9080\u8bf7\u4ed6\u4eec\u52a0\u5165Monica\u4f5c\u4e3a\u5408\u4f5c\u4f19\u4f34\u7684\u4eba\u3002","users_list_invitations_invited_by":"\u88ab:name\u9080\u8bf7","users_list_invitations_sent_date":"\u5728:date\u53d1\u9001","users_list_invitations_title":"\u5f85\u5904\u7406\u7684\u9080\u8bf7","users_list_title":"\u7528\u6237\u53ef\u4ee5\u8bbf\u95ee\u60a8\u7684\u5e10\u6237","users_list_you":"\u90a3\u662f\u4f60"},"validation":{"accepted":":attribute \u5fc5\u987b\u63a5\u53d7","active_url":":attribute \u4e0d\u662f\u4e00\u4e2a\u6709\u6548\u7684URL\u7f51\u5740","after":":attribute \u5fc5\u987b\u662f\u4e00\u4e2a\u5728 :date \u4e4b\u540e\u7684\u65e5\u671f\u3002","after_or_equal":"The :attribute must be a date after or equal to :date.","alpha":":attribute \u53ea\u80fd\u5305\u542b\u5b57\u6bcd\u3002","alpha_dash":":attribute \u53ea\u80fd\u5305\u542b\u5b57\u6bcd\uff0c\u6570\u5b57\u548c\u7834\u6298\u53f7\u3002","alpha_num":":attribute \u53ea\u5141\u8bb8\u5305\u542b\u5b57\u6bcd\u548c\u6570\u5b57","array":":attribute \u5fc5\u987b\u662f\u4e2a\u6570\u7ec4\u3002","attributes":[],"before":":attribute \u5fc5\u987b\u5728 :date \u4e4b\u524d","before_or_equal":"The :attribute must be a date before or equal to :date.","between":{"array":":attribute \u5fc5\u987b\u5728 :min \u5230 :max \u4e2a\u6570\u76ee\u4e4b\u95f4","file":":attribute \u5fc5\u987b\u5728 :min kB\u5230 :max kB\u4e4b\u95f4\u3002","numeric":":attribute \u5fc5\u987b\u5728 :min \u548c :max \u4e4b\u95f4\u3002","string":":attribute \u5fc5\u987b\u5728 :min \u5230 :max \u5b57\u7b26\u4e4b\u95f4"},"boolean":":attribute \u5b57\u6bb5\u5fc5\u987b\u4e3a true \u6216 false\u3002","confirmed":":attribute \u4e0e\u786e\u8ba4\u9879\u76ee\u4e0d\u5339\u914d","custom":{"attribute-name":{"rule-name":"\u81ea\u5b9a\u4e49\u6d88\u606f"}},"date":":attribute \u4e0d\u662f\u4e2a\u6709\u6548\u65e5\u671f","date_format":":attribute \u4e0d\u7b26\u5408 :format \u7684\u683c\u5f0f","different":":attribute \u548c :other \u4e0d\u80fd\u76f8\u540c\u3002","digits":":attribute \u5fc5\u987b\u662f :digits \u6570\u5b57","digits_between":":attribute \u5fc5\u987b\u662f :min - :max \u4f4d\u6570\u5b57\u3002","dimensions":"The :attribute has invalid image dimensions.","distinct":"\uff1a\u5c5e\u6027\u5b57\u6bb5\u5177\u6709\u91cd\u590d\u503c\u3002","email":":attribute \u5fc5\u987b\u662f\u4e00\u4e2a\u6709\u6548\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002","exists":"\u9009\u62e9\u7684 :attribute \u65e0\u6548","file":"The :attribute must be a file.","filled":"The :attribute field must have a value.","image":":attribute \u5fc5\u987b\u662f\u56fe\u7247\u3002","in":"\u9009\u62e9\u7684 :attribute \u65e0\u6548","in_array":":attribute \u4e0d\u5728 :other \u4e2d\u3002","integer":":attribute \u5fc5\u987b\u662f\u6574\u6570","ip":":attribute \u5fc5\u987b\u662f\u4e00\u4e2a\u6709\u6548\u7684 IP \u5730\u5740","ipv4":"The :attribute must be a valid IPv4 address.","ipv6":"The :attribute must be a valid IPv6 address.","json":"\uff1a\u5c5e\u6027\u5fc5\u987b\u662f\u6709\u6548\u7684JSON\u5b57\u7b26\u4e32\u3002","max":{"array":":attribute \u7684\u6570\u91cf\u4e0d\u80fd\u8d85\u8fc7 :max \u4e2a\u3002","file":":attribute \u4e0d\u5927\u4e8e :max kb","numeric":":attribute \u4e0d\u5927\u4e8e :max","string":":attribute \u4e0d\u5927\u4e8e :max \u5b57\u7b26"},"mimes":":attribute \u6587\u4ef6\u7c7b\u578b\u5fc5\u987b\u662f :values\u3002","mimetypes":"The :attribute must be a file of type: :values.","min":{"array":":attribute \u81f3\u5c11\u4e3a :min \u4e2a","file":":attribute \u6700\u5c0f\u662f :min Kb","numeric":":attribute \u6700\u5c11\u662f :min","string":":attribute \u6700\u5c11\u4e3a :min\u4e2a\u5b57\u7b26"},"not_in":"\u9009\u62e9\u7684 :attribute \u65e0\u6548","not_regex":"The :attribute format is invalid.","numeric":":attribute \u5fc5\u987b\u662f\u6570\u5b57\u3002","present":":attribute \u4e3a\u5fc5\u586b\u9879\u3002","regex":":attribute \u683c\u5f0f\u4e0d\u5bf9","required":":attribute \u5b57\u6bb5\u5fc5\u586b","required_if":":attribute \u5b57\u6bb5\u5728 :other \u662f :value \u65f6\u662f\u5fc5\u987b\u7684","required_unless":":attribute \u662f\u5fc5\u987b\u7684\u9664\u975e :other \u5728 :values \u4e2d\u3002","required_with":"\u5f53 :values \u4e0d\u5b58\u5728\u65f6\uff0c :attribute \u662f\u5fc5\u9700\u7684","required_with_all":"\u5f53 :values \u5b58\u5728\u65f6\uff0c :attribute \u662f\u5fc5\u586b\u7684\u3002","required_without":"\u5f53 :values \u4e0d\u5b58\u5728\u65f6\uff0c :attribute \u662f\u5fc5\u586b\u7684\u3002","required_without_all":"\u5f53\u6ca1\u6709\u4efb\u4f55 :values \u5b58\u5728\u65f6\uff0c :attribute \u5b57\u6bb5\u4e3a\u5fc5\u586b\u9879\u3002","same":":attribute \u548c :other \u5fc5\u9700\u5339\u914d","size":{"array":":attribute \u5fc5\u987b\u5305\u542b :size \u4e2a\u9879\u3002","file":":attribute \u5fc5\u9700\u662f :size kb","numeric":":attribute \u5fc5\u9700\u662f :size","string":":attribute \u5fc5\u987b\u5305\u542b :size \u4e2a\u5b57\u7b26\u3002"},"string":":attribute \u5fc5\u987b\u662f\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002","timezone":":attribute \u5fc5\u987b\u662f\u4e2a\u6709\u6548\u7684\u533a\u57df\u3002","unique":":attribute \u5df2\u7ecf\u88ab\u5360\u7528","uploaded":"The :attribute failed to upload.","url":":attribute \u683c\u5f0f\u4e0d\u5bf9"}} +{"app":{"add":"\u6dfb\u52a0","application_description":"Monica\u662f\u7528\u6765\u6536\u96c6\u5e76\u7ba1\u7406\u60a8\u4e0e\u4eb2\u670b\u597d\u53cb\u4e4b\u95f4\u7684\u5173\u7cfb\u7684\u5f97\u529b\u52a9\u624b\u3002","application_og_title":"\u4fc3\u8fdb\u4f60\u4eec\u4e4b\u95f4\u7684\u611f\u60c5\u3002\u4e00\u4e2a\u514d\u8d39\u4e14\u5f00\u6e90\u7684\u9762\u5411\u4eb2\u670b\u597d\u53cb\u7684CRM\u5de5\u5177","application_title":"Monica \u2013 \u60a8\u7684\u79c1\u4eba\u793e\u4ea4\u5173\u7cfb\u7ba1\u5bb6","breadcrumb_add_note":"\u6dfb\u52a0\u6ce8\u91ca","breadcrumb_add_significant_other":"\u6dfb\u52a0\u5176\u4ed6\u91cd\u8981","breadcrumb_api":"API","breadcrumb_dashboard":"\u4eea\u8868\u76d8","breadcrumb_edit_introductions":"\u4f60\u662f\u600e\u4e48\u77e5\u9053\u7684","breadcrumb_edit_note":"\u7f16\u8f91\u6ce8\u91ca","breadcrumb_edit_significant_other":"\u7f16\u8f91\u5176\u4ed6\u91cd\u8981","breadcrumb_journal":"\u65e5\u8bb0","breadcrumb_list_contacts":"\u4eba\u540d\u5355","breadcrumb_profile":":name\u7684\u8d44\u6599","breadcrumb_settings":"\u8bbe\u7f6e","breadcrumb_settings_export":"\u5bfc\u51fa","breadcrumb_settings_import":"\u5bfc\u5165","breadcrumb_settings_import_report":"\u5bfc\u5165\u62a5\u8868","breadcrumb_settings_import_upload":"\u4e0a\u4f20","breadcrumb_settings_personalization":"\u4e2a\u6027\u5316","breadcrumb_settings_security":"\u5b89\u5168","breadcrumb_settings_security_2fa":"\u4e8c\u6b21\u9a8c\u8bc1","breadcrumb_settings_subscriptions":"\u8ba2\u9605","breadcrumb_settings_tags":"\u6807\u7b7e","breadcrumb_settings_users":"\u7528\u6237","breadcrumb_settings_users_add":"\u6dfb\u52a0\u7528\u6237","cancel":"\u53d6\u6d88","close":"\u5173\u95ed","compliance_desc":"\u6211\u4eec\u66f4\u65b0\u4e86\u7528\u6237\u534f\u8bae<\/a> \u4ee5\u53ca \u9690\u79c1\u653f\u7b56<\/a>\uff0c\u60a8\u9700\u8981\u9605\u8bfb\u5e76\u540c\u610f\u624d\u80fd\u7ee7\u7eed\u4f7f\u7528\u60a8\u7684\u8d26\u53f7\u3002","compliance_desc_end":"\u6211\u4eec\u4f1a\u4fdd\u62a4\u60a8\u7684\u9690\u79c1\u5b89\u5168\u3002","compliance_terms":"\u6211\u5df2\u9605\u8bfb\u5e76\u540c\u610f","compliance_title":"\u62b1\u6b49\uff0c\u6253\u6270\u60a8\u4e00\u4e0b","create":"\u521b\u5efa","days":"\u5929|\u5929","default_save_success":"\u6570\u636e\u5df2\u88ab\u4fdd\u5b58","delete":"\u5220\u9664","done":"\u5b8c\u6210","edit":"\u7f16\u8f91","error_save":"\u5f53\u50a8\u5b58\u6570\u636e\u65f6\u51fa\u73b0\u4e86\u4e00\u4e2a\u9519\u8bef","error_title":"\u7cdf\u7cd5! \u51fa\u9519\u4e86\u3002","error_unauthorized":"\u4f60\u6ca1\u6709\u6743\u9650\u7f16\u8f91\u6b64\u9875","footer_modal_version_release_away":"\u60a8\u6709\u4e00\u4e2a\u6700\u65b0\u53d1\u5e03\u7248\u672c\u53ef\u66f4\u65b0\u3002\u60a8\u5e94\u8be5\u66f4\u65b0\u5b9e\u4f8b. |\u60a8\u5df2\u7ecf\u6709:number\u4e2a\u7248\u672c\u6ca1\u6709\u66f4\u65b0\uff0c\u5e94\u8be5\u66f4\u65b0\u4e86\u3002","footer_modal_version_whats_new":"\u65b0\u589e\u5185\u5bb9","footer_new_version":"\u6709\u65b0\u7248\u672c\u53ef\u7528\uff01","footer_newsletter":"\u65b0\u95fb\u7b80\u62a5","footer_privacy":"\u9690\u79c1\u6761\u6b3e","footer_release":"\u7248\u672c\u8bf4\u660e","footer_remarks":"\u6709\u4ec0\u4e48\u610f\u89c1\u5417\uff1f","footer_send_email":"\u7ed9\u6211\u53d1\u7535\u5b50\u90ae\u4ef6","footer_source_code":"\u6350\u52a9","footer_version":"\u7248\u672c::version","for":"\u4e3a","gender_female":"\u5973","gender_male":"\u7537","gender_none":"\u4fdd\u5bc6","header_changelog_link":"\u66f4\u65b0\u65e5\u5fd7","header_logout_link":"\u6ce8\u9500","header_settings_link":"\u8bbe\u7f6e","load_more":"\u8f7d\u5165\u66f4\u591a","loading":"\u6b63\u5728\u52a0\u8f7d...","main_nav_activities":"\u6d3b\u52a8","main_nav_cta":"\u8054\u7cfb\u4eba","main_nav_dashboard":"\u4eea\u8868\u76d8","main_nav_family":"\u8054\u7cfb\u4eba","main_nav_journal":"\u65e5\u8bb0","main_nav_tasks":"\u4efb\u52a1","markdown_description":"\u60f3\u7528\u4e00\u79cd\u7f8e\u89c2\u7684\u65b9\u5f0f\u683c\u5f0f\u5316\u6587\u672c\u5417\uff1f\u6211\u4eec\u4ee5Markdown\u8bed\u6cd5\u652f\u6301\u7c97\u4f53\u3001\u659c\u4f53\u3001\u5217\u8868\u7b49\u6837\u5f0f\u3002","markdown_link":"\u9605\u8bfb\u6587\u6863","new":"\u65b0","relationship_type_bestfriend":"\u57fa\u53cb","relationship_type_bestfriend_female":"\u95fa\u5bc6","relationship_type_bestfriend_female_with_name":":name\u7684\u95fa\u5bc6","relationship_type_bestfriend_with_name":":name\u7684\u57fa\u53cb","relationship_type_boss":"\u4e0a\u53f8","relationship_type_boss_female":"\u4e0a\u53f8","relationship_type_boss_female_with_name":":name\u7684\u4e0a\u53f8","relationship_type_boss_with_name":":name\u7684\u4e0a\u53f8","relationship_type_child":"\u513f\u5b50","relationship_type_child_female":"\u5973\u513f","relationship_type_child_female_with_name":":name\u7684\u5973\u4eba","relationship_type_child_with_name":":name\u7684\u513f\u5b50","relationship_type_colleague":"\u540c\u4e8b","relationship_type_colleague_female":"\u540c\u4e8b","relationship_type_colleague_female_with_name":":name\u7684\u540c\u4e8b","relationship_type_colleague_with_name":":name\u7684\u540c\u4e8b","relationship_type_cousin":"\u5802\u5144\u5f1f","relationship_type_cousin_female":"\u5802\u59d0\u59b9","relationship_type_cousin_female_with_name":":name\u7684\u5802\u59d0\u59b9","relationship_type_cousin_with_name":":name\u7684\u5802\u5144\u5f1f","relationship_type_date":"\u7ea6\u4f1a\u5bf9\u8c61","relationship_type_date_female":"\u7ea6\u4f1a\u5bf9\u8c61","relationship_type_date_female_with_name":":name\u7684\u7ea6\u4f1a\u5bf9\u8c61","relationship_type_date_with_name":":name\u7684\u7ea6\u4f1a\u5bf9\u8c61","relationship_type_ex":"\u524d\u7537\u53cb","relationship_type_ex_female":"\u524d\u5973\u53cb","relationship_type_ex_female_with_name":":name\u7684\u524d\u5973\u53cb","relationship_type_ex_husband":"\u524d\u592b","relationship_type_ex_husband_female":"\u524d\u59bb","relationship_type_ex_husband_female_with_name":"\u524d\u59bb","relationship_type_ex_husband_with_name":":name\u7684\u524d\u592b","relationship_type_ex_with_name":":name\u7684\u524d\u7537\u53cb","relationship_type_friend":"\u670b\u53cb","relationship_type_friend_female":"\u670b\u53cb","relationship_type_friend_female_with_name":":name\u7684\u670b\u53cb","relationship_type_friend_with_name":":name\u7684\u670b\u53cb","relationship_type_godfather":"\u795e\u7236","relationship_type_godfather_female":"\u795e\u6bcd","relationship_type_godfather_female_with_name":":name\u7684\u795e\u6bcd","relationship_type_godfather_with_name":":name\u7684\u795e\u7236","relationship_type_godson":"\u4e49\u5b50","relationship_type_godson_female":"\u4e49\u5973","relationship_type_godson_female_with_name":":name\u7684\u4e49\u5973","relationship_type_godson_with_name":":name\u7684\u4e49\u5b50","relationship_type_grandchild":"\u66fe\u5b59","relationship_type_grandchild_female":"\u66fe\u5b59\u5973","relationship_type_grandchild_female_with_name":":name\u7684\u66fe\u5b59\u5973","relationship_type_grandchild_with_name":":name\u7684\u66fe\u5b59","relationship_type_grandparent":"\u7956\u7236","relationship_type_grandparent_female":"\u7956\u6bcd","relationship_type_grandparent_female_with_name":":name\u7684\u7956\u6bcd","relationship_type_grandparent_with_name":":name\u7684\u7956\u7236","relationship_type_group_family":"\u5bb6\u5ead\u5173\u7cfb","relationship_type_group_friend":"\u670b\u53cb\u5173\u7cfb","relationship_type_group_love":"\u604b\u7231\u5173\u7cfb","relationship_type_group_other":"\u5176\u4ed6\u5173\u7cfb","relationship_type_group_work":"\u5de5\u4f5c\u5173\u7cfb","relationship_type_inlovewith":"\u559c\u6b22\u7684\u4eba","relationship_type_inlovewith_female":"\u559c\u6b22\u7684\u4eba","relationship_type_inlovewith_female_with_name":":name\u559c\u6b22\u7684\u4eba","relationship_type_inlovewith_with_name":":name\u559c\u6b22\u7684\u4eba","relationship_type_lovedby":"\u8ffd\u6c42\u8005","relationship_type_lovedby_female":"\u8ffd\u6c42\u8005","relationship_type_lovedby_female_with_name":":name\u7684\u8ffd\u6c42\u8005","relationship_type_lovedby_with_name":":name\u7684\u8ffd\u6c42\u8005","relationship_type_lover":"\u60c5\u4eba","relationship_type_lover_female":"\u60c5\u4eba","relationship_type_lover_female_with_name":":name\u7684\u60c5\u4eba","relationship_type_lover_with_name":":name\u7684\u60c5\u4eba","relationship_type_mentor":"\u8001\u5e08","relationship_type_mentor_female":"\u8001\u5e08","relationship_type_mentor_female_with_name":":name\u7684\u8001\u5e08","relationship_type_mentor_with_name":":name\u7684\u8001\u5e08","relationship_type_nephew":"\u5916\u7525","relationship_type_nephew_female":"\u5916\u7525\u5973","relationship_type_nephew_female_with_name":":name\u7684\u5916\u7525\u5973","relationship_type_nephew_with_name":":name\u7684\u5916\u7525","relationship_type_parent":"\u7236\u4eb2","relationship_type_parent_female":"\u6bcd\u4eb2","relationship_type_parent_female_with_name":":name\u7684\u6bcd\u4eb2","relationship_type_parent_with_name":":name\u7684\u7236\u4eb2","relationship_type_partner":"\u642d\u6863","relationship_type_partner_female":"\u642d\u6863","relationship_type_partner_female_with_name":":name\u7684\u642d\u6863","relationship_type_partner_with_name":":name\u7684\u642d\u6863","relationship_type_protege":"\u5b66\u751f","relationship_type_protege_female":"\u5b66\u751f","relationship_type_protege_female_with_name":":name\u7684\u5b66\u751f","relationship_type_protege_with_name":":name\u7684\u5b66\u751f","relationship_type_sibling":"\u5144\u5f1f","relationship_type_sibling_female":"\u59d0\u59b9","relationship_type_sibling_female_with_name":":name\u7684\u59d0\u59b9","relationship_type_sibling_with_name":":name\u7684\u5144\u5f1f","relationship_type_spouse":"\u914d\u5076","relationship_type_spouse_female":"\u914d\u5076","relationship_type_spouse_female_with_name":":name\u7684\u914d\u5076","relationship_type_spouse_with_name":":name\u7684\u914d\u5076","relationship_type_subordinate":"\u4e0b\u5c5e","relationship_type_subordinate_female":"\u4e0b\u5c5e","relationship_type_subordinate_female_with_name":":name\u7684\u4e0b\u5c5e","relationship_type_subordinate_with_name":":name\u7684\u4e0b\u5c5e","relationship_type_uncle":"\u53d4\u53d4","relationship_type_uncle_female":"\u963f\u59e8","relationship_type_uncle_female_with_name":":name\u7684\u963f\u59e8","relationship_type_uncle_with_name":":name\u7684\u53d4\u53d4","remove":"\u5220\u9664","revoke":"\u64a4\u9500","save":"\u4fdd\u5b58","unknown":"\u6211\u4e0d\u77e5\u9053","update":"\u66f4\u65b0","upload":"\u4e0a\u4f20","verify":"\u9a8c\u8bc1","with":"\u4e0e"},"auth":{"2fa_one_time_password":"\u9a8c\u8bc1\u7801","2fa_otp_help":"\u6253\u5f00\u60a8\u7684\u4e8c\u6b21\u9a8c\u8bc1APP\u5e76\u590d\u5236\u9a8c\u8bc1\u7801","2fa_recuperation_code":"\u8f93\u5165\u4e8c\u6b21\u9a8c\u8bc1\u6062\u590d\u7801","2fa_title":"\u4e8c\u6b21\u9a8c\u8bc1","2fa_wrong_validation":"\u4e8c\u6b21\u9a8c\u8bc1\u5931\u8d25","back_homepage":"\u56de\u5230\u4e3b\u9875","button_remember":"\u8bb0\u4f4f\u6211","confirmation_again":"\u5982\u679c\u8981\u66f4\u6539\u7535\u5b50\u90ae\u4ef6\u5730\u5740, \u53ef\u4ee5 \u5355\u51fb\u6b64\u5904<\/a>\u3002","create_account":"\u5355\u51fb\u6b64\u5904 \u6ce8\u518c<\/a>","email":"\u7535\u5b50\u90ae\u7bb1","email_change_current_email":"\u5f53\u524d\u90ae\u4ef6\u5730\u5740\uff1a","email_change_new":"\u65b0\u90ae\u7bb1\u5730\u5740\uff1a","email_change_title":"\u66f4\u6362\u60a8\u7684\u7535\u5b50\u90ae\u7bb1","email_changed":"\u60a8\u7684\u7535\u5b50\u90ae\u7bb1\u5df2\u66f4\u6362\uff0c\u8bf7\u68c0\u67e5\u60a8\u7684\u6536\u4ef6\u7bb1\u6765\u9a8c\u8bc1\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002","failed":"\u60a8\u8f93\u5165\u7684\u4fe1\u606f\u4e0e\u6211\u4eec\u7684\u8bb0\u5f55\u4e0d\u5339\u914d\u3002","login":"\u767b\u5f55","login_again":"\u8bf7\u518d\u6b21\u767b\u5f55\u60a8\u7684\u8d26\u53f7","login_to_account":"\u767b\u5f55\u60a8\u7684\u8d26\u53f7","mfa_auth_otp":"\u4f7f\u7528\u4e8c\u6b21\u9a8c\u8bc1\u8bbe\u5907\u8fdb\u884c\u8ba4\u8bc1","mfa_auth_u2f":"\u4f7f\u7528U2F\u8bbe\u5907\u8fdb\u884c\u8ba4\u8bc1","not_authorized":"\u60a8\u65e0\u6743\u6267\u884c\u6b64\u64cd\u4f5c","password":"\u5bc6\u7801","password_forget":"\u5fd8\u8bb0\u5bc6\u7801\uff1f","password_reset":"\u91cd\u7f6e\u5bc6\u7801","password_reset_action":"\u91cd\u7f6e\u5bc6\u7801","password_reset_email":"\u7535\u5b50\u90ae\u7bb1","password_reset_email_content":"\u5355\u51fb\u6b64\u5904\u6765\u91cd\u7f6e\u5bc6\u7801:","password_reset_password":"\u5bc6\u7801","password_reset_password_confirm":"\u786e\u8ba4\u5bc6\u7801","password_reset_send_link":"\u53d1\u9001\u91cd\u7f6e\u94fe\u63a5","password_reset_title":"\u91cd\u7f6e\u5bc6\u7801","register_action":"\u6ce8\u518c","register_create_account":"\u60a8\u9700\u8981\u4e00\u4e2a\u8d26\u53f7\u6765\u4f7f\u7528Monica","register_email":"\u8bf7\u8f93\u5165\u4e00\u4e2a\u6709\u6548\u7684\u90ae\u7bb1","register_email_example":"example@example.com","register_firstname":"\u540d\u5b57","register_firstname_example":"\u4f8b:\u5c0f\u660e","register_invitation_email":"\u4e3a\u4e86\u5b89\u5168\uff0c\u8bf7\u60a8\u8f93\u5165\u9080\u8bf7\u4eba\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002\u8fd9\u53ef\u4ee5\u5728\u53d7\u9080\u90ae\u4ef6\u4e2d\u627e\u5230","register_lastname":"\u59d3\u6c0f","register_lastname_example":"\u4f8b:\u738b","register_login":"\u5df2\u7ecf\u6709\u8d26\u53f7\u4e86\uff1f\u70b9\u6b64\u767b\u5f55<\/a>","register_password":"\u5bc6\u7801","register_password_confirmation":"\u91cd\u590d\u5bc6\u7801","register_password_example":"\u952e\u5165\u5bc6\u7801...","register_policy":"\u6211\u5df2\u9605\u8bfb\u5e76\u540c\u610f \u9690\u79c1\u653f\u7b56<\/a> \u4e0e \u7528\u6237\u534f\u8bae<\/a>","register_title_create":"\u521b\u5efa\u60a8\u7684Monica\u8d26\u53f7","register_title_welcome":"\u6b22\u8fce\u6ce8\u518c\u60a8\u7684\u79c1\u4eba\u793e\u4ea4\u5173\u7cfb\u7ba1\u5bb6 - Monica","signup":"\u6ce8\u518c","signup_disabled":"\u6ce8\u518c\u5f53\u524d\u5df2\u505c\u7528","signup_no_account":"\u6ca1\u6709\u8d26\u53f7\uff1f","throttle":"\u767b\u5f55\u5931\u8d25\u6b21\u6570\u592a\u591a\u3002\u8bf7 :seconds \u540e\u518d\u8bd5\u3002","u2f_otp_extension":"U2F\u9a8c\u8bc1\u5df2\u53d7Chrome\u3001FireFox<\/a>\u3001Opera\u652f\u6301\u3002\u5982\u679c\u60a8\u7528\u7684\u662f\u65e7\u7248FireFox\uff0c\u8bf7\u60a8\u5b89\u88c5U2F\u652f\u6301<\/a>\u63d2\u4ef6\u3002"},"changelog":{"note":"\u6ce8\uff1a\u5f88\u62b1\u6b49\uff0c\u5f53\u524d\u9875\u9762\u53ea\u652f\u6301\u82f1\u6587\u5c55\u793a\u3002","title":"\u66f4\u65b0\u65e5\u5fd7"},"dashboard":{"dashboard_blank_cta":"\u6dfb\u52a0\u60a8\u7684\u7b2c\u4e00\u4e2a\u8054\u7cfb\u4eba","dashboard_blank_description":"Monica\u662f\u4e00\u4e2a\u8bb0\u5f55\u4f60\u6240\u6709\u5173\u5fc3\u7684\u4eba\u53ca\u4e0e\u5176\u4ea4\u4e92\u4fe1\u606f\u7684\u5730\u65b9","dashboard_blank_illustration":"\u63d2\u753b\uff1a Freepik<\/a>","dashboard_blank_title":"\u6b22\u8fce\u767b\u5f55\u8d26\u53f7","debts_you_owe":"\u5f85\u8fd8\u91d1\u989d","linkedin_profile":"\u9886\u82f1\u00ae","notes_title":"\u60a8\u8fd8\u6ca1\u6709\u4efb\u4f55\u4fbf\u7b7e\u3002","reminders_next_months":"\u8fd1\u4e09\u4e2a\u6708\u7684\u6d3b\u52a8","reminders_none":"\u672c\u6708\u5c1a\u65e0\u63d0\u9192\u4e8b\u9879","statistics_activities":"\u6d3b\u52a8","statistics_contacts":"\u8054\u7cfb\u4eba","statistics_gifts":"\u793c\u7269","tab_calls_blank":"\u60a8\u8fd8\u6ca1\u6709\u7535\u8bdd\u62e8\u6253\u8bb0\u5f55\u3002","tab_debts":"\u503a\u52a1","tab_debts_blank":"\u60a8\u8fd8\u6ca1\u6709\u6dfb\u52a0\u503a\u52a1\u4fe1\u606f\u3002","tab_favorite_notes":"\u6536\u85cf\u4fbf\u7b7e","tab_recent_calls":"\u6700\u8fd1\u901a\u8bdd"},"format":{"full_hour":"h.i A","full_month":"F","full_month_year":"Y F","short_date":"M d","short_date_year":"Y M d","short_date_year_time":"Y M d H:i","short_day":"D","short_month":"M","short_month_year":"Y M"},"journal":{"delete_confirmation":"\u60a8\u786e\u5b9a\u8981\u5220\u9664\u6b64\u6761\u76ee\u5417\uff1f","entry_delete_success":"\u8bb0\u5f55\u6761\u76ee\u5df2\u6210\u529f\u5220\u9664\u3002","journal_add":"\u6dfb\u52a0\u65e5\u8bb0\u6761\u76ee","journal_add_cta":"\u4fdd\u5b58","journal_add_date":"\u65e5\u671f","journal_add_post":"\u5185\u5bb9","journal_add_title":"\u6807\u9898 (\u53ef\u9009)","journal_blank_cta":"\u6dfb\u52a0\u60a8\u7684\u7b2c\u4e00\u4e2a\u8bb0\u5f55\u6761\u76ee","journal_blank_description":"\u8bb0\u5f55\u5141\u8bb8\u60a8\u7f16\u5199\u53d1\u751f\u5728\u60a8\u8eab\u4e0a\u7684\u4e8b\u4ef6, \u5e76\u8bb0\u4f4f\u5b83\u4eec\u3002","journal_come_back":"\u8c22\u8c22. \u660e\u5929\u518d\u6765\u7ed9\u4f60\u7684\u4e00\u5929\u8bc4\u4ef7\u4e00\u4e0b\u3002","journal_created_automatically":"\u81ea\u52a8\u521b\u5efa","journal_description":"\u6ce8\u610f: \u8bb0\u5f55\u91cc\u5217\u51fa\u4e86\u5168\u90e8\u624b\u52a8\u8bb0\u5f55\u7684\u6761\u76ee, \u4ee5\u53ca\u60a8\u4e0e\u60a8\u7684\u8054\u7cfb\u4eba\u8fdb\u884c\u7684\u6d3b\u52a8\u7b49\u81ea\u52a8\u6761\u76ee\u3002\u867d\u7136\u53ef\u4ee5\u624b\u52a8\u5220\u9664\u8bb0\u5f55\u6761\u76ee, \u4f46\u5fc5\u987b\u76f4\u63a5\u5728 \"\u8054\u7cfb\u4eba\" \u9875\u4e0a\u8fdb\u884c\u5220\u9664\u3002","journal_entry_rate":"\u8bc4\u4ef7\u4f60\u7684\u4e00\u5929\u3002","journal_entry_type_activity":"\u6d3b\u52a8","journal_entry_type_journal":"\u8bb0\u5f55\u6761\u76ee","journal_rate":"\u4eca\u5929\u8fc7\u5f97\u600e\u4e48\u6837\uff1f\u4f60\u53ef\u4ee5\u6bcf\u5929\u7ed9\u5b83\u4e00\u6b21\u8bc4\u4ef7\u3002"},"mail":{"confirmation_email_button":"Email \u8ba4\u8bc1","confirmation_email_intro":"\u8bf7\u70b9\u51fb\u4ee5\u4e0b\u6309\u94ae\u6765\u5b8c\u6210Email\u8ba4\u8bc1","confirmation_email_title":"Monica \u2013 Email \u8ba4\u8bc1","footer_contact_info":"\u6dfb\u52a0\u3001\u67e5\u770b\u3001\u5b8c\u6210\u548c\u66f4\u6539\u6709\u5173\u6b64\u8054\u7cfb\u4eba\u7684\u4fe1\u606f:","for":"\u4e3a:","greetings":"\u60a8\u597d:username","notification_description":"\u5728:count\u5929\u540e(:date),\u5c06\u6709\u4ee5\u4e0b\u4e8b\u4ef6\u53d1\u751f\uff1a","notification_subject_line":"\u60a8\u6709\u4e00\u4e2a\u5373\u5c06\u8fdb\u884c\u7684\u6d3b\u52a8","notifications_footer":"\u5982\u679c\u60a8\u65e0\u6cd5\u70b9\u51fb \":actionText\" \u6309\u94ae, \u590d\u5236\u4ee5\u4e0b\u94fe\u63a5\u81f3\u6d4f\u89c8\u5668\u6253\u5f00: [:actionURL](:actionURL)","notifications_hello":"\u60a8\u597d\uff01","notifications_regards":"\u6b64\u81f4","notifications_whoops":"\u7cdf\u4e86!","stay_in_touch_subject_description":"\u60a8\u8981\u6c42\u4e86\u6bcf :frequency \u5929\u5411\u60a8\u53d1\u9001\u7684\u4e0e :name \u7684\u300e\u5e38\u8054\u7cfb\u300f\u63d0\u9192.","stay_in_touch_subject_line":"\u60a8\u7684\u300e\u5e38\u8054\u7cfb\u300f\u63d0\u9192 :name","subject_line":"\u63d0\u9192:contact","want_reminded_of":"\u60a8\u7684\u63d0\u9192\u4e8b\u9879\uff1a"},"pagination":{"next":"\u4e0b\u4e00\u9875 »","previous":"« \u4e0a\u4e00\u9875"},"passwords":{"changed":"\u5bc6\u7801\u4fee\u6539\u6210\u529f\u3002","invalid":"\u60a8\u8f93\u5165\u7684\u5bc6\u7801\u4e0d\u6b63\u786e\u3002","password":"\u5bc6\u7801\u5fc5\u987b\u81f3\u5c11\u4e3a\u516d\u4e2a\u5b57\u7b26, \u5e76\u4e00\u81f4\u3002","reset":"\u60a8\u7684\u5bc6\u7801\u5df2\u91cd\u7f6e\uff01","sent":"\u5982\u679c\u60a8\u8f93\u5165\u7684\u7535\u5b50\u90ae\u4ef6\u5b58\u5728\u4e8e\u6211\u4eec\u7684\u8bb0\u5f55\u4e2d, \u5bc6\u7801\u91cd\u7f6e\u94fe\u63a5\u5c06\u88ab\u53d1\u9001\u81f3\u6539\u90ae\u7bb1\u3002","token":"\u5bc6\u7801\u91cd\u7f6e\u79d8\u94a5\u65e0\u6548\u3002","user":"\u5982\u679c\u60a8\u8f93\u5165\u7684\u7535\u5b50\u90ae\u4ef6\u5b58\u5728\u4e8e\u6211\u4eec\u7684\u8bb0\u5f55\u4e2d, \u5bc6\u7801\u91cd\u7f6e\u94fe\u63a5\u5c06\u88ab\u53d1\u9001\u81f3\u8be5\u90ae\u7bb1\u3002"},"people":{"activities_activity":"\u6d3b\u52a8\u7c7b\u522b","activities_add_activity":"\u6dfb\u52a0\u6d3b\u52a8","activities_add_cta":"\u8bb0\u5f55\u6d3b\u52a8","activities_add_date_occured":"\u6d3b\u52a8\u65e5\u671f","activities_add_error":"\u6dfb\u52a0\u6d3b\u52a8\u65f6\u51fa\u73b0\u9519\u8bef","activities_add_optional_comment":"\u5907\u6ce8\uff08\u53ef\u9009\uff09","activities_add_pick_activity":"\u6d3b\u52a8\u5206\u7c7b(\u53ef\u9009)","activities_add_success":"\u5df2\u6210\u529f\u6dfb\u52a0\u6d3b\u52a8","activities_add_title":"\u4f60\u4e0e:name\u505a\u4e86\u4ec0\u4e48\uff1f","activities_blank_add_activity":"\u6dfb\u52a0\u6d3b\u52a8","activities_blank_title":"\u8bb0\u5f55\u60a8\u4e0e :name \u4e4b\u95f4\u7684\u70b9\u6ef4","activities_delete_confirmation":"\u786e\u5b9e\u8981\u5220\u9664\u6b64\u6d3b\u52a8\u5417?","activities_delete_success":"\u6d3b\u52a8\u5df2\u6210\u529f\u5220\u9664","activities_hide_details":"\u9690\u85cf\u8be6\u60c5","activities_item_information":":Activity\uff0c\u53d1\u751f\u4e8e:date","activities_more_details":"\u66f4\u591a\u8be6\u60c5","activities_profile_number_occurences":":value \u6b21\u6d3b\u52a8|:value \u6b21\u6d3b\u52a8","activities_profile_subtitle":"\u622a\u81f3\u76ee\u524d\u4e3a\u6b62\u60a8\u4e0e:name\u7684\u6d3b\u52a8\u8bb0\u5f55\u5982\u4e0b\uff1a\u8fd1\u4e00\u5e74\u5171 :activities_last_twelve_months\u6b21\uff0c\u603b\u5171 :total_activities\u6b21|\u622a\u81f3\u76ee\u524d\u4e3a\u6b62\u60a8\u4e0e:name\u7684\u6d3b\u52a8\u8bb0\u5f55\u5982\u4e0b\uff1a\u8fd1\u4e00\u5e74\u5171 :activities_last_twelve_months\u6b21\uff0c\u603b\u5171 :total_activities\u6b21","activities_profile_title":":name \u4e0e\u60a8\u4e4b\u95f4\u7684\u6d3b\u52a8\u62a5\u544a","activities_profile_year_summary":":year\u5e74\u4f60\u4eec\u4e00\u8d77\u8fdb\u884c\u7684\u6d3b\u52a8","activities_profile_year_summary_activity_types":":year\u5e74\u6d3b\u52a8\u7c7b\u578b\u6c47\u603b","activities_summary":"\u63cf\u8ff0\u4f60\u505a\u4e86\u4ec0\u4e48","activities_update_success":"\u6d3b\u52a8\u5df2\u6210\u529f\u66f4\u65b0","activities_view_activities_report":"\u67e5\u770b\u6d3b\u52a8\u62a5\u544a","activities_who_was_involved":"\u8c01\u53c2\u4e0e\u4e86\uff1f","activity_title":"\u6d3b\u52a8","activity_type_ate_at_his_place":"\u5728\u5bf9\u65b9\u5bb6\u91cc\u505a\u5ba2","activity_type_ate_at_home":"\u5728\u5bb6\u5403\u996d","activity_type_ate_restaurant":"\u5728\u996d\u5e97\u5403","activity_type_category_cultural_activities":"\u6587\u5316","activity_type_category_food":"\u98df\u7269","activity_type_category_simple_activities":"\u4e00\u822c\u6d3b\u52a8","activity_type_category_sport":"\u8fd0\u52a8","activity_type_did_sport_activities_together":"\u4e00\u8d77\u8fd0\u52a8","activity_type_just_hung_out":"\u7ea6\u4f1a","activity_type_picknicked":"\u91ce\u9910","activity_type_talked_at_home":"\u8c08\u5fc3","activity_type_watched_movie_at_home":"\u770b\u7535\u5f71","activity_type_went_bar":"\u6ce1\u5427","activity_type_went_concert":"\u53bb\u97f3\u4e50\u4f1a","activity_type_went_museum":"\u53bb\u535a\u7269\u9986","activity_type_went_play":"\u51fa\u53bb\u73a9","activity_type_went_theater":"\u770b\u620f","age_approximate_in_years":"\u5927\u6982:age\u5c81","age_exact_birthdate":"\u51fa\u751f:date","age_exact_in_years":":age\u5c81","birthdate_not_set":"\u672a\u8bbe\u7f6e\u751f\u65e5","call_blank_desc":"\u4f60\u6253\u7ed9:name","call_blank_title":"\u8bb0\u5f55\u60a8\u4e0e:name\u7684\u901a\u8bdd\u8bb0\u5f55","call_button":"\u8bb0\u5f55\u901a\u8bdd","call_delete_confirmation":"\u4f60\u786e\u5b9a\u8981\u5220\u9664\u6b64\u901a\u8bdd\u8bb0\u5f55\u5417?","call_delete_success":"\u6210\u529f\u5220\u9664\u901a\u8bdd\u8bb0\u5f55\uff01","call_empty_comment":"\u65e0\u8be6\u7ec6\u4fe1\u606f","call_title":"\u901a\u8bdd\u8bb0\u5f55","calls_add_success":"\u5df2\u4fdd\u5b58\u901a\u8bdd\u8bb0\u5f55\u3002","contact_address_form_city":"\u57ce\u5e02 (\u53ef\u9009)","contact_address_form_country":"\u56fd\u5bb6 (\u53ef\u9009)","contact_address_form_name":"\u6807\u7b7e (\u53ef\u9009)","contact_address_form_postal_code":"\u90ae\u653f\u7f16\u7801 (\u53ef\u9009)","contact_address_form_province":"\u7701 (\u53ef\u9009)","contact_address_form_street":"\u8857 (\u53ef\u9009)","contact_address_title":"\u5730\u5740","contact_info_address":"\u751f\u6d3b\u5728","contact_info_form_contact_type":"\u8054\u7cfb\u65b9\u5f0f","contact_info_form_content":"\u5185\u5bb9","contact_info_form_personalize":"\u4e2a\u6027\u5316","contact_info_title":"\u8054\u7cfb\u4fe1\u606f","debt_add_add_cta":"\u589e\u52a0\u503a\u52a1","debt_add_amount":"\u6570\u989d","debt_add_cta":"\u589e\u52a0\u503a\u52a1","debt_add_reason":"\u4e8b\u7531\uff08\u53ef\u9009\uff09","debt_add_success":"\u5df2\u6210\u529f\u6dfb\u52a0\u503a\u52a1","debt_add_they_owe":"\u60a8\u501f\u7ed9:name","debt_add_title":"\u503a\u52a1\u7ba1\u7406","debt_add_you_owe":":name\u501f\u7ed9\u60a8","debt_delete_confirmation":"\u662f\u5426\u786e\u5b9e\u8981\u5220\u9664\u6b64\u503a\u52a1\uff1f","debt_delete_success":"\u5df2\u6210\u529f\u5220\u9664\u503a\u52a1","debt_edit_success":"\u503a\u52a1\u5df2\u6210\u529f\u66f4\u65b0","debt_edit_update_cta":"\u66f4\u65b0\u503a\u52a1","debt_they_owe":":name\u6b20\u60a8:amount","debt_title":"\u503a\u52a1","debt_you_owe":"\u60a8\u6b20:amount","debts_blank_title":"\u7ba1\u7406\u60a8\u6b20\u7684\u503a\u52a1\u60a8\u6b20:name\u7684\u6216:name\u6b20\u60a8\u7684","deceased_add_reminder":"\u4e3a\u6b64\u65e5\u671f\u6dfb\u52a0\u63d0\u9192","deceased_age":"\u4eab\u5e74","deceased_know_date":"\u6211\u77e5\u9053\u8fd9\u4e2a\u4eba\u53bb\u4e16\u65e5\u671f","deceased_label":"\u901d\u8005","deceased_label_with_date":"\u5728:date\u53bb\u4e16","deceased_mark_person_deceased":"\u5c06\u6b64\u4eba\u6807\u8bb0\u4e3a\u5df2\u901d\u8005","deceased_reminder_title":":name\u7684\u53bb\u4e16\u5468\u5e74\u6000\u5ff5","edit_contact_information":"\u7f16\u8f91\u8054\u7cfb\u4eba\u4fe1\u606f","food_preferencies_add_success":"\u98df\u54c1\u504f\u597d\u5df2\u88ab\u4fdd\u5b58","food_preferencies_cta":"\u6dfb\u52a0\u98df\u7269\u504f\u597d","food_preferencies_edit_cta":"\u4fdd\u5b58\u98df\u7269\u504f\u597d","food_preferencies_edit_description":"\u4e5f\u8bb8:firstname\u6216:family\u7684\u5bb6\u5ead\u6709\u8fc7\u654f\uff0c\u6216\u8005\u4e0d\u559c\u6b22\u4e00\u74f6\u7279\u5b9a\u7684\u9152\u7b49\u3002\u628a\u8fd9\u4e9b\u4fe1\u606f\u5217\u5728\u8fd9\u91cc\uff0c\u5728\u4e0b\u6b21\u548c\u9080\u8bf7\u4ed6\u4eec\u5403\u996d\u65f6\u53ef\u4ee5\u5728\u8fd9\u91cc\u770b\u5230\u8fd9\u4e9b\u4fe1\u606f\u3002","food_preferencies_edit_description_no_last_name":"\u4e5f\u8bb8:firstname\u6709\u8fc7\u654f\u60c5\u51b5\uff0c\u6216\u8005\u4e0d\u559c\u6b22\u4e00\u74f6\u7279\u5b9a\u7684\u9152\u7b49\u3002\u628a\u8fd9\u4e9b\u4fe1\u606f\u5217\u5728\u8fd9\u91cc\uff0c\u5728\u4e0b\u6b21\u548c\u9080\u8bf7\u4ed6\u4eec\u5403\u996d\u65f6\u53ef\u4ee5\u5728\u8fd9\u91cc\u770b\u5230\u8fd9\u4e9b\u4fe1\u606f\u3002","food_preferencies_edit_title":"\u6ce8\u660e\u98df\u7269\u504f\u597d","food_preferencies_title":"\u98df\u7269\u504f\u597d","gifts_add_comment":"\u5907\u6ce8 (\u53ef\u9009)","gifts_add_gift":"\u6dfb\u52a0\u793c\u7269","gifts_add_gift_already_offered":"\u9001\u51fa\u7684\u793c\u7269","gifts_add_gift_idea":"\u793c\u54c1\u521b\u610f","gifts_add_gift_received":"\u6536\u5230\u7684\u793c\u7269","gifts_add_gift_title":"\u8fd9\u662f\u4ec0\u4e48\u793c\u7269\uff1f","gifts_add_link":"\u793c\u7269\u94fe\u63a5 (\u53ef\u9009)","gifts_add_someone":"\u8fd9\u4e2a\u793c\u7269\u662f\u9001\u7ed9:name\u7684\u5bb6\u4eba","gifts_add_success":"\u5df2\u6210\u529f\u6dfb\u52a0\u793c\u7269","gifts_add_title":"\u4e0e:name\u7684\u793c\u7269\u6765\u5f80","gifts_add_value":"\u503c (\u53ef\u9009)","gifts_delete_confirmation":"\u662f\u5426\u786e\u5b9e\u8981\u5220\u9664\u6b64\u793c\u7269\uff1f","gifts_delete_cta":"\u5220\u9664","gifts_delete_success":"\u793c\u7269\u5df2\u6210\u529f\u5220\u9664","gifts_for":"\u7ed9\uff1a","gifts_ideas":"\u5fc3\u613f\u5355","gifts_link":"\u94fe\u63a5","gifts_mark_offered":"\u6807\u8bb0\u4e3a\u63d0\u4f9b","gifts_offered":"\u9001\u51fa\u7684\u793c\u7269","gifts_offered_as_an_idea":"\u6807\u8bb0\u4e3a\u5fc3\u613f\u5355","gifts_received":"\u6536\u5230\u7684\u793c\u7269","gifts_title":"\u793c\u7269\u5f80\u6765","gifts_update_success":"\u793c\u7269\u5df2\u6210\u529f\u66f4\u65b0","gifts_view_comment":"\u67e5\u770b\u8bc4\u8bba","information_edit_avatar":"\u8054\u7cfb\u4eba\u7167\u7247\/\u5934\u50cf","information_edit_exact":"\u6211\u77e5\u9053\u8fd9\u4e2a\u4eba\u7684\u786e\u5207\u51fa\u751f\u65e5\u671f...","information_edit_firstname":"\u540d\u5b57","information_edit_lastname":"\u59d3\u6c0f\uff08\u53ef\u9009\uff09","information_edit_linkedin":"\u9886\u82f1\u00ae \u94fe\u63a5 (\u53ef\u9009)","information_edit_max_size":"\u6700\u5927\u503c :size \u5146\u3002","information_edit_not_year":"\u6211\u77e5\u9053\u8fd9\u4e2a\u4eba\u7684\u751f\u65e5\u7684\u65e5\u671f\u548c\u6708\u4efd, \u4f46\u4e0d\u77e5\u9053\u54ea\u4e00\u5e74\u3002","information_edit_probably":"\u6b64\u4eba\u53ef\u80fd\u662f...","information_edit_success":"\u8bb0\u5f55\u66f4\u65b0\u6210\u529f","information_edit_title":"\u7f16\u8f91 :name\u7684\u4e2a\u4eba\u4fe1\u606f","information_edit_unknown":"\u6211\u4e0d\u77e5\u9053\u5177\u4f53\u5e74\u9f84","information_no_linkedin_defined":"\u672a\u7ed1\u5b9a\u9886\u82f1\u00ae","information_no_work_defined":"\u672a\u5b9a\u4e49\u5de5\u4f5c\u4fe1\u606f","information_work_at":"\u5728 :company\u5de5\u4f5c","introductions_add_reminder":"\u6dfb\u52a0\u63d0\u9192\u4ee5\u5e86\u795d\u6b64\u4e8b\u4ef6\u53d1\u751f\u7684\u5468\u5e74\u7eaa\u5ff5","introductions_additional_info":"\u4f60\u5728\u54ea\u91cc\u76f8\u9047","introductions_blank_cta":"\u60a8\u5982\u4f55\u9047\u5230\u7684:name","introductions_edit_met_through":"\u6709\u4eba\u628a\u4f60\u4ecb\u7ecd\u7ed9\u8fd9\u4e2a\u4eba\u5417\uff1f","introductions_first_met_date":"\u7b2c\u4e00\u6b21\u76f8\u89c1","introductions_first_met_date_known":"\u8fd9\u662f\u6211\u4eec\u76f8\u9047\u7684\u65e5\u5b50","introductions_met_date":"\u5728:date\u9047\u5230","introductions_met_through":"\u901a\u8fc7 :name<\/a>\u9047\u5230","introductions_no_first_met_date":"\u6211\u4e0d\u8bb0\u5f97\u5177\u4f53\u65e5\u671f","introductions_no_met_through":"\u6ca1\u6709\u4eba","introductions_reminder_title":"\u4f60\u7b2c\u4e00\u6b21\u9047\u89c1\u7684\u90a3\u4e00\u5929\u7684\u5468\u5e74\u7eaa\u5ff5\u65e5","introductions_sidebar_title":"\u4f60\u4eec\u662f\u5982\u4f55\u8ba4\u8bc6\u7684\uff1f","introductions_title_edit":"\u4f60\u662f\u600e\u4e48\u8ba4\u8bc6:name\u7684\uff1f","introductions_update_success":"\u4f60\u6210\u529f\u66f4\u65b0\u4e86\u5173\u4e8e\u4f60\u4eec\u76f8\u8bc6\u7684\u6545\u4e8b","last_activity_date":"\u6700\u8fd1\u4e00\u8d77\u7684\u6d3b\u52a8: :date","last_activity_date_empty":"\u6700\u540e\u4e00\u8d77\u7684\u6d3b\u52a8: \u672a\u77e5","last_called":"\u6700\u8fd1\u901a\u8bdd: :date","last_called_empty":"\u6700\u8fd1\u901a\u8bdd: \u672a\u77e5","link_to_list":"\u8054\u7cfb\u4eba","linkedin_profile":"\u9886\u82f1\u00ae\u4e0a\u7684\u4e2a\u4eba\u8d44\u6599","modal_call_change":"\u66f4\u6539","modal_call_comment":"\u4f60\u4eec\u8bf4\u4e86\u4ec0\u4e48\uff1f\uff08\u53ef\u9009\uff09","modal_call_date":"\u901a\u8bdd\u662f\u4eca\u5929\u65e9\u4e9b\u65f6\u5019\u53d1\u751f\u7684\u3002","modal_call_exact_date":"\u901a\u8bdd\u65e5\u671f","modal_call_title":"\u8bb0\u5f55\u901a\u8bdd","notes_add_cta":"\u6dfb\u52a0\u6ce8\u91ca","notes_create_success":"\u4fbf\u7b7e\u5df2\u6210\u529f\u521b\u5efa","notes_delete_confirmation":"\u786e\u5b9e\u8981\u5220\u9664\u6b64\u4fbf\u7b7e\u5417\uff1f","notes_delete_success":"\u6ce8\u91ca\u5df2\u6210\u529f\u5220\u9664","notes_delete_title":"\u5220\u9664\u4fbf\u7b7e","notes_favorite":"\u6dfb\u52a0\/\u5220\u9664\u559c\u7231\u6807\u8bb0","notes_update_success":"\u4fbf\u7b3a\u5df2\u6210\u529f\u4fdd\u5b58","people_add_birthday_reminder":"\u795d: name\u751f\u65e5\u5feb\u4e50","people_add_cta":"\u6dfb\u52a0","people_add_firstname":"\u540d\u5b57","people_add_gender":"\u6027\u522b","people_add_import":"\u662f\u5426\u8981 \u5bfc\u5165\u60a8\u7684\u8054\u7cfb\u4eba<\/a>\uff1f","people_add_lastname":"\u59d3\uff08\u53ef\u9009\uff09","people_add_middlename":"\u4e2d\u95f4\u540d (\u53ef\u9009)","people_add_missing":"\u6ca1\u6709\u8054\u7cfb\u4eba\uff0c\u73b0\u5728\u6dfb\u52a0\u4e00\u4e2a","people_add_nickname":"\u6635\u79f0\uff08\u53ef\u9009\uff09","people_add_reminder_for_birthday":"\u521b\u5efa\u4e00\u4e2a\u5e74\u5ea6\u751f\u65e5\u63d0\u9192\u4e8b\u9879","people_add_success":":name \u5df2\u6210\u529f\u521b\u5efa","people_add_title":"\u6dfb\u52a0\u4e00\u4f4d\u65b0\u7684\u8054\u7cfb\u4eba","people_delete_click_here":"\u70b9\u51fb\u8fd9\u91cc","people_delete_confirmation":"\u786e\u5b9e\u8981\u5220\u9664\u6b64\u8054\u7cfb\u4eba\u5417\uff1f\u5220\u9664\u662f\u6c38\u4e45\u6027\u7684\u3002","people_delete_message":"\u5982\u679c\u9700\u8981\u5220\u9664\u6b64\u8054\u7cfb\u4eba,","people_delete_success":"\u8054\u7cfb\u4eba\u5df2\u88ab\u5220\u9664","people_edit_email_error":"\u60a8\u7684\u8054\u7cfb\u4eba\u4e2d\u5df2\u7ecf\u6709\u4eba\u4f7f\u7528\u6b64\u7535\u5b50\u90ae\u4ef6\uff0c\u8bf7\u66f4\u6362\u4e00\u4e2a","people_export":"\u5bfc\u51fa\u4e3a vCard","people_list_account_upgrade_cta":"\u7acb\u5373\u5347\u7ea7","people_list_account_upgrade_title":"\u5347\u7ea7\u60a8\u7684\u5e10\u6237, \u4ee5\u6253\u5f00\u5168\u90e8\u529f\u80fd\u3002","people_list_account_usage":"\u60a8\u7684\u8d26\u6237\u5df2\u8054\u7cfb\u4eba\u4f7f\u7528\u60c5\u51b5\u662f\uff1a:current\/:limit ","people_list_blank_cta":"\u6dfb\u52a0\u67d0\u4eba","people_list_blank_title":"\u60a8\u8fd8\u6ca1\u6709\u4efb\u4f55\u8054\u7cfb\u4eba","people_list_clear_filter":"\u6e05\u9664\u7b5b\u9009","people_list_contacts_per_tags":":count \u4e2a\u8054\u7cfb\u4eba","people_list_filter_tag":"\u62e5\u6709\u4ee5\u4e0b\u6807\u7b7e\u7684\u8054\u7cfb\u4eba\uff1a","people_list_filter_untag":"\u6240\u6709\u672a\u52a0\u6807\u7b7e\u7684\u8054\u7cfb\u4eba","people_list_firstnameAZ":"\u4ee5\u540d\u5b57A \u2192 Z\u6392\u5e8f","people_list_firstnameZA":"\u4ee5\u540d\u5b57 Z \u2192 A\u6392\u5e8f","people_list_last_updated":"\u6700\u8fd1\u66f4\u65b0:","people_list_lastactivitydateNewtoOld":"\u4ee5\u6700\u540e\u6d3b\u52a8\u65e5\u671f\u4ece\u8fd1\u5230\u8fdc\u6392\u5e8f","people_list_lastactivitydateOldtoNew":"\u4ee5\u6700\u540e\u6d3b\u52a8\u65e5\u671f\u4ece\u8fdc\u5230\u8fd1\u6392\u5e8f","people_list_lastnameAZ":"\u4ee5\u59d3A \u2192 Z\u6392\u5e8f","people_list_lastnameZA":"\u4ee5\u59d3Z \u2192 A\u6392\u5e8f","people_list_number_kids":":count \u4e2a\u5b69\u5b50","people_list_number_reminders":":count \u4e2a\u63d0\u9192","people_list_sort":"\u6392\u5e8f","people_list_stats":":count \u4e2a\u8054\u7cfb\u4eba","people_list_untagged":"\u67e5\u770b\u672a\u52a0\u6807\u7b7e\u7684\u8054\u7cfb\u4eba","people_save_and_add_another_cta":"\u63d0\u4ea4\u5e76\u6dfb\u52a0\u5176\u4ed6\u4eba","people_search":"\u641c\u7d22\u8054\u7cfb\u4eba...","people_search_no_results":"\u672a\u627e\u5230\u76f8\u5173\u8054\u7cfb\u4eba:(","pets_bird":"\u9e1f","pets_cat":"\u732b","pets_create_success":"\u5df2\u6210\u529f\u6dfb\u52a0\u5ba0\u7269","pets_delete_success":"\u5ba0\u7269\u5df2\u88ab\u5220\u9664","pets_dog":"\u72d7","pets_fish":"\u9c7c","pets_hamster":"\u4ed3\u9f20","pets_horse":"\u9a6c","pets_kind":"\u5ba0\u7269\u79cd\u7c7b","pets_name":"\u540d\u5b57 (\u53ef\u9009)","pets_other":"\u5176\u5b83","pets_rabbit":"\u5154\u5b50","pets_rat":"\u9f20","pets_reptile":"\u722c\u884c\u52a8\u7269","pets_small_animal":"\u5c0f\u52a8\u7269","pets_title":"\u5ba0\u7269","pets_update_success":"\u5ba0\u7269\u5df2\u66f4\u65b0","relationship_delete_confirmation":"\u60a8\u786e\u5b9a\u8981\u5c06\u5173\u7cfb\u5220\u9664\u5417\uff1f\u672c\u64cd\u4f5c\u65e0\u6cd5\u64a4\u9500\u3002","relationship_form_add":"\u6dfb\u52a0\u4e00\u4e2a\u65b0\u7684\u5173\u7cfb","relationship_form_add_choice":"\u8fd9\u662f\u4e0e\u8c01\u7684\u5173\u7cfb\uff1f","relationship_form_add_description":"\u6b64\u9009\u9879\u80fd\u8ba9\u60a8\u5c06\u5176\u521b\u5efa\u4e3a\u60a8Monica\u4e2d\u7684\u8054\u7cfb\u4eba","relationship_form_add_no_existing_contact":"\u60a8\u6682\u65f6\u6ca1\u6709\u80fd\u4e0e :name \u94fe\u63a5\u7684\u8054\u7cfb\u4eba","relationship_form_add_success":"\u5173\u7cfb\u8bbe\u7f6e\u5b8c\u6210","relationship_form_also_create_contact":"\u5c06\u6b64\u4eba\u521b\u5efa\u4e3a\u60a8\u7684\u8054\u7cfb\u4eba","relationship_form_associate_contact":"\u5bfc\u5165\u4e00\u4f4d\u5df2\u5b58\u5728\u7684\u8054\u7cfb\u4eba","relationship_form_associate_dropdown":"\u8bf7\u4ece\u4e0b\u62c9\u83dc\u5355\u9009\u62e9\u4e00\u4f4d\u8054\u7cfb\u4eba","relationship_form_associate_dropdown_placeholder":"\u641c\u7d22\u5e76\u9009\u62e9\u4e00\u4f4d\u73b0\u6709\u8054\u7cfb\u4eba","relationship_form_create_contact":"\u6dfb\u52a0\u4e00\u4e2a\u65b0\u7684\u4eba","relationship_form_deletion_success":"\u6b64\u5173\u7cfb\u5df2\u5220\u9664","relationship_form_edit":"\u4fee\u6539\u4e00\u4e2a\u5df2\u6709\u5173\u7cfb","relationship_form_is_with":"\u8fd9\u4e2a\u4eba\u662f...","relationship_unlink_confirmation":"\u60a8\u786e\u5b9a\u8981\u5c06\u5173\u7cfb\u5220\u9664\u5417\uff1f\u6b64\u64cd\u4f5c\u4e0d\u4f1a\u4ece\u60a8\u7684\u8054\u7cfb\u4eba\u5217\u8868\u5c06\u5176\u5220\u9664\u3002","reminder_frequency_day":"\u6bcf\u5929 | \u6bcf:number\u5929","reminder_frequency_month":"\u6bcf\u6708 | \u6bcf:number\u6708","reminder_frequency_one_time":"\u5728:date","reminder_frequency_week":"\u6bcf\u5468 | \u6bcf:number\u661f\u671f","reminder_frequency_year":"\u6bcf\u5e74 | \u6bcf:number\u5e74","reminders_add_cta":"\u6dfb\u52a0\u63d0\u9192","reminders_add_description":"\u8bf7\u63d0\u9192\u6211...","reminders_add_error_custom_text":"\u60a8\u9700\u8981\u4e3a\u6b64\u63d0\u9192\u6307\u5b9a\u6587\u672c","reminders_add_next_time":"\u60a8\u5e0c\u671b\u4e0b\u4e00\u6b21\u5173\u4e8e\u8fd9\u4e2a\u7684\u63d0\u9192\u7684\u65f6\u95f4\u662f\uff1f","reminders_add_once":"\u4ec5\u4e00\u6b21","reminders_add_recurrent":"\u6bcf","reminders_add_starting_from":"\u63d0\u9192\u6211","reminders_add_title":"\u4f60\u9700\u8981\u5173\u4e8e:name\u7684\u63d0\u9192\u5417\uff1f","reminders_birthday":":name\u7684\u751f\u65e5","reminders_blank_add_activity":"\u6dfb\u52a0\u63d0\u9192","reminders_blank_title":"\u60a8\u6709\u4ec0\u4e48\u5173\u4e8e:name\u7684\u63d0\u9192\u5417\uff1f","reminders_create_success":"\u5df2\u6210\u529f\u6dfb\u52a0\u63d0\u9192","reminders_cta":"\u6dfb\u52a0\u63d0\u9192","reminders_delete_confirmation":"\u786e\u5b9e\u8981\u5220\u9664\u6b64\u63d0\u9192\u5417\uff1f","reminders_delete_cta":"\u5220\u9664","reminders_delete_success":"\u5df2\u6210\u529f\u5220\u9664\u63d0\u9192","reminders_description":"\u6211\u4eec\u5c06\u53d1\u9001\u7535\u5b50\u90ae\u4ef6\u7684\u6bcf\u4e00\u4e2a\u63d0\u9192\u5982\u4e0b\u3002\u6bcf\u5929\u65e9\u4e0a\u90fd\u4f1a\u53d1\u51fa\u63d0\u9192,\u3002\u65e0\u6cd5\u5220\u9664\u81ea\u52a8\u4e3a\u751f\u65e5\u6dfb\u52a0\u7684\u63d0\u9192\u3002\u5982\u679c\u8981\u66f4\u6539\u8fd9\u4e9b\u65e5\u671f, \u8bf7\u7f16\u8f91\u8054\u7cfb\u4eba\u7684\u751f\u65e5\u3002","reminders_edit_update_cta":"\u66f4\u65b0\u63d0\u9192","reminders_free_plan_warning":"\u60a8\u5f53\u524d\u4f7f\u7528\u7684\u662f\u514d\u8d39\u7248\u3002\u82e5\u9700\u8981\u90ae\u4ef6\u63d0\u9192\uff0c\u8bf7\u5347\u7ea7\u60a8\u7684\u8d26\u6237\u3002","reminders_next_expected_date":"\u5728","reminders_one_time":"\u4e00\u6b21\u6027","reminders_type_month":"\u6708","reminders_type_week":"\u5468","reminders_type_year":"\u5e74","reminders_update_success":"\u5df2\u6210\u529f\u66f4\u65b0\u63d0\u9192","section_contact_information":"\u8054\u7cfb\u4eba\u4fe1\u606f","section_personal_activities":"\u6d3b\u52a8","section_personal_gifts":"\u793c\u7269","section_personal_notes":"\u4fbf\u7b7e","section_personal_reminders":"\u63d0\u9192","section_personal_tasks":"\u4efb\u52a1","set_favorite":"\u60a8\u6536\u85cf\u7684\u8054\u7cfb\u4eba\u5c06\u5728\u8054\u7cfb\u4eba\u5217\u8868\u7f6e\u9876\u663e\u793a\u3002","stay_in_touch":"\u5e38\u8054\u7cfb*","stay_in_touch_frequency":"\u5e38\u8054\u7cfb*\u63d0\u9192\u9891\u7387\uff1a\u6bcf\u5929|\u5e38\u8054\u7cfb*\u63d0\u9192\u9891\u7387\uff1a\u6bcf {count} \u5929","stay_in_touch_invalid":"\u9891\u7387\u5fc5\u987b\u5927\u4e8e0\u3002","stay_in_touch_modal_desc":"\u6211\u4eec\u5c06\u4f1a\u7528\u90ae\u4ef6\u63d0\u9192\u60a8\u4e0e{firstname}\u4fdd\u6301\u8054\u7cfb\u3002","stay_in_touch_modal_label":"\u6bcf\u51e0\u5929\u53d1\u9001\u4e00\u5c01\u63d0\u9192\u90ae\u4ef6...\uff1f","stay_in_touch_modal_title":"\u5e38\u8054\u7cfb*","stay_in_touch_premium":"\u60a8\u9700\u8981\u5347\u7ea7\u5230\u9ad8\u7ea7\u8d26\u6237\u6765\u4f7f\u7528\u8fd9\u4e2a\u529f\u80fd\uff01","tag_add":"\u6dfb\u52a0\u6807\u7b7e","tag_edit":"\u7f16\u8f91\u6807\u7b7e","tasks_add_task":"\u6dfb\u52a0\u4efb\u52a1","tasks_blank_title":"\u60a8\u6682\u65f6\u8fd8\u6ca1\u4efb\u52a1\u3002","tasks_complete_success":"\u6210\u529f\u53d8\u66f4\u4efb\u52a1\uff01","tasks_delete_success":"\u6210\u529f\u5220\u9664\u4efb\u52a1\uff01","tasks_form_description":"\u63cf\u8ff0 (\u53ef\u9009)","tasks_form_title":"\u6807\u9898","work_add_cta":"\u66f4\u65b0\u5de5\u4f5c\u4fe1\u606f","work_edit_company":"\u516c\u53f8 (\u53ef\u9009)","work_edit_job":"\u804c\u4f4d\u540d\u79f0 (\u53ef\u9009)","work_edit_success":"\u5de5\u4f5c\u4fe1\u606f\u5df2\u6210\u529f\u66f4\u65b0","work_edit_title":"\u66f4\u65b0:name\u7684\u5de5\u4f5c\u4fe1\u606f","work_information":"\u5de5\u4f5c\u4fe1\u606f"},"reminder":{"type_birthday":"\u795d\u6b64\u4eba\u751f\u65e5\u5feb\u4e50","type_birthday_kid":"\u795d\u6b64\u4eba\u7684\u5b69\u5b50\u751f\u65e5\u5feb\u4e50","type_email":"Email","type_hangout":"\u4e0e\u6b64\u4eba\u7ea6\u4f1a","type_lunch":"\u4e0e\u6b64\u4eba\u5171\u8fdb\u5348\u9910","type_phone_call":"\u547c\u53eb"},"settings":{"2fa_disable_description":"\u4e3a\u60a8\u7684\u5e10\u6237\u7981\u7528\u53cc\u91cd\u7d20\u8eab\u4efd\u9a8c\u8bc1\u3002\u5c0f\u5fc3, \u4f60\u7684\u5e10\u6237\u5c06\u4e0d\u518d\u5b89\u5168!","2fa_disable_error":"\u5c1d\u8bd5\u7981\u7528\u53cc\u91cd\u8eab\u4efd\u9a8c\u8bc1\u65f6\u51fa\u9519","2fa_disable_success":"\u53cc\u91cd\u8eab\u4efd\u8ba4\u8bc1\u5df2\u7981\u7528","2fa_disable_title":"\u5173\u95ed\u53cc\u91cd\u8eab\u4efd\u9a8c\u8bc1","2fa_enable_description":"\u542f\u7528\u53cc\u91cd\u8eab\u4efd\u9a8c\u8bc1\u4ee5\u63d0\u9ad8\u5e10\u6237\u7684\u5b89\u5168\u6027\u3002","2fa_enable_error":"\u5c1d\u8bd5\u6fc0\u6d3b\u53cc\u91cd\u8eab\u4efd\u9a8c\u8bc1\u65f6\u51fa\u9519","2fa_enable_error_already_set":"\u4e8c\u6b21\u9a8c\u8bc1\u5df2\u6fc0\u6d3b","2fa_enable_otp":"\u6253\u5f00\u60a8\u7684\u53cc\u91cd\u8ba4\u8bc1\u79fb\u52a8\u5e94\u7528\u7a0b\u5e8f, \u5e76\u626b\u63cf\u4ee5\u4e0b QR \u6761\u7801:","2fa_enable_otp_help":"\u5982\u679c\u60a8\u7684\u53cc\u91cd\u8ba4\u8bc1\u79fb\u52a8\u5e94\u7528\u7a0b\u5e8f\u4e0d\u652f\u6301 QR \u6761\u7801, \u8bf7\u5728\u4e0b\u9762\u7684\u4ee3\u7801\u4e2d\u8f93\u5165:","2fa_enable_otp_validate":"\u8bf7\u9a8c\u8bc1\u60a8\u521a\u8bbe\u7f6e\u7684\u65b0\u8bbe\u5907:","2fa_enable_success":"\u53cc\u91cd\u8ba4\u8bc1\u5df2\u6fc0\u6d3b","2fa_enable_title":"\u542f\u7528\u4e8c\u6b21\u9a8c\u8bc1","2fa_otp_title":"\u7528\u4e8e\u4e8c\u6b21\u9a8c\u8bc1\u7684App","2fa_title":"\u53cc\u91cd\u9a8c\u8bc1","api_authorized_clients":"\u6388\u6743\u5ba2\u6237\u7aef\u5217\u8868","api_authorized_clients_desc":"\u672c\u8282\u5217\u51fa\u4e86\u60a8\u6388\u6743\u8bbf\u95ee\u5e94\u7528\u7a0b\u5e8f\u7684\u6240\u6709\u5ba2\u6237\u7aef\u3002\u60a8\u53ef\u4ee5\u968f\u65f6\u64a4\u9500\u6b64\u6388\u6743\u3002","api_authorized_clients_name":"\u540d\u79f0","api_authorized_clients_scopes":"\u4f5c\u7528\u57df","api_authorized_clients_title":"\u5df2\u6388\u6743\u7684\u5e94\u7528","api_description":"API \u53ef\u4ee5\u7528\u6765\u4ece\u5916\u90e8\u5e94\u7528\u7a0b\u5e8f\u64cd\u7eb5Monica\u7684\u6570\u636e, \u4f8b\u5982\u79fb\u52a8\u5e94\u7528\u7a0b\u5e8f\u3002","api_oauth_clientid":"\u5ba2\u6237\u7aef ID","api_oauth_clients":"\u60a8\u7684 Oauth \u5ba2\u6237\u7aef","api_oauth_clients_desc":"\u60a8\u53ef\u4ee5\u6ce8\u518c\u81ea\u5df1\u7684 OAuth \u5ba2\u6237\u7aef\u3002","api_oauth_create":"\u521b\u5efa\u5ba2\u6237\u7aef","api_oauth_create_new":"\u521b\u5efa\u65b0\u7684\u5ba2\u6237\u7aef","api_oauth_name":"\u540d\u79f0","api_oauth_name_help":"\u5b89\u5168\u7801","api_oauth_not_created":"\u60a8\u5c1a\u672a\u521b\u5efaOauth\u5ba2\u6237\u7aef","api_oauth_redirecturl":"\u91cd\u5b9a\u5411URL","api_oauth_redirecturl_help":"\u5e94\u7528\u7a0b\u5e8f\u7684\u6388\u6743\u56de\u8c03 URL\u3002","api_oauth_secret":"\u5bc6\u94a5","api_oauth_title":"Oauth\u5ba2\u6237\u7aef","api_pao_description":"\u8bf7\u786e\u4fdd\u5c06\u6b64token\u6388\u4e88\u60a8\u4fe1\u4efb\u7684\u6e90-\u56e0\u4e3a\u5b83\u4eec\u5141\u8bb8\u60a8\u8bbf\u95ee\u6240\u6709\u6570\u636e\u3002","api_personal_access_tokens":"\u4e2a\u4eba\u8bbf\u95ee\u4ee4\u724c","api_title":"API \u8bbf\u95ee","api_token_create":"\u521b\u5efa\u5bc6\u94a5","api_token_create_new":"\u521b\u5efa\u5bc6\u94a5","api_token_delete":"\u5220\u9664","api_token_help":"\u8fd9\u662f\u60a8\u7684\u4e2a\u4eba\u8bbf\u95ee\u5bc6\u94a5\uff0c\u6211\u4eec\u53ea\u4f1a\u5c55\u793a\u4e00\u6b21\uff0c\u8bf7\u59a5\u5584\u4fdd\u7ba1\u3002\u60a8\u73b0\u5728\u53ef\u4ee5\u4f7f\u7528\u8fd9\u4e2a\u5bc6\u94a5\u8fdb\u884cAPI\u8bf7\u6c42","api_token_name":"\u540d\u79f0","api_token_not_created":"\u60a8\u6ca1\u6709\u5df2\u521b\u5efa\u7684\u8bbf\u95ee\u5bc6\u94a5","api_token_scopes":"\u4f5c\u7528\u57df","api_token_title":"\u4e2a\u4eba\u8bbf\u95ee\u5bc6\u94a5","currency":"\u8d27\u5e01","delete_cta":"\u5220\u9664\u5e10\u6237","delete_desc":"\u662f\u5426\u8981\u5220\u9664\u60a8\u7684\u5e10\u6237\uff1f\u8b66\u544a: \u5220\u9664\u662f\u6c38\u4e45\u6027\u7684, \u60a8\u7684\u6240\u6709\u6570\u636e\u5c06\u6c38\u4e45\u7684\u5220\u9664\u3002","delete_notice":"\u60a8\u786e\u5b9a\u8981\u91cd\u65b0\u8bbe\u7f6e\u5e10\u6237\u5417\uff1f\u6b64\u64cd\u4f5c\u4e0d\u80fd\u56de\u9000\u3002","delete_title":"\u5220\u9664\u60a8\u7684\u5e10\u6237","email":"\u7535\u5b50\u90ae\u4ef6\u5730\u5740","email_help":"\u8fd9\u662f\u7528\u4e8e\u767b\u5f55\u7684\u7535\u5b50\u90ae\u4ef6, \u540c\u65f6\u4e5f\u7528\u6765\u63a5\u6536\u60a8\u7684\u63d0\u9192\u3002","email_placeholder":"\u8f93\u5165\u7535\u5b50\u90ae\u7bb1","export_be_patient":"\u5355\u51fb\u6309\u94ae\u5f00\u59cb\u5bfc\u51fa\u3002\u5904\u7406\u5bfc\u51fa\u53ef\u80fd\u9700\u8981\u51e0\u5206\u949f\u65f6\u95f4\uff0c\u8bf7\u8010\u5fc3\u7b49\u5f85, \u4e0d\u8981\u53d6\u6d88\u6309\u94ae\u3002","export_sql_cta":"\u5bfc\u51fa\u5230 SQL","export_sql_explanation":"\u4ee5 SQL \u683c\u5f0f\u5bfc\u51fa\u6570\u636e\u4f7f\u60a8\u53ef\u4ee5\u5c06\u6570\u636e\u5bfc\u5165\u5230\u81ea\u5df1\u7684Monica\u5b9e\u4f8b\u4e2d\u3002\u8fd9\u53ea\u5728\u4f60\u6709\u81ea\u5df1\u7684\u670d\u52a1\u5668\u65f6\u6709\u6548\u3002","export_sql_link_instructions":"\u6ce8\u610f: \u9605\u8bfb\u8bf4\u660e<\/a>, \u4e86\u89e3\u6709\u5173\u5c06\u6b64\u6587\u4ef6\u5bfc\u5165\u5230\u60a8\u7684\u5b9e\u4f8b\u7684\u8be6\u7ec6\u4fe1\u606f\u3002","export_title":"\u5bfc\u51fa\u5e10\u6237\u6570\u636e","export_title_sql":"\u5bfc\u51fa\u5230 SQL","firstname":"\u540d","import_blank_cta":"\u5bfc\u5165 vCard","import_blank_description":"\u6211\u4eec\u53ef\u4ee5\u4ece Google Contacts \u6216\u60a8\u7684Contact manager\u90a3\u91cc\u5bfc\u5165\u60a8\u7684 vCard \u6587\u4ef6\u3002","import_blank_question":"\u662f\u5426\u7acb\u5373\u5bfc\u5165\u8054\u7cfb\u4eba\uff1f","import_blank_title":"\u60a8\u6682\u65e0\u5bfc\u5165\u7684\u8054\u7cfb\u4eba\u3002","import_cta":"\u4e0a\u8f7d\u8054\u7cfb\u4eba","import_in_progress":"\u5bfc\u5165\u6b63\u5728\u8fdb\u884c\u4e2d\u3002\u5728\u4e00\u5206\u949f\u5185\u91cd\u65b0\u52a0\u8f7d\u9875\u9762\u3002","import_need_subscription":"\u60a8\u9700\u8981\u8ba2\u9605\u624d\u80fd\u5bfc\u5165\u8054\u7cfb\u4eba","import_report_date":"\u5bfc\u5165\u65e5\u671f","import_report_number_contacts":"\u6587\u4ef6\u4e2d\u7684\u8054\u7cfb\u4eba\u6570","import_report_number_contacts_imported":"\u5bfc\u5165\u7684\u8054\u7cfb\u4eba\u6570\u91cf","import_report_number_contacts_skipped":"\u8df3\u8fc7\u7684\u8054\u7cfb\u4eba\u6570","import_report_status_imported":"\u5bfc\u5165","import_report_status_skipped":"\u8df3\u8fc7","import_report_title":"\u5bfc\u5165\u62a5\u8868","import_report_type":"\u5bfc\u5165\u7c7b\u578b","import_result_stat":"\u4e0a\u4f20\u4e86 vCard (:total_imported imported, :total_skipped skipped)|\u4e0a\u4f20\u4e86\u5305\u542b :total_contacts \u4e2a\u8054\u7cfb\u4eba\u7684 vCard (:total_imported imported, :total_skipped skipped)","import_stat":"\u60a8\u76ee\u524d\u4e3a\u6b62\u5bfc\u5165\u4e86:number\u4e2a\u6587\u4ef6\u3002","import_title":"\u5728\u60a8\u7684\u5e10\u6237\u4e2d\u5bfc\u5165\u8054\u7cfb\u4eba","import_upload_behaviour":"\u5bfc\u5165\u504f\u597d:","import_upload_behaviour_add":"\u6dfb\u52a0\u65b0\u6761\u76ee, \u8df3\u8fc7\u5df2\u6709\u6761\u76ee","import_upload_behaviour_help":"\u63d0\u793a: \u66ff\u6362\u4f1a\u66ff\u6362\u6240\u6709\u5728 vCard \u6587\u4ef6\u4e2d\u83b7\u53d6\u7684\u6570\u636e, \u4f46\u662f\u4f1a\u4fdd\u7559\u672a\u88ab\u66ff\u6362\u7684\u4fe1\u606f\u533a\u57df\u3002","import_upload_behaviour_replace":"\u66ff\u6362\u73b0\u6709\u6761\u76ee","import_upload_form_file":"\u4f60\u7684 .vcf<\/code> \u6216 . vCard<\/code> \u6587\u4ef6:","import_upload_rule_cant_revert":"\u8bf7\u786e\u8ba4\u60a8\u4e0a\u4f20\u7684\u6570\u636e\u662f\u6b63\u786e\u7684\uff0c\u4e00\u65e6\u4e0a\u4f20\u5c31\u65e0\u6cd5\u64a4\u9500\u3002","import_upload_rule_format":"\u6211\u4eec\u652f\u6301 vcard<\/code> \u548c vcf<\/code> \u6587\u4ef6\u3002","import_upload_rule_instructions":"\u5bfc\u51fa Contacts.app (macOS)<\/a> \u548c Google Contacts<\/a>\u7684\u8bf4\u660e\u3002","import_upload_rule_limit":"\u6587\u4ef6\u9650\u5236\u4e3a10MB\u3002","import_upload_rule_multiple":"\u73b0\u5728, \u5982\u679c\u60a8\u7684\u8054\u7cfb\u4eba\u6709\u591a\u4e2a\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u6216\u7535\u8bdd\u53f7\u7801, \u5219\u53ea\u4f1a\u83b7\u53d6\u7b2c\u4e00\u4e2a\u6761\u76ee\u3002","import_upload_rule_time":"\u4e0a\u4f20\u8054\u7cfb\u4eba\u548c\u5904\u7406\u5b83\u4eec\u53ef\u80fd\u9700\u89811\u5206\u949f\u7684\u65f6\u95f4\u3002\u8bf7\u8010\u5fc3\u7b49\u5f85\u3002","import_upload_rule_vcard":"\u6211\u4eec\u652f\u6301 vCard 3.0 \u683c\u5f0f, \u8fd9\u662fContacts.app (macOS) \u548c Google Contacts\u7684\u9ed8\u8ba4\u683c\u5f0f. \u3002","import_upload_rules_desc":"\u4f46\u662f, \u6211\u4eec\u6709\u4e00\u4e9b\u89c4\u5219:","import_upload_title":"\u4ece vCard \u6587\u4ef6\u5bfc\u5165\u8054\u7cfb\u4eba","import_vcard_contact_exist":"\u8054\u7cfb\u4eba\u5df2\u5b58\u5728","import_vcard_contact_no_firstname":"\u65e0\u540d\u5b57 (\u5fc5\u586b)","import_vcard_file_no_entries":"\u6587\u4ef6\u4e0d\u5305\u542b\u8054\u7cfb\u4eba","import_vcard_file_not_found":"\u6587\u4ef6\u4e0d\u5b58\u5728","import_vcard_unknown_entry":"\u672a\u77e5\u7684\u8054\u7cfb\u4eba\u59d3\u540d","import_view_report":"\u67e5\u770b\u62a5\u544a","lastname":"\u59d3\u6c0f","layout":"\u5e03\u5c40","layout_big":"\u6d4f\u89c8\u5668\u7684\u5168\u5bbd\u5ea6","layout_small":"\u6700\u59271200\u50cf\u7d20\u5bbd","locale":"\u5e94\u7528\u7a0b\u5e8f\u4e2d\u4f7f\u7528\u7684\u8bed\u8a00","locale_cs":"\u6377\u514b\u6587","locale_de":"\u5fb7\u6587","locale_en":"\u82f1\u6587","locale_es":"\u897f\u73ed\u7259\u6587","locale_fr":"\u6cd5\u6587","locale_he":"\u5e0c\u4f2f\u6765\u6587","locale_it":"\u610f\u5927\u5229\u6587","locale_nl":"\u8377\u5170\u6587","locale_pt":"\u8461\u8404\u7259\u6587","locale_ru":"\u4fc4\u6587","locale_tr":"\u571f\u8033\u5176\u6587","locale_zh":"\u7b80\u4f53\u4e2d\u6587","name":"\u60a8\u7684\u59d3\u540d: :name","name_order":"\u540d\u79f0\u987a\u5e8f","name_order_firstname_lastname":"<\u540d> <\u59d3> - \u5c0f\u660e \u738b","name_order_firstname_lastname_nickname":"<\u540d> <\u59d3> (<\u6635\u79f0>) - \u5c0f\u660e \u738b (\u72d7\u86cb)","name_order_firstname_nickname_lastname":"<\u540d> (<\u6635\u79f0>) <\u59d3> - \u5c0f\u660e (\u72d7\u86cb) \u738b","name_order_lastname_firstname":"<\u59d3> <\u540d> - \u738b \u5c0f\u660e","name_order_lastname_firstname_nickname":"<\u59d3> <\u540d> (<\u6635\u79f0>) - \u738b \u5c0f\u660e (\u72d7\u86cb)","name_order_lastname_nickname_firstname":"<\u59d3> (<\u6635\u79f0>) <\u540d> - \u738b (\u72d7\u86cb) \u5c0f\u660e","name_order_nickname":"<\u6635\u79f0> - \u72d7\u86cb","password_btn":"\u66f4\u6539\u5bc6\u7801","password_change":"\u66f4\u6539\u5bc6\u7801","password_current":"\u5f53\u524d\u5bc6\u7801","password_current_placeholder":"\u8f93\u5165\u5f53\u524d\u5bc6\u7801","password_new1":"\u65b0\u5bc6\u7801","password_new1_placeholder":"\u8f93\u5165\u4e00\u4e2a\u65b0\u5bc6\u7801","password_new2":"\u786e\u8ba4","password_new2_placeholder":"\u91cd\u65b0\u8f93\u5165\u65b0\u5bc6\u7801","personalisation_paid_upgrade":"\u8fd9\u662f\u4e00\u4e2a\u9ad8\u7ea7\u7248\u7684\u529f\u80fd. \u5728\u8bbe\u7f6e-\u8ba2\u9605\u5185\u8fdb\u884c\u9ad8\u7ea7\u7248\u8ba2\u9605\u3002","personalization_activity_type_add_button":"\u589e\u52a0\u4e00\u4e2a\u6d3b\u52a8","personalization_activity_type_category_add":"\u589e\u52a0\u4e00\u4e2a\u6d3b\u52a8\u5206\u7c7b","personalization_activity_type_category_description":"\u6211\u4eec\u4e3a\u60a8\u6dfb\u52a0\u4e86\u4e00\u4e9b\u9ed8\u8ba4\u6d3b\u52a8\u53ca\u5206\u7c7b\uff0c\u60a8\u53ef\u4ee5\u5728\u6b64\u5904\u4fee\u6539\u5b83\u4eec\u3002","personalization_activity_type_category_modal_add":"\u589e\u52a0\u6d3b\u52a8\u5206\u7c7b","personalization_activity_type_category_modal_delete":"\u5220\u9664\u6d3b\u52a8\u5206\u7c7b","personalization_activity_type_category_modal_delete_desc":"\u60a8\u771f\u7684\u8981\u5220\u9664\u8fd9\u4e2a\u6d3b\u52a8\u5206\u7c7b\u5417\uff1f","personalization_activity_type_category_modal_delete_error":"\u6211\u4eec\u65e0\u6cd5\u627e\u5230\u8fd9\u4e2a\u6d3b\u52a8\u5206\u7c7b","personalization_activity_type_category_modal_edit":"\u7f16\u8f91\u6d3b\u52a8\u5206\u7c7b","personalization_activity_type_category_modal_question":"\u60a8\u60f3\u5982\u4f55\u547d\u540d\u8fd9\u4e2a\u65b0\u7684\u5206\u7c7b\uff1f","personalization_activity_type_category_table_actions":"\u884c\u52a8","personalization_activity_type_category_table_name":"\u540d\u79f0","personalization_activity_type_category_title":"\u6d3b\u52a8\u5206\u7c7b","personalization_activity_type_modal_add":"\u589e\u52a0\u4e00\u4e2a\u6d3b\u52a8","personalization_activity_type_modal_delete":"\u5220\u9664\u6d3b\u52a8","personalization_activity_type_modal_delete_desc":"\u60a8\u771f\u7684\u8981\u5220\u9664\u8fd9\u4e2a\u6d3b\u52a8\u5417\uff1f","personalization_activity_type_modal_delete_error":"\u6211\u4eec\u65e0\u6cd5\u627e\u5230\u8fd9\u4e2a\u6d3b\u52a8","personalization_activity_type_modal_edit":"\u7f16\u8f91\u6d3b\u52a8","personalization_activity_type_modal_question":"\u60a8\u60f3\u5982\u4f55\u547d\u540d\u8fd9\u4e2a\u65b0\u7684\u6d3b\u52a8\uff1f","personalization_contact_field_type_add":"\u6dfb\u52a0\u65b0\u5b57\u6bb5\u7c7b\u578b","personalization_contact_field_type_add_success":"\u5df2\u6210\u529f\u6dfb\u52a0\u8054\u7cfb\u4eba\u5b57\u6bb5\u7c7b\u578b\u3002","personalization_contact_field_type_delete_success":"\u8054\u7cfb\u4eba\u5b57\u6bb5\u7c7b\u578b\u5df2\u6210\u529f\u5220\u9664\u3002","personalization_contact_field_type_description":"\u5728\u8fd9\u91cc\u60a8\u53ef\u4ee5\u914d\u7f6e\u6240\u6709\u4e0d\u540c\u7c7b\u578b\u7684\u8054\u7cfb\u4eba\u5b57\u6bb5, \u60a8\u53ef\u4ee5\u5173\u8054\u5230\u6240\u6709\u8054\u7cfb\u4eba\u3002\u5982\u679c\u5c06\u6765\u51fa\u73b0\u65b0\u7684\u793e\u4ea4\u7f51\u7edc, \u60a8\u5c06\u80fd\u591f\u5728\u8fd9\u91cc\u6dfb\u52a0\u8fd9\u79cd\u65b0\u7684\u8054\u7cfb\u65b9\u5f0f\u3002","personalization_contact_field_type_edit_success":"\u8054\u7cfb\u4eba\u5b57\u6bb5\u7c7b\u578b\u5df2\u6210\u529f\u66f4\u65b0\u3002","personalization_contact_field_type_modal_delete_description":"\u786e\u5b9e\u8981\u5220\u9664\u6b64\u8054\u7cfb\u4eba\u5b57\u6bb5\u7c7b\u578b\u5417\uff1f\u5220\u9664\u6b64\u7c7b\u578b\u7684\u8054\u7cfb\u4eba\u5b57\u6bb5\u5c06\u5220\u9664\u6240\u6709\u8054\u7cfb\u4eba\u7684\u6b64\u7c7b\u578b\u7684\u6240\u6709\u6570\u636e\u3002","personalization_contact_field_type_modal_delete_title":"\u5220\u9664\u73b0\u6709\u8054\u7cfb\u4eba\u5b57\u6bb5\u7c7b\u578b","personalization_contact_field_type_modal_edit_title":"\u7f16\u8f91\u73b0\u6709\u8054\u7cfb\u4eba\u5b57\u6bb5\u7c7b\u578b","personalization_contact_field_type_modal_icon":"\u56fe\u6807 (\u53ef\u9009)","personalization_contact_field_type_modal_icon_help":"\u60a8\u53ef\u4ee5\u5c06\u56fe\u6807\u4e0e\u6b64\u8054\u7cfb\u4eba\u5b57\u6bb5\u7c7b\u578b\u5173\u8054\u3002\u60a8\u9700\u8981\u6dfb\u52a0\u5bf9Font Awesome\u56fe\u6807\u7684\u5f15\u7528\u3002","personalization_contact_field_type_modal_name":"\u540d\u79f0","personalization_contact_field_type_modal_protocol":"\u534f\u8bae (\u53ef\u9009)","personalization_contact_field_type_modal_protocol_help":"\u6bcf\u4e2a\u65b0\u7684\u8054\u7cfb\u4eba\u5b57\u6bb5\u7c7b\u578b\u90fd\u53ef\u4ee5\u9009\u5b9a\u3002\u5982\u679c\u8bbe\u7f6e\u4e86\u534f\u8bae, \u6211\u4eec\u5c06\u4f7f\u7528\u5b83\u6765\u89e6\u53d1\u8bbe\u7f6e\u7684\u64cd\u4f5c\u3002","personalization_contact_field_type_modal_title":"\u6dfb\u52a0\u65b0\u7684\u8054\u7cfb\u4eba\u5b57\u6bb5\u7c7b\u578b","personalization_contact_field_type_table_actions":"\u884c\u52a8","personalization_contact_field_type_table_name":"\u540d\u79f0","personalization_contact_field_type_table_protocol":"\u534f\u8bae","personalization_contact_field_type_title":"\u8054\u7cfb\u4eba\u5b57\u6bb5\u7c7b\u578b","personalization_genders_add":"\u6dfb\u52a0\u65b0\u7684\u6027\u522b\u7c7b\u578b","personalization_genders_desc":"\u4f60\u53ef\u4ee5\u6839\u636e\u9700\u8981\u5b9a\u4e49\u5c3d\u53ef\u80fd\u591a\u7684\u6027\u522b\u3002\u60a8\u7684\u5e10\u6237\u4e2d\u81f3\u5c11\u9700\u8981\u4e00\u79cd\u6027\u522b\u7c7b\u578b\u3002","personalization_genders_modal_add":"\u6dfb\u52a0\u6027\u522b\u7c7b\u578b","personalization_genders_modal_delete":"\u5220\u9664\u6027\u522b\u7c7b\u578b","personalization_genders_modal_delete_desc":"\u662f\u5426\u786e\u5b9e\u8981\u5220\u9664{name}\uff1f","personalization_genders_modal_delete_question":"\u8fd9\u4e2a\u6027\u522b\u4e0b\u6709{count} \u4e2a\u8054\u7cfb\u4eba\uff0c\u8bf7\u60a8\u4e3a\u8fd9\u4e2a\u8054\u7cfb\u4eba\u5206\u914d\u65b0\u7684\u6027\u522b\uff1a|\u8fd9\u4e2a\u6027\u522b\u4e0b\u6709{count} \u4e2a\u8054\u7cfb\u4eba\uff0c\u8bf7\u60a8\u4e3a\u8fd9\u4e9b\u8054\u7cfb\u4eba\u5206\u914d\u65b0\u7684\u6027\u522b","personalization_genders_modal_edit":"\u66f4\u65b0\u6027\u522b\u7c7b\u578b","personalization_genders_modal_edit_question":"\u5982\u4f55\u91cd\u65b0\u547d\u540d\u8fd9\u79cd\u65b0\u7684\u6027\u522b\uff1f","personalization_genders_modal_error":"\u8bf7\u4ece\u5217\u8868\u4e2d\u9009\u62e9\u4e00\u4e2a\u6709\u6548\u7684\u6027\u522b\u3002","personalization_genders_modal_question":"\u5982\u4f55\u79f0\u547c\u8fd9\u79cd\u65b0\u7684\u6027\u522b\uff1f","personalization_genders_title":"\u6027\u522b\u7c7b\u578b","personalization_module_desc":"\u6709\u4e9b\u4eba\u5e76\u4e0d\u9700\u8981\u542f\u7528\u6240\u6709\u529f\u80fd\u3002\u56e0\u6b64\u60a8\u53ef\u4ee5\u5728\u6b64\u5904\u9690\u85cf\u4e0d\u9700\u8981\u7684\u529f\u80fd\uff0c\u8be5\u6539\u52a8\u5bf9\u6240\u6709\u8054\u7cfb\u4eba\u751f\u6548\u3002","personalization_module_save":"\u66f4\u6539\u5df2\u88ab\u4fdd\u5b58","personalization_module_title":"\u529f\u80fd","personalization_reminder_rule_desc":"\u5bf9\u4e8e\u60a8\u8bbe\u7f6e\u7684\u6bcf\u4e2a\u63d0\u9192, \u6211\u4eec\u53ef\u4ee5\u5728\u4e8b\u4ef6\u53d1\u751f\u524d\u51e0\u5929\u5411\u60a8\u53d1\u9001\u7535\u5b50\u90ae\u4ef6\u3002\u60a8\u53ef\u4ee5\u5728\u6b64\u5904\u5207\u6362\u8fd9\u4e9b\u901a\u77e5\u3002\u8bf7\u6ce8\u610f, \u8fd9\u4e9b\u901a\u77e5\u53ea\u9002\u7528\u4e8e\u6bcf\u6708\u548c\u6bcf\u5e74\u7684\u63d0\u9192\u3002","personalization_reminder_rule_line":"\u63d0\u524d {count} \u5929|\u63d0\u524d {count} \u5929","personalization_reminder_rule_save":"\u66f4\u6539\u5df2\u4fdd\u5b58","personalization_reminder_rule_title":"\u63d0\u9192\u89c4\u5219","personalization_tab_title":"\u4e2a\u6027\u5316\u60a8\u7684\u5e10\u6237","personalization_title":"\u5728\u8fd9\u91cc\u60a8\u53ef\u4ee5\u627e\u5230\u4e0d\u540c\u7684\u8bbe\u7f6e\u6765\u914d\u7f6e\u60a8\u7684\u5e10\u6237\u3002\u8fd9\u4e9b\u529f\u80fd\u66f4\u591a\u7684\u662f\u9488\u5bf9\u60f3\u6700\u5927\u5316\u63a7\u5236Monica \"\u9ad8\u7ea7\u7528\u6237\"\u6240\u8bbe\u7f6e\u3002","reminder_time_to_send":"\u5e94\u53d1\u9001\u6bcf\u65e5\u63d0\u9192\u7684\u65f6\u95f4","reminder_time_to_send_help":"\u57fa\u4e8e\u60a8\u63d0\u4f9b\u7684\u4fe1\u606f, \u60a8\u7684\u4e0b\u4e00\u6b21\u63d0\u9192\u5c06\u5728 {dateTime}<\/span>\u53d1\u9001.","reset_cta":"\u91cd\u7f6e\u5e10\u6237","reset_desc":"\u60a8\u60f3\u91cd\u7f6e\u60a8\u7684\u5e10\u6237\u5417\uff1f\u8fd9\u5c06\u5220\u9664\u6240\u6709\u8054\u7cfb\u4eba\u4ee5\u53ca\u4e0e\u4e4b\u5173\u8054\u7684\u6570\u636e\u3002\u60a8\u7684\u5e10\u6237\u5c06\u4e0d\u4f1a\u88ab\u5220\u9664\u3002","reset_notice":"\u60a8\u786e\u5b9a\u8981\u91cd\u65b0\u8bbe\u7f6e\u5e10\u6237\u5417\uff1f\u6b64\u64cd\u4f5c\u4e0d\u80fd\u56de\u9000\u3002","reset_success":"\u60a8\u7684\u5e10\u6237\u5df2\u6210\u529f\u91cd\u7f6e","reset_title":"\u5220\u9664\u60a8\u7684\u5e10\u6237","save":"\u66f4\u65b0\u504f\u597d","security_help":"\u66f4\u6539\u60a8\u7684\u5e10\u6237\u7684\u5b89\u5168\u9009\u9879\u3002","security_title":"\u5b89\u5168","settings_success":"\u504f\u597d\u8bbe\u7f6e\u5df2\u66f4\u65b0","sidebar_personalization":"\u4e2a\u6027\u5316","sidebar_settings":"\u5e10\u6237\u8bbe\u7f6e","sidebar_settings_api":"API","sidebar_settings_export":"\u5bfc\u51fa\u6570\u636e","sidebar_settings_import":"\u5bfc\u5165\u6570\u636e","sidebar_settings_security":"\u5b89\u5168","sidebar_settings_subscriptions":"\u8ba2\u9605","sidebar_settings_tags":"\u6807\u7b7e\u7ba1\u7406","sidebar_settings_users":"\u7528\u6237","subscriptions_account_current_paid_plan":"\u60a8\u5f53\u524d\u7684\u8ba2\u9605\u662f\uff1a:name\uff0c\u611f\u8c22\u60a8\u7684\u8ba2\u9605\u3002","subscriptions_account_current_plan":"\u60a8\u5f53\u524d\u7684\u8ba2\u9605","subscriptions_account_free_plan":"\u60a8\u6b63\u5728\u4f7f\u7528\u514d\u8d39\u7248","subscriptions_account_free_plan_benefits_import_data_vcard":"\u4ece vCard \u6587\u4ef6\u5bfc\u5165\u8054\u7cfb\u4eba","subscriptions_account_free_plan_benefits_reminders":"\u7535\u5b50\u90ae\u4ef6\u63d0\u9192","subscriptions_account_free_plan_benefits_support":"\u652f\u6301\u9879\u76ee\u7684\u957f\u4e45\u8fd0\u884c, \u4f7f\u6211\u4eec\u53ef\u4ee5\u5f15\u5165\u66f4\u591a\u7684\u529f\u80fd\u3002","subscriptions_account_free_plan_benefits_users":"\u4e0d\u9650\u6570\u91cf\u7684\u7528\u6237","subscriptions_account_free_plan_upgrade":"\u60a8\u53ef\u4ee5\u5c06\u60a8\u7684\u5e10\u6237\u5347\u7ea7\u4e3a:name, \u5b83\u7684\u6210\u672c\u4e3a\u6bcf\u6708$:price\u3002\u60a8\u5c06\u4eab\u6709\u4ee5\u4e0b\u7279\u6743:","subscriptions_account_invoices":"\u53d1\u7968","subscriptions_account_invoices_download":"\u4e0b\u8f7d","subscriptions_account_next_billing":"\u60a8\u7684\u8ba2\u9605\u5c06\u5728 :date<\/strong>\u81ea\u52a8\u7eed\u8ba2\u3002\u60a8\u53ef\u4ee5\u5728\u4efb\u4f55\u65f6\u5019 \u53d6\u6d88\u8ba2\u9605<\/a> \u3002","subscriptions_account_payment":"\u54ea\u4e2a\u4ed8\u8d39\u5468\u671f\u6700\u9002\u5408\u60a8\uff1f","subscriptions_account_upgrade":"\u66f4\u65b0\u60a8\u7684\u8d26\u6237","subscriptions_account_upgrade_choice":"\u5728\u4e0b\u65b9\u9009\u62e9\u4e00\u4e2a\u8ba2\u9605\uff08\u5df2\u6709 :customers \u8ba2\u9605\u4e86\u9ad8\u7ea7\u7248\uff09","subscriptions_account_upgrade_title":"\u7acb\u5373\u5347\u7ea7\u60a8\u7684Monica\u8d26\u6237\u5427\uff01","subscriptions_back":"\u8fd4\u56de\u8bbe\u7f6e","subscriptions_downgrade_cta":"\u964d\u7ea7","subscriptions_downgrade_limitations":"\u514d\u8d39\u7248\u7684\u529f\u80fd\u6709\u9650\u5236\u3002\u5982\u679c\u60a8\u9700\u8981\u964d\u7ea7\uff0c\u8bf7\u60a8\u786e\u4fdd\u5b8c\u6210\u4ee5\u4e0b\u68c0\u67e5\uff1a","subscriptions_downgrade_rule_invitations":"\u60a8\u4e0d\u80fd\u6709\u672a\u63a5\u53d7\u7684\u9080\u8bf7","subscriptions_downgrade_rule_invitations_constraint":"\u60a8\u7684\u5e10\u6237\u4e2d\u5f53\u524d\u6709 1 \u4e2a\u672a\u786e\u8ba4\u9080\u8bf7<\/a> |\u60a8\u7684\u5e10\u6237\u4e2d\u5f53\u524d\u6709 :count \u4e2a\u672a\u786e\u8ba4\u9080\u8bf7<\/a>","subscriptions_downgrade_rule_users":"\u60a8\u7684\u5e10\u6237\u4e2d\u5fc5\u987b\u53ea\u67091\u4e2a\u7528\u6237","subscriptions_downgrade_rule_users_constraint":"\u60a8\u7684\u5e10\u6237\u4e2d\u5f53\u524d\u6709 1 \u4e2a\u7528\u6237<\/a> \u3002|\u60a8\u7684\u5e10\u6237\u4e2d\u5f53\u524d\u6709 :count \u4e2a\u7528\u6237<\/a>\u3002","subscriptions_downgrade_success":"\u60a8\u5df2\u964d\u7ea7\u5230\u514d\u8d39\u7248\uff01","subscriptions_downgrade_thanks":"\u975e\u5e38\u611f\u8c22\u60a8\u5c1d\u8bd5\u8fc7\u9ad8\u7ea7\u7248\u8ba2\u9605\u3002\u6211\u4eec\u4e00\u76f4\u4e3aMonica\u4e0d\u65ad\u5730\u589e\u52a0\u65b0\u7684\u529f\u80fd-, \u671f\u5f85\u60a8\u7684\u518d\u6b21\u8ba2\u9605\u3002","subscriptions_downgrade_title":"\u5c06\u60a8\u7684\u5e10\u6237\u964d\u7ea7\u4e3a\u514d\u8d39\u7248","subscriptions_help_change_desc":"\u60a8\u53ef\u4ee5\u968f\u65f6\u53d6\u6d88\u60a8\u7684\u8ba2\u9605\u3002\u4f46\u662f\uff0c\u76ee\u524d\u4e3a\u6b62\u6211\u4eec\u65e0\u6cd5\u63d0\u4f9b\u9000\u6b3e\u670d\u52a1\u3002","subscriptions_help_change_title":"\u5982\u679c\u6211\u6539\u53d8\u4e3b\u610f\u600e\u4e48\u529e\uff1f","subscriptions_help_discounts_desc":"\u5f53\u7136\uff01Monica\u514d\u8d39\u4e3a\u5b66\u751f\uff0c\u975e\u76c8\u5229\u673a\u6784\u63d0\u4f9b\u670d\u52a1\u3002\u60a8\u53ea\u9700\u8981\u63d0\u4ea4\u4e00\u4e0b\u6750\u6599\u7ed9\u6211\u4eec\u7684 \u652f\u6301\u4eba\u5458<\/a>\u3002","subscriptions_help_discounts_title":"\u4f60\u4eec\u5bf9\u975e\u76c8\u5229\u673a\u6784\u548c\u5b66\u751f\u6709\u4f18\u60e0\u5417\uff1f","subscriptions_help_limits_plan":"\u5f53\u7136\u6ca1\u6709\u3002\u514d\u8d39\u7248\u5e76\u6ca1\u6709\u9650\u5236\u60a8\u7684\u8054\u7cfb\u4eba\u6570\u91cf\u3002","subscriptions_help_limits_title":"\u4f60\u4eec\u5bf9\u514d\u8d39\u7248\u7684\u8054\u7cfb\u4eba\u6709\u9650\u5236\u5417\uff1f","subscriptions_help_opensource_desc":"Monica\u662f\u4e00\u4e2a\u5f00\u6e90\u9879\u76ee\u3002\u8fd9\u610f\u5473\u7740\u5b83\u662f\u7531\u793e\u533a\u5efa\u9020\u7684\u9879\u76ee\u3002\u5f00\u6e90\u610f\u5473\u7740\u4ee3\u7801\u5728 GitHub \u4e0a\u516c\u5f00\u63d0\u4f9b, \u6bcf\u4e2a\u4eba\u90fd\u53ef\u4ee5\u68c0\u67e5\u5e76\u4fee\u6539\u5b83\u3002\u6211\u4eec\u7b79\u96c6\u7684\u6240\u6709\u8d44\u91d1\u90fd\u81f4\u529b\u4e8e\u5efa\u7acb\u66f4\u597d\u7684\u529f\u80fd, \u62e5\u6709\u66f4\u5f3a\u5927\u7684\u670d\u52a1\u5668, \u5e2e\u52a9\u652f\u4ed8\u8d26\u5355\u3002\u6ca1\u6709\u60a8\u7684\u652f\u6301\uff0c\u6211\u4eec\u5c06\u65e0\u6cd5\u5b8c\u6210\u8fd9\u4e00\u5207\u3002","subscriptions_help_opensource_title":"\u4ec0\u4e48\u662f\u5f00\u6e90\u9879\u76ee\uff1f","subscriptions_help_title":"\u60a8\u53ef\u80fd\u8fd8\u5173\u5fc3","subscriptions_pdf_title":"\u60a8\u7684:name\u6bcf\u6708\u8ba2\u9605","subscriptions_plan_choose":"\u9009\u62e9\u6b64\u8ba1\u5212","subscriptions_plan_include1":"\u60a8\u5c06\u4eab\u6709\u4ee5\u4e0b\u7279\u6743\uff1a","subscriptions_plan_include2":"\u4e0d\u9650\u6570\u91cf\u7684\u7528\u6237\u00b7\u7535\u5b50\u90ae\u4ef6\u63d0\u9192\u00b7\u5bfc\u5165 vCard \u00b7\u4e2a\u6027\u5316\u7684\u8054\u7cfb\u4eba\u4fe1\u606f","subscriptions_plan_include3":"\u6536\u5165\u7684100% \u7528\u4e8e\u6b64\u9879\u76ee\u7684\u5f00\u53d1\u3002","subscriptions_plan_month_bonus":"\u968f\u65f6\u53d6\u6d88","subscriptions_plan_month_cost":"$5 \u7f8e\u5143\/\u6708","subscriptions_plan_month_title":"\u6309\u6708\u652f\u4ed8","subscriptions_plan_year_bonus":"\u4e00\u6574\u5e74\u7684\u5b89\u5fc3","subscriptions_plan_year_cost":"$45 \u7f8e\u5143\/\u5e74","subscriptions_plan_year_cost_save":"\u60a8\u53ef\u4ee5\u8282\u7701 25%","subscriptions_plan_year_title":"\u6309\u5e74\u5ea6\u652f\u4ed8","subscriptions_upgrade_charge":"\u6211\u4eec\u5c06\u7acb\u523b\u6536\u53d6\u60a8 $:price \u7f8e\u5143\uff0c\u4e0b\u6b21\u6536\u8d39\u65f6\u95f4\uff1a:date\u3002\u5982\u679c\u60a8\u6539\u53d8\u4e3b\u610f\u4e86\uff0c\u60a8\u53ef\u4ee5\u968f\u65f6\u53d6\u6d88\u8ba2\u9605\u3002","subscriptions_upgrade_charge_handled":"\u652f\u4ed8\u670d\u52a1\u7531\u7b2c\u4e09\u65b9\u652f\u4ed8\u5e73\u53f0 Stripe<\/a> \u63d0\u4f9b\uff0c\u6211\u4eec\u65e0\u6cd5\u63a5\u89e6\u5230\u60a8\u7684\u4e2a\u4eba\u4fe1\u606f\u3002","subscriptions_upgrade_choose":"\u60a8\u9009\u62e9\u4e86:plan","subscriptions_upgrade_credit":"\u4fe1\u7528\u5361\u6216\u501f\u8bb0\u5361","subscriptions_upgrade_infos":"\u8bf7\u5728\u4e0b\u65b9\u8f93\u5165\u60a8\u7684\u4ed8\u6b3e\u4fe1\u606f\uff1a","subscriptions_upgrade_name":"\u6301\u5361\u4eba\u59d3\u540d","subscriptions_upgrade_submit":"\u63d0\u4ea4\u652f\u4ed8","subscriptions_upgrade_success":"\u611f\u8c22\u60a8\u7684\u8ba2\u9605\uff01","subscriptions_upgrade_thanks":"\u6b22\u8fce\u6765\u5230\u8ba9\u4e16\u754c\u53d8\u5f97\u66f4\u7f8e\u597d\u7684\u793e\u533a\u3002","subscriptions_upgrade_title":"\u5347\u7ea7\u60a8\u7684\u5e10\u6237","subscriptions_upgrade_zip":"\u90ae\u653f\u7f16\u7801","tags_blank_description":"\u6807\u7b7e\u7684\u5de5\u4f5c\u65b9\u5f0f\u7c7b\u4f3c\u4e8e\u6587\u4ef6\u5939, \u4f46\u53ef\u4ee5\u5411\u8054\u7cfb\u4eba\u6dfb\u52a0\u591a\u4e2a\u6807\u7b7e\u3002\u8f6c\u5230\u8054\u7cfb\u4eba\u5e76\u5728\u540d\u5b57\u7684\u4e0b\u9762\u6807\u8bb0\u4e00\u4e2a\u670b\u53cb,\u3002\u4e00\u65e6\u8054\u7cfb\u4eba\u88ab\u6807\u8bb0, \u8bf7\u8fd4\u56de\u6b64\u5904\u7ba1\u7406\u5e10\u6237\u4e2d\u7684\u6240\u6709\u6807\u7b7e\u3002","tags_blank_title":"\u6807\u7b7e\u662f\u5bf9\u60a8\u7684\u8054\u7cfb\u4eba\u8fdb\u884c\u5206\u7c7b\u7684\u4e00\u79cd\u5f88\u597d\u7684\u65b9\u5f0f\u3002","tags_list_contact_number":":count \u4e2a\u8054\u7cfb\u4eba","tags_list_delete_confirmation":"\u786e\u5b9e\u8981\u5220\u9664\u8be5\u6807\u7b7e\u5417\uff1f\u4e0d\u4f1a\u5220\u9664\u4efb\u4f55\u8054\u7cfb\u4eba, \u53ea\u6709\u6807\u7b7e\u3002","tags_list_delete_success":"\u6807\u7b7e\u5df2\u6210\u529f\u5220\u9664","tags_list_description":"\u60a8\u53ef\u4ee5\u901a\u8fc7\u8bbe\u7f6e\u6765\u6807\u8bb0\u8054\u7cfb\u4eba\u3002\u6807\u8bb0\u7684\u5de5\u4f5c\u65b9\u5f0f\u7c7b\u4f3c\u4e8e\u6587\u4ef6\u5939, \u4f46\u53ef\u4ee5\u5411\u8054\u7cfb\u4eba\u6dfb\u52a0\u591a\u4e2a\u6807\u8bb0\u3002\u82e5\u8981\u6dfb\u52a0\u65b0\u6807\u8bb0, \u8bf7\u5728\u8054\u7cfb\u4eba\u4e2d\u6dfb\u52a0\u5373\u53ef\u3002","tags_list_title":"\u6807\u7b7e","timezone":"\u65f6\u533a","u2f_buttonAdvise":"\u5982\u679c\u60a8\u7684\u5b89\u5168\u5bc6\u94a5\u6709\u4e00\u4e2a\u6309\u94ae, \u8bf7\u6309\u4e0b\u5b83\u3002","u2f_enable_description":"\u6dfb\u52a0\u65b0\u7684 U2F \u5b89\u5168\u5bc6\u94a5","u2f_error_bad_request":"\u60a8\u6ca1\u6709\u4f7f\u7528 HTTPS\u6216\u8bbf\u95ee\u7684 URL \u4e0e\u5e94\u7528\u7a0b\u5e8f ID \u4e0d\u5339\u914d","u2f_error_configuration_unsupported":"\u5ba2\u6237\u7aef\u914d\u7f6e\u4e0d\u652f\u6301","u2f_error_device_ineligible":"\u5f53\u524d\u8bbe\u5907\u4e0d\u652f\u6301\u6b64\u8bf7\u6c42\u3002","u2f_error_other_error":"\u53d1\u751f\u9519\u8bef","u2f_error_timeout":"\u8bf7\u6c42\u8d85\u65f6","u2f_insertKey":"\u63d2\u5165\u5b89\u5168\u5bc6\u94a5\u3002","u2f_noButtonAdvise":"\u5982\u679c\u6ca1\u6709, \u8bf7\u5c06\u5176\u62d4\u51fa\u5e76\u518d\u6b21\u63d2\u5165\u3002","u2f_success":"\u60a8\u7684\u5bc6\u94a5\u5df2\u88ab\u68c0\u6d4b\u5230\u5e76\u9a8c\u8bc1\u5b8c\u6bd5\u3002","u2f_title":"U2F \u5b89\u5168\u5bc6\u94a5","users_accept_title":"\u63a5\u53d7\u9080\u8bf7\u5e76\u65b0\u5efa\u4e00\u4e2a\u8d26\u53f7","users_add_confirmation":"\u6211\u786e\u8ba4\u6211\u60f3\u9080\u8bf7\u8fd9\u4e2a\u7528\u6237\u5230\u6211\u7684\u5e10\u6237\u3002\u6b64\u4eba\u5c06\u8bbf\u95ee\u6211\u7684\u6240\u6709\u6570\u636e, \u5e76\u4e0e\u6211\u6240\u770b\u5230\u7684\u4e00\u81f4\u3002","users_add_cta":"\u901a\u8fc7\u7535\u5b50\u90ae\u4ef6\u9080\u8bf7\u7528\u6237","users_add_description":"\u6b64\u4eba\u5c06\u62e5\u6709\u4e0e\u60a8\u76f8\u540c\u7684\u6743\u5229, \u5305\u62ec\u9080\u8bf7\u5176\u4ed6\u7528\u6237\u5e76\u5220\u9664\u5b83\u4eec (\u5305\u62ec\u60a8)\u3002\u56e0\u6b64, \u8bf7\u786e\u4fdd\u60a8\u4fe1\u4efb\u6b64\u4eba\u3002","users_add_email_field":"\u8f93\u5165\u60a8\u8981\u9080\u8bf7\u7684\u4eba\u7684\u7535\u5b50\u90ae\u4ef6","users_add_title":"\u901a\u8fc7\u7535\u5b50\u90ae\u4ef6\u9080\u8bf7\u65b0\u7528\u6237\u5230\u60a8\u7684\u5e10\u6237","users_blank_add_title":"\u4f60\u60f3\u9080\u8bf7\u522b\u4eba\u5417\uff1f","users_blank_cta":"\u9080\u8bf7\u4ed6\u4eba\u52a0\u5165","users_blank_description":"\u6b64\u4eba\u5c06\u5177\u6709\u60a8\u62e5\u6709\u7684\u76f8\u540c\u8bbf\u95ee\u6743\u9650, \u5e76\u4e14\u53ef\u4ee5\u6dfb\u52a0\u3001\u7f16\u8f91\u6216\u5220\u9664\u8054\u7cfb\u4eba\u4fe1\u606f\u3002","users_blank_title":"\u60a8\u662f\u552f\u4e00\u53ef\u4ee5\u8bbf\u95ee\u6b64\u5e10\u6237\u7684\u4eba\u3002","users_error_already_invited":"\u60a8\u5df2\u7ecf\u9080\u8bf7\u4e86\u6b64\u7528\u6237\u3002\u8bf7\u9009\u62e9\u5176\u4ed6\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002","users_error_email_already_taken":"\u8fd9\u4e2a\u7535\u5b50\u90ae\u4ef6\u5df2\u7ecf\u5b58\u5728\uff0c\u8bf7\u53e6\u9009\u4e00\u4e2a\uff01","users_error_email_not_similar":"\u8fd9\u4e0d\u662f\u9080\u8bf7\u4eba\u7684\u7535\u5b50\u90ae\u4ef6\u3002","users_error_please_confirm":"\u8bf7\u60a8\u5148\u786e\u8ba4\u60a8\u8981\u9080\u8bf7\u6b64\u7528\u6237","users_invitation_deleted_confirmation_message":"\u5df2\u6210\u529f\u5220\u9664\u9080\u8bf7","users_invitation_need_subscription":"\u60a8\u9700\u8981\u5347\u7ea7\u8d26\u6237\u624d\u80fd\u6dfb\u52a0\u66f4\u591a\u7528\u6237","users_invitations_delete_confirmation":"\u786e\u5b9e\u8981\u5220\u9664\u6b64\u9080\u8bf7\u5417\uff1f","users_list_add_user":"\u9080\u8bf7\u65b0\u7528\u6237","users_list_delete_confirmation":"\u662f\u5426\u786e\u5b9e\u8981\u4ece\u60a8\u7684\u5e10\u6237\u4e2d\u5220\u9664\u6b64\u7528\u6237\uff1f","users_list_invitations_explanation":"\u5df2\u9080\u8bf7","users_list_invitations_invited_by":"\u88ab:name\u9080\u8bf7","users_list_invitations_sent_date":"\u5728:date\u53d1\u9001","users_list_invitations_title":"\u5f85\u5904\u7406\u7684\u9080\u8bf7","users_list_title":"\u53ef\u4ee5\u8bbf\u95ee\u60a8\u7684\u5e10\u6237\u7684\u7528\u6237","users_list_you":"\u8fd9\u662f\u4f60"},"validation":{"accepted":"\u60a8\u5fc5\u987b\u540c\u610f :attribute\u3002","active_url":":attribute \u4e0d\u662f\u4e00\u4e2a\u6709\u6548\u7684URL\u7f51\u5740","after":":attribute \u5fc5\u987b\u662f\u4e00\u4e2a\u5728 :date \u4e4b\u540e\u7684\u65e5\u671f\u3002","after_or_equal":":attribute \u5fc5\u987b\u662f\u4e00\u4e2a\u5728 :date \u6216\u4e4b\u540e\u7684\u65e5\u671f\u3002","alpha":":attribute \u53ea\u80fd\u5305\u542b\u5b57\u6bcd\u3002","alpha_dash":":attribute \u53ea\u80fd\u5305\u542b\u5b57\u6bcd\uff0c\u6570\u5b57\u548c\u7834\u6298\u53f7\u3002","alpha_num":":attribute \u53ea\u5141\u8bb8\u5305\u542b\u5b57\u6bcd\u548c\u6570\u5b57","array":":attribute \u5fc5\u987b\u662f\u4e2a\u6570\u7ec4\u3002","attributes":[],"before":":attribute \u5fc5\u987b\u5728 :date \u4e4b\u524d","before_or_equal":":attribute \u5fc5\u987b\u5728 :date \u6216\u4e4b\u524d","between":{"array":":attribute \u5fc5\u987b\u5728 :min \u5230 :max \u4e2a\u6570\u76ee\u4e4b\u95f4","file":":attribute \u5fc5\u987b\u5728 :min \u5343\u5b57\u8282\u5230 :max \u5343\u5b57\u8282\u4e4b\u95f4\u3002","numeric":":attribute \u5fc5\u987b\u5728 :min \u548c :max \u4e4b\u95f4\u3002","string":":attribute \u5fc5\u987b\u5728 :min \u5230 :max \u5b57\u7b26\u4e4b\u95f4"},"boolean":":attribute \u5b57\u6bb5\u5fc5\u987b\u4e3a true \u6216 false\u3002","confirmed":":attribute \u4e0e\u786e\u8ba4\u9879\u76ee\u4e0d\u5339\u914d","custom":{"attribute-name":{"rule-name":"\u81ea\u5b9a\u4e49\u6d88\u606f"}},"date":":attribute \u4e0d\u662f\u4e2a\u6709\u6548\u65e5\u671f","date_format":":attribute \u4e0d\u7b26\u5408 :format \u7684\u683c\u5f0f","different":":attribute \u548c :other \u4e0d\u80fd\u76f8\u540c\u3002","digits":":attribute \u5fc5\u987b\u662f :digits \u6570\u5b57","digits_between":":attribute \u5fc5\u987b\u662f :min - :max \u4f4d\u6570\u5b57\u3002","dimensions":":attribute \u7684\u56fe\u7247\u65e0\u6548","distinct":"\uff1a\u5c5e\u6027\u5b57\u6bb5\u5177\u6709\u91cd\u590d\u503c\u3002","email":":attribute \u5fc5\u987b\u662f\u4e00\u4e2a\u6709\u6548\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002","exists":"\u9009\u62e9\u7684 :attribute \u65e0\u6548","file":":attribute \u5fc5\u987b\u662f\u4e2a\u6587\u4ef6","filled":":attribute \u5b57\u6bb5\u5fc5\u987b\u6709\u4e00\u4e2a\u503c","image":":attribute \u5fc5\u987b\u662f\u56fe\u7247\u3002","in":"\u9009\u62e9\u7684 :attribute \u65e0\u6548","in_array":":attribute \u4e0d\u5728 :other \u4e2d\u3002","integer":":attribute \u5fc5\u987b\u662f\u6574\u6570","ip":":attribute \u5fc5\u987b\u662f\u4e00\u4e2a\u6709\u6548\u7684 IP \u5730\u5740","ipv4":":attribute \u5fc5\u987b\u662f\u4e00\u4e2a\u6709\u6548\u7684 IPv4 \u5730\u5740","ipv6":":attribute \u5fc5\u987b\u662f\u4e00\u4e2a\u6709\u6548\u7684 IPv6 \u5730\u5740","json":"\uff1a\u5c5e\u6027\u5fc5\u987b\u662f\u6709\u6548\u7684JSON\u5b57\u7b26\u4e32\u3002","max":{"array":":attribute \u7684\u6570\u91cf\u4e0d\u80fd\u8d85\u8fc7 :max \u4e2a\u3002","file":":attribute \u4e0d\u5927\u4e8e :max kb","numeric":":attribute \u4e0d\u5927\u4e8e :max","string":":attribute \u4e0d\u5927\u4e8e :max \u5b57\u7b26"},"mimes":":attribute \u6587\u4ef6\u7c7b\u578b\u5fc5\u987b\u662f :values\u3002","mimetypes":":attribute \u6587\u4ef6\u7c7b\u578b\u5fc5\u987b\u662f :values\u3002","min":{"array":":attribute \u81f3\u5c11\u4e3a :min \u4e2a","file":":attribute \u6700\u5c0f\u662f :min \u5343\u5b57\u8282","numeric":":attribute \u6700\u5c11\u662f :min","string":":attribute \u6700\u5c11\u4e3a :min\u4e2a\u5b57\u7b26"},"not_in":"\u9009\u62e9\u7684 :attribute \u65e0\u6548","not_regex":":attribute \u683c\u5f0f\u65e0\u6548","numeric":":attribute \u5fc5\u987b\u662f\u6570\u5b57\u3002","present":":attribute \u4e3a\u5fc5\u586b\u9879\u3002","regex":":attribute \u683c\u5f0f\u4e0d\u5bf9","required":":attribute \u5b57\u6bb5\u5fc5\u586b","required_if":":attribute \u5b57\u6bb5\u5728 :other \u662f :value \u65f6\u662f\u5fc5\u987b\u7684","required_unless":":attribute \u662f\u5fc5\u987b\u7684\u9664\u975e :other \u5728 :values \u4e2d\u3002","required_with":"\u5f53 :values \u4e0d\u5b58\u5728\u65f6\uff0c :attribute \u662f\u5fc5\u9700\u7684","required_with_all":"\u5f53 :values \u5b58\u5728\u65f6\uff0c :attribute \u662f\u5fc5\u586b\u7684\u3002","required_without":"\u5f53 :values \u4e0d\u5b58\u5728\u65f6\uff0c :attribute \u662f\u5fc5\u586b\u7684\u3002","required_without_all":"\u5f53\u6ca1\u6709\u4efb\u4f55 :values \u5b58\u5728\u65f6\uff0c :attribute \u5b57\u6bb5\u4e3a\u5fc5\u586b\u9879\u3002","same":":attribute \u548c :other \u5fc5\u9700\u5339\u914d","size":{"array":":attribute \u5fc5\u987b\u5305\u542b :size \u4e2a\u9879\u3002","file":":attribute \u5fc5\u9700\u662f :size kb","numeric":":attribute \u5fc5\u9700\u662f :size","string":":attribute \u5fc5\u987b\u5305\u542b :size \u4e2a\u5b57\u7b26\u3002"},"string":":attribute \u5fc5\u987b\u662f\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002","timezone":":attribute \u5fc5\u987b\u662f\u4e2a\u6709\u6548\u7684\u533a\u57df\u3002","unique":":attribute \u5df2\u7ecf\u88ab\u5360\u7528","uploaded":":attribute\u4e0a\u4f20\u5931\u8d25.","url":":attribute \u683c\u5f0f\u4e0d\u5bf9"}} diff --git a/resources/lang/cs/app.php b/resources/lang/cs/app.php index c3950b70dfc..bb5526c42f6 100644 --- a/resources/lang/cs/app.php +++ b/resources/lang/cs/app.php @@ -73,6 +73,7 @@ 'breadcrumb_settings_personalization' => 'Personalization', 'breadcrumb_settings_security' => 'Security', 'breadcrumb_settings_security_2fa' => 'Two Factor Authentication', + 'breadcrumb_profile' => 'Profile of :name', 'gender_male' => 'Muž', 'gender_female' => 'Žena', diff --git a/resources/lang/cs/format.php b/resources/lang/cs/format.php index 0af4fcf3721..6f6cc8c8947 100644 --- a/resources/lang/cs/format.php +++ b/resources/lang/cs/format.php @@ -22,6 +22,7 @@ 'short_month_year' => 'M Y', 'short_day' => 'D', 'full_month' => 'F', + 'full_month_year' => 'F Y', 'full_hour' => 'h.i A', ]; diff --git a/resources/lang/cs/people.php b/resources/lang/cs/people.php index 7750c7a6cf8..40b2d2df147 100644 --- a/resources/lang/cs/people.php +++ b/resources/lang/cs/people.php @@ -62,6 +62,7 @@ // Header 'edit_contact_information' => 'Upravit informace kontaktu', 'call_button' => 'Zaznamenat telefonát', + 'set_favorite' => 'Favorite contacts are placed at the top of the contact list', // Stay in touch 'stay_in_touch' => 'Stay in touch', @@ -170,7 +171,8 @@ 'relationship_form_add_choice' => 'Who is the relationship with?', 'relationship_form_create_contact' => 'Add a new person', 'relationship_form_associate_contact' => 'An existing contact', - 'relationship_form_associate_dropdown' => 'Select an existing contact from the dropdown below', + 'relationship_form_associate_dropdown' => 'Search and select an existing contact from the dropdown below', + 'relationship_form_associate_dropdown_placeholder' => 'Search and select an existing contact', 'relationship_form_also_create_contact' => 'Create a Contact entry for this person.', 'relationship_form_add_description' => 'This will let you treat this significant other like any other contact.', 'relationship_form_add_no_existing_contact' => 'You don’t have any contacts who can be related to :name at the moment.', @@ -225,6 +227,13 @@ 'activities_delete_success' => 'Aktivita byla úspěšně smazána', 'activities_who_was_involved' => 'Kdo byl zapojen?', 'activities_activity' => 'Activity Category', + 'activities_view_activities_report' => 'View activities report', + 'activities_profile_title' => 'Activities report between :name and you', + 'activities_profile_subtitle' => 'You’ve logged :total_activities activity with :name in total and :activities_last_twelve_months in the last 12 months so far.|You’ve logged :total_activities activities with :name in total and :activities_last_twelve_months in the last 12 months so far.', + 'activities_profile_year_summary_activity_types' => 'Here is a breakdown of the type of activities you’ve done together in :year', + 'activities_profile_year_summary' => 'Here is what you two have done in :year', + 'activities_profile_number_occurences' => ':value activity|:value activities', + // notes 'notes_create_success' => 'Poznámka byla úspěšně vytvořena', 'notes_update_success' => 'Poznámka byla úspěšně uložena', diff --git a/resources/lang/cs/settings.php b/resources/lang/cs/settings.php index bab0eb01661..e9b90b40d18 100644 --- a/resources/lang/cs/settings.php +++ b/resources/lang/cs/settings.php @@ -60,6 +60,7 @@ 'locale_pt' => 'Portuguese', 'locale_ru' => 'Ruština', 'locale_zh' => 'Chinese Simplified', + 'locale_tr' => 'Turkish', 'security_title' => 'Security', 'security_help' => 'Change security matters for your account.', @@ -308,6 +309,7 @@ 'personalisation_paid_upgrade' => 'This is a premium feature that requires a Paid subscription to be active. Upgrade your account by visiting Settings > Subscription.', 'reminder_time_to_send' => 'Time of the day reminders should be sent', + 'reminder_time_to_send_help' => 'For your information, your next reminder will be sent on {dateTime}.', 'personalization_activity_type_category_title' => 'Activity type categories', 'personalization_activity_type_category_add' => 'Add a new activity type category', diff --git a/resources/lang/de/app.php b/resources/lang/de/app.php index 9d63fb3f8aa..5548b06ffe5 100644 --- a/resources/lang/de/app.php +++ b/resources/lang/de/app.php @@ -26,7 +26,7 @@ 'application_description' => 'Monica ist ein Werkzeug, um Ihre Interaktionen mit Ihren Lieben, Freunden und Familie zu verwalten.', 'application_og_title' => 'Haben Sie bessere Beziehungen zu Ihren Lieben. Kostenloses Online CRM für Freunde und Familie.', - 'markdown_description' => 'Du möchtest deinen Test schöner formatieren? Monica unterstützt Markdown.', + 'markdown_description' => 'Du möchtest deinen Text schöner formatieren? Monica unterstützt Markdown.', 'markdown_link' => 'Öffne die Dokumentation', 'header_settings_link' => 'Einstellungen', @@ -73,6 +73,7 @@ 'breadcrumb_settings_personalization' => 'Personalisierung', 'breadcrumb_settings_security' => 'Sicherheit', 'breadcrumb_settings_security_2fa' => 'Zwei-Faktor-Authentifizierung', + 'breadcrumb_profile' => 'Profile of :name', 'gender_male' => 'Männlich', 'gender_female' => 'Weiblich', diff --git a/resources/lang/de/dashboard.php b/resources/lang/de/dashboard.php index 12e59465b84..8c17964e898 100644 --- a/resources/lang/de/dashboard.php +++ b/resources/lang/de/dashboard.php @@ -20,7 +20,7 @@ 'statistics_activities' => 'Aktivitäten', 'statistics_gifts' => 'Geschenke', - 'reminders_next_months' => 'Ereignisse in den letzten 3 Monaten', + 'reminders_next_months' => 'Ereignisse der nächsten 3 Monate', 'reminders_none' => 'Keine Erinnerungen für diesen Monat', 'linkedin_profile' => 'LinkedIn', diff --git a/resources/lang/de/format.php b/resources/lang/de/format.php index 12c30ba301d..393f4e9ed54 100644 --- a/resources/lang/de/format.php +++ b/resources/lang/de/format.php @@ -22,6 +22,7 @@ 'short_month_year' => 'M Y', 'short_day' => 'D', 'full_month' => 'F', + 'full_month_year' => 'F Y', 'full_hour' => 'H:i', ]; diff --git a/resources/lang/de/people.php b/resources/lang/de/people.php index 92bf3294437..b79c11737f8 100644 --- a/resources/lang/de/people.php +++ b/resources/lang/de/people.php @@ -7,7 +7,7 @@ 'people_list_last_updated' => 'Zuletzt aufgerufen:', 'people_list_number_reminders' => '1 Erinnerung|:count Erinnerungen', 'people_list_blank_title' => 'Du hast noch niemanden in deinem Konto angelegt', - 'people_list_blank_cta' => 'Jemand hinzufügen', + 'people_list_blank_cta' => 'Neuer Kontakt', 'people_list_sort' => 'Sortieren', 'people_list_stats' => '1 Kontakt|:count Kontakte', 'people_list_firstnameAZ' => 'Nach Vorname sortieren A → Z', @@ -62,6 +62,7 @@ // Header 'edit_contact_information' => 'Kontaktinformationen bearbeiten', 'call_button' => 'Telefonat vermerken', + 'set_favorite' => 'Favorite contacts are placed at the top of the contact list', // Stay in touch 'stay_in_touch' => 'In Kontakt bleiben', @@ -161,7 +162,7 @@ 'reminders_type_month' => 'Monat', 'reminders_type_year' => 'Jahr', 'reminders_birthday' => 'Geburtstag von :name', - 'reminders_free_plan_warning' => 'Du befindest dich im freiem Angebot. Hier werden keine Emails versendet. Um die Erinnerungs Emails zu erhalten upgrade deinen Account.', + 'reminders_free_plan_warning' => 'Du befindest dich im kostenlosen Abonnement. Hier werden keine E-Mails versendet. Um die Erinnerungs-E-Mails zu erhalten upgrade deinen Account.', // relationships 'relationship_form_add' => 'Eine neue Beziehung hinzufügen', @@ -170,7 +171,8 @@ 'relationship_form_add_choice' => 'Wer ist die Beziehung zu?', 'relationship_form_create_contact' => 'Neue Person hinzufügen', 'relationship_form_associate_contact' => 'Ein bestehender Kontakt', - 'relationship_form_associate_dropdown' => 'Wählen Sie einen vorhandenen Kontakt aus der Dropdown-Liste unten aus', + 'relationship_form_associate_dropdown' => 'Search and select an existing contact from the dropdown below', + 'relationship_form_associate_dropdown_placeholder' => 'Search and select an existing contact', 'relationship_form_also_create_contact' => 'Erstellen Sie einen Kontakt-Eintrag für diese Person.', 'relationship_form_add_description' => 'Auf diese Weise können Sie diese Lebensgefährten wie jeden anderen Kontakt zu behandeln.', 'relationship_form_add_no_existing_contact' => 'Sie haben zur Zeit keine Kontakte, die mit :name in Verbindung gebracht werden können.', @@ -225,6 +227,13 @@ 'activities_delete_success' => 'Aktivität erfolgreich gelöscht', 'activities_who_was_involved' => 'Wer war beteiligt?', 'activities_activity' => 'Kategorie', + 'activities_view_activities_report' => 'View activities report', + 'activities_profile_title' => 'Activities report between :name and you', + 'activities_profile_subtitle' => 'You’ve logged :total_activities activity with :name in total and :activities_last_twelve_months in the last 12 months so far.|You’ve logged :total_activities activities with :name in total and :activities_last_twelve_months in the last 12 months so far.', + 'activities_profile_year_summary_activity_types' => 'Here is a breakdown of the type of activities you’ve done together in :year', + 'activities_profile_year_summary' => 'Here is what you two have done in :year', + 'activities_profile_number_occurences' => ':value activity|:value activities', + // notes 'notes_create_success' => 'Die Notiz wurde erfolgreich hinzugefügt', 'notes_update_success' => 'Die Notiz wurde erfolgreich aktualisiert', @@ -253,9 +262,9 @@ 'gifts_add_comment' => 'Kommentar (optional)', 'gifts_add_someone' => 'Dieses Geschenk ist für jemanden in :name\'s Familie', 'gifts_ideas' => 'Geschenkideen', - 'gifts_offered' => 'Geschenke angeboten', + 'gifts_offered' => 'Verschenkte Geschenke', 'gifts_offered_as_an_idea' => 'Als Idee markieren', - 'gifts_received' => 'Geschenke erhalten', + 'gifts_received' => 'Erhaltene Geschenke', 'gifts_view_comment' => 'Kommentar anzeigen', 'gifts_mark_offered' => 'Als angeboten markieren', 'gifts_update_success' => 'Das Geschenk wurde erfolgreich aktualisiert', diff --git a/resources/lang/de/settings.php b/resources/lang/de/settings.php index cf587a8de93..a123433fe27 100644 --- a/resources/lang/de/settings.php +++ b/resources/lang/de/settings.php @@ -60,6 +60,7 @@ 'locale_pt' => 'Portugiesisch', 'locale_ru' => 'Russisch', 'locale_zh' => 'Vereinfachtes Chinesisch', + 'locale_tr' => 'Turkish', 'security_title' => 'Sicherheit', 'security_help' => 'Ändere die Sicherheitseinstellungen für dein Konto.', @@ -265,7 +266,7 @@ 'personalization_tab_title' => 'Personalisiere deine Konto', 'personalization_title' => 'Hier findest du verschiedene Einstellungsoptionen für deinen Account. Diese Funktionen sind eher für erfahrene Nutzer gedacht, die maximale Kontrolle über Monica möchten.', - 'personalization_contact_field_type_title' => 'Kontakt Felder', + 'personalization_contact_field_type_title' => 'Kontaktfelder', 'personalization_contact_field_type_add' => 'Neues Feld hinzufügen', 'personalization_contact_field_type_description' => 'Hier kannst du Kontaktfelder verwalten, um z.b. verschiedene Soziale Netzwerke hinzuzufügen.', 'personalization_contact_field_type_table_name' => 'Name', @@ -285,19 +286,19 @@ 'personalization_contact_field_type_edit_success' => 'Das Kontakfeld wurde erfolgreich editiert.', 'personalization_genders_title' => 'Geschlechter Typen', - 'personalization_genders_add' => 'Neuen Geschlechtstyp hinzufügen', - 'personalization_genders_desc' => 'Du kannst so viele Geschlechtstypen anlegen wie du möchtest. Du brauchst mindestens ein Geschlechtstyp in deinem Account.', - 'personalization_genders_modal_add' => 'Neuen Geschlechtstyp hinzufügen', + 'personalization_genders_add' => 'Neue Geschlechtsidentität hinzufügen', + 'personalization_genders_desc' => 'Du kannst so viele Geschlechtsidentitäten anlegen wie du möchtest. Du brauchst mindestens eine Geschlechtsidentität in deinem Account.', + 'personalization_genders_modal_add' => 'Neue Geschlechtsidentität hinzufügen', 'personalization_genders_modal_question' => 'Wie soll dieses neue Geschlecht werden genannt?', - 'personalization_genders_modal_edit' => 'Geschlechtstyp aktualisieren', + 'personalization_genders_modal_edit' => 'Geschlechtsidentität bearbeiten', 'personalization_genders_modal_edit_question' => 'Wie soll dieses neue Geschlecht umbenannt werden?', - 'personalization_genders_modal_delete' => 'Geschlechtstyp löschen', + 'personalization_genders_modal_delete' => 'Geschlechtsidentität löschen', 'personalization_genders_modal_delete_desc' => 'Möchten Sie {name} wirklich löschen?', 'personalization_genders_modal_delete_question' => 'Du hast aktuell {count} Kontakt mit diesem Geschlecht. Wenn du dieses Geschlecht löschst, welches Geschlecht soll der Kontakt dann haben?|Du hast aktuell {count} Kontakte mit diesem Geschlecht. Wenn du dieses Geschlecht löschst, welches Geschlecht sollen die Kontakte dann haben?', 'personalization_genders_modal_error' => 'Bitte wähle ein gültiges Geschlecht aus der Liste.', 'personalization_reminder_rule_save' => 'Die Änderung wurde gespeichert', - 'personalization_reminder_rule_title' => 'Erinnerungs Regeln', + 'personalization_reminder_rule_title' => 'Erinnerungen', 'personalization_reminder_rule_line' => '{count} Tag zuvor|{count} Tage zuvor', 'personalization_reminder_rule_desc' => 'Für jede Erinnerung die du setzt, können wir dir ein paar Tage befor das Ereignis stattfindet eine Email senden. Du kannst diese Benachrichtigungen hier umschaten. Bedenke dass diese Benachrichtigungen nur monatliche und jährliche Erinnerungen betreffen.', @@ -308,6 +309,7 @@ 'personalisation_paid_upgrade' => 'Dies ist eine Premium-Funktion, die nur im kostenpflichtigen Abo aktiv ist. Upgrade deinen Account unter Einstellungen > Abonnement.', 'reminder_time_to_send' => 'Zeitpunkt für den Versand von Erinnerungen', + 'reminder_time_to_send_help' => 'For your information, your next reminder will be sent on {dateTime}.', 'personalization_activity_type_category_title' => 'Activity type categories', 'personalization_activity_type_category_add' => 'Add a new activity type category', diff --git a/resources/lang/es/app.php b/resources/lang/es/app.php index 57cd70b1519..eea1742011c 100644 --- a/resources/lang/es/app.php +++ b/resources/lang/es/app.php @@ -73,6 +73,7 @@ 'breadcrumb_settings_personalization' => 'Personalización', 'breadcrumb_settings_security' => 'Seguridad', 'breadcrumb_settings_security_2fa' => 'Two Factor Authentication', + 'breadcrumb_profile' => 'Profile of :name', 'gender_male' => 'Hombre', 'gender_female' => 'Mujer', diff --git a/resources/lang/es/format.php b/resources/lang/es/format.php index 0af4fcf3721..6f6cc8c8947 100644 --- a/resources/lang/es/format.php +++ b/resources/lang/es/format.php @@ -22,6 +22,7 @@ 'short_month_year' => 'M Y', 'short_day' => 'D', 'full_month' => 'F', + 'full_month_year' => 'F Y', 'full_hour' => 'h.i A', ]; diff --git a/resources/lang/es/people.php b/resources/lang/es/people.php index 15cd23e8bdc..0ad246fefbf 100644 --- a/resources/lang/es/people.php +++ b/resources/lang/es/people.php @@ -62,6 +62,7 @@ // Header 'edit_contact_information' => 'Edit contact information', 'call_button' => 'Log a call', + 'set_favorite' => 'Favorite contacts are placed at the top of the contact list', // Stay in touch 'stay_in_touch' => 'Stay in touch', @@ -170,7 +171,8 @@ 'relationship_form_add_choice' => 'Who is the relationship with?', 'relationship_form_create_contact' => 'Add a new person', 'relationship_form_associate_contact' => 'An existing contact', - 'relationship_form_associate_dropdown' => 'Select an existing contact from the dropdown below', + 'relationship_form_associate_dropdown' => 'Search and select an existing contact from the dropdown below', + 'relationship_form_associate_dropdown_placeholder' => 'Search and select an existing contact', 'relationship_form_also_create_contact' => 'Create a Contact entry for this person.', 'relationship_form_add_description' => 'This will let you treat this significant other like any other contact.', 'relationship_form_add_no_existing_contact' => 'You don’t have any contacts who can be related to :name at the moment.', @@ -225,6 +227,13 @@ 'activities_delete_success' => 'The activity has been deleted successfully', 'activities_who_was_involved' => 'Who was involved?', 'activities_activity' => 'Activity Category', + 'activities_view_activities_report' => 'View activities report', + 'activities_profile_title' => 'Activities report between :name and you', + 'activities_profile_subtitle' => 'You’ve logged :total_activities activity with :name in total and :activities_last_twelve_months in the last 12 months so far.|You’ve logged :total_activities activities with :name in total and :activities_last_twelve_months in the last 12 months so far.', + 'activities_profile_year_summary_activity_types' => 'Here is a breakdown of the type of activities you’ve done together in :year', + 'activities_profile_year_summary' => 'Here is what you two have done in :year', + 'activities_profile_number_occurences' => ':value activity|:value activities', + // notes 'notes_create_success' => 'The note has been created successfully', 'notes_update_success' => 'The note has been saved successfully', diff --git a/resources/lang/es/settings.php b/resources/lang/es/settings.php index 80a5c12a30f..de5553c2833 100644 --- a/resources/lang/es/settings.php +++ b/resources/lang/es/settings.php @@ -60,6 +60,7 @@ 'locale_pt' => 'Portugues', 'locale_ru' => 'Ruso', 'locale_zh' => 'Chinese Simplified', + 'locale_tr' => 'Turkish', 'security_title' => 'Security', 'security_help' => 'Change security matters for your account.', @@ -308,6 +309,7 @@ 'personalisation_paid_upgrade' => 'This is a premium feature that requires a Paid subscription to be active. Upgrade your account by visiting Settings > Subscription.', 'reminder_time_to_send' => 'Time of the day reminders should be sent', + 'reminder_time_to_send_help' => 'For your information, your next reminder will be sent on {dateTime}.', 'personalization_activity_type_category_title' => 'Activity type categories', 'personalization_activity_type_category_add' => 'Add a new activity type category', diff --git a/resources/lang/fr/app.php b/resources/lang/fr/app.php index 40f53d5fb3f..4374c18d926 100644 --- a/resources/lang/fr/app.php +++ b/resources/lang/fr/app.php @@ -73,6 +73,7 @@ 'breadcrumb_settings_personalization' => 'Personnalisation', 'breadcrumb_settings_security' => 'Sécurité', 'breadcrumb_settings_security_2fa' => 'Authentification à deux facteurs', + 'breadcrumb_profile' => 'Profil de :name', 'gender_male' => 'Homme', 'gender_female' => 'Femme', @@ -124,7 +125,7 @@ 'relationship_type_inlovewith' => 'amoureux', 'relationship_type_inlovewith_female' => 'amoureuse', - 'relationship_type_inlovewith_with_name' => 'une personne dont :name est amoureux·se', + 'relationship_type_inlovewith_with_name' => 'une personne dont :name est amoureux', 'relationship_type_inlovewith_female_with_name' => 'une personne dont :name est amoureuse', 'relationship_type_lovedby' => 'aimé par', diff --git a/resources/lang/fr/format.php b/resources/lang/fr/format.php index 0a879469be8..823fa8aa4cf 100644 --- a/resources/lang/fr/format.php +++ b/resources/lang/fr/format.php @@ -22,6 +22,7 @@ 'short_month_year' => 'M Y', 'short_day' => 'D', 'full_month' => 'F', + 'full_month_year' => 'F Y', 'full_hour' => 'H:i', ]; diff --git a/resources/lang/fr/people.php b/resources/lang/fr/people.php index 6ab597f2fb3..4b7a3665701 100644 --- a/resources/lang/fr/people.php +++ b/resources/lang/fr/people.php @@ -62,6 +62,7 @@ // Header 'edit_contact_information' => 'Mettre à jour les informations', 'call_button' => 'Enregistrer un appel téléphonique', + 'set_favorite' => 'Les contacts favoris sont placés en haut de la liste des contacts', // Stay in touch 'stay_in_touch' => 'Restez en contact', @@ -170,7 +171,8 @@ 'relationship_form_add_choice' => 'Quelle est cette relation ?', 'relationship_form_create_contact' => 'Ajouter une nouvelle personne', 'relationship_form_associate_contact' => 'Un contact existant', - 'relationship_form_associate_dropdown' => 'Sélectionnez un contact existant dans la liste déroulante ci-dessous', + 'relationship_form_associate_dropdown' => 'Recherchez et sélectionnez un contact existant dans la liste déroulante ci-dessous', + 'relationship_form_associate_dropdown_placeholder' => 'Recherchez et sélectionnez un contact existant', 'relationship_form_also_create_contact' => 'Créer un contact pour cette personne.', 'relationship_form_add_description' => 'Ceci vous permettra de traiter cette personne comme tous les autres contacts de votre compte.', 'relationship_form_add_no_existing_contact' => 'Vous n’avez aucun contact qui puisse être associé à :name pour le moment.', @@ -225,11 +227,18 @@ 'activities_delete_success' => 'L’activité a été supprimée avec succès', 'activities_who_was_involved' => 'Qui était impliqué ?', 'activities_activity' => 'Catégorie d’activité', + 'activities_view_activities_report' => 'Afficher les rapports d’activités', + 'activities_profile_title' => 'Rapports d’activités entre :name et vous', + 'activities_profile_subtitle' => 'Vous avez enregistré :total_activities activité avec :name au total et :activities_last_twelve_months au cours des 12 derniers mois.|Vous avez enregistré :total_activities activités avec :name au total et :activities_last_twelve_months au cours des 12 derniers mois.', + 'activities_profile_year_summary_activity_types' => 'Voici une ventilation du type d’activités que vous avez faites ensemble en :year', + 'activities_profile_year_summary' => 'Voici ce que vous avez fait ensemble en :year', + 'activities_profile_number_occurences' => ':value activité|:value activités', + // notes 'notes_create_success' => 'La note a été ajoutée avec succès', 'notes_update_success' => 'La note a été modifiée avec succès', 'notes_delete_success' => 'La note a été supprimée avec succès', - 'notes_add_cta' => 'Ajouter la note', + 'notes_add_cta' => 'Ajouter une note', 'notes_favorite' => 'Ajouter/retirer des favoris', 'notes_delete_title' => 'Supprimer une note', 'notes_delete_confirmation' => 'Êtes-vous sûr de vouloir supprimer cette note ? La suppression est permanente', diff --git a/resources/lang/fr/settings.php b/resources/lang/fr/settings.php index c150aaa13a5..bc10fd1cb93 100644 --- a/resources/lang/fr/settings.php +++ b/resources/lang/fr/settings.php @@ -60,6 +60,7 @@ 'locale_pt' => 'Portugais', 'locale_ru' => 'Russe', 'locale_zh' => 'Chinois Simplifié', + 'locale_tr' => 'Turc', 'security_title' => 'Sécurité', 'security_help' => 'Changer les questions de sécurité pour votre compte.', @@ -308,6 +309,7 @@ 'personalisation_paid_upgrade' => 'Il s’agit d’une fonctionnalité premium qui nécessite un abonnement payant pour être activée. Mettez à niveau votre compte en visitant Paramètres > Abonnement.', 'reminder_time_to_send' => 'Heure du jour à laquelle les rappels doivent être envoyés', + 'reminder_time_to_send_help' => 'For your information, your next reminder will be sent on {dateTime}.', 'personalization_activity_type_category_title' => 'Catégories de types d’activité', 'personalization_activity_type_category_add' => 'Ajouter une nouvelle catégorie de type d’activité', diff --git a/resources/lang/he/app.php b/resources/lang/he/app.php index 1e0bced4600..4e7c4f91777 100644 --- a/resources/lang/he/app.php +++ b/resources/lang/he/app.php @@ -73,6 +73,7 @@ 'breadcrumb_settings_personalization' => 'התאמה אישית', 'breadcrumb_settings_security' => 'אבטחה', 'breadcrumb_settings_security_2fa' => 'אימות דו־שלבי', + 'breadcrumb_profile' => 'הפרופיל של :name', 'gender_male' => 'גבר', 'gender_female' => 'אישה', diff --git a/resources/lang/he/format.php b/resources/lang/he/format.php index bf57a63db1d..d42d1b7426c 100644 --- a/resources/lang/he/format.php +++ b/resources/lang/he/format.php @@ -22,6 +22,7 @@ 'short_month_year' => 'M Y', 'short_day' => 'D', 'full_month' => 'F', + 'full_month_year' => 'F Y', 'full_hour' => 'H.i', ]; diff --git a/resources/lang/he/people.php b/resources/lang/he/people.php index 17017d3f51a..4311af4bdbf 100644 --- a/resources/lang/he/people.php +++ b/resources/lang/he/people.php @@ -62,6 +62,7 @@ // Header 'edit_contact_information' => 'עריכת פרטים ליצירת קשר', 'call_button' => 'תיעוד שיחה', + 'set_favorite' => 'אנשי קשר מועדפים עולים לראש רשימת אני הקשר', // Stay in touch 'stay_in_touch' => 'לשמור על קשר', @@ -170,7 +171,8 @@ 'relationship_form_add_choice' => 'עם מי הקשר הזה מתקיים?', 'relationship_form_create_contact' => 'הוספת אדם חדש', 'relationship_form_associate_contact' => 'איש קשר קיים', - 'relationship_form_associate_dropdown' => 'נא לבחור איש קשר קיים מהרשימה הנגללת שלהלן', + 'relationship_form_associate_dropdown' => 'ניתן לחפש ולבחור איש קשר קיים מהרשימה הנגללת שלהלן', + 'relationship_form_associate_dropdown_placeholder' => 'חיפוש ובחירה באיש קשר קיים', 'relationship_form_also_create_contact' => 'יצירת רשומת איש קשר לאדם זה.', 'relationship_form_add_description' => 'בחירה זו תאפשר לך להתייחס לצד בקשר הזוגי כמו כל איש קשר אחר.', 'relationship_form_add_no_existing_contact' => 'אין לך אנשי קשר שיכולים לקיים איזשהו קשר מול :name כרגע.', @@ -225,6 +227,13 @@ 'activities_delete_success' => 'הפעילות נמחקה בהצלחה', 'activities_who_was_involved' => 'מי היה מעורב?', 'activities_activity' => 'קטגוריית הפעילות', + 'activities_view_activities_report' => 'הצגת דוח פעילות', + 'activities_profile_title' => 'דוח פעילות עבורך ועבור :name', + 'activities_profile_subtitle' => 'תיעדת פעילות אחת עם :name בסך הכול ו־:activities_last_twelve_months ב־12 החודשים האחרונים עד כה.|תיעדת :total_activities עם :name בסך הכול ו־:activities_last_twelve_months ב־12 החודשים האחרונים עד כה.', + 'activities_profile_year_summary_activity_types' => 'להלן פילוח של סוגי הפעילויות אותן ביצעתם יחדיו ב־:year', + 'activities_profile_year_summary' => 'הנה מה שעשיתם יחד ב־:year', + 'activities_profile_number_occurences' => 'פעילות אחת|:value פעילויות', + // notes 'notes_create_success' => 'ההערה נוצרה בהצלחה', 'notes_update_success' => 'ההערה נשמרה בהצלחה', diff --git a/resources/lang/he/settings.php b/resources/lang/he/settings.php index 2df496ea25c..bc0fe764ed6 100644 --- a/resources/lang/he/settings.php +++ b/resources/lang/he/settings.php @@ -60,6 +60,7 @@ 'locale_pt' => 'פורטוגלית', 'locale_ru' => 'רוסית', 'locale_zh' => 'סינית מפושטת', + 'locale_tr' => 'טורקית', 'security_title' => 'אבטחה', 'security_help' => 'שינוי נדבכי האבטחה של החשבון שלך.', @@ -308,6 +309,7 @@ 'personalisation_paid_upgrade' => 'תכונה זו היא תכונת פרמיום שדורשת הפעלת מינוי בתשלום. ניתן לשדרג את החשבון שלך על ידי מעבר להגדרות > מינוי.', 'reminder_time_to_send' => 'השעה ביום בה אמורות להישלח התזכורות', + 'reminder_time_to_send_help' => 'For your information, your next reminder will be sent on {dateTime}.', 'personalization_activity_type_category_title' => 'קטגוריות סוגי פעילות', 'personalization_activity_type_category_add' => 'הוספת קטגוריית סוג פעילות חדשה', diff --git a/resources/lang/it/app.php b/resources/lang/it/app.php index b4eb932871c..e263c398415 100644 --- a/resources/lang/it/app.php +++ b/resources/lang/it/app.php @@ -73,6 +73,7 @@ 'breadcrumb_settings_personalization' => 'Personalizzazione', 'breadcrumb_settings_security' => 'Sicurezza', 'breadcrumb_settings_security_2fa' => 'Autenticazione due fattori', + 'breadcrumb_profile' => 'Profile of :name', 'gender_male' => 'Uomo', 'gender_female' => 'Donna', diff --git a/resources/lang/it/format.php b/resources/lang/it/format.php index 0af4fcf3721..6f6cc8c8947 100644 --- a/resources/lang/it/format.php +++ b/resources/lang/it/format.php @@ -22,6 +22,7 @@ 'short_month_year' => 'M Y', 'short_day' => 'D', 'full_month' => 'F', + 'full_month_year' => 'F Y', 'full_hour' => 'h.i A', ]; diff --git a/resources/lang/it/people.php b/resources/lang/it/people.php index 3f010294b7e..0d7b50cb70d 100644 --- a/resources/lang/it/people.php +++ b/resources/lang/it/people.php @@ -62,6 +62,7 @@ // Header 'edit_contact_information' => 'Modifica informazioni del contatto', 'call_button' => 'Aggiungi chiamata', + 'set_favorite' => 'Favorite contacts are placed at the top of the contact list', // Stay in touch 'stay_in_touch' => 'Rimani in contatto', @@ -170,7 +171,8 @@ 'relationship_form_add_choice' => 'Con chi è la relazione?', 'relationship_form_create_contact' => 'Aggiungi persona', 'relationship_form_associate_contact' => 'Un contatto esistente', - 'relationship_form_associate_dropdown' => 'Seleziona un contatto esistente dal menu a tendina', + 'relationship_form_associate_dropdown' => 'Search and select an existing contact from the dropdown below', + 'relationship_form_associate_dropdown_placeholder' => 'Search and select an existing contact', 'relationship_form_also_create_contact' => 'Aggiungi questa persona anche come Contatto.', 'relationship_form_add_description' => 'Ció ti permetterá di trattare questo partner come un qualsiasi altro contatto.', 'relationship_form_add_no_existing_contact' => 'Al momento non hai contatti che possono essere una relazione :name.', @@ -225,6 +227,13 @@ 'activities_delete_success' => 'Attività rimossa', 'activities_who_was_involved' => 'Chi era coinvolto?', 'activities_activity' => 'Categoria dell\'attività', + 'activities_view_activities_report' => 'View activities report', + 'activities_profile_title' => 'Activities report between :name and you', + 'activities_profile_subtitle' => 'You’ve logged :total_activities activity with :name in total and :activities_last_twelve_months in the last 12 months so far.|You’ve logged :total_activities activities with :name in total and :activities_last_twelve_months in the last 12 months so far.', + 'activities_profile_year_summary_activity_types' => 'Here is a breakdown of the type of activities you’ve done together in :year', + 'activities_profile_year_summary' => 'Here is what you two have done in :year', + 'activities_profile_number_occurences' => ':value activity|:value activities', + // notes 'notes_create_success' => 'Nota creata', 'notes_update_success' => 'Nota aggiornata', diff --git a/resources/lang/it/settings.php b/resources/lang/it/settings.php index f104ad7496e..4abca6060fc 100644 --- a/resources/lang/it/settings.php +++ b/resources/lang/it/settings.php @@ -60,6 +60,7 @@ 'locale_pt' => 'Portoghese', 'locale_ru' => 'Russo', 'locale_zh' => 'Chinese Simplified', + 'locale_tr' => 'Turkish', 'security_title' => 'Security', 'security_help' => 'Change security matters for your account.', @@ -308,6 +309,7 @@ 'personalisation_paid_upgrade' => 'This is a premium feature that requires a Paid subscription to be active. Upgrade your account by visiting Settings > Subscription.', 'reminder_time_to_send' => 'Time of the day reminders should be sent', + 'reminder_time_to_send_help' => 'For your information, your next reminder will be sent on {dateTime}.', 'personalization_activity_type_category_title' => 'Activity type categories', 'personalization_activity_type_category_add' => 'Add a new activity type category', diff --git a/resources/lang/nl/app.php b/resources/lang/nl/app.php index 0709593f5c0..9bfa6a7a3eb 100644 --- a/resources/lang/nl/app.php +++ b/resources/lang/nl/app.php @@ -73,6 +73,7 @@ 'breadcrumb_settings_personalization' => 'Personalisatie', 'breadcrumb_settings_security' => 'Beveiliging', 'breadcrumb_settings_security_2fa' => 'Tweestapsverificatie', + 'breadcrumb_profile' => 'Profiel van :name', 'gender_male' => 'Man', 'gender_female' => 'Vrouw', @@ -179,13 +180,13 @@ 'relationship_type_godfather' => 'peetoom', 'relationship_type_godfather_female' => 'peet moeder', - 'relationship_type_godfather_with_name' => ':naam\'s peetvader', - 'relationship_type_godfather_female_with_name' => ':naam\'s peetmoeder', + 'relationship_type_godfather_with_name' => ':name\'s peetvader', + 'relationship_type_godfather_female_with_name' => ':name\'s peetmoeder', 'relationship_type_godson' => 'peetzoon', 'relationship_type_godson_female' => 'peetdochter', - 'relationship_type_godson_with_name' => ':naam\'s schoonzoon', - 'relationship_type_godson_female_with_name' => ':naam\'s schoondochter', + 'relationship_type_godson_with_name' => ':name\'s schoonzoon', + 'relationship_type_godson_female_with_name' => ':name\'s schoondochter', 'relationship_type_friend' => 'vriend', 'relationship_type_friend_female' => 'vriend', diff --git a/resources/lang/nl/format.php b/resources/lang/nl/format.php index 0af4fcf3721..6f6cc8c8947 100644 --- a/resources/lang/nl/format.php +++ b/resources/lang/nl/format.php @@ -22,6 +22,7 @@ 'short_month_year' => 'M Y', 'short_day' => 'D', 'full_month' => 'F', + 'full_month_year' => 'F Y', 'full_hour' => 'h.i A', ]; diff --git a/resources/lang/nl/people.php b/resources/lang/nl/people.php index 98a0bab0a18..bd2ca829fe6 100644 --- a/resources/lang/nl/people.php +++ b/resources/lang/nl/people.php @@ -62,6 +62,7 @@ // Header 'edit_contact_information' => 'Bewerk contact informatie', 'call_button' => 'Registreer een belgesprek', + 'set_favorite' => 'Favorite contacts are placed at the top of the contact list', // Stay in touch 'stay_in_touch' => 'Blijf in contact', @@ -102,7 +103,7 @@ 'information_edit_success' => 'Het profiel is succesvol bijgewerkt', 'information_edit_title' => 'Bewerk :name\'s persoonlijke informatie', 'information_edit_avatar' => 'Foto/avatar van het contact', - 'information_edit_max_size' => 'Max: grootte Mb.', + 'information_edit_max_size' => 'Max :size Mb.', 'information_edit_firstname' => 'Voornaam', 'information_edit_lastname' => 'Achternaam (optioneel)', 'information_edit_linkedin' => 'LinkedIn profiel (optioneel)', @@ -112,7 +113,7 @@ 'information_edit_exact' => 'Ik weet de exacte geboortedatum van deze persoon...', 'information_no_linkedin_defined' => 'Geen LinkedIn gedefinieerd', 'information_no_work_defined' => 'Geen werkgegevens gedefinieerd', - 'information_work_at' => 'bij :bedrijf', + 'information_work_at' => 'bij :company', 'linkedin_profile' => 'LinkedIn profiel', 'work_add_cta' => 'Werk informatie bijwerken', 'work_edit_success' => 'Werkgegevens zijn met succes bijgewerkt', @@ -170,7 +171,8 @@ 'relationship_form_add_choice' => 'Wie is de relatie met?', 'relationship_form_create_contact' => 'Voeg een nieuwe persoon toe', 'relationship_form_associate_contact' => 'Toevoegen aan bestaand persoon', - 'relationship_form_associate_dropdown' => 'Kies een bestaande persoon uit de lijst hieronder', + 'relationship_form_associate_dropdown' => 'Search and select an existing contact from the dropdown below', + 'relationship_form_associate_dropdown_placeholder' => 'Search and select an existing contact', 'relationship_form_also_create_contact' => 'Een contact-kaart maken voor deze persoon.', 'relationship_form_add_description' => 'Hierdoor kan je deze partner bewerken, net als elk ander contact.', 'relationship_form_add_no_existing_contact' => 'Je hebt nog geen contacten die een :name gekoppeld kunnen worden.', @@ -225,6 +227,13 @@ 'activities_delete_success' => 'The activity has been deleted successfully', 'activities_who_was_involved' => 'Who was involved?', 'activities_activity' => 'Activity Category', + 'activities_view_activities_report' => 'View activities report', + 'activities_profile_title' => 'Activities report between :name and you', + 'activities_profile_subtitle' => 'You’ve logged :total_activities activity with :name in total and :activities_last_twelve_months in the last 12 months so far.|You’ve logged :total_activities activities with :name in total and :activities_last_twelve_months in the last 12 months so far.', + 'activities_profile_year_summary_activity_types' => 'Here is a breakdown of the type of activities you’ve done together in :year', + 'activities_profile_year_summary' => 'Here is what you two have done in :year', + 'activities_profile_number_occurences' => ':value activity|:value activities', + // notes 'notes_create_success' => 'The note has been created successfully', 'notes_update_success' => 'The note has been saved successfully', diff --git a/resources/lang/nl/settings.php b/resources/lang/nl/settings.php index 44233cb9672..38e1d6730d6 100644 --- a/resources/lang/nl/settings.php +++ b/resources/lang/nl/settings.php @@ -60,6 +60,7 @@ 'locale_pt' => 'Portuguese', 'locale_ru' => 'Russian', 'locale_zh' => 'Chinese Simplified', + 'locale_tr' => 'Turkish', 'security_title' => 'Security', 'security_help' => 'Change security matters for your account.', @@ -308,6 +309,7 @@ 'personalisation_paid_upgrade' => 'This is a premium feature that requires a Paid subscription to be active. Upgrade your account by visiting Settings > Subscription.', 'reminder_time_to_send' => 'Time of the day reminders should be sent', + 'reminder_time_to_send_help' => 'For your information, your next reminder will be sent on {dateTime}.', 'personalization_activity_type_category_title' => 'Activity type categories', 'personalization_activity_type_category_add' => 'Add a new activity type category', diff --git a/resources/lang/pt/app.php b/resources/lang/pt/app.php index 95a6f22b78b..70e67c13efa 100644 --- a/resources/lang/pt/app.php +++ b/resources/lang/pt/app.php @@ -73,6 +73,7 @@ 'breadcrumb_settings_personalization' => 'Personalização', 'breadcrumb_settings_security' => 'Segurança', 'breadcrumb_settings_security_2fa' => 'Autenticação de dois fatores', + 'breadcrumb_profile' => 'Profile of :name', 'gender_male' => 'Homem', 'gender_female' => 'Mulher', diff --git a/resources/lang/pt/format.php b/resources/lang/pt/format.php index 0a879469be8..823fa8aa4cf 100644 --- a/resources/lang/pt/format.php +++ b/resources/lang/pt/format.php @@ -22,6 +22,7 @@ 'short_month_year' => 'M Y', 'short_day' => 'D', 'full_month' => 'F', + 'full_month_year' => 'F Y', 'full_hour' => 'H:i', ]; diff --git a/resources/lang/pt/people.php b/resources/lang/pt/people.php index f1a0621e843..fb81f12f818 100644 --- a/resources/lang/pt/people.php +++ b/resources/lang/pt/people.php @@ -62,6 +62,7 @@ // Header 'edit_contact_information' => 'Editar informação do contato', 'call_button' => 'Registar uma chamada', + 'set_favorite' => 'Favorite contacts are placed at the top of the contact list', // Stay in touch 'stay_in_touch' => 'Stay in touch', @@ -170,7 +171,8 @@ 'relationship_form_add_choice' => 'Who is the relationship with?', 'relationship_form_create_contact' => 'Add a new person', 'relationship_form_associate_contact' => 'An existing contact', - 'relationship_form_associate_dropdown' => 'Select an existing contact from the dropdown below', + 'relationship_form_associate_dropdown' => 'Search and select an existing contact from the dropdown below', + 'relationship_form_associate_dropdown_placeholder' => 'Search and select an existing contact', 'relationship_form_also_create_contact' => 'Create a Contact entry for this person.', 'relationship_form_add_description' => 'This will let you treat this significant other like any other contact.', 'relationship_form_add_no_existing_contact' => 'You don’t have any contacts who can be related to :name at the moment.', @@ -225,6 +227,13 @@ 'activities_delete_success' => 'A atividade foi excluída com sucesso', 'activities_who_was_involved' => 'Quem estava envolvido?', 'activities_activity' => 'Activity Category', + 'activities_view_activities_report' => 'View activities report', + 'activities_profile_title' => 'Activities report between :name and you', + 'activities_profile_subtitle' => 'You’ve logged :total_activities activity with :name in total and :activities_last_twelve_months in the last 12 months so far.|You’ve logged :total_activities activities with :name in total and :activities_last_twelve_months in the last 12 months so far.', + 'activities_profile_year_summary_activity_types' => 'Here is a breakdown of the type of activities you’ve done together in :year', + 'activities_profile_year_summary' => 'Here is what you two have done in :year', + 'activities_profile_number_occurences' => ':value activity|:value activities', + // notes 'notes_create_success' => 'A nota foi adicionada com sucesso', 'notes_update_success' => 'A nota foi guardada com sucesso', diff --git a/resources/lang/pt/settings.php b/resources/lang/pt/settings.php index b0ca7fa9ea1..4dc110bba89 100644 --- a/resources/lang/pt/settings.php +++ b/resources/lang/pt/settings.php @@ -60,6 +60,7 @@ 'locale_pt' => 'Português', 'locale_ru' => 'Russian', 'locale_zh' => 'Chinese Simplified', + 'locale_tr' => 'Turkish', 'security_title' => 'Segurança', 'security_help' => 'Change security matters for your account.', @@ -308,6 +309,7 @@ 'personalisation_paid_upgrade' => 'This is a premium feature that requires a Paid subscription to be active. Upgrade your account by visiting Settings > Subscription.', 'reminder_time_to_send' => 'Time of the day reminders should be sent', + 'reminder_time_to_send_help' => 'For your information, your next reminder will be sent on {dateTime}.', 'personalization_activity_type_category_title' => 'Activity type categories', 'personalization_activity_type_category_add' => 'Add a new activity type category', diff --git a/resources/lang/ru/app.php b/resources/lang/ru/app.php index dfbe83b5860..4097b0653e5 100644 --- a/resources/lang/ru/app.php +++ b/resources/lang/ru/app.php @@ -73,6 +73,7 @@ 'breadcrumb_settings_personalization' => 'Personalization', 'breadcrumb_settings_security' => 'Security', 'breadcrumb_settings_security_2fa' => 'Two Factor Authentication', + 'breadcrumb_profile' => 'Profile of :name', 'gender_male' => 'Мужской', 'gender_female' => 'Женский', diff --git a/resources/lang/ru/format.php b/resources/lang/ru/format.php index 0af4fcf3721..6f6cc8c8947 100644 --- a/resources/lang/ru/format.php +++ b/resources/lang/ru/format.php @@ -22,6 +22,7 @@ 'short_month_year' => 'M Y', 'short_day' => 'D', 'full_month' => 'F', + 'full_month_year' => 'F Y', 'full_hour' => 'h.i A', ]; diff --git a/resources/lang/ru/people.php b/resources/lang/ru/people.php index 4231ff1aa7f..b374ba39b48 100644 --- a/resources/lang/ru/people.php +++ b/resources/lang/ru/people.php @@ -62,6 +62,7 @@ // Header 'edit_contact_information' => 'Редактировать контакты', 'call_button' => 'Log a call', + 'set_favorite' => 'Favorite contacts are placed at the top of the contact list', // Stay in touch 'stay_in_touch' => 'Stay in touch', @@ -170,7 +171,8 @@ 'relationship_form_add_choice' => 'Who is the relationship with?', 'relationship_form_create_contact' => 'Add a new person', 'relationship_form_associate_contact' => 'An existing contact', - 'relationship_form_associate_dropdown' => 'Select an existing contact from the dropdown below', + 'relationship_form_associate_dropdown' => 'Search and select an existing contact from the dropdown below', + 'relationship_form_associate_dropdown_placeholder' => 'Search and select an existing contact', 'relationship_form_also_create_contact' => 'Create a Contact entry for this person.', 'relationship_form_add_description' => 'This will let you treat this significant other like any other contact.', 'relationship_form_add_no_existing_contact' => 'You don’t have any contacts who can be related to :name at the moment.', @@ -225,6 +227,13 @@ 'activities_delete_success' => 'Активность была удалена', 'activities_who_was_involved' => 'Кто был вовлечен?', 'activities_activity' => 'Activity Category', + 'activities_view_activities_report' => 'View activities report', + 'activities_profile_title' => 'Activities report between :name and you', + 'activities_profile_subtitle' => 'You’ve logged :total_activities activity with :name in total and :activities_last_twelve_months in the last 12 months so far.|You’ve logged :total_activities activities with :name in total and :activities_last_twelve_months in the last 12 months so far.', + 'activities_profile_year_summary_activity_types' => 'Here is a breakdown of the type of activities you’ve done together in :year', + 'activities_profile_year_summary' => 'Here is what you two have done in :year', + 'activities_profile_number_occurences' => ':value activity|:value activities', + // notes 'notes_create_success' => 'Заметка была добавлена', 'notes_update_success' => 'The note has been saved successfully', diff --git a/resources/lang/ru/settings.php b/resources/lang/ru/settings.php index b25dc3ce8ff..6d8a0fff801 100644 --- a/resources/lang/ru/settings.php +++ b/resources/lang/ru/settings.php @@ -60,6 +60,7 @@ 'locale_pt' => 'Portuguese', 'locale_ru' => 'Русский', 'locale_zh' => 'Chinese Simplified', + 'locale_tr' => 'Turkish', 'security_title' => 'Security', 'security_help' => 'Change security matters for your account.', @@ -308,6 +309,7 @@ 'personalisation_paid_upgrade' => 'This is a premium feature that requires a Paid subscription to be active. Upgrade your account by visiting Settings > Subscription.', 'reminder_time_to_send' => 'Time of the day reminders should be sent', + 'reminder_time_to_send_help' => 'For your information, your next reminder will be sent on {dateTime}.', 'personalization_activity_type_category_title' => 'Activity type categories', 'personalization_activity_type_category_add' => 'Add a new activity type category', diff --git a/resources/lang/tr/app.php b/resources/lang/tr/app.php new file mode 100644 index 00000000000..a050251cf66 --- /dev/null +++ b/resources/lang/tr/app.php @@ -0,0 +1,230 @@ + 'Güncelle', + 'save' => 'Kaydet', + 'add' => 'Ekle', + 'cancel' => 'Vazgeç', + 'delete' => 'Sil', + 'edit' => 'Düzenle', + 'upload' => 'Yükle', + 'close' => 'Kapat', + 'create' => 'Oluştur', + 'remove' => 'Kaldır', + 'revoke' => 'Geri al', + 'done' => 'Bitti', + 'verify' => 'Doğrula', + 'for' => 'için', + 'new' => 'yeni', + 'unknown' => 'Bilmiyorum', + 'load_more' => 'Daha fazla', + 'loading' => 'Yükleniyor...', + 'with' => 'ile', + 'days' => 'gün/günler', + + 'application_title' => 'Monica - kişisel ilişki yöneticisi', + 'application_description' => 'Monica is a tool to manage your interactions with your loved ones, friends and family.', + 'application_og_title' => 'Have better relations with your loved ones. Free Online CRM for friends and family.', + + 'markdown_description' => 'Want to format your text in a nice way? We support Markdown to add bold, italic, lists and more.', + 'markdown_link' => 'Read documentation', + + 'header_settings_link' => 'Settings', + 'header_logout_link' => 'Logout', + 'header_changelog_link' => 'Product changes', + + 'main_nav_cta' => 'Add people', + 'main_nav_dashboard' => 'Dashboard', + 'main_nav_family' => 'Contacts', + 'main_nav_journal' => 'Journal', + 'main_nav_activities' => 'Activities', + 'main_nav_tasks' => 'Tasks', + + 'footer_remarks' => 'Any remarks?', + 'footer_send_email' => 'Bana bir e-posta gönder', + 'footer_privacy' => 'Gizlilik politikası', + 'footer_release' => 'Sürüm notları', + 'footer_newsletter' => 'Haber Bülteni', + 'footer_source_code' => 'Katkıda bulun', + 'footer_version' => 'Sürüm: :version', + 'footer_new_version' => 'Yeni sürüm mevcut', + + 'footer_modal_version_whats_new' => 'Neler yeni', + 'footer_modal_version_release_away' => 'You are 1 release behind the latest version available. You should update your instance.|You are :number releases behind the latest version available. You should update your instance.', + + 'breadcrumb_dashboard' => 'Başlangıç', + 'breadcrumb_list_contacts' => 'Kişi Listesi', + 'breadcrumb_journal' => 'Günlük', + 'breadcrumb_settings' => 'Ayarlar', + 'breadcrumb_settings_export' => 'Dışa aktar', + 'breadcrumb_settings_users' => 'Kullanıcılar', + 'breadcrumb_settings_users_add' => 'Add a user', + 'breadcrumb_settings_subscriptions' => 'Subscription', + 'breadcrumb_settings_import' => 'Import', + 'breadcrumb_settings_import_report' => 'Import report', + 'breadcrumb_settings_import_upload' => 'Upload', + 'breadcrumb_settings_tags' => 'Tags', + 'breadcrumb_add_significant_other' => 'Add significant other', + 'breadcrumb_edit_significant_other' => 'Edit significant other', + 'breadcrumb_add_note' => 'Add a note', + 'breadcrumb_edit_note' => 'Edit a note', + 'breadcrumb_api' => 'API', + 'breadcrumb_edit_introductions' => 'How did you meet', + 'breadcrumb_settings_personalization' => 'Personalization', + 'breadcrumb_settings_security' => 'Security', + 'breadcrumb_settings_security_2fa' => 'Two Factor Authentication', + 'breadcrumb_profile' => 'Profile of :name', + + 'gender_male' => 'Man', + 'gender_female' => 'Woman', + 'gender_none' => 'Rather not say', + + 'error_title' => 'Whoops! Something went wrong.', + 'error_unauthorized' => 'You don’t have the right to edit this resource.', + 'error_save' => 'We had an error trying to save the data.', + + 'default_save_success' => 'The data has been saved.', + + 'compliance_title' => 'Sorry for the interruption.', + 'compliance_desc' => 'We have changed our Terms of Use and Privacy Policy. By law we have to ask you to review them and accept them so you can continue to use your account.', + 'compliance_desc_end' => 'We don’t do anything nasty with your data or account and will never do.', + 'compliance_terms' => 'Accept new terms and privacy policy', + + // Relationship types + // Yes, each relationship type has 8 strings associated with it. + // This is because we need to indicate the name of the relationship type, + // and also the name of the opposite side of this relationship (father/son), + // and then, the feminine version of the string. Finally, in some sentences + // in the UI, we need to include the name of the person we add the relationship + // to. + 'relationship_type_group_love' => 'Love relationships', + 'relationship_type_group_family' => 'Family relationships', + 'relationship_type_group_friend' => 'Friend relationships', + 'relationship_type_group_work' => 'Work relationships', + 'relationship_type_group_other' => 'Other kind of relationships', + + 'relationship_type_partner' => 'significant other', + 'relationship_type_partner_female' => 'significant other', + 'relationship_type_partner_with_name' => ':name’s significant other', + 'relationship_type_partner_female_with_name' => ':name’s significant other', + + 'relationship_type_spouse' => 'spouse', + 'relationship_type_spouse_female' => 'spouse', + 'relationship_type_spouse_with_name' => ':name’s spouse', + 'relationship_type_spouse_female_with_name' => ':name’s spouse', + + 'relationship_type_date' => 'date', + 'relationship_type_date_female' => 'date', + 'relationship_type_date_with_name' => ':name’s date', + 'relationship_type_date_female_with_name' => ':name’s date', + + 'relationship_type_lover' => 'lover', + 'relationship_type_lover_female' => 'lover', + 'relationship_type_lover_with_name' => ':name’s lover', + 'relationship_type_lover_female_with_name' => ':name’s lover', + + 'relationship_type_inlovewith' => 'in love with', + 'relationship_type_inlovewith_female' => 'in love with', + 'relationship_type_inlovewith_with_name' => 'someone :name is in love with', + 'relationship_type_inlovewith_female_with_name' => 'someone :name is in love with', + + 'relationship_type_lovedby' => 'loved by', + 'relationship_type_lovedby_female' => 'loved by', + 'relationship_type_lovedby_with_name' => ':name’s secret lover', + 'relationship_type_lovedby_female_with_name' => ':name’s secret lover', + + 'relationship_type_ex' => 'ex-boyfriend', + 'relationship_type_ex_female' => 'ex-girlfriend', + 'relationship_type_ex_with_name' => ':name’s ex-boyfriend', + 'relationship_type_ex_female_with_name' => ':name’s ex-girlfriend', + + 'relationship_type_parent' => 'father', + 'relationship_type_parent_female' => 'mother', + 'relationship_type_parent_with_name' => ':name’s father', + 'relationship_type_parent_female_with_name' => ':name’s mother', + + 'relationship_type_child' => 'son', + 'relationship_type_child_female' => 'daughter', + 'relationship_type_child_with_name' => ':name’s son', + 'relationship_type_child_female_with_name' => ':name’s daughter', + + 'relationship_type_sibling' => 'brother', + 'relationship_type_sibling_female' => 'sister', + 'relationship_type_sibling_with_name' => ':name’s brother', + 'relationship_type_sibling_female_with_name' => ':name’s sister', + + 'relationship_type_grandparent' => 'grand parent', + 'relationship_type_grandparent_female' => 'grand parent', + 'relationship_type_grandparent_with_name' => ':name’s grand parent', + 'relationship_type_grandparent_female_with_name' => ':name’s grand parent', + + 'relationship_type_grandchild' => 'grand child', + 'relationship_type_grandchild_female' => 'grand child', + 'relationship_type_grandchild_with_name' => ':name’s grand child', + 'relationship_type_grandchild_female_with_name' => ':name’s grand child', + + 'relationship_type_uncle' => 'uncle', + 'relationship_type_uncle_female' => 'aunt', + 'relationship_type_uncle_with_name' => ':name’s uncle', + 'relationship_type_uncle_female_with_name' => ':name’s aunt', + + 'relationship_type_nephew' => 'nephew', + 'relationship_type_nephew_female' => 'niece', + 'relationship_type_nephew_with_name' => ':name’s nephew', + 'relationship_type_nephew_female_with_name' => ':name’s niece', + + 'relationship_type_cousin' => 'cousin', + 'relationship_type_cousin_female' => 'cousin', + 'relationship_type_cousin_with_name' => ':name’s cousin', + 'relationship_type_cousin_female_with_name' => ':name’s cousin', + + 'relationship_type_godfather' => 'godfather', + 'relationship_type_godfather_female' => 'godmother', + 'relationship_type_godfather_with_name' => ':name’s godfather', + 'relationship_type_godfather_female_with_name' => ':name’s godmother', + + 'relationship_type_godson' => 'godson', + 'relationship_type_godson_female' => 'goddaughter', + 'relationship_type_godson_with_name' => ':name’s godson', + 'relationship_type_godson_female_with_name' => ':name’s goddaughter', + + 'relationship_type_friend' => 'friend', + 'relationship_type_friend_female' => 'friend', + 'relationship_type_friend_with_name' => ':name’s friend', + 'relationship_type_friend_female_with_name' => ':name’s friend', + + 'relationship_type_bestfriend' => 'best friend', + 'relationship_type_bestfriend_female' => 'best friend', + 'relationship_type_bestfriend_with_name' => ':name’s best friend', + 'relationship_type_bestfriend_female_with_name' => ':name’s best friend', + + 'relationship_type_colleague' => 'colleague', + 'relationship_type_colleague_female' => 'colleague', + 'relationship_type_colleague_with_name' => ':name’s colleague', + 'relationship_type_colleague_female_with_name' => ':name’s colleague', + + 'relationship_type_boss' => 'boss', + 'relationship_type_boss_female' => 'boss', + 'relationship_type_boss_with_name' => ':name’s boss', + 'relationship_type_boss_female_with_name' => ':name’s boss', + + 'relationship_type_subordinate' => 'subordinate', + 'relationship_type_subordinate_female' => 'subordinate', + 'relationship_type_subordinate_with_name' => ':name’s subordinate', + 'relationship_type_subordinate_female_with_name' => ':name’s subordinate', + + 'relationship_type_mentor' => 'mentor', + 'relationship_type_mentor_female' => 'mentor', + 'relationship_type_mentor_with_name' => ':name’s mentor', + 'relationship_type_mentor_female_with_name' => ':name’s mentor', + + 'relationship_type_protege' => 'protege', + 'relationship_type_protege_female' => 'protege', + 'relationship_type_protege_with_name' => ':name’s protege', + 'relationship_type_protege_female_with_name' => ':name’s protege', + + 'relationship_type_ex_husband' => 'ex husband', + 'relationship_type_ex_husband_female' => 'ex wife', + 'relationship_type_ex_husband_with_name' => ':name’s ex husband', + 'relationship_type_ex_husband_female_with_name' => ':name’s ex wife', +]; diff --git a/resources/lang/tr/auth.php b/resources/lang/tr/auth.php new file mode 100644 index 00000000000..2a69e00d191 --- /dev/null +++ b/resources/lang/tr/auth.php @@ -0,0 +1,72 @@ + 'These credentials do not match our records.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'not_authorized' => 'You are not authorized to execute this action', + 'signup_disabled' => 'Kayıt şu anda devre dışı', + 'back_homepage' => 'Ana sayfaya dön', + 'mfa_auth_otp' => 'Authenticate with your two factor device', + 'mfa_auth_u2f' => 'Authenticate with a U2F device', + '2fa_title' => 'Two Factor Authentication', + '2fa_wrong_validation' => 'The two factor authentication has failed.', + '2fa_one_time_password' => 'Two factor authentication code', + '2fa_recuperation_code' => 'Enter a two factor recovery code', + '2fa_otp_help' => 'Open up your two factor authentication mobile app and copy the code', + 'u2f_otp_extension' => 'U2F is supported natively on Chrome, Firefox and Opera. On old Firefox versions, install the U2F Support Add-on.', + + 'login_to_account' => 'Hesabınıza giriş yapın', + 'login_again' => 'Lütfen hesabınıza tekrar giriş yapınız', + 'email' => 'E-posta', + 'password' => 'Şifre', + 'login' => 'Oturum Aç', + 'button_remember' => 'Beni Hatırla', + 'password_forget' => 'Şifremi unuttum', + 'password_reset' => 'Şifrenizi değiştirin', + 'signup_no_account' => 'Hesabınız yok mu?', + 'signup' => 'Kayıt ol', + 'create_account' => 'Create the first account by signing up', + + 'password_reset_title' => 'Reset Password', + 'password_reset_email' => 'E-Mail Address', + 'password_reset_send_link' => 'Şifre sıfırlama bağlantısını gönder', + 'password_reset_password' => 'Şifre', + 'password_reset_password_confirm' => 'Şifreyi Doğrula', + 'password_reset_action' => 'Şifreyi Sıfırla', + 'password_reset_email_content' => 'Şifrenizi sıfırlamak için buraya tıklayın:', + + 'register_title_welcome' => 'Welcome to your newly installed Monica instance', + 'register_create_account' => 'You need to create an account to use Monica', + 'register_title_create' => 'Create your Monica account', + 'register_login' => 'Log in if you already have an account.', + 'register_email' => 'Geçerli bir e-posta adresi girin', + 'register_email_example' => 'you@home', + 'register_firstname' => 'Ad', + 'register_firstname_example' => 'eg. John', + 'register_lastname' => 'Soyad', + 'register_lastname_example' => 'eg. Doe', + 'register_password' => 'Password', + 'register_password_example' => 'Güçlü bir şifre girin', + 'register_password_confirmation' => 'Şifre doğrulama', + 'register_action' => 'Kayıt Ol', + 'register_policy' => 'Signing up signifies you’ve read and agree to our Privacy Policy and Terms of use.', + 'register_invitation_email' => 'For security purposes, please indicate the email of the person who’ve invited you to join this account. This information is provided in the invitation email.', + + 'confirmation_again' => 'If you want to change your email address you can click here.', + 'email_change_current_email' => 'Current email address:', + 'email_change_title' => 'E-posta adresini değiştir', + 'email_change_new' => 'Yeni e-posta adresi', + 'email_changed' => 'Your email address has been changed. Check your mailbox to validate it.', +]; diff --git a/resources/lang/tr/changelog.php b/resources/lang/tr/changelog.php new file mode 100644 index 00000000000..8c4aaf170f8 --- /dev/null +++ b/resources/lang/tr/changelog.php @@ -0,0 +1,6 @@ + 'Ürün değişiklikleri', + 'note' => 'Not: ne yazık ki, bu sayfa yalnızca İngilizce\'dir.', +]; diff --git a/resources/lang/tr/dashboard.php b/resources/lang/tr/dashboard.php new file mode 100644 index 00000000000..7d6215e4b6f --- /dev/null +++ b/resources/lang/tr/dashboard.php @@ -0,0 +1,27 @@ + 'Hesabınıza hoş geldiniz!', + 'dashboard_blank_description' => 'Monica is the place to organize all the interactions you have with the ones you care about.', + 'dashboard_blank_cta' => 'İlk bağlantınızı ekleyin', + 'dashboard_blank_illustration' => 'Illustration by Freepik', + + 'notes_title' => 'You don’t have any starred notes yet.', + + 'tab_recent_calls' => 'Son çağrılar', + 'tab_favorite_notes' => 'Favorite notes', + 'tab_calls_blank' => 'You haven’t logged a call yet.', + 'tab_debts' => 'Debts', + 'tab_debts_blank' => 'You haven’t logged any debt yet.', + + 'debts_you_owe' => 'You owe', + + 'statistics_contacts' => 'Contacts', + 'statistics_activities' => 'Activities', + 'statistics_gifts' => 'Gifts', + + 'reminders_next_months' => 'Events in the next 3 months', + 'reminders_none' => 'No reminder for this month', + + 'linkedin_profile' => 'LinkedIn', +]; diff --git a/resources/lang/tr/format.php b/resources/lang/tr/format.php new file mode 100644 index 00000000000..1b7f21e70ff --- /dev/null +++ b/resources/lang/tr/format.php @@ -0,0 +1,28 @@ + 'd M Y H:i', + 'short_date_year' => 'd M Y', + 'short_date' => 'd M', + 'short_month' => 'M', + 'short_month_year' => 'M Y', + 'short_day' => 'D', + 'full_month' => 'F', + 'full_month_year' => 'F Y', + 'full_hour' => 'h.i A', + +]; diff --git a/resources/lang/tr/journal.php b/resources/lang/tr/journal.php new file mode 100644 index 00000000000..95bff98d557 --- /dev/null +++ b/resources/lang/tr/journal.php @@ -0,0 +1,20 @@ + 'How was your day? You can rate it once a day.', + 'journal_come_back' => 'Thanks. Come back tomorrow to rate your day again.', + 'journal_description' => 'Note: the journal lists both manual journal entries, and automatic entries like Activities done with your contacts. While you can delete journal entries manually, you’ll have to delete the activity directly on the contact page.', + 'journal_add' => 'Add a journal entry', + 'journal_created_automatically' => 'Created automatically', + 'journal_entry_type_journal' => 'Journal entry', + 'journal_entry_type_activity' => 'Activity', + 'journal_entry_rate' => 'You rated your day.', + 'entry_delete_success' => 'The journal entry has been successfully deleted.', + 'journal_add_title' => 'Title (optional)', + 'journal_add_date' => 'Tarih', + 'journal_add_post' => 'Girdi', + 'journal_add_cta' => 'Save', + 'journal_blank_cta' => 'Add your first journal entry', + 'journal_blank_description' => 'The journal lets you write events that happened to you, and remember them.', + 'delete_confirmation' => 'Are you sure you want to delete this journal entry?', +]; diff --git a/resources/lang/tr/mail.php b/resources/lang/tr/mail.php new file mode 100644 index 00000000000..641025b118c --- /dev/null +++ b/resources/lang/tr/mail.php @@ -0,0 +1,25 @@ + ':contact için hatırlatıcı', + 'greetings' => 'Merhaba :username', + 'want_reminded_of' => 'YOU WANTED TO BE REMINDED OF', + 'for' => 'FOR:', + 'footer_contact_info' => 'Add, view, complete, and change information about this contact:', + + 'notification_subject_line' => 'Yaklaşan etkinliğiniz var', + 'notification_description' => 'In :count days (on :date), the following event will happen:', + + 'stay_in_touch_subject_line' => ':name ile iletişimde kal', + 'stay_in_touch_subject_description' => 'You asked to be reminded to stay in touch with :name every :frequency days.', + + 'notifications_whoops' => 'Hoppala!', + 'notifications_hello' => 'Merhaba!', + 'notifications_regards' => 'Saygılarımızla', + 'notifications_footer' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser: [:actionURL](:actionURL)', + + 'confirmation_email_title' => 'Monica – E-posta Adresi Onayı', + 'confirmation_email_intro'=> 'To validate your email click on the button below', + 'confirmation_email_button' => 'E-posta adresini doğrula', +]; diff --git a/resources/lang/tr/pagination.php b/resources/lang/tr/pagination.php new file mode 100644 index 00000000000..18fd3e1f0d9 --- /dev/null +++ b/resources/lang/tr/pagination.php @@ -0,0 +1,19 @@ + '« Önceki', + 'next' => 'Sonraki »', + +]; diff --git a/resources/lang/tr/passwords.php b/resources/lang/tr/passwords.php new file mode 100644 index 00000000000..18120faee93 --- /dev/null +++ b/resources/lang/tr/passwords.php @@ -0,0 +1,24 @@ + 'Şifreniz en az altı karakterden oluşmalı ve şifre doğrulaması ile eşleşmelidir.', + 'reset' => 'Şifreniz sıfırlandı!', + 'sent' => 'Eğer girdiğiniz e-posta adresi kayıtlarımızda varsa, şifre yenileme linki gönderilecektir.', + 'token' => 'Bu şifre sıfırlama güvenlik anahtarı geçersiz.', + 'user' => 'Eğer girdiğiniz e-posta adresi kayıtlarımızda varsa, şifre yenileme linki gönderilecektir.', + 'changed' => 'Şifreniz başarılı bir şekilde değiştirildi.', + 'invalid' => 'Girdiğiniz güncel şifreniz doğru değil.', + +]; diff --git a/resources/lang/tr/people.php b/resources/lang/tr/people.php new file mode 100644 index 00000000000..9145f8cb20f --- /dev/null +++ b/resources/lang/tr/people.php @@ -0,0 +1,353 @@ + '1 çocuk|:count çocuklar', + 'people_list_last_updated' => 'Son görüşme:', + 'people_list_number_reminders' => '1 hatırlatıcı|:count hatırlatıcı', + 'people_list_blank_title' => 'Hesabınızda kayıtlı kişi yok', + 'people_list_blank_cta' => 'Birisini ekle', + 'people_list_sort' => 'Sırala', + 'people_list_stats' => '1 bağlantı|:count bağlantı', + 'people_list_firstnameAZ' => 'İsimleri A → Z göre sırala', + 'people_list_firstnameZA' => 'İsimleri Z → A göre sırala', + 'people_list_lastnameAZ' => 'Soy isimleri A → Z göre sırala', + 'people_list_lastnameZA' => 'Soy isimleri Z → A göre sırala', + 'people_list_lastactivitydateNewtoOld' => 'Son aktivite tarihi eskiden yeniye göre sırala', + 'people_list_lastactivitydateOldtoNew' => 'Son aktivite tarihi yeniden eskiye göre sırala', + 'people_list_filter_tag' => 'Etiketlenen tüm bağlantılar listele', + 'people_list_clear_filter' => 'Filtreyi temizle', + 'people_list_contacts_per_tags' => '1 bağlantı|:count bağlantı', + 'people_search' => 'Bağlantılarda ara...', + 'people_search_no_results' => 'İlgili kişi bulunamadı :(', + 'people_list_account_usage' => 'Your account usage: :current/:limit contacts', + 'people_list_account_upgrade_title' => 'Upgrade your account to unlock it to its full potential.', + 'people_list_account_upgrade_cta' => 'Şimdi güncelle', + 'people_list_untagged' => 'Etiketlenmemiş bağlantıları göster', + 'people_list_filter_untag' => 'Etiketlenmemiş bağlantılar listeleniyor', + + // people add + 'people_add_title' => 'Yeni kişi ekle', + 'people_add_missing' => 'Kişi Bulunamadı Yeni Bir Tane Ekle', + 'people_add_firstname' => 'Ad', + 'people_add_middlename' => 'Middle name (Optional)', + 'people_add_lastname' => 'Soyadı (isteğe bağlı)', + 'people_add_nickname' => 'Rumuz (isteğe bağlı)', + 'people_add_cta' => 'Ekle', + 'people_save_and_add_another_cta' => 'Kaydet ve başka birini ekle', + 'people_add_success' => ':name başarıyla kayıt edildi', + 'people_add_gender' => 'Cinsiyet', + 'people_delete_success' => 'Bağlantı silindi', + 'people_delete_message' => 'Bu kişiyi silmeniz gerekirse', + 'people_delete_click_here' => 'buraya tıklayın', + 'people_delete_confirmation' => 'Bu kişiyi silmek istediğinizden emin misiniz? Silinen kayıtlar geri alınamaz.', + 'people_add_birthday_reminder' => 'Wish happy birthday to :name', + 'people_add_import' => 'Bağlantılarınızı aktarmak istiyor musunuz?', + 'people_edit_email_error' => 'There is already a contact in your account with this email address. Please choose another one.', + 'people_export' => 'Vcard Formatında Çıkar', + 'people_add_reminder_for_birthday' => 'Doğum günü için yıllık bir hatırlatıcı oluşturun', + + // show + 'section_contact_information' => 'İletişim bilgileri', + 'section_personal_activities' => 'Aktiviteler', + 'section_personal_reminders' => 'Hatırlatıcılar', + 'section_personal_tasks' => 'Görevler', + 'section_personal_gifts' => 'Hediyeler', + 'section_personal_notes' => 'Notlar', + + // + 'link_to_list' => 'Kişi Listesi', + + // Header + 'edit_contact_information' => 'İletişim bilgilerini düzenle', + 'call_button' => 'Log a call', + 'set_favorite' => 'Favorite contacts are placed at the top of the contact list', + + // Stay in touch + 'stay_in_touch' => 'İrtibatta kal', + 'stay_in_touch_frequency' => 'Stay in touch every day|Stay in touch every {count} days', + 'stay_in_touch_invalid' => 'The frequency must be a number greater than 0.', + 'stay_in_touch_premium' => 'You need to upgrade your account to make use of this feature', + 'stay_in_touch_modal_title' => 'İrtibatta kal', + 'stay_in_touch_modal_desc' => 'We can remind you by email to keep in touch with {firstname} at a regular interval.', + 'stay_in_touch_modal_label' => 'Send me an email every...', + + // Calls + 'modal_call_title' => 'Log a call', + 'modal_call_comment' => 'What did you talk about? (optional)', + 'modal_call_date' => 'The phone call happened earlier today.', + 'modal_call_change' => 'Değiştir', + 'modal_call_exact_date' => 'The phone call happened on', + 'calls_add_success' => 'Telefon görüşmesi kaydedildi.', + 'call_delete_confirmation' => 'Are you sure you want to delete this call?', + 'call_delete_success' => 'The call has been deleted successfully', + 'call_title' => 'Phone calls', + 'call_empty_comment' => 'No details', + 'call_blank_title' => 'Keep track of the phone calls you’ve done with :name', + 'call_blank_desc' => 'You called :name', + + // age - birthday + 'birthdate_not_set' => 'Birthdate is not set', + 'age_approximate_in_years' => 'around :age years old', + 'age_exact_in_years' => ':age yaşında', + 'age_exact_birthdate' => 'doğum tarihi :date', + + // Last called + 'last_called' => 'Last called: :date', + 'last_called_empty' => 'Last called: unknown', + 'last_activity_date' => 'Last activity together: :date', + 'last_activity_date_empty' => 'Last activity together: unknown', + + // additional information + 'information_edit_success' => 'The profile has been updated successfully', + 'information_edit_title' => 'Edit :name’s personal information', + 'information_edit_avatar' => 'Photo/avatar of the contact', + 'information_edit_max_size' => 'En fazla :size Mb.', + 'information_edit_firstname' => 'Ad', + 'information_edit_lastname' => 'Soyad (isteğe bağlı)', + 'information_edit_linkedin' => 'LinkedIn profili (isteğe bağlı)', + 'information_edit_unknown' => 'Bu kişinin yaşını bilmiyorum', + 'information_edit_probably' => 'This person is probably...', + 'information_edit_not_year' => 'I know the day and month of the birthdate of this person, but not the year…', + 'information_edit_exact' => 'I know the exact birthdate of this person...', + 'information_no_linkedin_defined' => 'No LinkedIn defined', + 'information_no_work_defined' => 'No work information defined', + 'information_work_at' => ':company', + 'linkedin_profile' => 'LinkedIn Profili', + 'work_add_cta' => 'İş Bilgilerini Güncelle', + 'work_edit_success' => 'İş bilgileri başarılı bir şekilde güncellendi', + 'work_edit_title' => 'Update :name’s job information', + 'work_edit_job' => 'Job title (optional)', + 'work_edit_company' => 'Company (optional)', + 'work_information' => 'Work information', + + // food preferencies + 'food_preferencies_add_success' => 'Food preferences have been saved', + 'food_preferencies_edit_description' => 'Perhaps :firstname or someone in the :family’s family has an allergy. Or doesn’t like a specific bottle of wine. Indicate them here so you will remember it next time you invite them for dinner', + 'food_preferencies_edit_description_no_last_name' => 'Perhaps :firstname has an allergy. Or doesn’t like a specific bottle of wine. Indicate them here so you will remember it next time you invite them for dinner', + 'food_preferencies_edit_title' => 'Indicate food preferences', + 'food_preferencies_edit_cta' => 'Save food preferences', + 'food_preferencies_title' => 'Food preferences', + 'food_preferencies_cta' => 'Add food preferences', + + // reminders + 'reminders_blank_title' => 'Is there something you want to be reminded of about :name?', + 'reminders_blank_add_activity' => 'Add a reminder', + 'reminders_add_title' => 'What would you like to be reminded of about :name?', + 'reminders_add_description' => 'Please remind me to...', + 'reminders_add_next_time' => 'When is the next time you would like to be reminded about this?', + 'reminders_add_once' => 'Remind me about this just once', + 'reminders_add_recurrent' => 'Remind me about this every', + 'reminders_add_starting_from' => 'starting from the date specified above', + 'reminders_add_cta' => 'Add reminder', + 'reminders_edit_update_cta' => 'Update reminder', + 'reminders_add_error_custom_text' => 'You need to indicate a text for this reminder', + 'reminders_create_success' => 'The reminder has been added successfully', + 'reminders_delete_success' => 'The reminder has been deleted successfully', + 'reminders_update_success' => 'Hatırlatıcı başarıyla güncellendi', + + 'reminder_frequency_day' => 'every day|every :number days', + 'reminder_frequency_week' => 'every week|every :number weeks', + 'reminder_frequency_month' => 'every month|every :number months', + 'reminder_frequency_year' => 'every year|every :number year', + 'reminder_frequency_one_time' => 'on :date', + 'reminders_delete_confirmation' => 'Bu hatırlatıcıyı silmek ister misiniz?', + 'reminders_delete_cta' => 'Sil', + 'reminders_next_expected_date' => 'on', + 'reminders_cta' => 'Hatırlatıcı ekle', + 'reminders_description' => 'We will send an email for each one of the reminders below. Reminders are sent every morning the day events will happen. Reminders automatically added for birthdates can not be deleted. If you want to change those dates, edit the birthdate of the contacts.', + 'reminders_one_time' => 'Bir kez', + 'reminders_type_week' => 'hafta', + 'reminders_type_month' => 'ay', + 'reminders_type_year' => 'yıl', + 'reminders_birthday' => ':name\'nin/nun Doğum Günü', + 'reminders_free_plan_warning' => 'You are on the Free plan. No emails are sent on this plan. To receive your reminders by email, upgrade your account.', + + // relationships + 'relationship_form_add' => 'Add a new relationship', + 'relationship_form_edit' => 'Edit an existing relationship', + 'relationship_form_is_with' => 'Bu kişi ...', + 'relationship_form_add_choice' => 'Who is the relationship with?', + 'relationship_form_create_contact' => 'Yeni kişi ekle', + 'relationship_form_associate_contact' => 'An existing contact', + 'relationship_form_associate_dropdown' => 'Search and select an existing contact from the dropdown below', + 'relationship_form_associate_dropdown_placeholder' => 'Search and select an existing contact', + 'relationship_form_also_create_contact' => 'Create a Contact entry for this person.', + 'relationship_form_add_description' => 'This will let you treat this significant other like any other contact.', + 'relationship_form_add_no_existing_contact' => 'You don’t have any contacts who can be related to :name at the moment.', + 'relationship_delete_confirmation' => 'Are you sure you want to delete this relationship? Deletion is permanent.', + 'relationship_unlink_confirmation' => 'Are you sure you want to delete this relationship? This person will not be deleted – only the relationship between the two.', + 'relationship_form_add_success' => 'The relationship has been successfully set.', + 'relationship_form_deletion_success' => 'The relationship has been deleted.', + + // tasks + 'tasks_blank_title' => 'You don’t have any tasks yet.', + 'tasks_form_title' => 'Başlık', + 'tasks_form_description' => 'Açıklama (isteğe bağlı)', + 'tasks_add_task' => 'Görev ekle', + 'tasks_delete_success' => 'Görev başarılı bir şekilde silindi', + 'tasks_complete_success' => 'The task has changed status successfully', + + // activities + 'activity_title' => 'Activities', + 'activity_type_category_simple_activities' => 'Simple activities', + 'activity_type_category_sport' => 'Sport', + 'activity_type_category_food' => 'Yemek', + 'activity_type_category_cultural_activities' => 'Cultural activities', + 'activity_type_just_hung_out' => 'just hung out', + 'activity_type_watched_movie_at_home' => 'watched a movie at home', + 'activity_type_talked_at_home' => 'just talked at home', + 'activity_type_did_sport_activities_together' => 'did sport together', + 'activity_type_ate_at_his_place' => 'ate at their place', + 'activity_type_went_bar' => 'went to a bar', + 'activity_type_ate_at_home' => 'ate at home', + 'activity_type_picknicked' => 'picknicked', + 'activity_type_ate_restaurant' => 'ate at a restaurant', + 'activity_type_went_theater' => 'went to the theater', + 'activity_type_went_concert' => 'went to a concert', + 'activity_type_went_play' => 'went to a play', + 'activity_type_went_museum' => 'went to the museum', + 'activities_add_activity' => 'Add activity', + 'activities_more_details' => 'More details', + 'activities_hide_details' => 'Hide details', + 'activities_delete_confirmation' => 'Are you sure you want to delete this activity?', + 'activities_item_information' => ':Activity. Happened on :date', + 'activities_add_title' => 'What did you do with :name?', + 'activities_summary' => 'Describe what you did', + 'activities_add_pick_activity' => '(Optional) Would you like to categorize this activity? You don’t have to, but it will give you statistics later on', + 'activities_add_date_occured' => 'Date this activity occured', + 'activities_add_optional_comment' => 'Optional comment', + 'activities_add_cta' => 'Record activity', + 'activities_blank_title' => 'Keep track of what you’ve done with :name in the past, and what you’ve talked about', + 'activities_blank_add_activity' => 'Add an activity', + 'activities_add_success' => 'The activity has been added successfully', + 'activities_add_error' => 'Error when adding the activity', + 'activities_update_success' => 'The activity has been updated successfully', + 'activities_delete_success' => 'The activity has been deleted successfully', + 'activities_who_was_involved' => 'Who was involved?', + 'activities_activity' => 'Activity Category', + 'activities_view_activities_report' => 'View activities report', + 'activities_profile_title' => 'Activities report between :name and you', + 'activities_profile_subtitle' => 'You’ve logged :total_activities activity with :name in total and :activities_last_twelve_months in the last 12 months so far.|You’ve logged :total_activities activities with :name in total and :activities_last_twelve_months in the last 12 months so far.', + 'activities_profile_year_summary_activity_types' => 'Here is a breakdown of the type of activities you’ve done together in :year', + 'activities_profile_year_summary' => 'Here is what you two have done in :year', + 'activities_profile_number_occurences' => ':value activity|:value activities', + + // notes + 'notes_create_success' => 'The note has been created successfully', + 'notes_update_success' => 'The note has been saved successfully', + 'notes_delete_success' => 'The note has been deleted successfully', + 'notes_add_cta' => 'Add note', + 'notes_favorite' => 'Add/remove from favorites', + 'notes_delete_title' => 'Delete a note', + 'notes_delete_confirmation' => 'Are you sure you want to delete this note? Deletion is permanent', + + // gifts + 'gifts_title' => 'Hediyeler', + 'gifts_add_success' => 'The gift has been added successfully', + 'gifts_delete_success' => 'The gift has been deleted successfully', + 'gifts_delete_confirmation' => 'Are you sure you want to delete this gift?', + 'gifts_add_gift' => 'Hediye ekle', + 'gifts_link' => 'Link', + 'gifts_for' => 'Kimin İçin:', + 'gifts_delete_cta' => 'Sil', + 'gifts_add_title' => 'Gift management for :name', + 'gifts_add_gift_idea' => 'Hediye Fikri', + 'gifts_add_gift_already_offered' => 'Gift offered', + 'gifts_add_gift_received' => 'Gift received', + 'gifts_add_gift_title' => 'What is this gift?', + 'gifts_add_link' => 'Link to the web page (optional)', + 'gifts_add_value' => 'Value (optional)', + 'gifts_add_comment' => 'Comment (optional)', + 'gifts_add_someone' => 'This gift is for someone in :name’s family in particular', + 'gifts_ideas' => 'Gift ideas', + 'gifts_offered' => 'Gifts offered', + 'gifts_offered_as_an_idea' => 'Mark as an idea', + 'gifts_received' => 'Gifts received', + 'gifts_view_comment' => 'View comment', + 'gifts_mark_offered' => 'Mark as offered', + 'gifts_update_success' => 'The gift has been updated successfully', + + // debts + 'debt_delete_confirmation' => 'Are you sure you want to delete this debt?', + 'debt_delete_success' => 'The debt has been deleted successfully', + 'debt_add_success' => 'The debt has been added successfully', + 'debt_title' => 'Debts', + 'debt_add_cta' => 'Add debt', + 'debt_you_owe' => 'You owe :amount', + 'debt_they_owe' => ':name owes you :amount', + 'debt_add_title' => 'Debt management', + 'debt_add_you_owe' => 'You owe :name', + 'debt_add_they_owe' => ':name owes you', + 'debt_add_amount' => 'the sum of', + 'debt_add_reason' => 'for the following reason (optional)', + 'debt_add_add_cta' => 'Add debt', + 'debt_edit_update_cta' => 'Update debt', + 'debt_edit_success' => 'The debt has been updated successfully', + 'debts_blank_title' => 'Manage debts you owe to :name or :name owes you', + + // tags + 'tag_edit' => 'Edit tag', + 'tag_add' => 'add a tag', + + // Introductions + 'introductions_sidebar_title' => 'How you met', + 'introductions_blank_cta' => 'Indicate how you met :name', + 'introductions_title_edit' => 'How did you meet :name?', + 'introductions_additional_info' => 'Explain how and where you met', + 'introductions_edit_met_through' => 'Has someone introduced you to this person?', + 'introductions_no_met_through' => 'No one', + 'introductions_first_met_date' => 'Date you met', + 'introductions_no_first_met_date' => 'I don’t know the date we met', + 'introductions_first_met_date_known' => 'This is the date we met', + 'introductions_add_reminder' => 'Add a reminder to celebrate this encounter on the anniversary this event happened', + 'introductions_update_success' => 'You’ve successfully updated the information about how you met this person', + 'introductions_met_through' => 'Met through :name', + 'introductions_met_date' => 'Met on :date', + 'introductions_reminder_title' => 'Anniversary of the day you first met', + + // Deceased + 'deceased_reminder_title' => 'Anniversary of the death of :name', + 'deceased_mark_person_deceased' => 'Mark this person as deceased', + 'deceased_know_date' => 'I know the date this person died', + 'deceased_add_reminder' => 'Add a reminder for this date', + 'deceased_label' => 'Deceased', + 'deceased_label_with_date' => 'Deceased on :date', + 'deceased_age' => 'Age at death', + + // Contact information + 'contact_info_title' => 'Contact information', + 'contact_info_form_content' => 'Content', + 'contact_info_form_contact_type' => 'Contact type', + 'contact_info_form_personalize' => 'Personalize', + 'contact_info_address' => 'Lives in', + + // Addresses + 'contact_address_title' => 'Addresses', + 'contact_address_form_name' => 'Label (optional)', + 'contact_address_form_street' => 'Street (optional)', + 'contact_address_form_city' => 'City (optional)', + 'contact_address_form_province' => 'Province (optional)', + 'contact_address_form_postal_code' => 'Postal code (optional)', + 'contact_address_form_country' => 'Country (optional)', + + // Pets + 'pets_kind' => 'Kind of pet', + 'pets_name' => 'Name (optional)', + 'pets_create_success' => 'The pet has been sucessfully added', + 'pets_update_success' => 'The pet has been updated', + 'pets_delete_success' => 'The pet has been deleted', + 'pets_title' => 'Pets', + 'pets_reptile' => 'Reptile', + 'pets_bird' => 'Bird', + 'pets_cat' => 'Cat', + 'pets_dog' => 'Dog', + 'pets_fish' => 'Fish', + 'pets_hamster' => 'Hamster', + 'pets_horse' => 'Horse', + 'pets_rabbit' => 'Rabbit', + 'pets_rat' => 'Rat', + 'pets_small_animal' => 'Small animal', + 'pets_other' => 'Other', +]; diff --git a/resources/lang/tr/reminder.php b/resources/lang/tr/reminder.php new file mode 100644 index 00000000000..02eb24a2628 --- /dev/null +++ b/resources/lang/tr/reminder.php @@ -0,0 +1,11 @@ + 'Wish happy birthday to', + 'type_phone_call' => 'Çağrı', + 'type_lunch' => 'Öğle yemeği', + 'type_hangout' => 'Hangout with', + 'type_email' => 'E-posta', + 'type_birthday_kid' => 'Wish happy birthday to the kid of', + +]; diff --git a/resources/lang/tr/settings.php b/resources/lang/tr/settings.php new file mode 100644 index 00000000000..f36424a48b7 --- /dev/null +++ b/resources/lang/tr/settings.php @@ -0,0 +1,332 @@ + 'Hesap ayarları', + 'sidebar_personalization' => 'Kişiselleştirme', + 'sidebar_settings_export' => 'Verileri dışa aktar', + 'sidebar_settings_users' => 'Kullanıcılar', + 'sidebar_settings_subscriptions' => 'Abonelik', + 'sidebar_settings_import' => 'Verileri içe aktar', + 'sidebar_settings_tags' => 'Tags management', + 'sidebar_settings_api' => 'API', + 'sidebar_settings_security' => 'Güvenlik', + + 'export_title' => 'Hesap bilgilerini dışarı aktar', + 'export_be_patient' => 'Click the button to start the export. It might take several minutes to process the export – please be patient and do not spam the button.', + 'export_title_sql' => 'Export to SQL', + 'export_sql_explanation' => 'Exporting your data in SQL format allows you to take your data and import it to your own Monica instance. This is only valuable if you do have your own server.', + 'export_sql_cta' => 'Export to SQL', + 'export_sql_link_instructions' => 'Note: read the instructions to learn more about importing this file to your instance.', + + 'firstname' => 'Ad', + 'lastname' => 'Soyad', + 'name_order' => 'İsim gösterimi', + 'name_order_firstname_lastname' => ' - Ahmet Doğan', + 'name_order_lastname_firstname' => ' - Doğan Ahmet', + 'name_order_firstname_lastname_nickname' => ' () - John Doe (Rambo)', + 'name_order_firstname_nickname_lastname' => ' () - John (Rambo) Doe', + 'name_order_lastname_firstname_nickname' => ' () - Doe John (Rambo)', + 'name_order_lastname_nickname_firstname' => ' () - Doe (Rambo) John', + 'name_order_nickname' => ' - Rambo', + 'currency' => 'Para Birimi', + 'name' => 'Adınız: :name', + 'email' => 'E-posta adresi', + 'email_placeholder' => 'E-posta girin', + 'email_help' => 'This is the email used to login, and this is where you’ll receive your reminders.', + 'timezone' => 'Zaman Dilimi', + 'layout' => 'Layout', + 'layout_small' => 'Maximum 1200 pixels wide', + 'layout_big' => 'Full width of the browser', + 'save' => 'Update preferences', + 'delete_title' => 'Delete your account', + 'delete_desc' => 'Do you wish to delete your account? Warning: deletion is permanent and all your data will be erased permamently.', + 'reset_desc' => 'Do you wish to reset your account? This will remove all your contacts, and the data associated with them. Your account will not be deleted.', + 'reset_title' => 'Hesabınızı sıfırlayın', + 'reset_cta' => 'Hesabı sıfırla', + 'reset_notice' => 'Are you sure to reset your account? There is no turning back.', + 'reset_success' => 'Your account has been reset successfully', + 'delete_notice' => 'Are you sure to delete your account? There is no turning back.', + 'delete_cta' => 'Hesabı sil', + 'settings_success' => 'Preferences updated!', + 'locale' => 'Language used in the app', + 'locale_cs' => 'Çekce', + 'locale_de' => 'Almanca', + 'locale_en' => 'İngilizce', + 'locale_es' => 'İspanyolca', + 'locale_fr' => 'Fransızca', + 'locale_he' => 'İbranice', + 'locale_it' => 'İtalyanca', + 'locale_nl' => 'Flemenkçe', + 'locale_pt' => 'Portekizce', + 'locale_ru' => 'Rusça', + 'locale_zh' => 'Çince (Basitleştirilmiş)', + 'locale_tr' => 'Türkçe', + + 'security_title' => 'Güvenlik', + 'security_help' => 'Change security matters for your account.', + 'password_change' => 'Password change', + 'password_current' => 'Geçerli şifre', + 'password_current_placeholder' => 'Geçerli şifrenizi giriniz', + 'password_new1' => 'Yeni şifre', + 'password_new1_placeholder' => 'Enter a new password', + 'password_new2' => 'Doğrulama', + 'password_new2_placeholder' => 'Retype the new password', + 'password_btn' => 'Şifreyi Değiştir', + '2fa_title' => 'Two Factor Authentication', + '2fa_otp_title' => 'Two Factor Authentication mobile application', + '2fa_enable_title' => 'Enable Two Factor Authentication', + '2fa_enable_description' => 'Enable Two Factor Authentication to increase security with your account.', + '2fa_enable_otp' => 'Open up your two factor authentication mobile app and scan the following QR barcode:', + '2fa_enable_otp_help' => 'If your two factor authentication mobile app does not support QR barcodes, enter in the following code:', + '2fa_enable_otp_validate' => 'Please validate the new device you’ve just set:', + '2fa_enable_success' => 'Two Factor Authentication activated', + '2fa_enable_error' => 'Error when trying to activate Two Factor Authentication', + '2fa_enable_error_already_set' => 'Two Factor Authentication is already activated', + '2fa_disable_title' => 'Disable Two Factor Authentication', + '2fa_disable_description' => 'Disable Two Factor Authentication for your account. Be careful, your account will not be secured anymore !', + '2fa_disable_success' => 'Two Factor Authentication disabled', + '2fa_disable_error' => 'Error when trying to disable Two Factor Authentication', + 'u2f_title' => 'U2F security key', + 'u2f_enable_description' => 'Add a new U2F security key', + 'u2f_buttonAdvise' => 'If your security key has a button, press it.', + 'u2f_noButtonAdvise' => 'If it does not, remove it and insert it again.', + 'u2f_success' => 'Your key is detected and validated.', + 'u2f_insertKey' => 'Insert your security key.', + 'u2f_error_other_error' => 'An error occurred.', + 'u2f_error_bad_request' => 'The visited URL doesn’t match the App ID or your are not using HTTPS', + 'u2f_error_configuration_unsupported' => 'Client configuration is not supported.', + 'u2f_error_device_ineligible' => 'The presented device is not eligible for this request. For a registration request this may mean that the token is already registered, and for a sign request it may mean that the token does not know the presented key handle.', + 'u2f_error_timeout' => 'Timeout reached before request could be satisfied.', + + 'users_list_title' => 'Users with access to your account', + 'users_list_add_user' => 'Invite a new user', + 'users_list_you' => 'That’s you', + 'users_list_invitations_title' => 'Pending invitations', + 'users_list_invitations_explanation' => 'Below are the people you’ve invited to join Monica as a collaborator.', + 'users_list_invitations_invited_by' => 'invited by :name', + 'users_list_invitations_sent_date' => 'sent on :date', + 'users_blank_title' => 'You are the only one who has access to this account.', + 'users_blank_add_title' => 'Would you like to invite someone else?', + 'users_blank_description' => 'This person will have the same access that you have, and will be able to add, edit or delete contact information.', + 'users_blank_cta' => 'Invite someone', + 'users_add_title' => 'Invite a new user by email to your account', + 'users_add_description' => 'This person will have the same rights as you do, including inviting other users and deleting them (including you). Therefore, make sure you trust this person.', + 'users_add_email_field' => 'Enter the email of the person you want to invite', + 'users_add_confirmation' => 'I confirm that I want to invite this user to my account. This person will access ALL my data and see exactly what I see.', + 'users_add_cta' => 'Invite user by email', + 'users_accept_title' => 'Accept invitation and create a new account', + 'users_error_please_confirm' => 'Please confirm that you want to invite this user before proceeding with the invitation', + 'users_error_email_already_taken' => 'This email is already taken. Please choose another one', + 'users_error_already_invited' => 'You already have invited this user. Please choose another email address.', + 'users_error_email_not_similar' => 'This is not the email of the person who’ve invited you.', + 'users_invitation_deleted_confirmation_message' => 'The invitation has been successfully deleted', + 'users_invitations_delete_confirmation' => 'Are you sure you want to delete this invitation?', + 'users_list_delete_confirmation' => 'Are you sure to delete this user from your account?', + 'users_invitation_need_subscription' => 'Adding more users requires a subscription.', + + 'subscriptions_account_current_plan' => 'Your current plan', + 'subscriptions_account_current_paid_plan' => 'You are on the :name plan. Thanks so much for being a subscriber.', + 'subscriptions_account_next_billing' => 'Your subscription will auto-renew on :date. You can cancel subscription anytime.', + 'subscriptions_account_free_plan' => 'You are on the free plan.', + 'subscriptions_account_free_plan_upgrade' => 'You can upgrade your account to the :name plan, which costs $:price per month. Here are the advantages:', + 'subscriptions_account_free_plan_benefits_users' => 'Unlimited number of users', + 'subscriptions_account_free_plan_benefits_reminders' => 'Reminders by email', + 'subscriptions_account_free_plan_benefits_import_data_vcard' => 'Import your contacts with vCard', + 'subscriptions_account_free_plan_benefits_support' => 'Support the project on the long run, so we can introduce more great features.', + 'subscriptions_account_upgrade' => 'Hesabınızı yükseltin', + 'subscriptions_account_upgrade_title' => 'Upgrade Monica today and have more meaningful relationships.', + 'subscriptions_account_upgrade_choice' => 'Pick a plan below and join over :customers persons who upgraded their Monica.', + 'subscriptions_account_invoices' => 'Faturalar', + 'subscriptions_account_invoices_download' => 'İndir', + 'subscriptions_account_payment' => 'Which payment option fits you best?', + 'subscriptions_downgrade_title' => 'Downgrade your account to the free plan', + 'subscriptions_downgrade_limitations' => 'The free plan has limitations. In order to be able to downgrade, you need to pass the checklist below:', + 'subscriptions_downgrade_rule_users' => 'You must have only 1 user in your account', + 'subscriptions_downgrade_rule_users_constraint' => 'You currently have 1 user in your account.|You currently have :count users in your account.', + 'subscriptions_downgrade_rule_invitations' => 'You must not have pending invitations', + 'subscriptions_downgrade_rule_invitations_constraint' => 'You currently have 1 pending invitation sent to people.|You currently have :count pending invitations sent to people.', + 'subscriptions_downgrade_cta' => 'Downgrade', + 'subscriptions_downgrade_success' => 'You are back to the Free plan!', + 'subscriptions_downgrade_thanks' => 'Thanks so much for having tried the paid plan. We keep adding new features on Monica all the time – so you might want to come back in the future to see if you might be interested in taking a subscription again.', + 'subscriptions_back' => 'Back to settings', + 'subscriptions_upgrade_title' => 'Upgrade your account', + 'subscriptions_upgrade_choose' => 'You picked the :plan plan.', + 'subscriptions_upgrade_infos' => 'We couldn’t be happier. Enter your payment info below.', + 'subscriptions_upgrade_name' => 'Name on card', + 'subscriptions_upgrade_zip' => 'ZIP or postal code', + 'subscriptions_upgrade_credit' => 'Credit or debit card', + 'subscriptions_upgrade_submit' => 'Submit Payment', + 'subscriptions_upgrade_charge' => 'We’ll charge your card USD $:price now. The next charge will be on :date. If you ever change your mind, you can cancel anytime, no questions asked.', + 'subscriptions_upgrade_charge_handled' => 'The payment is handled by Stripe. No card information touches our server.', + 'subscriptions_upgrade_success' => 'Thank you! You are now subscribed.', + 'subscriptions_upgrade_thanks' => 'Welcome to the community of people who try to make the world a better place.', + + 'subscriptions_pdf_title' => 'Your :name monthly subscription', + 'subscriptions_plan_choose' => 'Choose this plan', + 'subscriptions_plan_year_title' => 'Pay annually', + 'subscriptions_plan_year_cost' => '$45/year', + 'subscriptions_plan_year_cost_save' => 'you’ll save 25%', + 'subscriptions_plan_year_bonus' => 'Peace of mind for a whole year', + 'subscriptions_plan_month_title' => 'Pay monthly', + 'subscriptions_plan_month_cost' => '$5/month', + 'subscriptions_plan_month_bonus' => 'Cancel any time', + 'subscriptions_plan_include1' => 'Included with your upgrade:', + 'subscriptions_plan_include2' => 'Unlimited number of users • Reminders by email • Import with vCard • Personalization of the contact sheet', + 'subscriptions_plan_include3' => '100% of the profits go the development of this great open source project.', + 'subscriptions_help_title' => 'Additional details you may be curious about', + 'subscriptions_help_opensource_title' => 'What is an open source project?', + 'subscriptions_help_opensource_desc' => 'Monica is an open source project. This means it is built by an entirely benevolent community who just wants to provide a great tool for the greater good. Being open source means the code is publicly available on GitHub, and everyone can inspect it, modify it or enhance it. All the money we raise is dedicated to build better features, have more powerful servers, help pay the bills. Thanks for your help. We couldn’t do it without you – litterally.', + 'subscriptions_help_limits_title' => 'Is there any limit to the number of contacts we can have on the free plan?', + 'subscriptions_help_limits_plan' => 'Absolutely not. Free plans do not have limitations on the number of contacts you can have.', + 'subscriptions_help_discounts_title' => 'Do you have discounts for non-profits and education?', + 'subscriptions_help_discounts_desc' => 'We do! Monica is free for students, and free for non-profits and charities. Just contact the support with a proof of your status and we’ll apply this special status in your account.', + 'subscriptions_help_change_title' => 'What if I change my mind?', + 'subscriptions_help_change_desc' => 'You can cancel anytime, no questions asked, and all by yourself – no need to contact support or whatever. However, you will not be refunded for the current period.', + + 'import_title' => 'Import contacts in your account', + 'import_cta' => 'Upload contacts', + 'import_stat' => 'You’ve imported :number files so far.', + 'import_result_stat' => 'Uploaded vCard with 1 contact (:total_imported imported, :total_skipped skipped)|Uploaded vCard with :total_contacts contacts (:total_imported imported, :total_skipped skipped)', + 'import_view_report' => 'View report', + 'import_in_progress' => 'The import is in progress. Reload the page in one minute.', + 'import_upload_title' => 'Import your contacts from a vCard file', + 'import_upload_rules_desc' => 'We do however have some rules:', + 'import_upload_rule_format' => 'We support .vcard and .vcf files.', + 'import_upload_rule_vcard' => 'We support the vCard 3.0 format, which is the default format for Contacts.app (macOS) and Google Contacts.', + 'import_upload_rule_instructions' => 'Export instructions for Contacts.app (macOS) and Google Contacts.', + 'import_upload_rule_multiple' => 'For now, if your contacts have multiple email addresses or phone numbers, only the first entry will be picked up.', + 'import_upload_rule_limit' => 'Files are limited to 10MB.', + 'import_upload_rule_time' => 'It might take up to 1 minute to upload the contacts and process them. Be patient.', + 'import_upload_rule_cant_revert' => 'Make sure data is accurate before uploading, as you can’t undo the upload.', + 'import_upload_form_file' => 'Your .vcf or .vCard file:', + 'import_upload_behaviour' => 'Import behaviour:', + 'import_upload_behaviour_add' => 'Add new contacts, skip existing', + 'import_upload_behaviour_replace' => 'Replace existing contacts', + 'import_upload_behaviour_help' => 'Note: Replacing will replace all data found in the vCard, but will keep existing contact fields.', + 'import_report_title' => 'Importing report', + 'import_report_date' => 'Date of the import', + 'import_report_type' => 'Type of import', + 'import_report_number_contacts' => 'Number of contacts in the file', + 'import_report_number_contacts_imported' => 'Number of imported contacts', + 'import_report_number_contacts_skipped' => 'Number of skipped contacts', + 'import_report_status_imported' => 'Imported', + 'import_report_status_skipped' => 'Skipped', + 'import_vcard_contact_exist' => 'Contact already exists', + 'import_vcard_contact_no_firstname' => 'No firstname (mandatory)', + 'import_vcard_file_not_found' => 'File not found', + 'import_vcard_unknown_entry' => 'Unknown contact name', + 'import_vcard_file_no_entries' => 'File contains no entries', + 'import_blank_title' => 'You haven’t imported any contacts yet.', + 'import_blank_question' => 'Would you like to import contacts now?', + 'import_blank_description' => 'We can import vCard files that you can get from Google Contacts or your Contact manager.', + 'import_blank_cta' => 'Import vCard', + 'import_need_subscription' => 'Importing data requires a subscription.', + + 'tags_list_title' => 'Tags', + 'tags_list_description' => 'You can organize your contacts by setting up tags. Tags work like folders, but you can add more than one tag to a contact. To add a new tag, add it on the contact itself.', + 'tags_list_contact_number' => '1 contact|:count contacts', + 'tags_list_delete_success' => 'The tag has been successfully deleted', + 'tags_list_delete_confirmation' => 'Are you sure you want to delete the tag? No contacts will be deleted, only the tag.', + 'tags_blank_title' => 'Tags are a great way of categorizing your contacts.', + 'tags_blank_description' => 'Tags work like folders, but you can add more than one tag to a contact. Go to a contact and tag a friend, right below the name. Once a contact is tagged, go back here to manage all the tags in your account.', + + 'api_title' => 'API access', + 'api_description' => 'The API can be used to manipulate Monica’s data from an external application, like a mobile application for instance.', + + 'api_personal_access_tokens' => 'Personal access tokens', + 'api_pao_description' => 'Make sure you give this token to a source you trust – as they allow you to access all your data.', + 'api_token_title' => 'Personal access token', + 'api_token_create_new' => 'Create New Token', + 'api_token_not_created' => 'You have not created any personal access tokens.', + 'api_token_name' => 'Name', + 'api_token_delete' => 'Delete', + 'api_token_create' => 'Create Token', + 'api_token_scopes' => 'Scopes', + 'api_token_help' => 'Here is your new personal access token. This is the only time it will be shown so don’t lose it! You may now use this token to make API requests.', + + 'api_oauth_clients' => 'Your Oauth clients', + 'api_oauth_clients_desc' => 'This section lets you register your own OAuth clients.', + 'api_oauth_title' => 'Oauth Clients', + 'api_oauth_create_new' => 'Create New Client', + 'api_oauth_not_created' => 'You have not created any OAuth clients.', + 'api_oauth_clientid' => 'Client ID', + 'api_oauth_name' => 'Ad', + 'api_oauth_name_help' => 'Something your users will recognize and trust.', + 'api_oauth_secret' => 'Gizli', + 'api_oauth_create' => 'Create Client', + 'api_oauth_redirecturl' => 'Redirect URL', + 'api_oauth_redirecturl_help' => 'Your application’s authorization callback URL.', + + 'api_authorized_clients' => 'List of authorized clients', + 'api_authorized_clients_desc' => 'This section lists all the clients you’ve authorized to access your application. You can revoke this authorization at anytime.', + 'api_authorized_clients_title' => 'Authorized Applications', + 'api_authorized_clients_name' => 'Ad', + 'api_authorized_clients_scopes' => 'Scopes', + + 'personalization_tab_title' => 'Personalize your account', + + 'personalization_title' => 'Here you can find different settings to configure your account. These features are more for “power users” who want maximum control over Monica.', + 'personalization_contact_field_type_title' => 'Contact field types', + 'personalization_contact_field_type_add' => 'Add new field type', + 'personalization_contact_field_type_description' => 'Here you can configure all the different types of contact fields that you can associate to all your contacts. If in the future, a new social network appears, you will be able to add this new type of ways of contacting your contacts right here.', + 'personalization_contact_field_type_table_name' => 'Name', + 'personalization_contact_field_type_table_protocol' => 'Protocol', + 'personalization_contact_field_type_table_actions' => 'Actions', + 'personalization_contact_field_type_modal_title' => 'Add a new contact field type', + 'personalization_contact_field_type_modal_edit_title' => 'Edit an existing contact field type', + 'personalization_contact_field_type_modal_delete_title' => 'Delete an existing contact field type', + 'personalization_contact_field_type_modal_delete_description' => 'Are you sure you want to delete this contact field type? Deleting this type of contact field will delete ALL the data with this type for all your contacts.', + 'personalization_contact_field_type_modal_name' => 'Name', + 'personalization_contact_field_type_modal_protocol' => 'Protocol (optional)', + 'personalization_contact_field_type_modal_protocol_help' => 'Each new contact field type can be clickable. If a protocol is set, we will use it to trigger the action that is set.', + 'personalization_contact_field_type_modal_icon' => 'Icon (optional)', + 'personalization_contact_field_type_modal_icon_help' => 'You can associate an icon with this contact field type. You need to add a reference to a Font Awesome icon.', + 'personalization_contact_field_type_delete_success' => 'The contact field type has been deleted with success.', + 'personalization_contact_field_type_add_success' => 'The contact field type has been successfully added.', + 'personalization_contact_field_type_edit_success' => 'The contact field type has been successfully updated.', + + 'personalization_genders_title' => 'Gender types', + 'personalization_genders_add' => 'Add new gender type', + 'personalization_genders_desc' => 'You can define as many genders as you need to. You need at least one gender type in your account.', + 'personalization_genders_modal_add' => 'Add gender type', + 'personalization_genders_modal_question' => 'How should this new gender be called?', + 'personalization_genders_modal_edit' => 'Update gender type', + 'personalization_genders_modal_edit_question' => 'How should this new gender be renamed?', + 'personalization_genders_modal_delete' => 'Delete gender type', + 'personalization_genders_modal_delete_desc' => 'Are you sure you want to delete {name}?', + 'personalization_genders_modal_delete_question' => 'You currently have {count} contact that has this gender. If you delete this gender, what gender should this contact have?|You currently have {count} contacts that have this gender. If you delete this gender, what gender should these contacts have?', + 'personalization_genders_modal_error' => 'Please choose a valid gender from the list.', + + 'personalization_reminder_rule_save' => 'The change has been saved', + 'personalization_reminder_rule_title' => 'Reminder rules', + 'personalization_reminder_rule_line' => '{count} day before|{count} days before', + 'personalization_reminder_rule_desc' => 'For every reminder that you set, we can send you an email some days before the event happens. You can toggle those notifications here. Note that those notifications only apply to monthly and yearly reminders.', + + 'personalization_module_save' => 'The change has been saved', + 'personalization_module_title' => 'Features', + 'personalization_module_desc' => 'Some people don’t need all the features. Below you can toggle specific features that are used on a contact sheet. This change will affect ALL your contacts. Note that if you turn off one of these features, data will not be lost - we will simply hide the feature.', + + 'personalisation_paid_upgrade' => 'This is a premium feature that requires a Paid subscription to be active. Upgrade your account by visiting Settings > Subscription.', + + 'reminder_time_to_send' => 'Time of the day reminders should be sent', + 'reminder_time_to_send_help' => 'For your information, your next reminder will be sent on {dateTime}.', + + 'personalization_activity_type_category_title' => 'Activity type categories', + 'personalization_activity_type_category_add' => 'Add a new activity type category', + 'personalization_activity_type_category_table_name' => 'Name', + 'personalization_activity_type_category_description' => 'An activity done with one of your contact can have a type and a category type. Your account comes by default with a set of predefined category types, but you can customize everything here.', + 'personalization_activity_type_category_table_actions' => 'Actions', + 'personalization_activity_type_category_modal_add' => 'Add a new activity type category', + 'personalization_activity_type_category_modal_edit' => 'Edit an activity type category', + 'personalization_activity_type_category_modal_question' => 'How should we name this new category?', + 'personalization_activity_type_add_button' => 'Add a new activity type', + 'personalization_activity_type_modal_add' => 'Add a new activity type', + 'personalization_activity_type_modal_question' => 'How should we name this new activity type?', + 'personalization_activity_type_modal_edit' => 'Edit an activity type', + 'personalization_activity_type_category_modal_delete' => 'Delete an activity type category', + 'personalization_activity_type_category_modal_delete_desc' => 'Are you sure you want to delete this category? Deleting it will delete all associated activity types. However, activities that belong to this category will not be affected by this deletion.', + 'personalization_activity_type_modal_delete' => 'Delete an activity type', + 'personalization_activity_type_modal_delete_desc' => 'Are you sure you want to delete this activity type? Activities that belong to this category will not be affected by this deletion.', + 'personalization_activity_type_modal_delete_error' => 'We can’t find this activity type.', + 'personalization_activity_type_category_modal_delete_error' => 'We can’t find this activity type category.', +]; diff --git a/resources/lang/tr/validation.php b/resources/lang/tr/validation.php new file mode 100644 index 00000000000..dc2daf4dd74 --- /dev/null +++ b/resources/lang/tr/validation.php @@ -0,0 +1,122 @@ + 'The :attribute must be accepted.', + 'active_url' => ':attribute geçerli bir URL değil.', + 'after' => ':attribtute , :date tarihinden sonra bir tarih olmalıdır.', + 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'alpha' => 'The :attribute may only contain letters.', + 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', + 'alpha_num' => 'The :attribute may only contain letters and numbers.', + 'array' => 'The :attribute must be an array.', + 'before' => 'The :attribute must be a date before :date.', + 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'between' => [ + 'numeric' => 'The :attribute must be between :min and :max.', + 'file' => 'The :attribute must be between :min and :max kilobytes.', + 'string' => 'The :attribute must be between :min and :max characters.', + 'array' => 'The :attribute must have between :min and :max items.', + ], + 'boolean' => 'The :attribute field must be true or false.', + 'confirmed' => 'The :attribute confirmation does not match.', + 'date' => 'The :attribute is not a valid date.', + 'date_format' => 'The :attribute does not match the format :format.', + 'different' => 'The :attribute and :other must be different.', + 'digits' => 'The :attribute must be :digits digits.', + 'digits_between' => 'The :attribute must be between :min and :max digits.', + 'dimensions' => 'The :attribute has invalid image dimensions.', + 'distinct' => 'The :attribute field has a duplicate value.', + 'email' => 'The :attribute must be a valid email address.', + 'exists' => 'The selected :attribute is invalid.', + 'file' => 'The :attribute must be a file.', + 'filled' => 'The :attribute field must have a value.', + 'image' => 'The :attribute must be an image.', + 'in' => 'The selected :attribute is invalid.', + 'in_array' => 'The :attribute field does not exist in :other.', + 'integer' => 'The :attribute must be an integer.', + 'ip' => 'The :attribute must be a valid IP address.', + 'ipv4' => 'The :attribute must be a valid IPv4 address.', + 'ipv6' => 'The :attribute must be a valid IPv6 address.', + 'json' => 'The :attribute must be a valid JSON string.', + 'max' => [ + 'numeric' => 'The :attribute may not be greater than :max.', + 'file' => 'The :attribute may not be greater than :max kilobytes.', + 'string' => 'The :attribute may not be greater than :max characters.', + 'array' => 'The :attribute may not have more than :max items.', + ], + 'mimes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'min' => [ + 'numeric' => 'The :attribute must be at least :min.', + 'file' => 'The :attribute must be at least :min kilobytes.', + 'string' => 'The :attribute must be at least :min characters.', + 'array' => 'The :attribute must have at least :min items.', + ], + 'not_in' => 'The selected :attribute is invalid.', + 'not_regex' => 'The :attribute format is invalid.', + 'numeric' => 'The :attribute must be a number.', + 'present' => 'The :attribute field must be present.', + 'regex' => 'The :attribute format is invalid.', + 'required' => 'The :attribute field is required.', + 'required_if' => 'The :attribute field is required when :other is :value.', + 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_with' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_without' => 'The :attribute field is required when :values is not present.', + 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'same' => 'The :attribute and :other must match.', + 'size' => [ + 'numeric' => 'The :attribute must be :size.', + 'file' => 'The :attribute must be :size kilobytes.', + 'string' => 'The :attribute must be :size characters.', + 'array' => 'The :attribute must contain :size items.', + ], + 'string' => 'The :attribute must be a string.', + 'timezone' => 'The :attribute must be a valid zone.', + 'unique' => 'The :attribute has already been taken.', + 'uploaded' => 'The :attribute failed to upload.', + 'url' => 'The :attribute format is invalid.', + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + 'custom' => [ + 'attribute-name' => [ + 'rule-name' => 'custom-message', + ], + ], + + /* + |-------------------------------------------------------------------------- + | Custom Validation Attributes + |-------------------------------------------------------------------------- + | + | The following language lines are used to swap attribute place-holders + | with something more reader friendly such as E-Mail Address instead + | of "email". This simply helps us make messages a little cleaner. + | + */ + + 'attributes' => [], + +]; diff --git a/resources/lang/vendor/confirmation/tr/confirmation.php b/resources/lang/vendor/confirmation/tr/confirmation.php new file mode 100644 index 00000000000..16b4f91483a --- /dev/null +++ b/resources/lang/vendor/confirmation/tr/confirmation.php @@ -0,0 +1,10 @@ + 'Hesap oluşturduğunuz için teşekkür ederiz! Lütfen e-posta adresinizi doğrulatmak için e-postanızı kontrol ediniz.', + 'success' => 'Hesabınızı başarıyla doğruladınız. Şimdi giriş yapabilirsiniz.', + 'again' => 'Oturum açabilmek için e-posta adresinizi doğrulatmanız gerekmektedir. +
Gelen kutunuzda doğrulama mailini göremiyorsanız Spam klasörünü de kontrol ediniz. +
Doğrulama mailini tekrar almak için lütfen buraya tıklayınız.', + 'resend' => 'Doğrulama e-postası gönderildi. Lütfen e-postanızı kontrol edin.' +]; diff --git a/resources/lang/vendor/confirmation/zh/confirmation.php b/resources/lang/vendor/confirmation/zh/confirmation.php index 86a8ef98e2d..f03c53f1a7b 100644 --- a/resources/lang/vendor/confirmation/zh/confirmation.php +++ b/resources/lang/vendor/confirmation/zh/confirmation.php @@ -1,10 +1,10 @@ 'Thanks for signing up! Please check your emails to confirm your email address.', - 'success' => 'You have successfully verified your account! You can now login.', - 'again' => 'You must verify your email before you can access the site. -
If you have not received the confirmation email check your spam folder. -
To get a new confirmation email please click here.', - 'resend' => 'A confirmation message has been sent. Please check your mailbox.' + 'message' => '感谢您的注册!请检查您的邮箱来验证您的邮件。', + 'success' => '您已成功验证邮件地址!现在您可以正常登录了。', + 'again' => '您需要验证邮件地址才能访问此网站。 +
如果您没有收到电子邮件,您可以检查一下垃圾箱。 +
点击此处来重新发送验证邮件', + 'resend' => '验证邮件已发送,请检查您的收件箱。' ]; diff --git a/resources/lang/zh/app.php b/resources/lang/zh/app.php index d252db5a1ea..61e979b22ad 100644 --- a/resources/lang/zh/app.php +++ b/resources/lang/zh/app.php @@ -9,34 +9,34 @@ 'edit' => '编辑', 'upload' => '上传', 'close' => '关闭', - 'create' => 'Create', + 'create' => '创建', 'remove' => '删除', - 'revoke' => 'Revoke', + 'revoke' => '撤销', 'done' => '完成', 'verify' => '验证', 'for' => '为', - 'new' => 'new', + 'new' => '新', 'unknown' => '我不知道', 'load_more' => '载入更多', 'loading' => '正在加载...', 'with' => '与', - 'days' => 'day|days', + 'days' => '天|天', - 'application_title' => 'Monica – personal relationship manager', - 'application_description' => 'Monica is a tool to manage your interactions with your loved ones, friends and family.', - 'application_og_title' => 'Have better relations with your loved ones. Free Online CRM for friends and family.', + 'application_title' => 'Monica – 您的私人社交关系管家', + 'application_description' => 'Monica是用来收集并管理您与亲朋好友之间的关系的得力助手。', + 'application_og_title' => '促进你们之间的感情。一个免费且开源的面向亲朋好友的CRM工具', 'markdown_description' => '想用一种美观的方式格式化文本吗?我们以Markdown语法支持粗体、斜体、列表等样式。', 'markdown_link' => '阅读文档', 'header_settings_link' => '设置', 'header_logout_link' => '注销', - 'header_changelog_link' => 'Product changes', + 'header_changelog_link' => '更新日志', - 'main_nav_cta' => '添加人员', + 'main_nav_cta' => '联系人', 'main_nav_dashboard' => '仪表盘', 'main_nav_family' => '联系人', - 'main_nav_journal' => '记录', + 'main_nav_journal' => '日记', 'main_nav_activities' => '活动', 'main_nav_tasks' => '任务', @@ -54,7 +54,7 @@ 'breadcrumb_dashboard' => '仪表盘', 'breadcrumb_list_contacts' => '人名单', - 'breadcrumb_journal' => '记录', + 'breadcrumb_journal' => '日记', 'breadcrumb_settings' => '设置', 'breadcrumb_settings_export' => '导出', 'breadcrumb_settings_users' => '用户', @@ -72,7 +72,8 @@ 'breadcrumb_edit_introductions' => '你是怎么知道的', 'breadcrumb_settings_personalization' => '个性化', 'breadcrumb_settings_security' => '安全', - 'breadcrumb_settings_security_2fa' => '双重验证', + 'breadcrumb_settings_security_2fa' => '二次验证', + 'breadcrumb_profile' => ':name的资料', 'gender_male' => '男', 'gender_female' => '女', @@ -80,14 +81,14 @@ 'error_title' => '糟糕! 出错了。', 'error_unauthorized' => '你没有权限编辑此页', - 'error_save' => 'We had an error trying to save the data.', + 'error_save' => '当储存数据时出现了一个错误', - 'default_save_success' => 'The data has been saved.', + 'default_save_success' => '数据已被保存', - 'compliance_title' => 'Sorry for the interruption.', - 'compliance_desc' => 'We have changed our Terms of Use and Privacy Policy. By law we have to ask you to review them and accept them so you can continue to use your account.', - 'compliance_desc_end' => 'We don’t do anything nasty with your data or account and will never do.', - 'compliance_terms' => 'Accept new terms and privacy policy', + 'compliance_title' => '抱歉,打扰您一下', + 'compliance_desc' => '我们更新了用户协议 以及 隐私政策,您需要阅读并同意才能继续使用您的账号。', + 'compliance_desc_end' => '我们会保护您的隐私安全。', + 'compliance_terms' => '我已阅读并同意', // Relationship types // Yes, each relationship type has 8 strings associated with it. @@ -96,134 +97,134 @@ // and then, the feminine version of the string. Finally, in some sentences // in the UI, we need to include the name of the person we add the relationship // to. - 'relationship_type_group_love' => 'Love relationships', - 'relationship_type_group_family' => 'Family relationships', - 'relationship_type_group_friend' => 'Friend relationships', - 'relationship_type_group_work' => 'Work relationships', - 'relationship_type_group_other' => 'Other kind of relationships', - - 'relationship_type_partner' => 'significant other', - 'relationship_type_partner_female' => 'significant other', - 'relationship_type_partner_with_name' => ':name’s significant other', - 'relationship_type_partner_female_with_name' => ':name’s significant other', - - 'relationship_type_spouse' => 'spouse', - 'relationship_type_spouse_female' => 'spouse', - 'relationship_type_spouse_with_name' => ':name’s spouse', - 'relationship_type_spouse_female_with_name' => ':name’s spouse', - - 'relationship_type_date' => 'date', - 'relationship_type_date_female' => 'date', - 'relationship_type_date_with_name' => ':name’s date', - 'relationship_type_date_female_with_name' => ':name’s date', - - 'relationship_type_lover' => 'lover', - 'relationship_type_lover_female' => 'lover', - 'relationship_type_lover_with_name' => ':name’s lover', - 'relationship_type_lover_female_with_name' => ':name’s lover', - - 'relationship_type_inlovewith' => 'in love with', - 'relationship_type_inlovewith_female' => 'in love with', - 'relationship_type_inlovewith_with_name' => 'someone :name is in love with', - 'relationship_type_inlovewith_female_with_name' => 'someone :name is in love with', - - 'relationship_type_lovedby' => 'loved by', - 'relationship_type_lovedby_female' => 'loved by', - 'relationship_type_lovedby_with_name' => ':name’s secret lover', - 'relationship_type_lovedby_female_with_name' => ':name’s secret lover', - - 'relationship_type_ex' => 'ex-boyfriend', - 'relationship_type_ex_female' => 'ex-girlfriend', - 'relationship_type_ex_with_name' => ':name’s ex-boyfriend', - 'relationship_type_ex_female_with_name' => ':name’s ex-girlfriend', - - 'relationship_type_parent' => 'father', - 'relationship_type_parent_female' => 'mother', - 'relationship_type_parent_with_name' => ':name’s father', - 'relationship_type_parent_female_with_name' => ':name’s mother', - - 'relationship_type_child' => 'son', - 'relationship_type_child_female' => 'daughter', - 'relationship_type_child_with_name' => ':name’s son', - 'relationship_type_child_female_with_name' => ':name’s daughter', - - 'relationship_type_sibling' => 'brother', - 'relationship_type_sibling_female' => 'sister', - 'relationship_type_sibling_with_name' => ':name’s brother', - 'relationship_type_sibling_female_with_name' => ':name’s sister', - - 'relationship_type_grandparent' => 'grand parent', - 'relationship_type_grandparent_female' => 'grand parent', - 'relationship_type_grandparent_with_name' => ':name’s grand parent', - 'relationship_type_grandparent_female_with_name' => ':name’s grand parent', - - 'relationship_type_grandchild' => 'grand child', - 'relationship_type_grandchild_female' => 'grand child', - 'relationship_type_grandchild_with_name' => ':name’s grand child', - 'relationship_type_grandchild_female_with_name' => ':name’s grand child', - - 'relationship_type_uncle' => 'uncle', - 'relationship_type_uncle_female' => 'aunt', - 'relationship_type_uncle_with_name' => ':name’s uncle', - 'relationship_type_uncle_female_with_name' => ':name’s aunt', - - 'relationship_type_nephew' => 'nephew', - 'relationship_type_nephew_female' => 'niece', - 'relationship_type_nephew_with_name' => ':name’s nephew', - 'relationship_type_nephew_female_with_name' => ':name’s niece', - - 'relationship_type_cousin' => 'cousin', - 'relationship_type_cousin_female' => 'cousin', - 'relationship_type_cousin_with_name' => ':name’s cousin', - 'relationship_type_cousin_female_with_name' => ':name’s cousin', - - 'relationship_type_godfather' => 'godfather', - 'relationship_type_godfather_female' => 'godmother', - 'relationship_type_godfather_with_name' => ':name’s godfather', - 'relationship_type_godfather_female_with_name' => ':name’s godmother', - - 'relationship_type_godson' => 'godson', - 'relationship_type_godson_female' => 'goddaughter', - 'relationship_type_godson_with_name' => ':name’s godson', - 'relationship_type_godson_female_with_name' => ':name’s goddaughter', - - 'relationship_type_friend' => 'friend', - 'relationship_type_friend_female' => 'friend', - 'relationship_type_friend_with_name' => ':name’s friend', - 'relationship_type_friend_female_with_name' => ':name’s friend', - - 'relationship_type_bestfriend' => 'best friend', - 'relationship_type_bestfriend_female' => 'best friend', - 'relationship_type_bestfriend_with_name' => ':name’s best friend', - 'relationship_type_bestfriend_female_with_name' => ':name’s best friend', - - 'relationship_type_colleague' => 'colleague', - 'relationship_type_colleague_female' => 'colleague', - 'relationship_type_colleague_with_name' => ':name’s colleague', - 'relationship_type_colleague_female_with_name' => ':name’s colleague', - - 'relationship_type_boss' => 'boss', - 'relationship_type_boss_female' => 'boss', - 'relationship_type_boss_with_name' => ':name’s boss', - 'relationship_type_boss_female_with_name' => ':name’s boss', - - 'relationship_type_subordinate' => 'subordinate', - 'relationship_type_subordinate_female' => 'subordinate', - 'relationship_type_subordinate_with_name' => ':name’s subordinate', - 'relationship_type_subordinate_female_with_name' => ':name’s subordinate', - - 'relationship_type_mentor' => 'mentor', - 'relationship_type_mentor_female' => 'mentor', - 'relationship_type_mentor_with_name' => ':name’s mentor', - 'relationship_type_mentor_female_with_name' => ':name’s mentor', - - 'relationship_type_protege' => 'protege', - 'relationship_type_protege_female' => 'protege', - 'relationship_type_protege_with_name' => ':name’s protege', - 'relationship_type_protege_female_with_name' => ':name’s protege', - - 'relationship_type_ex_husband' => 'ex husband', - 'relationship_type_ex_husband_female' => 'ex wife', - 'relationship_type_ex_husband_with_name' => ':name’s ex husband', - 'relationship_type_ex_husband_female_with_name' => ':name’s ex wife', + 'relationship_type_group_love' => '恋爱关系', + 'relationship_type_group_family' => '家庭关系', + 'relationship_type_group_friend' => '朋友关系', + 'relationship_type_group_work' => '工作关系', + 'relationship_type_group_other' => '其他关系', + + 'relationship_type_partner' => '搭档', + 'relationship_type_partner_female' => '搭档', + 'relationship_type_partner_with_name' => ':name的搭档', + 'relationship_type_partner_female_with_name' => ':name的搭档', + + 'relationship_type_spouse' => '配偶', + 'relationship_type_spouse_female' => '配偶', + 'relationship_type_spouse_with_name' => ':name的配偶', + 'relationship_type_spouse_female_with_name' => ':name的配偶', + + 'relationship_type_date' => '约会对象', + 'relationship_type_date_female' => '约会对象', + 'relationship_type_date_with_name' => ':name的约会对象', + 'relationship_type_date_female_with_name' => ':name的约会对象', + + 'relationship_type_lover' => '情人', + 'relationship_type_lover_female' => '情人', + 'relationship_type_lover_with_name' => ':name的情人', + 'relationship_type_lover_female_with_name' => ':name的情人', + + 'relationship_type_inlovewith' => '喜欢的人', + 'relationship_type_inlovewith_female' => '喜欢的人', + 'relationship_type_inlovewith_with_name' => ':name喜欢的人', + 'relationship_type_inlovewith_female_with_name' => ':name喜欢的人', + + 'relationship_type_lovedby' => '追求者', + 'relationship_type_lovedby_female' => '追求者', + 'relationship_type_lovedby_with_name' => ':name的追求者', + 'relationship_type_lovedby_female_with_name' => ':name的追求者', + + 'relationship_type_ex' => '前男友', + 'relationship_type_ex_female' => '前女友', + 'relationship_type_ex_with_name' => ':name的前男友', + 'relationship_type_ex_female_with_name' => ':name的前女友', + + 'relationship_type_parent' => '父亲', + 'relationship_type_parent_female' => '母亲', + 'relationship_type_parent_with_name' => ':name的父亲', + 'relationship_type_parent_female_with_name' => ':name的母亲', + + 'relationship_type_child' => '儿子', + 'relationship_type_child_female' => '女儿', + 'relationship_type_child_with_name' => ':name的儿子', + 'relationship_type_child_female_with_name' => ':name的女人', + + 'relationship_type_sibling' => '兄弟', + 'relationship_type_sibling_female' => '姐妹', + 'relationship_type_sibling_with_name' => ':name的兄弟', + 'relationship_type_sibling_female_with_name' => ':name的姐妹', + + 'relationship_type_grandparent' => '祖父', + 'relationship_type_grandparent_female' => '祖母', + 'relationship_type_grandparent_with_name' => ':name的祖父', + 'relationship_type_grandparent_female_with_name' => ':name的祖母', + + 'relationship_type_grandchild' => '曾孙', + 'relationship_type_grandchild_female' => '曾孙女', + 'relationship_type_grandchild_with_name' => ':name的曾孙', + 'relationship_type_grandchild_female_with_name' => ':name的曾孙女', + + 'relationship_type_uncle' => '叔叔', + 'relationship_type_uncle_female' => '阿姨', + 'relationship_type_uncle_with_name' => ':name的叔叔', + 'relationship_type_uncle_female_with_name' => ':name的阿姨', + + 'relationship_type_nephew' => '外甥', + 'relationship_type_nephew_female' => '外甥女', + 'relationship_type_nephew_with_name' => ':name的外甥', + 'relationship_type_nephew_female_with_name' => ':name的外甥女', + + 'relationship_type_cousin' => '堂兄弟', + 'relationship_type_cousin_female' => '堂姐妹', + 'relationship_type_cousin_with_name' => ':name的堂兄弟', + 'relationship_type_cousin_female_with_name' => ':name的堂姐妹', + + 'relationship_type_godfather' => '神父', + 'relationship_type_godfather_female' => '神母', + 'relationship_type_godfather_with_name' => ':name的神父', + 'relationship_type_godfather_female_with_name' => ':name的神母', + + 'relationship_type_godson' => '义子', + 'relationship_type_godson_female' => '义女', + 'relationship_type_godson_with_name' => ':name的义子', + 'relationship_type_godson_female_with_name' => ':name的义女', + + 'relationship_type_friend' => '朋友', + 'relationship_type_friend_female' => '朋友', + 'relationship_type_friend_with_name' => ':name的朋友', + 'relationship_type_friend_female_with_name' => ':name的朋友', + + 'relationship_type_bestfriend' => '基友', + 'relationship_type_bestfriend_female' => '闺密', + 'relationship_type_bestfriend_with_name' => ':name的基友', + 'relationship_type_bestfriend_female_with_name' => ':name的闺密', + + 'relationship_type_colleague' => '同事', + 'relationship_type_colleague_female' => '同事', + 'relationship_type_colleague_with_name' => ':name的同事', + 'relationship_type_colleague_female_with_name' => ':name的同事', + + 'relationship_type_boss' => '上司', + 'relationship_type_boss_female' => '上司', + 'relationship_type_boss_with_name' => ':name的上司', + 'relationship_type_boss_female_with_name' => ':name的上司', + + 'relationship_type_subordinate' => '下属', + 'relationship_type_subordinate_female' => '下属', + 'relationship_type_subordinate_with_name' => ':name的下属', + 'relationship_type_subordinate_female_with_name' => ':name的下属', + + 'relationship_type_mentor' => '老师', + 'relationship_type_mentor_female' => '老师', + 'relationship_type_mentor_with_name' => ':name的老师', + 'relationship_type_mentor_female_with_name' => ':name的老师', + + 'relationship_type_protege' => '学生', + 'relationship_type_protege_female' => '学生', + 'relationship_type_protege_with_name' => ':name的学生', + 'relationship_type_protege_female_with_name' => ':name的学生', + + 'relationship_type_ex_husband' => '前夫', + 'relationship_type_ex_husband_female' => '前妻', + 'relationship_type_ex_husband_with_name' => ':name的前夫', + 'relationship_type_ex_husband_female_with_name' => '前妻', ]; diff --git a/resources/lang/zh/auth.php b/resources/lang/zh/auth.php index 43071daf70f..6839772619c 100644 --- a/resources/lang/zh/auth.php +++ b/resources/lang/zh/auth.php @@ -18,55 +18,55 @@ 'not_authorized' => '您无权执行此操作', 'signup_disabled' => '注册当前已停用', 'back_homepage' => '回到主页', - 'mfa_auth_otp' => 'Authenticate with your two factor device', - 'mfa_auth_u2f' => 'Authenticate with a U2F device', - '2fa_title' => '双重验证', - '2fa_wrong_validation' => '双重验证失败。', - '2fa_one_time_password' => 'Two factor authentication code', - '2fa_recuperation_code' => '输入双重验证恢复码', - '2fa_otp_help' => 'Open up your two factor authentication mobile app and copy the code', - 'u2f_otp_extension' => 'U2F is supported natively on Chrome, Firefox and Opera. On old Firefox versions, install the U2F Support Add-on.', + 'mfa_auth_otp' => '使用二次验证设备进行认证', + 'mfa_auth_u2f' => '使用U2F设备进行认证', + '2fa_title' => '二次验证', + '2fa_wrong_validation' => '二次验证失败', + '2fa_one_time_password' => '验证码', + '2fa_recuperation_code' => '输入二次验证恢复码', + '2fa_otp_help' => '打开您的二次验证APP并复制验证码', + 'u2f_otp_extension' => 'U2F验证已受Chrome、FireFox、Opera支持。如果您用的是旧版FireFox,请您安装U2F支持插件。', - 'login_to_account' => 'Login to your account', - 'login_again' => 'Please login again to your account', - 'email' => 'Email', - 'password' => 'Password', - 'login' => 'Login', - 'button_remember' => 'Remember Me', - 'password_forget' => 'Forget your password?', - 'password_reset' => 'Reset your password', - 'signup_no_account' => 'Don’t have an account?', - 'signup' => 'Sign up', - 'create_account' => 'Create the first account by signing up', + 'login_to_account' => '登录您的账号', + 'login_again' => '请再次登录您的账号', + 'email' => '电子邮箱', + 'password' => '密码', + 'login' => '登录', + 'button_remember' => '记住我', + 'password_forget' => '忘记密码?', + 'password_reset' => '重置密码', + 'signup_no_account' => '没有账号?', + 'signup' => '注册', + 'create_account' => '单击此处 注册', - 'password_reset_title' => 'Reset Password', - 'password_reset_email' => 'E-Mail Address', - 'password_reset_send_link' => 'Send Password Reset Link', - 'password_reset_password' => 'Password', - 'password_reset_password_confirm' => 'Confirm Password', - 'password_reset_action' => 'Reset Password', - 'password_reset_email_content' => 'Click here to reset your password:', + 'password_reset_title' => '重置密码', + 'password_reset_email' => '电子邮箱', + 'password_reset_send_link' => '发送重置链接', + 'password_reset_password' => '密码', + 'password_reset_password_confirm' => '确认密码', + 'password_reset_action' => '重置密码', + 'password_reset_email_content' => '单击此处来重置密码:', - 'register_title_welcome' => 'Welcome to your newly installed Monica instance', - 'register_create_account' => 'You need to create an account to use Monica', - 'register_title_create' => 'Create your Monica account', - 'register_login' => 'Log in if you already have an account.', - 'register_email' => 'Enter a valid email address', - 'register_email_example' => 'you@home', - 'register_firstname' => 'First name', - 'register_firstname_example' => 'eg. John', - 'register_lastname' => 'Last name', - 'register_lastname_example' => 'eg. Doe', - 'register_password' => 'Password', - 'register_password_example' => 'Enter a secure password', - 'register_password_confirmation' => 'Password confirmation', - 'register_action' => 'Register', - 'register_policy' => 'Signing up signifies you’ve read and agree to our Privacy Policy and Terms of use.', - 'register_invitation_email' => 'For security purposes, please indicate the email of the person who’ve invited you to join this account. This information is provided in the invitation email.', + 'register_title_welcome' => '欢迎注册您的私人社交关系管家 - Monica', + 'register_create_account' => '您需要一个账号来使用Monica', + 'register_title_create' => '创建您的Monica账号', + 'register_login' => '已经有账号了?点此登录', + 'register_email' => '请输入一个有效的邮箱', + 'register_email_example' => 'example@example.com', + 'register_firstname' => '名字', + 'register_firstname_example' => '例:小明', + 'register_lastname' => '姓氏', + 'register_lastname_example' => '例:王', + 'register_password' => '密码', + 'register_password_example' => '键入密码...', + 'register_password_confirmation' => '重复密码', + 'register_action' => '注册', + 'register_policy' => '我已阅读并同意 隐私政策用户协议', + 'register_invitation_email' => '为了安全,请您输入邀请人的电子邮件地址。这可以在受邀邮件中找到', - 'confirmation_again' => 'If you want to change your email address you can click here.', - 'email_change_current_email' => 'Current email address:', - 'email_change_title' => 'Change your email address', - 'email_change_new' => 'New email address', - 'email_changed' => 'Your email address has been changed. Check your mailbox to validate it.', + 'confirmation_again' => '如果要更改电子邮件地址, 可以 单击此处。', + 'email_change_current_email' => '当前邮件地址:', + 'email_change_title' => '更换您的电子邮箱', + 'email_change_new' => '新邮箱地址:', + 'email_changed' => '您的电子邮箱已更换,请检查您的收件箱来验证电子邮件地址。', ]; diff --git a/resources/lang/zh/changelog.php b/resources/lang/zh/changelog.php index d83ef1159ad..aedd5e7bf14 100644 --- a/resources/lang/zh/changelog.php +++ b/resources/lang/zh/changelog.php @@ -1,6 +1,6 @@ 'Product changes', - 'note' => 'Note: unfortunately, this page is only in English.', + 'title' => '更新日志', + 'note' => '注:很抱歉,当前页面只支持英文展示。', ]; diff --git a/resources/lang/zh/dashboard.php b/resources/lang/zh/dashboard.php index 6a0b8face87..b3501d27ef0 100644 --- a/resources/lang/zh/dashboard.php +++ b/resources/lang/zh/dashboard.php @@ -4,24 +4,24 @@ 'dashboard_blank_title' => '欢迎登录账号', 'dashboard_blank_description' => 'Monica是一个记录你所有关心的人及与其交互信息的地方', 'dashboard_blank_cta' => '添加您的第一个联系人', - 'dashboard_blank_illustration' => 'Illustration by Freepik', + 'dashboard_blank_illustration' => '插画: Freepik', - 'notes_title' => '你还没有任何便签。', + 'notes_title' => '您还没有任何便签。', 'tab_recent_calls' => '最近通话', 'tab_favorite_notes' => '收藏便签', - 'tab_calls_blank' => '你还没有电话拨打记录。', - 'tab_debts' => 'Debts', - 'tab_debts_blank' => 'You haven’t logged any debt yet.', + 'tab_calls_blank' => '您还没有电话拨打记录。', + 'tab_debts' => '债务', + 'tab_debts_blank' => '您还没有添加债务信息。', - 'debts_you_owe' => 'You owe', + 'debts_you_owe' => '待还金额', 'statistics_contacts' => '联系人', 'statistics_activities' => '活动', 'statistics_gifts' => '礼物', - 'reminders_next_months' => 'Events in the next 3 months', - 'reminders_none' => 'No reminder for this month', + 'reminders_next_months' => '近三个月的活动', + 'reminders_none' => '本月尚无提醒事项', - 'linkedin_profile' => 'LinkedIn', + 'linkedin_profile' => '领英®', ]; diff --git a/resources/lang/zh/format.php b/resources/lang/zh/format.php index 0af4fcf3721..516722c8f11 100644 --- a/resources/lang/zh/format.php +++ b/resources/lang/zh/format.php @@ -15,13 +15,14 @@ | */ - 'short_date_year_time' => 'M d, Y H:i', - 'short_date_year' => 'M d, Y', + 'short_date_year_time' => 'Y M d H:i', + 'short_date_year' => 'Y M d', 'short_date' => 'M d', 'short_month' => 'M', - 'short_month_year' => 'M Y', + 'short_month_year' => 'Y M', 'short_day' => 'D', 'full_month' => 'F', + 'full_month_year' => 'Y F', 'full_hour' => 'h.i A', ]; diff --git a/resources/lang/zh/journal.php b/resources/lang/zh/journal.php index 453ce09820a..404df9bea72 100644 --- a/resources/lang/zh/journal.php +++ b/resources/lang/zh/journal.php @@ -4,15 +4,15 @@ 'journal_rate' => '今天过得怎么样?你可以每天给它一次评价。', 'journal_come_back' => '谢谢. 明天再来给你的一天评价一下。', 'journal_description' => '注意: 记录里列出了全部手动记录的条目, 以及您与您的联系人进行的活动等自动条目。虽然可以手动删除记录条目, 但必须直接在 "联系人" 页上进行删除。', - 'journal_add' => '添加记录条目', + 'journal_add' => '添加日记条目', 'journal_created_automatically' => '自动创建', 'journal_entry_type_journal' => '记录条目', 'journal_entry_type_activity' => '活动', 'journal_entry_rate' => '评价你的一天。', 'entry_delete_success' => '记录条目已成功删除。', 'journal_add_title' => '标题 (可选)', - 'journal_add_date' => 'Date', - 'journal_add_post' => '条目', + 'journal_add_date' => '日期', + 'journal_add_post' => '内容', 'journal_add_cta' => '保存', 'journal_blank_cta' => '添加您的第一个记录条目', 'journal_blank_description' => '记录允许您编写发生在您身上的事件, 并记住它们。', diff --git a/resources/lang/zh/mail.php b/resources/lang/zh/mail.php index 1b541240506..730cf94af37 100644 --- a/resources/lang/zh/mail.php +++ b/resources/lang/zh/mail.php @@ -4,22 +4,22 @@ 'subject_line' => '提醒:contact', 'greetings' => '您好:username', - 'want_reminded_of' => '您想被提醒', + 'want_reminded_of' => '您的提醒事项:', 'for' => '为:', 'footer_contact_info' => '添加、查看、完成和更改有关此联系人的信息:', 'notification_subject_line' => '您有一个即将进行的活动', 'notification_description' => '在:count天后(:date),将有以下事件发生:', - 'stay_in_touch_subject_line' => 'Stay in touch with :name', - 'stay_in_touch_subject_description' => 'You asked to be reminded to stay in touch with :name every :frequency days.', + 'stay_in_touch_subject_line' => '您的『常联系』提醒 :name', + 'stay_in_touch_subject_description' => '您要求了每 :frequency 天向您发送的与 :name 的『常联系』提醒.', - 'notifications_whoops' => 'Whoops!', - 'notifications_hello' => 'Hello!', - 'notifications_regards' => 'Regards', - 'notifications_footer' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser: [:actionURL](:actionURL)', + 'notifications_whoops' => '糟了!', + 'notifications_hello' => '您好!', + 'notifications_regards' => '此致', + 'notifications_footer' => '如果您无法点击 ":actionText" 按钮, 复制以下链接至浏览器打开: [:actionURL](:actionURL)', - 'confirmation_email_title' => 'Monica – Email verification', - 'confirmation_email_intro'=> 'To validate your email click on the button below', - 'confirmation_email_button' => 'Verify email address', + 'confirmation_email_title' => 'Monica – Email 认证', + 'confirmation_email_intro'=> '请点击以下按钮来完成Email认证', + 'confirmation_email_button' => 'Email 认证', ]; diff --git a/resources/lang/zh/passwords.php b/resources/lang/zh/passwords.php index 131b59284c7..b9d4cd46f47 100644 --- a/resources/lang/zh/passwords.php +++ b/resources/lang/zh/passwords.php @@ -17,7 +17,7 @@ 'reset' => '您的密码已重置!', 'sent' => '如果您输入的电子邮件存在于我们的记录中, 密码重置链接将被发送至改邮箱。', 'token' => '密码重置秘钥无效。', - 'user' => '如果您输入的电子邮件存在于我们的记录中, 密码重置链接将被发送至改邮箱。', + 'user' => '如果您输入的电子邮件存在于我们的记录中, 密码重置链接将被发送至该邮箱。', 'changed' => '密码修改成功。', 'invalid' => '您输入的密码不正确。', diff --git a/resources/lang/zh/people.php b/resources/lang/zh/people.php index 74faac6d1c3..89090ce6f14 100644 --- a/resources/lang/zh/people.php +++ b/resources/lang/zh/people.php @@ -4,8 +4,8 @@ //index 'people_list_number_kids' => ':count 个孩子', - 'people_list_last_updated' => '上次咨询:', - 'people_list_number_reminders' => ':count 提醒', + 'people_list_last_updated' => '最近更新:', + 'people_list_number_reminders' => ':count 个提醒', 'people_list_blank_title' => '您还没有任何联系人', 'people_list_blank_cta' => '添加某人', 'people_list_sort' => '排序', @@ -16,24 +16,24 @@ 'people_list_lastnameZA' => '以姓Z → A排序', 'people_list_lastactivitydateNewtoOld' => '以最后活动日期从近到远排序', 'people_list_lastactivitydateOldtoNew' => '以最后活动日期从远到近排序', - 'people_list_filter_tag' => 'Showing all the contacts tagged with', + 'people_list_filter_tag' => '拥有以下标签的联系人:', 'people_list_clear_filter' => '清除筛选', 'people_list_contacts_per_tags' => ':count 个联系人', 'people_search' => '搜索联系人...', 'people_search_no_results' => '未找到相关联系人:(', 'people_list_account_usage' => '您的账户已联系人使用情况是::current/:limit ', 'people_list_account_upgrade_title' => '升级您的帐户, 以打开全部功能。', - 'people_list_account_upgrade_cta' => '现在更新', - 'people_list_untagged' => 'View untagged contacts', - 'people_list_filter_untag' => 'Showing all untagged contacts', + 'people_list_account_upgrade_cta' => '立即升级', + 'people_list_untagged' => '查看未加标签的联系人', + 'people_list_filter_untag' => '所有未加标签的联系人', // people add - 'people_add_title' => '添加新人员', + 'people_add_title' => '添加一位新的联系人', 'people_add_missing' => '没有联系人,现在添加一个', - 'people_add_firstname' => '名', + 'people_add_firstname' => '名字', 'people_add_middlename' => '中间名 (可选)', 'people_add_lastname' => '姓(可选)', - 'people_add_nickname' => 'Nickname (Optional)', + 'people_add_nickname' => '昵称(可选)', 'people_add_cta' => '添加', 'people_save_and_add_another_cta' => '提交并添加其他人', 'people_add_success' => ':name 已成功创建', @@ -44,9 +44,9 @@ 'people_delete_confirmation' => '确实要删除此联系人吗?删除是永久性的。', 'people_add_birthday_reminder' => '祝: name生日快乐', 'people_add_import' => '是否要 导入您的联系人?', - 'people_edit_email_error' => '您的帐户中已经有一个联系人使用此邮件地址,请填写一个其他的。', - 'people_export' => 'Export as vCard', - 'people_add_reminder_for_birthday' => 'Create an annual reminder for the birthday', + 'people_edit_email_error' => '您的联系人中已经有人使用此电子邮件,请更换一个', + 'people_export' => '导出为 vCard', + 'people_add_reminder_for_birthday' => '创建一个年度生日提醒事项', // show 'section_contact_information' => '联系人信息', @@ -54,30 +54,31 @@ 'section_personal_reminders' => '提醒', 'section_personal_tasks' => '任务', 'section_personal_gifts' => '礼物', - 'section_personal_notes' => 'Notes', + 'section_personal_notes' => '便签', // - 'link_to_list' => '人名单', + 'link_to_list' => '联系人', // Header 'edit_contact_information' => '编辑联系人信息', 'call_button' => '记录通话', + 'set_favorite' => '您收藏的联系人将在联系人列表置顶显示。', // Stay in touch - 'stay_in_touch' => 'Stay in touch', - 'stay_in_touch_frequency' => 'Stay in touch every day|Stay in touch every {count} days', - 'stay_in_touch_invalid' => 'The frequency must be a number greater than 0.', - 'stay_in_touch_premium' => 'You need to upgrade your account to make use of this feature', - 'stay_in_touch_modal_title' => 'Stay in touch', - 'stay_in_touch_modal_desc' => 'We can remind you by email to keep in touch with {firstname} at a regular interval.', - 'stay_in_touch_modal_label' => 'Send me an email every...', + 'stay_in_touch' => '常联系*', + 'stay_in_touch_frequency' => '常联系*提醒频率:每天|常联系*提醒频率:每 {count} 天', + 'stay_in_touch_invalid' => '频率必须大于0。', + 'stay_in_touch_premium' => '您需要升级到高级账户来使用这个功能!', + 'stay_in_touch_modal_title' => '常联系*', + 'stay_in_touch_modal_desc' => '我们将会用邮件提醒您与{firstname}保持联系。', + 'stay_in_touch_modal_label' => '每几天发送一封提醒邮件...?', // Calls 'modal_call_title' => '记录通话', 'modal_call_comment' => '你们说了什么?(可选)', 'modal_call_date' => '通话是今天早些时候发生的。', 'modal_call_change' => '更改', - 'modal_call_exact_date' => '电话记录发生在', + 'modal_call_exact_date' => '通话日期', 'calls_add_success' => '已保存通话记录。', 'call_delete_confirmation' => '你确定要删除此通话记录吗?', 'call_delete_success' => '成功删除通话记录!', @@ -102,18 +103,18 @@ 'information_edit_success' => '记录更新成功', 'information_edit_title' => '编辑 :name的个人信息', 'information_edit_avatar' => '联系人照片/头像', - 'information_edit_max_size' => '最大值 :size Mb。', - 'information_edit_firstname' => '名', - 'information_edit_lastname' => '姓(可选)', - 'information_edit_linkedin' => 'LinkedIn 信息 (可选)', + 'information_edit_max_size' => '最大值 :size 兆。', + 'information_edit_firstname' => '名字', + 'information_edit_lastname' => '姓氏(可选)', + 'information_edit_linkedin' => '领英® 链接 (可选)', 'information_edit_unknown' => '我不知道具体年龄', 'information_edit_probably' => '此人可能是...', 'information_edit_not_year' => '我知道这个人的生日的日期和月份, 但不知道哪一年。', 'information_edit_exact' => '我知道这个人的确切出生日期...', - 'information_no_linkedin_defined' => '没有定义LinkedIn', + 'information_no_linkedin_defined' => '未绑定领英®', 'information_no_work_defined' => '未定义工作信息', - 'information_work_at' => '在 :company', - 'linkedin_profile' => 'LinkedIn profile', + 'information_work_at' => '在 :company工作', + 'linkedin_profile' => '领英®上的个人资料', 'work_add_cta' => '更新工作信息', 'work_edit_success' => '工作信息已成功更新', 'work_edit_title' => '更新:name的工作信息', @@ -136,9 +137,9 @@ 'reminders_add_title' => '你需要关于:name的提醒吗?', 'reminders_add_description' => '请提醒我...', 'reminders_add_next_time' => '您希望下一次关于这个的提醒的时间是?', - 'reminders_add_once' => '就提醒我一次', - 'reminders_add_recurrent' => '提醒我 每', - 'reminders_add_starting_from' => '从上面指定的日期开始', + 'reminders_add_once' => '仅一次', + 'reminders_add_recurrent' => '每', + 'reminders_add_starting_from' => '提醒我', 'reminders_add_cta' => '添加提醒', 'reminders_edit_update_cta' => '更新提醒', 'reminders_add_error_custom_text' => '您需要为此提醒指定文本', @@ -161,26 +162,27 @@ 'reminders_type_month' => '月', 'reminders_type_year' => '年', 'reminders_birthday' => ':name的生日', - 'reminders_free_plan_warning' => '你在自由计划。这个计划没有发送电子邮件。要通过电子邮件收到提醒, 请升级您的帐户。', + 'reminders_free_plan_warning' => '您当前使用的是免费版。若需要邮件提醒,请升级您的账户。', // relationships - 'relationship_form_add' => 'Add a new relationship', - 'relationship_form_edit' => 'Edit an existing relationship', - 'relationship_form_is_with' => 'This person is...', - 'relationship_form_add_choice' => 'Who is the relationship with?', - 'relationship_form_create_contact' => 'Add a new person', - 'relationship_form_associate_contact' => 'An existing contact', - 'relationship_form_associate_dropdown' => 'Select an existing contact from the dropdown below', - 'relationship_form_also_create_contact' => 'Create a Contact entry for this person.', - 'relationship_form_add_description' => 'This will let you treat this significant other like any other contact.', - 'relationship_form_add_no_existing_contact' => 'You don’t have any contacts who can be related to :name at the moment.', - 'relationship_delete_confirmation' => 'Are you sure you want to delete this relationship? Deletion is permanent.', - 'relationship_unlink_confirmation' => 'Are you sure you want to delete this relationship? This person will not be deleted – only the relationship between the two.', - 'relationship_form_add_success' => 'The relationship has been successfully set.', - 'relationship_form_deletion_success' => 'The relationship has been deleted.', + 'relationship_form_add' => '添加一个新的关系', + 'relationship_form_edit' => '修改一个已有关系', + 'relationship_form_is_with' => '这个人是...', + 'relationship_form_add_choice' => '这是与谁的关系?', + 'relationship_form_create_contact' => '添加一个新的人', + 'relationship_form_associate_contact' => '导入一位已存在的联系人', + 'relationship_form_associate_dropdown' => '请从下拉菜单选择一位联系人', + 'relationship_form_associate_dropdown_placeholder' => '搜索并选择一位现有联系人', + 'relationship_form_also_create_contact' => '将此人创建为您的联系人', + 'relationship_form_add_description' => '此选项能让您将其创建为您Monica中的联系人', + 'relationship_form_add_no_existing_contact' => '您暂时没有能与 :name 链接的联系人', + 'relationship_delete_confirmation' => '您确定要将关系删除吗?本操作无法撤销。', + 'relationship_unlink_confirmation' => '您确定要将关系删除吗?此操作不会从您的联系人列表将其删除。', + 'relationship_form_add_success' => '关系设置完成', + 'relationship_form_deletion_success' => '此关系已删除', // tasks - 'tasks_blank_title' => 'You don’t have any tasks yet.', + 'tasks_blank_title' => '您暂时还没任务。', 'tasks_form_title' => '标题', 'tasks_form_description' => '描述 (可选)', 'tasks_add_task' => '添加任务', @@ -189,20 +191,20 @@ // activities 'activity_title' => '活动', - 'activity_type_category_simple_activities' => 'Simple activities', - 'activity_type_category_sport' => 'Sport', - 'activity_type_category_food' => 'Food', - 'activity_type_category_cultural_activities' => 'Cultural activities', - 'activity_type_just_hung_out' => '仅约会', - 'activity_type_watched_movie_at_home' => '在家看片', - 'activity_type_talked_at_home' => '在家聊天', + 'activity_type_category_simple_activities' => '一般活动', + 'activity_type_category_sport' => '运动', + 'activity_type_category_food' => '食物', + 'activity_type_category_cultural_activities' => '文化', + 'activity_type_just_hung_out' => '约会', + 'activity_type_watched_movie_at_home' => '看电影', + 'activity_type_talked_at_home' => '谈心', 'activity_type_did_sport_activities_together' => '一起运动', - 'activity_type_ate_at_his_place' => 'ate at their place', + 'activity_type_ate_at_his_place' => '在对方家里做客', 'activity_type_went_bar' => '泡吧', - 'activity_type_ate_at_home' => '在家吃', - 'activity_type_picknicked' => '郊游', + 'activity_type_ate_at_home' => '在家吃饭', + 'activity_type_picknicked' => '野餐', 'activity_type_ate_restaurant' => '在饭店吃', - 'activity_type_went_theater' => '去剧院', + 'activity_type_went_theater' => '看戏', 'activity_type_went_concert' => '去音乐会', 'activity_type_went_play' => '出去玩', 'activity_type_went_museum' => '去博物馆', @@ -213,52 +215,59 @@ 'activities_item_information' => ':Activity,发生于:date', 'activities_add_title' => '你与:name做了什么?', 'activities_summary' => '描述你做了什么', - 'activities_add_pick_activity' => '(Optional) Would you like to categorize this activity? You don’t have to, but it will give you statistics later on', - 'activities_add_date_occured' => '发生此活动的日期', - 'activities_add_optional_comment' => '可选注释', + 'activities_add_pick_activity' => '活动分类(可选)', + 'activities_add_date_occured' => '活动日期', + 'activities_add_optional_comment' => '备注(可选)', 'activities_add_cta' => '记录活动', - 'activities_blank_title' => 'Keep track of what you’ve done with :name in the past, and what you’ve talked about', + 'activities_blank_title' => '记录您与 :name 之间的点滴', 'activities_blank_add_activity' => '添加活动', 'activities_add_success' => '已成功添加活动', - 'activities_add_error' => 'Error when adding the activity', + 'activities_add_error' => '添加活动时出现错误', 'activities_update_success' => '活动已成功更新', 'activities_delete_success' => '活动已成功删除', 'activities_who_was_involved' => '谁参与了?', 'activities_activity' => '活动类别', + 'activities_view_activities_report' => '查看活动报告', + 'activities_profile_title' => ':name 与您之间的活动报告', + 'activities_profile_subtitle' => '截至目前为止您与:name的活动记录如下:近一年共 :activities_last_twelve_months次,总共 :total_activities次|截至目前为止您与:name的活动记录如下:近一年共 :activities_last_twelve_months次,总共 :total_activities次', + 'activities_profile_year_summary_activity_types' => ':year年活动类型汇总', + 'activities_profile_year_summary' => ':year年你们一起进行的活动', + 'activities_profile_number_occurences' => ':value 次活动|:value 次活动', + // notes - 'notes_create_success' => '注释已成功创建', + 'notes_create_success' => '便签已成功创建', 'notes_update_success' => '便笺已成功保存', 'notes_delete_success' => '注释已成功删除', 'notes_add_cta' => '添加注释', 'notes_favorite' => '添加/删除喜爱标记', - 'notes_delete_title' => '删除标记', - 'notes_delete_confirmation' => '确实要删除此便笺吗?删除是永久性的', + 'notes_delete_title' => '删除便签', + 'notes_delete_confirmation' => '确实要删除此便签吗?', // gifts - 'gifts_title' => 'Gifts', - 'gifts_add_success' => '已成功添加礼品', - 'gifts_delete_success' => '礼品已成功删除', - 'gifts_delete_confirmation' => '是否确实要删除此礼品?', - 'gifts_add_gift' => '添加礼品', + 'gifts_title' => '礼物往来', + 'gifts_add_success' => '已成功添加礼物', + 'gifts_delete_success' => '礼物已成功删除', + 'gifts_delete_confirmation' => '是否确实要删除此礼物?', + 'gifts_add_gift' => '添加礼物', 'gifts_link' => '链接', - 'gifts_for' => 'For:', + 'gifts_for' => '给:', 'gifts_delete_cta' => '删除', - 'gifts_add_title' => ':name礼品管理', + 'gifts_add_title' => '与:name的礼物来往', 'gifts_add_gift_idea' => '礼品创意', - 'gifts_add_gift_already_offered' => '礼品赠送', + 'gifts_add_gift_already_offered' => '送出的礼物', 'gifts_add_gift_received' => '收到的礼物', 'gifts_add_gift_title' => '这是什么礼物?', - 'gifts_add_link' => '链接到网页 (可选)', + 'gifts_add_link' => '礼物链接 (可选)', 'gifts_add_value' => '值 (可选)', - 'gifts_add_comment' => '注释 (可选)', - 'gifts_add_someone' => 'This gift is for someone in :name’s family in particular', - 'gifts_ideas' => '礼品创意', - 'gifts_offered' => '提供的礼品', - 'gifts_offered_as_an_idea' => 'Mark as an idea', + 'gifts_add_comment' => '备注 (可选)', + 'gifts_add_someone' => '这个礼物是送给:name的家人', + 'gifts_ideas' => '心愿单', + 'gifts_offered' => '送出的礼物', + 'gifts_offered_as_an_idea' => '标记为心愿单', 'gifts_received' => '收到的礼物', 'gifts_view_comment' => '查看评论', 'gifts_mark_offered' => '标记为提供', - 'gifts_update_success' => '礼品已成功更新', + 'gifts_update_success' => '礼物已成功更新', // debts 'debt_delete_confirmation' => '是否确实要删除此债务?', @@ -269,10 +278,10 @@ 'debt_you_owe' => '您欠:amount', 'debt_they_owe' => ':name欠您:amount', 'debt_add_title' => '债务管理', - 'debt_add_you_owe' => '你欠:name', - 'debt_add_they_owe' => ':name欠你的', - 'debt_add_amount' => '的总和', - 'debt_add_reason' => '出于以下原因 (可选)', + 'debt_add_you_owe' => ':name借给您', + 'debt_add_they_owe' => '您借给:name', + 'debt_add_amount' => '数额', + 'debt_add_reason' => '事由(可选)', 'debt_add_add_cta' => '增加债务', 'debt_edit_update_cta' => '更新债务', 'debt_edit_success' => '债务已成功更新', @@ -280,20 +289,20 @@ // tags 'tag_edit' => '编辑标签', - 'tag_add' => 'add a tag', + 'tag_add' => '添加标签', // Introductions - 'introductions_sidebar_title' => '你是如何相遇的', - 'introductions_blank_cta' => '指示您如何遇到的:name', + 'introductions_sidebar_title' => '你们是如何认识的?', + 'introductions_blank_cta' => '您如何遇到的:name', 'introductions_title_edit' => '你是怎么认识:name的?', 'introductions_additional_info' => '你在哪里相遇', 'introductions_edit_met_through' => '有人把你介绍给这个人吗?', 'introductions_no_met_through' => '没有人', - 'introductions_first_met_date' => '你遇见的日期', - 'introductions_no_first_met_date' => 'I don’t know the date we met', + 'introductions_first_met_date' => '第一次相见', + 'introductions_no_first_met_date' => '我不记得具体日期', 'introductions_first_met_date_known' => '这是我们相遇的日子', 'introductions_add_reminder' => '添加提醒以庆祝此事件发生的周年纪念', - 'introductions_update_success' => 'You’ve successfully updated the information about how you met this person', + 'introductions_update_success' => '你成功更新了关于你们相识的故事', 'introductions_met_through' => '通过 :name遇到', 'introductions_met_date' => '在:date遇到', 'introductions_reminder_title' => '你第一次遇见的那一天的周年纪念日', @@ -303,9 +312,9 @@ 'deceased_mark_person_deceased' => '将此人标记为已逝者', 'deceased_know_date' => '我知道这个人去世日期', 'deceased_add_reminder' => '为此日期添加提醒', - 'deceased_label' => '世者', + 'deceased_label' => '逝者', 'deceased_label_with_date' => '在:date去世', - 'deceased_age' => 'Age at death', + 'deceased_age' => '享年', // Contact information 'contact_info_title' => '联系信息', diff --git a/resources/lang/zh/reminder.php b/resources/lang/zh/reminder.php index 9e97106b680..95acafa8e85 100644 --- a/resources/lang/zh/reminder.php +++ b/resources/lang/zh/reminder.php @@ -1,11 +1,11 @@ '祝生日快乐给', + 'type_birthday' => '祝此人生日快乐', 'type_phone_call' => '呼叫', - 'type_lunch' => '午饭与', - 'type_hangout' => '约会与', + 'type_lunch' => '与此人共进午餐', + 'type_hangout' => '与此人约会', 'type_email' => 'Email', - 'type_birthday_kid' => '祝生日快乐给小孩,向', + 'type_birthday_kid' => '祝此人的孩子生日快乐', ]; diff --git a/resources/lang/zh/settings.php b/resources/lang/zh/settings.php index 62f30b5c92d..c2d42118785 100644 --- a/resources/lang/zh/settings.php +++ b/resources/lang/zh/settings.php @@ -19,15 +19,15 @@ 'export_sql_link_instructions' => '注意: 阅读说明, 了解有关将此文件导入到您的实例的详细信息。', 'firstname' => '名', - 'lastname' => 'Last name', + 'lastname' => '姓氏', 'name_order' => '名称顺序', - 'name_order_firstname_lastname' => ' - John Doe', - 'name_order_lastname_firstname' => ' - Doe John', - 'name_order_firstname_lastname_nickname' => ' () - John Doe (Rambo)', - 'name_order_firstname_nickname_lastname' => ' () - John (Rambo) Doe', - 'name_order_lastname_firstname_nickname' => ' () - Doe John (Rambo)', - 'name_order_lastname_nickname_firstname' => ' () - Doe (Rambo) John', - 'name_order_nickname' => ' - Rambo', + 'name_order_firstname_lastname' => '<名> <姓> - 小明 王', + 'name_order_lastname_firstname' => '<姓> <名> - 王 小明', + 'name_order_firstname_lastname_nickname' => '<名> <姓> (<昵称>) - 小明 王 (狗蛋)', + 'name_order_firstname_nickname_lastname' => '<名> (<昵称>) <姓> - 小明 (狗蛋) 王', + 'name_order_lastname_firstname_nickname' => '<姓> <名> (<昵称>) - 王 小明 (狗蛋)', + 'name_order_lastname_nickname_firstname' => '<姓> (<昵称>) <名> - 王 (狗蛋) 小明', + 'name_order_nickname' => '<昵称> - 狗蛋', 'currency' => '货币', 'name' => '您的姓名: :name', 'email' => '电子邮件地址', @@ -52,14 +52,15 @@ 'locale_cs' => '捷克文', 'locale_de' => '德文', 'locale_en' => '英文', - 'locale_es' => 'Spanish', + 'locale_es' => '西班牙文', 'locale_fr' => '法文', - 'locale_he' => 'Hebrew', + 'locale_he' => '希伯来文', 'locale_it' => '意大利文', - 'locale_nl' => 'Dutch', + 'locale_nl' => '荷兰文', 'locale_pt' => '葡萄牙文', 'locale_ru' => '俄文', - 'locale_zh' => 'Chinese Simplified', + 'locale_zh' => '简体中文', + 'locale_tr' => '土耳其文', 'security_title' => '安全', 'security_help' => '更改您的帐户的安全选项。', @@ -72,36 +73,36 @@ 'password_new2_placeholder' => '重新输入新密码', 'password_btn' => '更改密码', '2fa_title' => '双重验证', - '2fa_otp_title' => 'Two Factor Authentication mobile application', - '2fa_enable_title' => '启用双重验证', + '2fa_otp_title' => '用于二次验证的App', + '2fa_enable_title' => '启用二次验证', '2fa_enable_description' => '启用双重身份验证以提高帐户的安全性。', '2fa_enable_otp' => '打开您的双重认证移动应用程序, 并扫描以下 QR 条码:', '2fa_enable_otp_help' => '如果您的双重认证移动应用程序不支持 QR 条码, 请在下面的代码中输入:', '2fa_enable_otp_validate' => '请验证您刚设置的新设备:', '2fa_enable_success' => '双重认证已激活', '2fa_enable_error' => '尝试激活双重身份验证时出错', - '2fa_enable_error_already_set' => 'Two Factor Authentication is already activated', + '2fa_enable_error_already_set' => '二次验证已激活', '2fa_disable_title' => '关闭双重身份验证', '2fa_disable_description' => '为您的帐户禁用双重素身份验证。小心, 你的帐户将不再安全!', '2fa_disable_success' => '双重身份认证已禁用', '2fa_disable_error' => '尝试禁用双重身份验证时出错', - 'u2f_title' => 'U2F security key', - 'u2f_enable_description' => 'Add a new U2F security key', - 'u2f_buttonAdvise' => 'If your security key has a button, press it.', - 'u2f_noButtonAdvise' => 'If it does not, remove it and insert it again.', - 'u2f_success' => 'Your key is detected and validated.', - 'u2f_insertKey' => 'Insert your security key.', - 'u2f_error_other_error' => 'An error occurred.', - 'u2f_error_bad_request' => 'The visited URL doesn’t match the App ID or your are not using HTTPS', - 'u2f_error_configuration_unsupported' => 'Client configuration is not supported.', - 'u2f_error_device_ineligible' => 'The presented device is not eligible for this request. For a registration request this may mean that the token is already registered, and for a sign request it may mean that the token does not know the presented key handle.', - 'u2f_error_timeout' => 'Timeout reached before request could be satisfied.', + 'u2f_title' => 'U2F 安全密钥', + 'u2f_enable_description' => '添加新的 U2F 安全密钥', + 'u2f_buttonAdvise' => '如果您的安全密钥有一个按钮, 请按下它。', + 'u2f_noButtonAdvise' => '如果没有, 请将其拔出并再次插入。', + 'u2f_success' => '您的密钥已被检测到并验证完毕。', + 'u2f_insertKey' => '插入安全密钥。', + 'u2f_error_other_error' => '发生错误', + 'u2f_error_bad_request' => '您没有使用 HTTPS或访问的 URL 与应用程序 ID 不匹配', + 'u2f_error_configuration_unsupported' => '客户端配置不支持', + 'u2f_error_device_ineligible' => '当前设备不支持此请求。', + 'u2f_error_timeout' => '请求超时', - 'users_list_title' => '用户可以访问您的帐户', + 'users_list_title' => '可以访问您的帐户的用户', 'users_list_add_user' => '邀请新用户', - 'users_list_you' => '那是你', + 'users_list_you' => '这是你', 'users_list_invitations_title' => '待处理的邀请', - 'users_list_invitations_explanation' => '下面是你邀请他们加入Monica作为合作伙伴的人。', + 'users_list_invitations_explanation' => '已邀请', 'users_list_invitations_invited_by' => '被:name邀请', 'users_list_invitations_sent_date' => '在:date发送', 'users_blank_title' => '您是唯一可以访问此帐户的人。', @@ -113,79 +114,79 @@ 'users_add_email_field' => '输入您要邀请的人的电子邮件', 'users_add_confirmation' => '我确认我想邀请这个用户到我的帐户。此人将访问我的所有数据, 并与我所看到的一致。', 'users_add_cta' => '通过电子邮件邀请用户', - 'users_accept_title' => 'Accept invitation and create a new account', - 'users_error_please_confirm' => '请确认您要邀请此用户, 然后再继续邀请', + 'users_accept_title' => '接受邀请并新建一个账号', + 'users_error_please_confirm' => '请您先确认您要邀请此用户', 'users_error_email_already_taken' => '这个电子邮件已经存在,请另选一个!', 'users_error_already_invited' => '您已经邀请了此用户。请选择其他电子邮件地址。', - 'users_error_email_not_similar' => '这不是邀请你的人的电子邮件。', + 'users_error_email_not_similar' => '这不是邀请人的电子邮件。', 'users_invitation_deleted_confirmation_message' => '已成功删除邀请', 'users_invitations_delete_confirmation' => '确实要删除此邀请吗?', 'users_list_delete_confirmation' => '是否确实要从您的帐户中删除此用户?', - 'users_invitation_need_subscription' => 'Adding more users requires a subscription.', + 'users_invitation_need_subscription' => '您需要升级账户才能添加更多用户', - 'subscriptions_account_current_plan' => '您当前的计划', - 'subscriptions_account_current_paid_plan' => 'You are on the :name plan. Thanks so much for being a subscriber.', + 'subscriptions_account_current_plan' => '您当前的订阅', + 'subscriptions_account_current_paid_plan' => '您当前的订阅是::name,感谢您的订阅。', 'subscriptions_account_next_billing' => '您的订阅将在 :date自动续订。您可以在任何时候 取消订阅 。', - 'subscriptions_account_free_plan' => '您正在使用免费计划', - 'subscriptions_account_free_plan_upgrade' => '您可以将您的帐户升级为:name计划, 它的成本为每月$:price。以下是优势:', + 'subscriptions_account_free_plan' => '您正在使用免费版', + 'subscriptions_account_free_plan_upgrade' => '您可以将您的帐户升级为:name, 它的成本为每月$:price。您将享有以下特权:', 'subscriptions_account_free_plan_benefits_users' => '不限数量的用户', 'subscriptions_account_free_plan_benefits_reminders' => '电子邮件提醒', 'subscriptions_account_free_plan_benefits_import_data_vcard' => '从 vCard 文件导入联系人', 'subscriptions_account_free_plan_benefits_support' => '支持项目的长久运行, 使我们可以引入更多的功能。', 'subscriptions_account_upgrade' => '更新您的账户', - 'subscriptions_account_upgrade_title' => 'Upgrade Monica today and have more meaningful relationships.', - 'subscriptions_account_upgrade_choice' => 'Pick a plan below and join over :customers persons who upgraded their Monica.', + 'subscriptions_account_upgrade_title' => '立即升级您的Monica账户吧!', + 'subscriptions_account_upgrade_choice' => '在下方选择一个订阅(已有 :customers 订阅了高级版)', 'subscriptions_account_invoices' => '发票', 'subscriptions_account_invoices_download' => '下载', - 'subscriptions_account_payment' => 'Which payment option fits you best?', - 'subscriptions_downgrade_title' => '将您的帐户降级为免费计划', - 'subscriptions_downgrade_limitations' => '自由计划有限制。为了能够降级, 您需要通过以下清单:', + 'subscriptions_account_payment' => '哪个付费周期最适合您?', + 'subscriptions_downgrade_title' => '将您的帐户降级为免费版', + 'subscriptions_downgrade_limitations' => '免费版的功能有限制。如果您需要降级,请您确保完成以下检查:', 'subscriptions_downgrade_rule_users' => '您的帐户中必须只有1个用户', - 'subscriptions_downgrade_rule_users_constraint' => 'You currently have 1 user in your account.|You currently have :count users in your account.', - 'subscriptions_downgrade_rule_invitations' => '您不能有挂起的邀请', - 'subscriptions_downgrade_rule_invitations_constraint' => 'You currently have 1 pending invitation sent to people.|You currently have :count pending invitations sent to people.', + 'subscriptions_downgrade_rule_users_constraint' => '您的帐户中当前有 1 个用户 。|您的帐户中当前有 :count 个用户。', + 'subscriptions_downgrade_rule_invitations' => '您不能有未接受的邀请', + 'subscriptions_downgrade_rule_invitations_constraint' => '您的帐户中当前有 1 个未确认邀请 |您的帐户中当前有 :count 个未确认邀请', 'subscriptions_downgrade_cta' => '降级', - 'subscriptions_downgrade_success' => 'You are back to the Free plan!', - 'subscriptions_downgrade_thanks' => 'Thanks so much for having tried the paid plan. We keep adding new features on Monica all the time – so you might want to come back in the future to see if you might be interested in taking a subscription again.', - 'subscriptions_back' => 'Back to settings', + 'subscriptions_downgrade_success' => '您已降级到免费版!', + 'subscriptions_downgrade_thanks' => '非常感谢您尝试过高级版订阅。我们一直为Monica不断地增加新的功能-, 期待您的再次订阅。', + 'subscriptions_back' => '返回设置', 'subscriptions_upgrade_title' => '升级您的帐户', - 'subscriptions_upgrade_choose' => 'You picked the :plan plan.', - 'subscriptions_upgrade_infos' => 'We couldn’t be happier. Enter your payment info below.', - 'subscriptions_upgrade_name' => 'Name on card', - 'subscriptions_upgrade_zip' => 'ZIP or postal code', + 'subscriptions_upgrade_choose' => '您选择了:plan', + 'subscriptions_upgrade_infos' => '请在下方输入您的付款信息:', + 'subscriptions_upgrade_name' => '持卡人姓名', + 'subscriptions_upgrade_zip' => '邮政编码', 'subscriptions_upgrade_credit' => '信用卡或借记卡', - 'subscriptions_upgrade_submit' => 'Submit Payment', - 'subscriptions_upgrade_charge' => 'We’ll charge your card USD $:price now. The next charge will be on :date. If you ever change your mind, you can cancel anytime, no questions asked.', - 'subscriptions_upgrade_charge_handled' => 'The payment is handled by Stripe. No card information touches our server.', - 'subscriptions_upgrade_success' => 'Thank you! You are now subscribed.', - 'subscriptions_upgrade_thanks' => 'Welcome to the community of people who try to make the world a better place.', + 'subscriptions_upgrade_submit' => '提交支付', + 'subscriptions_upgrade_charge' => '我们将立刻收取您 $:price 美元,下次收费时间::date。如果您改变主意了,您可以随时取消订阅。', + 'subscriptions_upgrade_charge_handled' => '支付服务由第三方支付平台 Stripe 提供,我们无法接触到您的个人信息。', + 'subscriptions_upgrade_success' => '感谢您的订阅!', + 'subscriptions_upgrade_thanks' => '欢迎来到让世界变得更美好的社区。', 'subscriptions_pdf_title' => '您的:name每月订阅', - 'subscriptions_plan_choose' => 'Choose this plan', - 'subscriptions_plan_year_title' => 'Pay annually', - 'subscriptions_plan_year_cost' => '$45/year', - 'subscriptions_plan_year_cost_save' => 'you’ll save 25%', - 'subscriptions_plan_year_bonus' => 'Peace of mind for a whole year', - 'subscriptions_plan_month_title' => 'Pay monthly', - 'subscriptions_plan_month_cost' => '$5/month', - 'subscriptions_plan_month_bonus' => 'Cancel any time', - 'subscriptions_plan_include1' => 'Included with your upgrade:', - 'subscriptions_plan_include2' => 'Unlimited number of users • Reminders by email • Import with vCard • Personalization of the contact sheet', - 'subscriptions_plan_include3' => '100% of the profits go the development of this great open source project.', - 'subscriptions_help_title' => 'Additional details you may be curious about', - 'subscriptions_help_opensource_title' => 'What is an open source project?', - 'subscriptions_help_opensource_desc' => 'Monica is an open source project. This means it is built by an entirely benevolent community who just wants to provide a great tool for the greater good. Being open source means the code is publicly available on GitHub, and everyone can inspect it, modify it or enhance it. All the money we raise is dedicated to build better features, have more powerful servers, help pay the bills. Thanks for your help. We couldn’t do it without you – litterally.', - 'subscriptions_help_limits_title' => 'Is there any limit to the number of contacts we can have on the free plan?', - 'subscriptions_help_limits_plan' => 'Absolutely not. Free plans do not have limitations on the number of contacts you can have.', - 'subscriptions_help_discounts_title' => 'Do you have discounts for non-profits and education?', - 'subscriptions_help_discounts_desc' => 'We do! Monica is free for students, and free for non-profits and charities. Just contact the support with a proof of your status and we’ll apply this special status in your account.', - 'subscriptions_help_change_title' => 'What if I change my mind?', - 'subscriptions_help_change_desc' => 'You can cancel anytime, no questions asked, and all by yourself – no need to contact support or whatever. However, you will not be refunded for the current period.', + 'subscriptions_plan_choose' => '选择此计划', + 'subscriptions_plan_year_title' => '按年度支付', + 'subscriptions_plan_year_cost' => '$45 美元/年', + 'subscriptions_plan_year_cost_save' => '您可以节省 25%', + 'subscriptions_plan_year_bonus' => '一整年的安心', + 'subscriptions_plan_month_title' => '按月支付', + 'subscriptions_plan_month_cost' => '$5 美元/月', + 'subscriptions_plan_month_bonus' => '随时取消', + 'subscriptions_plan_include1' => '您将享有以下特权:', + 'subscriptions_plan_include2' => '不限数量的用户·电子邮件提醒·导入 vCard ·个性化的联系人信息', + 'subscriptions_plan_include3' => '收入的100% 用于此项目的开发。', + 'subscriptions_help_title' => '您可能还关心', + 'subscriptions_help_opensource_title' => '什么是开源项目?', + 'subscriptions_help_opensource_desc' => 'Monica是一个开源项目。这意味着它是由社区建造的项目。开源意味着代码在 GitHub 上公开提供, 每个人都可以检查并修改它。我们筹集的所有资金都致力于建立更好的功能, 拥有更强大的服务器, 帮助支付账单。没有您的支持,我们将无法完成这一切。', + 'subscriptions_help_limits_title' => '你们对免费版的联系人有限制吗?', + 'subscriptions_help_limits_plan' => '当然没有。免费版并没有限制您的联系人数量。', + 'subscriptions_help_discounts_title' => '你们对非盈利机构和学生有优惠吗?', + 'subscriptions_help_discounts_desc' => '当然!Monica免费为学生,非盈利机构提供服务。您只需要提交一下材料给我们的 支持人员。', + 'subscriptions_help_change_title' => '如果我改变主意怎么办?', + 'subscriptions_help_change_desc' => '您可以随时取消您的订阅。但是,目前为止我们无法提供退款服务。', 'import_title' => '在您的帐户中导入联系人', 'import_cta' => '上载联系人', - 'import_stat' => 'You’ve imported :number files so far.', - 'import_result_stat' => 'Uploaded vCard with 1 contact (:total_imported imported, :total_skipped skipped)|Uploaded vCard with :total_contacts contacts (:total_imported imported, :total_skipped skipped)', + 'import_stat' => '您目前为止导入了:number个文件。', + 'import_result_stat' => '上传了 vCard (:total_imported imported, :total_skipped skipped)|上传了包含 :total_contacts 个联系人的 vCard (:total_imported imported, :total_skipped skipped)', 'import_view_report' => '查看报告', 'import_in_progress' => '导入正在进行中。在一分钟内重新加载页面。', 'import_upload_title' => '从 vCard 文件导入联系人', @@ -196,12 +197,12 @@ 'import_upload_rule_multiple' => '现在, 如果您的联系人有多个电子邮件地址或电话号码, 则只会获取第一个条目。', 'import_upload_rule_limit' => '文件限制为10MB。', 'import_upload_rule_time' => '上传联系人和处理它们可能需要1分钟的时间。请耐心等待。', - 'import_upload_rule_cant_revert' => 'Make sure data is accurate before uploading, as you can’t undo the upload.', + 'import_upload_rule_cant_revert' => '请确认您上传的数据是正确的,一旦上传就无法撤销。', 'import_upload_form_file' => '你的 .vcf. vCard 文件:', - 'import_upload_behaviour' => 'Import behaviour:', - 'import_upload_behaviour_add' => 'Add new contacts, skip existing', - 'import_upload_behaviour_replace' => 'Replace existing contacts', - 'import_upload_behaviour_help' => 'Note: Replacing will replace all data found in the vCard, but will keep existing contact fields.', + 'import_upload_behaviour' => '导入偏好:', + 'import_upload_behaviour_add' => '添加新条目, 跳过已有条目', + 'import_upload_behaviour_replace' => '替换现有条目', + 'import_upload_behaviour_help' => '提示: 替换会替换所有在 vCard 文件中获取的数据, 但是会保留未被替换的信息区域。', 'import_report_title' => '导入报表', 'import_report_date' => '导入日期', 'import_report_type' => '导入类型', @@ -212,17 +213,17 @@ 'import_report_status_skipped' => '跳过', 'import_vcard_contact_exist' => '联系人已存在', 'import_vcard_contact_no_firstname' => '无名字 (必填)', - 'import_vcard_file_not_found' => 'File not found', - 'import_vcard_unknown_entry' => 'Unknown contact name', - 'import_vcard_file_no_entries' => 'File contains no entries', - 'import_blank_title' => 'You haven’t imported any contacts yet.', + 'import_vcard_file_not_found' => '文件不存在', + 'import_vcard_unknown_entry' => '未知的联系人姓名', + 'import_vcard_file_no_entries' => '文件不包含联系人', + 'import_blank_title' => '您暂无导入的联系人。', 'import_blank_question' => '是否立即导入联系人?', 'import_blank_description' => '我们可以从 Google Contacts 或您的Contact manager那里导入您的 vCard 文件。', 'import_blank_cta' => '导入 vCard', - 'import_need_subscription' => 'Importing data requires a subscription.', + 'import_need_subscription' => '您需要订阅才能导入联系人', 'tags_list_title' => '标签', - 'tags_list_description' => '您可以通过设置标记来组织联系人。标记的工作方式类似于文件夹, 但可以向联系人添加多个标记。若要添加新标记, 请在联系人中添加即可。', + 'tags_list_description' => '您可以通过设置来标记联系人。标记的工作方式类似于文件夹, 但可以向联系人添加多个标记。若要添加新标记, 请在联系人中添加即可。', 'tags_list_contact_number' => ':count 个联系人', 'tags_list_delete_success' => '标签已成功删除', 'tags_list_delete_confirmation' => '确实要删除该标签吗?不会删除任何联系人, 只有标签。', @@ -234,33 +235,33 @@ 'api_personal_access_tokens' => '个人访问令牌', 'api_pao_description' => '请确保将此token授予您信任的源-因为它们允许您访问所有数据。', - 'api_token_title' => 'Personal access token', - 'api_token_create_new' => 'Create New Token', - 'api_token_not_created' => 'You have not created any personal access tokens.', + 'api_token_title' => '个人访问密钥', + 'api_token_create_new' => '创建密钥', + 'api_token_not_created' => '您没有已创建的访问密钥', 'api_token_name' => '名称', 'api_token_delete' => '删除', - 'api_token_create' => 'Create Token', - 'api_token_scopes' => 'Scopes', - 'api_token_help' => 'Here is your new personal access token. This is the only time it will be shown so don’t lose it! You may now use this token to make API requests.', + 'api_token_create' => '创建密钥', + 'api_token_scopes' => '作用域', + 'api_token_help' => '这是您的个人访问密钥,我们只会展示一次,请妥善保管。您现在可以使用这个密钥进行API请求', 'api_oauth_clients' => '您的 Oauth 客户端', - 'api_oauth_clients_desc' => '本节允许您注册自己的 OAuth 客户端。', - 'api_oauth_title' => 'Oauth Clients', - 'api_oauth_create_new' => 'Create New Client', - 'api_oauth_not_created' => 'You have not created any OAuth clients.', - 'api_oauth_clientid' => 'Client ID', - 'api_oauth_name' => 'Name', - 'api_oauth_name_help' => 'Something your users will recognize and trust.', - 'api_oauth_secret' => 'Secret', - 'api_oauth_create' => 'Create Client', - 'api_oauth_redirecturl' => 'Redirect URL', - 'api_oauth_redirecturl_help' => 'Your application’s authorization callback URL.', + 'api_oauth_clients_desc' => '您可以注册自己的 OAuth 客户端。', + 'api_oauth_title' => 'Oauth客户端', + 'api_oauth_create_new' => '创建新的客户端', + 'api_oauth_not_created' => '您尚未创建Oauth客户端', + 'api_oauth_clientid' => '客户端 ID', + 'api_oauth_name' => '名称', + 'api_oauth_name_help' => '安全码', + 'api_oauth_secret' => '密钥', + 'api_oauth_create' => '创建客户端', + 'api_oauth_redirecturl' => '重定向URL', + 'api_oauth_redirecturl_help' => '应用程序的授权回调 URL。', 'api_authorized_clients' => '授权客户端列表', 'api_authorized_clients_desc' => '本节列出了您授权访问应用程序的所有客户端。您可以随时撤销此授权。', - 'api_authorized_clients_title' => 'Authorized Applications', + 'api_authorized_clients_title' => '已授权的应用', 'api_authorized_clients_name' => '名称', - 'api_authorized_clients_scopes' => 'Scopes', + 'api_authorized_clients_scopes' => '作用域', 'personalization_tab_title' => '个性化您的帐户', @@ -293,38 +294,39 @@ 'personalization_genders_modal_edit_question' => '如何重新命名这种新的性别?', 'personalization_genders_modal_delete' => '删除性别类型', 'personalization_genders_modal_delete_desc' => '是否确实要删除{name}?', - 'personalization_genders_modal_delete_question' => 'You currently have {count} contact that has this gender. If you delete this gender, what gender should this contact have?|You currently have {count} contacts that have this gender. If you delete this gender, what gender should these contacts have?', + 'personalization_genders_modal_delete_question' => '这个性别下有{count} 个联系人,请您为这个联系人分配新的性别:|这个性别下有{count} 个联系人,请您为这些联系人分配新的性别', 'personalization_genders_modal_error' => '请从列表中选择一个有效的性别。', 'personalization_reminder_rule_save' => '更改已保存', 'personalization_reminder_rule_title' => '提醒规则', - 'personalization_reminder_rule_line' => '{count} day before|{count} days before', + 'personalization_reminder_rule_line' => '提前 {count} 天|提前 {count} 天', 'personalization_reminder_rule_desc' => '对于您设置的每个提醒, 我们可以在事件发生前几天向您发送电子邮件。您可以在此处切换这些通知。请注意, 这些通知只适用于每月和每年的提醒。', - 'personalization_module_save' => 'The change has been saved', - 'personalization_module_title' => 'Features', - 'personalization_module_desc' => 'Some people don’t need all the features. Below you can toggle specific features that are used on a contact sheet. This change will affect ALL your contacts. Note that if you turn off one of these features, data will not be lost - we will simply hide the feature.', + 'personalization_module_save' => '更改已被保存', + 'personalization_module_title' => '功能', + 'personalization_module_desc' => '有些人并不需要启用所有功能。因此您可以在此处隐藏不需要的功能,该改动对所有联系人生效。', - 'personalisation_paid_upgrade' => 'This is a premium feature that requires a Paid subscription to be active. Upgrade your account by visiting Settings > Subscription.', + 'personalisation_paid_upgrade' => '这是一个高级版的功能. 在设置-订阅内进行高级版订阅。', 'reminder_time_to_send' => '应发送每日提醒的时间', + 'reminder_time_to_send_help' => '基于您提供的信息, 您的下一次提醒将在 {dateTime}发送.', - 'personalization_activity_type_category_title' => 'Activity type categories', - 'personalization_activity_type_category_add' => 'Add a new activity type category', - 'personalization_activity_type_category_table_name' => 'Name', - 'personalization_activity_type_category_description' => 'An activity done with one of your contact can have a type and a category type. Your account comes by default with a set of predefined category types, but you can customize everything here.', - 'personalization_activity_type_category_table_actions' => 'Actions', - 'personalization_activity_type_category_modal_add' => 'Add a new activity type category', - 'personalization_activity_type_category_modal_edit' => 'Edit an activity type category', - 'personalization_activity_type_category_modal_question' => 'How should we name this new category?', - 'personalization_activity_type_add_button' => 'Add a new activity type', - 'personalization_activity_type_modal_add' => 'Add a new activity type', - 'personalization_activity_type_modal_question' => 'How should we name this new activity type?', - 'personalization_activity_type_modal_edit' => 'Edit an activity type', - 'personalization_activity_type_category_modal_delete' => 'Delete an activity type category', - 'personalization_activity_type_category_modal_delete_desc' => 'Are you sure you want to delete this category? Deleting it will delete all associated activity types. However, activities that belong to this category will not be affected by this deletion.', - 'personalization_activity_type_modal_delete' => 'Delete an activity type', - 'personalization_activity_type_modal_delete_desc' => 'Are you sure you want to delete this activity type? Activities that belong to this category will not be affected by this deletion.', - 'personalization_activity_type_modal_delete_error' => 'We can’t find this activity type.', - 'personalization_activity_type_category_modal_delete_error' => 'We can’t find this activity type category.', + 'personalization_activity_type_category_title' => '活动分类', + 'personalization_activity_type_category_add' => '增加一个活动分类', + 'personalization_activity_type_category_table_name' => '名称', + 'personalization_activity_type_category_description' => '我们为您添加了一些默认活动及分类,您可以在此处修改它们。', + 'personalization_activity_type_category_table_actions' => '行动', + 'personalization_activity_type_category_modal_add' => '增加活动分类', + 'personalization_activity_type_category_modal_edit' => '编辑活动分类', + 'personalization_activity_type_category_modal_question' => '您想如何命名这个新的分类?', + 'personalization_activity_type_add_button' => '增加一个活动', + 'personalization_activity_type_modal_add' => '增加一个活动', + 'personalization_activity_type_modal_question' => '您想如何命名这个新的活动?', + 'personalization_activity_type_modal_edit' => '编辑活动', + 'personalization_activity_type_category_modal_delete' => '删除活动分类', + 'personalization_activity_type_category_modal_delete_desc' => '您真的要删除这个活动分类吗?', + 'personalization_activity_type_modal_delete' => '删除活动', + 'personalization_activity_type_modal_delete_desc' => '您真的要删除这个活动吗?', + 'personalization_activity_type_modal_delete_error' => '我们无法找到这个活动', + 'personalization_activity_type_category_modal_delete_error' => '我们无法找到这个活动分类', ]; diff --git a/resources/lang/zh/validation.php b/resources/lang/zh/validation.php index a744d1c021b..6c058628607 100644 --- a/resources/lang/zh/validation.php +++ b/resources/lang/zh/validation.php @@ -13,19 +13,19 @@ | */ - 'accepted' => ':attribute 必须接受', + 'accepted' => '您必须同意 :attribute。', 'active_url' => ':attribute 不是一个有效的URL网址', 'after' => ':attribute 必须是一个在 :date 之后的日期。', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => ':attribute 必须是一个在 :date 或之后的日期。', 'alpha' => ':attribute 只能包含字母。', 'alpha_dash' => ':attribute 只能包含字母,数字和破折号。', 'alpha_num' => ':attribute 只允许包含字母和数字', 'array' => ':attribute 必须是个数组。', 'before' => ':attribute 必须在 :date 之前', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => ':attribute 必须在 :date 或之前', 'between' => [ 'numeric' => ':attribute 必须在 :min 和 :max 之间。', - 'file' => ':attribute 必须在 :min kB到 :max kB之间。', + 'file' => ':attribute 必须在 :min 千字节到 :max 千字节之间。', 'string' => ':attribute 必须在 :min 到 :max 字符之间', 'array' => ':attribute 必须在 :min 到 :max 个数目之间', ], @@ -36,19 +36,19 @@ 'different' => ':attribute 和 :other 不能相同。', 'digits' => ':attribute 必须是 :digits 数字', 'digits_between' => ':attribute 必须是 :min - :max 位数字。', - 'dimensions' => 'The :attribute has invalid image dimensions.', + 'dimensions' => ':attribute 的图片无效', 'distinct' => ':属性字段具有重复值。', 'email' => ':attribute 必须是一个有效的电子邮件地址。', 'exists' => '选择的 :attribute 无效', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => ':attribute 必须是个文件', + 'filled' => ':attribute 字段必须有一个值', 'image' => ':attribute 必须是图片。', 'in' => '选择的 :attribute 无效', 'in_array' => ':attribute 不在 :other 中。', 'integer' => ':attribute 必须是整数', 'ip' => ':attribute 必须是一个有效的 IP 地址', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', + 'ipv4' => ':attribute 必须是一个有效的 IPv4 地址', + 'ipv6' => ':attribute 必须是一个有效的 IPv6 地址', 'json' => ':属性必须是有效的JSON字符串。', 'max' => [ 'numeric' => ':attribute 不大于 :max', @@ -57,15 +57,15 @@ 'array' => ':attribute 的数量不能超过 :max 个。', ], 'mimes' => ':attribute 文件类型必须是 :values。', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => ':attribute 文件类型必须是 :values。', 'min' => [ 'numeric' => ':attribute 最少是 :min', - 'file' => ':attribute 最小是 :min Kb', + 'file' => ':attribute 最小是 :min 千字节', 'string' => ':attribute 最少为 :min个字符', 'array' => ':attribute 至少为 :min 个', ], 'not_in' => '选择的 :attribute 无效', - 'not_regex' => 'The :attribute format is invalid.', + 'not_regex' => ':attribute 格式无效', 'numeric' => ':attribute 必须是数字。', 'present' => ':attribute 为必填项。', 'regex' => ':attribute 格式不对', @@ -86,7 +86,7 @@ 'string' => ':attribute 必须是一个字符串。', 'timezone' => ':attribute 必须是个有效的区域。', 'unique' => ':attribute 已经被占用', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => ':attribute上传失败.', 'url' => ':attribute 格式不对', /*