From 668aca725c2513e22c0b1cef5dd70387624cfdba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Mon, 11 Apr 2022 15:52:01 +0200 Subject: [PATCH] :globe_with_meridians: Update translations --- frontend/gulpfile.js | 2 +- frontend/src/app/util/i18n.cljs | 1 + frontend/translations/en.po | 112 +-- frontend/translations/es.po | 117 +-- frontend/translations/he.po | 358 +++++---- frontend/translations/it.po | 6 +- frontend/translations/tr.po | 389 +++++----- frontend/translations/zh_CN.po | 1280 +++++++++++++++---------------- 8 files changed, 1135 insertions(+), 1130 deletions(-) diff --git a/frontend/gulpfile.js b/frontend/gulpfile.js index 6126e3385..d0c64fac2 100644 --- a/frontend/gulpfile.js +++ b/frontend/gulpfile.js @@ -44,7 +44,7 @@ marked.use({renderer}); // Templates function readLocales() { - const langs = ["ar", "he", "ca", "de", "el", "en", "es", "fr", "tr", "ru", "zh_CN", "pt_BR", "ro"]; + const langs = ["ar", "he", "ca", "de", "el", "en", "es", "fr", "it", "tr", "ru", "zh_CN", "pt_BR", "ro"]; const result = {}; for (let lang of langs) { diff --git a/frontend/src/app/util/i18n.cljs b/frontend/src/app/util/i18n.cljs index 3b49bc557..6f59492ed 100644 --- a/frontend/src/app/util/i18n.cljs +++ b/frontend/src/app/util/i18n.cljs @@ -22,6 +22,7 @@ {:label "Català" :value "ca"} {:label "Français (community)" :value "fr"} {:label "Deutsch (community)" :value "de"} + {:label "Italiano (community)" :value "it"} {:label "Русский (community)" :value "ru"} {:label "Türkçe (community)" :value "tr"} {:label "Rumanian (communit)" :value "ro"} diff --git a/frontend/translations/en.po b/frontend/translations/en.po index a41e9a715..d6628984f 100644 --- a/frontend/translations/en.po +++ b/frontend/translations/en.po @@ -450,6 +450,14 @@ msgstr "+ New project" msgid "dashboard.new-project-prefix" msgstr "New Project" +#: src/app/main/ui/settings/profile.cljs +msgid "dashboard.newsletter-msg" +msgstr "Send me news, product updates and recommendations about Penpot." + +#: src/app/main/ui/settings/profile.cljs +msgid "dashboard.newsletter-title" +msgstr "Newsletter subscription" + #: src/app/main/ui/dashboard/search.cljs msgid "dashboard.no-matches-for" msgstr "No matches found for “%s“" @@ -505,6 +513,10 @@ msgstr "Want to remove your account?" msgid "dashboard.remove-shared" msgstr "Remove as Shared Library" +#: src/app/main/ui/settings/profile.cljs +msgid "dashboard.save-settings" +msgstr "Save settings" + #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.search-placeholder" msgstr "Search…" @@ -581,18 +593,6 @@ msgstr "Search results" msgid "dashboard.type-something" msgstr "Type to search results" -#: src/app/main/ui/settings/profile.cljs -msgid "dashboard.save-settings" -msgstr "Save settings" - -#: src/app/main/ui/settings/profile.cljs -msgid "dashboard.newsletter-title" -msgstr "Newsletter subscription" - -#: src/app/main/ui/settings/profile.cljs -msgid "dashboard.newsletter-msg" -msgstr "Send me news, product updates and recommendations about Penpot." - #: src/app/main/ui/settings/password.cljs, src/app/main/ui/settings/options.cljs msgid "dashboard.update-settings" msgstr "Update settings" @@ -1782,6 +1782,36 @@ msgstr "project on github" msgid "onboarding.contrib.title" msgstr "Open Source Contributor?" +msgid "onboarding.newsletter.accept" +msgstr "Yes, subscribe" + +msgid "onboarding.newsletter.acceptance-message" +msgstr "" +"Your subscription request has been sent, we will send you an email to " +"confirm it." + +msgid "onboarding.newsletter.decline" +msgstr "No, thanks" + +msgid "onboarding.newsletter.desc" +msgstr "" +"Subscribe to our newsletter to stay up to date with product development " +"progress and news." + +msgid "onboarding.newsletter.policy" +msgstr "Privacy Policy." + +msgid "onboarding.newsletter.privacy1" +msgstr "Because we care about privacy, here's our " + +msgid "onboarding.newsletter.privacy2" +msgstr "" +"We will only send relevant emails to you. You can unsubscribe at any time " +"in your user profile or via the unsubscribe link in any of our newsletters." + +msgid "onboarding.newsletter.title" +msgstr "Want to receive Penpot news?" + msgid "onboarding.slide.0.alt" msgstr "Create designs" @@ -1867,30 +1897,6 @@ msgstr "" msgid "onboarding.welcome.title" msgstr "Welcome to Penpot" -msgid "onboarding.newsletter.title" -msgstr "Want to receive Penpot news?" - -msgid "onboarding.newsletter.desc" -msgstr "Subscribe to our newsletter to stay up to date with product development progress and news." - -msgid "onboarding.newsletter.privacy1" -msgstr "Because we care about privacy, here's our " - -msgid "onboarding.newsletter.policy" -msgstr "Privacy Policy." - -msgid "onboarding.newsletter.privacy2" -msgstr "We will only send relevant emails to you. You can unsubscribe at any time in your user profile or via the unsubscribe link in any of our newsletters." - -msgid "onboarding.newsletter.accept" -msgstr "Yes, subscribe" - -msgid "onboarding.newsletter.decline" -msgstr "No, thanks" - -msgid "onboarding.newsletter.acceptance-message" -msgstr "Your subscription request has been sent, we will send you an email to confirm it." - #: src/app/main/ui/auth/recovery.cljs msgid "profile.recovery.go-to-login" msgstr "Go to login" @@ -2581,14 +2587,14 @@ msgstr[1] "Export %s elements" msgid "workspace.options.export.suffix" msgstr "Suffix" -#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs -msgid "workspace.options.exporting-object" -msgstr "Exporting…" - #: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs msgid "workspace.options.exporting-complete" msgstr "Export complete" +#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs +msgid "workspace.options.exporting-object" +msgstr "Exporting…" + #: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs msgid "workspace.options.exporting-object-error" msgstr "Export failed" @@ -2995,6 +3001,14 @@ msgstr "Group layers" msgid "workspace.options.layer-options.title.multiple" msgstr "Selected layers" +#: src/app/main/ui/workspace/sidebar/options/menus/color_selection.cljs +msgid "workspace.options.more-colors" +msgstr "More colors" + +#: src/app/main/ui/workspace/sidebar/options/menus/color_selection.cljs +msgid "workspace.options.more-lib-colors" +msgstr "More library colors" + msgid "workspace.options.opacity" msgstr "Opacity" @@ -3039,6 +3053,10 @@ msgstr "Select a shape, artboard or group to drag a connection to other artboard msgid "workspace.options.select-artboard" msgstr "Select artboard" +#: src/app/main/ui/workspace/sidebar/options/menus/color_selection.cljs +msgid "workspace.options.selection-color" +msgstr "Selected colors" + #: src/app/main/ui/workspace/sidebar/options/menus/fill.cljs msgid "workspace.options.selection-fill" msgstr "Selection fill" @@ -3047,18 +3065,6 @@ msgstr "Selection fill" msgid "workspace.options.selection-stroke" msgstr "Selection stroke" -#: src/app/main/ui/workspace/sidebar/options/menus/color_selection.cljs -msgid "workspace.options.selection-color" -msgstr "Selected colors" - -#: src/app/main/ui/workspace/sidebar/options/menus/color_selection.cljs -msgid "workspace.options.more-colors" -msgstr "More colors" - -#: src/app/main/ui/workspace/sidebar/options/menus/color_selection.cljs -msgid "workspace.options.more-lib-colors" -msgstr "More library colors" - #: src/app/main/ui/workspace/sidebar/options/menus/shadow.cljs msgid "workspace.options.shadow-options.blur" msgstr "Blur" @@ -3710,4 +3716,4 @@ msgid "workspace.updates.update" msgstr "Update" msgid "workspace.viewport.click-to-close-path" -msgstr "Click to close the path" +msgstr "Click to close the path" \ No newline at end of file diff --git a/frontend/translations/es.po b/frontend/translations/es.po index a64cf4c5c..945e4c402 100644 --- a/frontend/translations/es.po +++ b/frontend/translations/es.po @@ -456,6 +456,16 @@ msgstr "+ Nuevo proyecto" msgid "dashboard.new-project-prefix" msgstr "Nuevo Proyecto" +#: src/app/main/ui/settings/profile.cljs +msgid "dashboard.newsletter-msg" +msgstr "" +"Envíame noticias, actualizaciones de producto y recomendaciones sobre " +"Penpot." + +#: src/app/main/ui/settings/profile.cljs +msgid "dashboard.newsletter-title" +msgstr "Suscripción a newsletter" + #: src/app/main/ui/dashboard/search.cljs msgid "dashboard.no-matches-for" msgstr "No se encuentra “%s“" @@ -511,6 +521,10 @@ msgstr "¿Quieres borrar tu cuenta?" msgid "dashboard.remove-shared" msgstr "Eliminar como Biblioteca Compartida" +#: src/app/main/ui/settings/profile.cljs +msgid "dashboard.save-settings" +msgstr "Guardar opciones" + #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.search-placeholder" msgstr "Buscar…" @@ -587,19 +601,6 @@ msgstr "Resultados de búsqueda" msgid "dashboard.type-something" msgstr "Escribe algo para buscar" -#: src/app/main/ui/settings/profile.cljs -msgid "dashboard.save-settings" -msgstr "Guardar opciones" - -#: src/app/main/ui/settings/profile.cljs -msgid "dashboard.newsletter-title" -msgstr "Suscripción a newsletter" - -#: src/app/main/ui/settings/profile.cljs -msgid "dashboard.newsletter-msg" -msgstr "Envíame noticias, actualizaciones de producto y recomendaciones sobre Penpot." - - #: src/app/main/ui/settings/password.cljs, src/app/main/ui/settings/options.cljs msgid "dashboard.update-settings" msgstr "Actualizar opciones" @@ -1782,6 +1783,37 @@ msgstr "proyecto en github" msgid "onboarding.contrib.title" msgstr "Contribuyes en Open Source?" +msgid "onboarding.newsletter.accept" +msgstr "Si, suscribirme" + +msgid "onboarding.newsletter.acceptance-message" +msgstr "" +"Tu solicitud de suscripción ha sido enviada, te haremos una confirmación a " +"tu email" + +msgid "onboarding.newsletter.decline" +msgstr "No, gracias" + +msgid "onboarding.newsletter.desc" +msgstr "" +"Suscríbete a nuestra newsletter para estar al día de los progresos del " +"producto y noticias." + +msgid "onboarding.newsletter.policy" +msgstr "Política de Privacidad." + +msgid "onboarding.newsletter.privacy1" +msgstr "Porque nos importa la privacidad, aquí puedes ver nuestra " + +msgid "onboarding.newsletter.privacy2" +msgstr "" +"Sólo te enviaremos emails relevantes para ti. Puedes desuscribirte en " +"cualquier momento desde tu perfil o usando el vínculo de desuscripción en " +"cualquiera de nuestras newsletters." + +msgid "onboarding.newsletter.title" +msgstr "¿Quieres recibir noticias sobre Penpot?" + msgid "onboarding.slide.0.alt" msgstr "Crea diseños" @@ -1889,31 +1921,6 @@ msgstr "" msgid "onboarding.welcome.title" msgstr "Te damos la bienvenida a Penpot" -msgid "onboarding.newsletter.title" -msgstr "¿Quieres recibir noticias sobre Penpot?" - -msgid "onboarding.newsletter.desc" -msgstr "Suscríbete a nuestra newsletter para estar al día de los progresos del producto y noticias." - -msgid "onboarding.newsletter.privacy1" -msgstr "Porque nos importa la privacidad, aquí puedes ver nuestra " - -msgid "onboarding.newsletter.policy" -msgstr "Política de Privacidad." - -msgid "onboarding.newsletter.privacy2" -msgstr "Sólo te enviaremos emails relevantes para ti. Puedes desuscribirte en cualquier momento desde tu perfil o usando el vínculo de desuscripción en cualquiera de nuestras newsletters." - -msgid "onboarding.newsletter.accept" -msgstr "Si, suscribirme" - -msgid "onboarding.newsletter.decline" -msgstr "No, gracias" - -msgid "onboarding.newsletter.acceptance-message" -msgstr "Tu solicitud de suscripción ha sido enviada, te haremos una confirmación a tu email" - - #: src/app/main/ui/auth/recovery.cljs msgid "profile.recovery.go-to-login" msgstr "Ir al login" @@ -2598,14 +2605,14 @@ msgstr[1] "Exportar %s elementos" msgid "workspace.options.export.suffix" msgstr "Sufijo" -#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs -msgid "workspace.options.exporting-object" -msgstr "Exportando..." - #: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs msgid "workspace.options.exporting-complete" msgstr "Exportación completa" +#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs +msgid "workspace.options.exporting-object" +msgstr "Exportando..." + #: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs msgid "workspace.options.exporting-object-error" msgstr "Exportación fallida" @@ -3008,6 +3015,14 @@ msgstr "Capas de grupo" msgid "workspace.options.layer-options.title.multiple" msgstr "Capas seleccionadas" +#: src/app/main/ui/workspace/sidebar/options/menus/color_selection.cljs +msgid "workspace.options.more-colors" +msgstr "Más colores" + +#: src/app/main/ui/workspace/sidebar/options/menus/color_selection.cljs +msgid "workspace.options.more-lib-colors" +msgstr "Más colores de la biblioteca" + msgid "workspace.options.opacity" msgstr "Opacidad" @@ -3054,6 +3069,10 @@ msgstr "" msgid "workspace.options.select-artboard" msgstr "Selecciona un tablero" +#: src/app/main/ui/workspace/sidebar/options/menus/color_selection.cljs +msgid "workspace.options.selection-color" +msgstr "Colores seleccionados" + #: src/app/main/ui/workspace/sidebar/options/menus/fill.cljs msgid "workspace.options.selection-fill" msgstr "Relleno de selección" @@ -3062,18 +3081,6 @@ msgstr "Relleno de selección" msgid "workspace.options.selection-stroke" msgstr "Borde de selección" -#: src/app/main/ui/workspace/sidebar/options/menus/color_selection.cljs -msgid "workspace.options.selection-color" -msgstr "Colores seleccionados" - -#: src/app/main/ui/workspace/sidebar/options/menus/color_selection.cljs -msgid "workspace.options.more-colors" -msgstr "Más colores" - -#: src/app/main/ui/workspace/sidebar/options/menus/color_selection.cljs -msgid "workspace.options.more-lib-colors" -msgstr "Más colores de la biblioteca" - #: src/app/main/ui/workspace/sidebar/options/menus/shadow.cljs msgid "workspace.options.shadow-options.blur" msgstr "Desenfoque" @@ -3725,4 +3732,4 @@ msgid "workspace.updates.update" msgstr "Actualizar" msgid "workspace.viewport.click-to-close-path" -msgstr "Pulsar para cerrar la ruta" +msgstr "Pulsar para cerrar la ruta" \ No newline at end of file diff --git a/frontend/translations/he.po b/frontend/translations/he.po index ebf2099d5..ff3e86e3d 100644 --- a/frontend/translations/he.po +++ b/frontend/translations/he.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "PO-Revision-Date: 2022-03-27 23:09+0000\n" "Last-Translator: Yaron Shahrabani \n" -"Language-Team: Hebrew \n" +"Language-Team: Hebrew " +"\n" "Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" @@ -254,9 +254,33 @@ msgstr "" msgid "dashboard.export-frames" msgstr "ייצוא לוחות אומנות ל־PDF…" +#: src/app/main/ui/export.cljs +msgid "dashboard.export-frames.title" +msgstr "ייצוא ל־PDF" + msgid "dashboard.export-multi" msgstr "ייצוא קובצי %s של Penpot" +#: src/app/main/ui/export.cljs +msgid "dashboard.export-multiple.selected" +msgstr "נבחרו %s מתוך %s רכיבים" + +#: src/app/main/ui/export.cljs +msgid "dashboard.export-shapes.how-to" +msgstr "אפשר להוסיף הגדרות ייצוא לרכיבים ממאפייני העיצוב (מתחתית הסרגל שמשמאל)." + +#: src/app/main/ui/export.cljs +msgid "dashboard.export-shapes.how-to-link" +msgstr "מידע על הגדרות ייצוא ב־Penpot." + +#: src/app/main/ui/export.cljs +msgid "dashboard.export-shapes.no-elements" +msgstr "אין רכיבים עם הגדרות ייצוא." + +#: src/app/main/ui/export.cljs +msgid "dashboard.export-shapes.title" +msgstr "ייצוא הבחירה" + msgid "dashboard.export-single" msgstr "ייצוא קובץ Penpot" @@ -607,6 +631,9 @@ msgstr "לכתובת הדוא״ל „%s” יש יותר מדי דוחות הח msgid "errors.email-invalid-confirmation" msgstr "כתובת הדוא״ל לאימות חייבת להיות תואמת" +msgid "errors.email-spam-or-permanent-bounces" +msgstr "כתובת הדוא״ל „%s” דווחה כספאם או שההודעות תוקפצנה לצמיתות." + #: src/app/main/ui/auth/verify_token.cljs, src/app/main/ui/settings/feedback.cljs, src/app/main/ui/dashboard/team.cljs msgid "errors.generic" msgstr "קרה משהו לא טוב." @@ -1010,6 +1037,9 @@ msgstr "תוכן" msgid "labels.continue" msgstr "להמשיך" +msgid "labels.continue-with" +msgstr "להמשיך עם" + #: src/app/main/ui/workspace/sidebar/assets.cljs msgid "labels.create" msgstr "יצירה" @@ -1044,6 +1074,10 @@ msgstr "מחיקת הערה" msgid "labels.delete-comment-thread" msgstr "מחיקת שרשור" +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.delete-invitation" +msgstr "מחיקת הזמנה" + #: src/app/main/ui/dashboard/file_menu.cljs msgid "labels.delete-multi-files" msgstr "מחיקת %s קבצים" @@ -1067,6 +1101,10 @@ msgstr "עורך" msgid "labels.email" msgstr "דוא״ל" +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.expired-invitation" +msgstr "התוקף פג" + msgid "labels.export" msgstr "ייצוא" @@ -1124,6 +1162,10 @@ msgstr "" msgid "labels.internal-error.main-message" msgstr "שגיאה פנימית" +#: src/app/main/ui/settings/sidebar.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/sidebar.cljs +msgid "labels.invitations" +msgstr "הזמנות" + #: src/app/main/ui/settings/options.cljs msgid "labels.language" msgstr "שפה" @@ -1142,6 +1184,10 @@ msgstr "יציאה" msgid "labels.manage-fonts" msgstr "ניהול גופנים" +#: src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/sidebar.cljs +msgid "labels.member" +msgstr "חבר" + #: src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/sidebar.cljs msgid "labels.members" msgstr "חברים" @@ -1161,6 +1207,14 @@ msgstr "הבא" msgid "labels.no-comments-available" msgstr "אין לך התראות ממתינות על הערות" +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.no-invitations" +msgstr "אין הזמנות." + +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.no-invitations-hint" +msgstr "לחיצה על הכפתור „הזמנה לצוות” תאפשר להזמין חברים נוספים לצוות הזה." + #: src/app/main/ui/static.cljs msgid "labels.not-found.auth-info" msgstr "נכנסת בשם" @@ -1215,6 +1269,10 @@ msgstr "בעלים" msgid "labels.password" msgstr "סיסמה" +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.pending-invitation" +msgstr "בהמתנה" + #: src/app/main/ui/dashboard/team.cljs msgid "labels.permissions" msgstr "הרשאות" @@ -1238,6 +1296,10 @@ msgstr "הודעות מהדורה" msgid "labels.remove" msgstr "הסרה" +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.remove-member" +msgstr "הסרת חבר" + #: src/app/main/ui/dashboard/sidebar.cljs, src/app/main/ui/dashboard/project_menu.cljs, src/app/main/ui/dashboard/file_menu.cljs msgid "labels.rename" msgstr "שינוי שם" @@ -1246,6 +1308,10 @@ msgstr "שינוי שם" msgid "labels.rename-team" msgstr "שינוי שם לצוות" +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.resend-invitation" +msgstr "שליחת ההזמנה מחדש" + #: src/app/main/ui/static.cljs, src/app/main/ui/static.cljs, src/app/main/ui/static.cljs msgid "labels.retry" msgstr "ניסיון חוזר" @@ -1305,6 +1371,10 @@ msgstr "דילוג" msgid "labels.start" msgstr "התחלה" +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.status" +msgstr "מצב" + #: src/app/main/ui/settings/profile.cljs msgid "labels.update" msgstr "עדכון" @@ -1333,6 +1403,10 @@ msgstr "סביבת עבודה" msgid "labels.write-new-comment" msgstr "כתיבת הערה חדשה" +#: src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/sidebar.cljs +msgid "labels.you" +msgstr "(אני)" + #: src/app/main/ui/dashboard/sidebar.cljs msgid "labels.your-account" msgstr "החשבון שלך" @@ -1379,6 +1453,12 @@ msgstr "החלפת כתובת דוא״ל" msgid "modals.change-email.title" msgstr "החלפת כתובת הדוא״ל שלך" +#: src/app/main/ui/dashboard/sidebar.cljs +msgid "modals.change-owner-and-leave-confirm.message" +msgstr "" +"הבעלות של הצוות הזה בידיך. נא לבחור מישהו מהרשימה כדי לקדם אותו לבעלי " +"הקבוצה בטרם עזיבתך." + #: src/app/main/ui/settings/delete_account.cljs msgid "modals.delete-account.cancel" msgstr "ביטול ושמירה על החשבון שלי" @@ -1491,10 +1571,21 @@ msgstr "למחוק חבר בצוות" msgid "modals.invite-member-confirm.accept" msgstr "שליחת הזמנה" +msgid "modals.invite-member.emails" +msgstr "כתובות דוא״ל, מופרדות בפסיקים" + #: src/app/main/ui/dashboard/team.cljs msgid "modals.invite-member.title" msgstr "הזמנה להצטרף לצוות" +#: src/app/main/ui/dashboard/sidebar.cljs +msgid "modals.leave-and-close-confirm.hint" +msgstr "כיוון שאין עוד חברים בצוות הזה מלבדך, הצוות יימחק על כל המיזמים והקבצים שלו." + +#: src/app/main/ui/dashboard/sidebar.cljs +msgid "modals.leave-and-close-confirm.message" +msgstr "ברצונך לעזוב את הצוות %s?" + msgid "modals.leave-and-reassign.forbiden" msgstr "" "אי אפשר לעזוב צוות אם אין חברים שאפשר לקדם לבעלות עליה. אולי עדיף למחוק את " @@ -1502,8 +1593,7 @@ msgstr "" #: src/app/main/ui/dashboard/sidebar.cljs msgid "modals.leave-and-reassign.hint1" -msgstr "" -"הבעלות על הצוות הזה בידיך. נא לבחור מישהו כדי לקידום לבעלות בטרם עזיבתך." +msgstr "הבעלות על הצוות הזה בידיך. נא לבחור מישהו כדי לקידום לבעלות בטרם עזיבתך." #: src/app/main/ui/dashboard/sidebar.cljs msgid "modals.leave-and-reassign.hint2" @@ -1541,6 +1631,12 @@ msgstr "כמות ההינד" msgid "modals.promote-owner-confirm.accept" msgstr "העברת בעלות" +#: src/app/main/ui/dashboard/team.cljs +msgid "modals.promote-owner-confirm.hint" +msgstr "" +"העברת בעלות תשנה את תפקידך לחלק מההנהלה תוך אובדן חלק מההרשאות שלך על הצוות " +"הזה. " + #: src/app/main/ui/dashboard/team.cljs msgid "modals.promote-owner-confirm.message" msgstr "הצוות הזה הוא כרגע בבעלותך. להפוך את %s לבעלים החדשים של הצוות?" @@ -1812,6 +1908,10 @@ msgstr "סיסמה - Penpot" msgid "title.settings.profile" msgstr "פרופיל - Penpot" +#: src/app/main/ui/dashboard/team.cljs +msgid "title.team-invitations" +msgstr "הזמנות - %s -‏ Penpot" + #: src/app/main/ui/dashboard/team.cljs msgid "title.team-members" msgstr "חברים - %s‏ - Penpot" @@ -2056,6 +2156,18 @@ msgstr "התמרת טקסט" msgid "workspace.assets.ungroup" msgstr "פירוק קבוצה" +msgid "workspace.focus.focus-mode" +msgstr "מצב מיקוד" + +msgid "workspace.focus.focus-off" +msgstr "מיקוד כבוי" + +msgid "workspace.focus.focus-on" +msgstr "מיקוד פעיל" + +msgid "workspace.focus.selection" +msgstr "בחירה" + #: src/app/main/data/workspace/libraries.cljs, src/app/main/ui/components/color_bullet.cljs msgid "workspace.gradients.linear" msgstr "מדרג קווי" @@ -2080,6 +2192,9 @@ msgstr "השבתת הצמדה לרשת" msgid "workspace.header.menu.disable-snap-guides" msgstr "השבתת הצמדה לקווים המנחים" +msgid "workspace.header.menu.disable-snap-pixel-grid" +msgstr "השבתת הצמדה לפיקסל" + #: src/app/main/ui/workspace/header.cljs msgid "workspace.header.menu.enable-dynamic-alignment" msgstr "הפעלת יישור דינמי" @@ -2096,6 +2211,9 @@ msgstr "הצמדה לרשת" msgid "workspace.header.menu.enable-snap-guides" msgstr "הצמדה לקווים מנחים" +msgid "workspace.header.menu.enable-snap-pixel-grid" +msgstr "הפעלת הצמדה לפיקסל" + #: src/app/main/ui/workspace/header.cljs msgid "workspace.header.menu.hide-artboard-names" msgstr "הסתרת שמות משטחי יצירה" @@ -2116,6 +2234,9 @@ msgstr "הסתרת שכבות" msgid "workspace.header.menu.hide-palette" msgstr "הסתרת ערכת צבעים" +msgid "workspace.header.menu.hide-pixel-grid" +msgstr "הסתרת רשת פיקסלים" + #: src/app/main/ui/workspace/header.cljs msgid "workspace.header.menu.hide-rules" msgstr "הסתרת כללים" @@ -2164,6 +2285,9 @@ msgstr "הצגת שכבות" msgid "workspace.header.menu.show-palette" msgstr "הצגת ערכת צבעים" +msgid "workspace.header.menu.show-pixel-grid" +msgstr "הצגת רשת פיקסלים" + #: src/app/main/ui/workspace/header.cljs msgid "workspace.header.menu.show-rules" msgstr "הצגת כללים" @@ -2410,13 +2534,13 @@ msgstr "עיצוב" msgid "workspace.options.export" msgstr "ייצוא" +#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs +msgid "workspace.options.export-multiple" +msgstr "ייצוא הבחירה" + #: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs msgid "workspace.options.export-object" -msgid_plural "" -msgstr[0] "ייצוא רכיב" -msgstr[1] "ייצוא שני רכיבים" -msgstr[2] "ייצוא %s רכיבים" -msgstr[3] "ייצוא %s רכיבים" +msgstr "ייצוא רכיב" #: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs msgid "workspace.options.export.suffix" @@ -2426,6 +2550,14 @@ msgstr "סיומת" msgid "workspace.options.exporting-object" msgstr "מתבצע ייצוא…" +#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs +msgid "workspace.options.exporting-object-error" +msgstr "הייצוא נכשל" + +#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs +msgid "workspace.options.exporting-object-slow" +msgstr "הייצוא אטי בהגזמה" + #: src/app/main/ui/workspace/sidebar/options/menus/fill.cljs msgid "workspace.options.fill" msgstr "מילוי" @@ -2857,6 +2989,10 @@ msgstr "פינות בודדות" msgid "workspace.options.recent-fonts" msgstr "אחרונים" +#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs +msgid "workspace.options.retry" +msgstr "לנסות שוב" + #: src/app/main/ui/workspace/sidebar/options/menus/measures.cljs msgid "workspace.options.rotation" msgstr "סיבוב" @@ -3279,6 +3415,12 @@ msgstr "הצגה" msgid "workspace.shape.menu.show-main" msgstr "הצגת הרכיב הראשי" +msgid "workspace.shape.menu.thumbnail-remove" +msgstr "הסרת התמונה הממוזערת" + +msgid "workspace.shape.menu.thumbnail-set" +msgstr "הגדרה כתמונה ממוזערת" + msgid "workspace.shape.menu.transform-to-path" msgstr "המרה לנתיב" @@ -3313,6 +3455,30 @@ msgstr "היסטוריה (%s)" msgid "workspace.sidebar.layers" msgstr "שכבות" +msgid "workspace.sidebar.layers.components" +msgstr "רכיבים" + +msgid "workspace.sidebar.layers.frames" +msgstr "לוחות יצירה" + +msgid "workspace.sidebar.layers.groups" +msgstr "קבוצות" + +msgid "workspace.sidebar.layers.images" +msgstr "תמונות" + +msgid "workspace.sidebar.layers.masks" +msgstr "מסכות" + +msgid "workspace.sidebar.layers.search" +msgstr "חיפוש בשכבות" + +msgid "workspace.sidebar.layers.shapes" +msgstr "צורות" + +msgid "workspace.sidebar.layers.texts" +msgstr "טקסטים" + #: src/app/main/ui/workspace/sidebar/options/menus/svg_attrs.cljs, src/app/main/ui/handoff/attributes/svg.cljs msgid "workspace.sidebar.options.svg-attrs.title" msgstr "מאפייני SVG יובאו" @@ -3501,176 +3667,4 @@ msgid "workspace.updates.update" msgstr "עדכון" msgid "workspace.viewport.click-to-close-path" -msgstr "לחיצה תסגור את הנתיב" - -#: src/app/main/ui/export.cljs -msgid "dashboard.export-frames.title" -msgstr "ייצוא ל־PDF" - -#: src/app/main/ui/export.cljs -msgid "dashboard.export-shapes.how-to-link" -msgstr "מידע על הגדרות ייצוא ב־Penpot." - -#: src/app/main/ui/export.cljs -msgid "dashboard.export-shapes.no-elements" -msgstr "אין רכיבים עם הגדרות ייצוא." - -#: src/app/main/ui/export.cljs -msgid "dashboard.export-shapes.title" -msgstr "ייצוא הבחירה" - -#: src/app/main/ui/export.cljs -msgid "dashboard.export-multiple.selected" -msgstr "נבחרו %s מתוך %s רכיבים" - -#: src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/sidebar.cljs -msgid "labels.member" -msgstr "חבר" - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.no-invitations" -msgstr "אין הזמנות." - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.no-invitations-hint" -msgstr "לחיצה על הכפתור „הזמנה לצוות” תאפשר להזמין חברים נוספים לצוות הזה." - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.remove-member" -msgstr "הסרת חבר" - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.resend-invitation" -msgstr "שליחת ההזמנה מחדש" - -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "modals.change-owner-and-leave-confirm.message" -msgstr "" -"הבעלות של הצוות הזה בידיך. נא לבחור מישהו מהרשימה כדי לקדם אותו לבעלי הקבוצה " -"בטרם עזיבתך." - -msgid "modals.invite-member.emails" -msgstr "כתובות דוא״ל, מופרדות בפסיקים" - -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "modals.leave-and-close-confirm.message" -msgstr "ברצונך לעזוב את הצוות %s?" - -msgid "workspace.header.menu.disable-snap-pixel-grid" -msgstr "השבתת הצמדה לפיקסל" - -msgid "workspace.header.menu.show-pixel-grid" -msgstr "הצגת רשת פיקסלים" - -msgid "workspace.focus.focus-mode" -msgstr "מצב מיקוד" - -msgid "workspace.focus.focus-off" -msgstr "מיקוד כבוי" - -#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs -msgid "workspace.options.export-multiple" -msgstr "ייצוא הבחירה" - -#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs -msgid "workspace.options.exporting-object-error" -msgstr "הייצוא נכשל" - -msgid "workspace.sidebar.layers.masks" -msgstr "מסכות" - -msgid "workspace.sidebar.layers.components" -msgstr "רכיבים" - -msgid "workspace.sidebar.layers.groups" -msgstr "קבוצות" - -msgid "workspace.sidebar.layers.images" -msgstr "תמונות" - -msgid "workspace.shape.menu.thumbnail-set" -msgstr "הגדרה כתמונה ממוזערת" - -msgid "labels.continue-with" -msgstr "להמשיך עם" - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.delete-invitation" -msgstr "מחיקת הזמנה" - -#: src/app/main/ui/settings/sidebar.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/sidebar.cljs -msgid "labels.invitations" -msgstr "הזמנות" - -msgid "workspace.sidebar.layers.texts" -msgstr "טקסטים" - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.pending-invitation" -msgstr "בהמתנה" - -#: src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/sidebar.cljs -msgid "labels.you" -msgstr "(אני)" - -msgid "workspace.shape.menu.thumbnail-remove" -msgstr "הסרת התמונה הממוזערת" - -msgid "errors.email-spam-or-permanent-bounces" -msgstr "כתובת הדוא״ל „%s” דווחה כספאם או שההודעות תוקפצנה לצמיתות." - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.expired-invitation" -msgstr "התוקף פג" - -#: src/app/main/ui/export.cljs -msgid "dashboard.export-shapes.how-to" -msgstr "אפשר להוסיף הגדרות ייצוא לרכיבים ממאפייני העיצוב (מתחתית הסרגל שמשמאל)." - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.status" -msgstr "מצב" - -msgid "workspace.sidebar.layers.shapes" -msgstr "צורות" - -#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs -msgid "workspace.options.exporting-object-slow" -msgstr "הייצוא אטי בהגזמה" - -msgid "workspace.sidebar.layers.search" -msgstr "חיפוש בשכבות" - -#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs -msgid "workspace.options.retry" -msgstr "לנסות שוב" - -msgid "workspace.header.menu.enable-snap-pixel-grid" -msgstr "הפעלת הצמדה לפיקסל" - -#: src/app/main/ui/dashboard/team.cljs -msgid "title.team-invitations" -msgstr "הזמנות - %s -‏ Penpot" - -msgid "workspace.focus.focus-on" -msgstr "מיקוד פעיל" - -msgid "workspace.focus.selection" -msgstr "בחירה" - -msgid "workspace.header.menu.hide-pixel-grid" -msgstr "הסתרת רשת פיקסלים" - -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "modals.leave-and-close-confirm.hint" -msgstr "" -"כיוון שאין עוד חברים בצוות הזה מלבדך, הצוות יימחק על כל המיזמים והקבצים שלו." - -#: src/app/main/ui/dashboard/team.cljs -msgid "modals.promote-owner-confirm.hint" -msgstr "" -"העברת בעלות תשנה את תפקידך לחלק מההנהלה תוך אובדן חלק מההרשאות שלך על הצוות " -"הזה. " - -msgid "workspace.sidebar.layers.frames" -msgstr "לוחות יצירה" +msgstr "לחיצה תסגור את הנתיב" \ No newline at end of file diff --git a/frontend/translations/it.po b/frontend/translations/it.po index 4f8f6e6de..b1fc23594 100644 --- a/frontend/translations/it.po +++ b/frontend/translations/it.po @@ -1,2 +1,6 @@ msgid "" -msgstr "X-Generator: Weblate\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit" \ No newline at end of file +msgstr "" +"X-Generator: Weblate\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" \ No newline at end of file diff --git a/frontend/translations/tr.po b/frontend/translations/tr.po index 03ca6631f..dca73fc94 100644 --- a/frontend/translations/tr.po +++ b/frontend/translations/tr.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "PO-Revision-Date: 2022-04-04 11:11+0000\n" "Last-Translator: Oğuz Ersen \n" -"Language-Team: Turkish \n" +"Language-Team: Turkish " +"\n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" @@ -255,15 +255,46 @@ msgstr "Burada hiç dosyan yok" #, markdown msgid "dashboard.empty-placeholder-drafts" msgstr "" -"Olamaz! Henüz dosyanız yok! Bazı şablonları denemek isterseniz [Kütüphaneler " -"ve şablonlar](https://penpot.app/libraries-templates.html) sayfasına gidin" +"Olamaz! Henüz dosyanız yok! Bazı şablonları denemek isterseniz " +"[Kütüphaneler ve şablonlar](https://penpot.app/libraries-templates.html) " +"sayfasına gidin" msgid "dashboard.export-frames" msgstr "Çalışma yüzeylerini PDF olarak dışarı aktar..." +#: src/app/main/ui/export.cljs +msgid "dashboard.export-frames.title" +msgstr "PDF'ye aktar" + msgid "dashboard.export-multi" msgstr "Penpot %s dosyalarını dışa aktar" +#: src/app/main/ui/export.cljs +msgid "dashboard.export-multiple.selected" +msgstr "%s / %s öge seçildi" + +#: src/app/main/ui/workspace/header.cljs +msgid "dashboard.export-shapes" +msgstr "Dışa aktar" + +#: src/app/main/ui/export.cljs +msgid "dashboard.export-shapes.how-to" +msgstr "" +"Tasarım özelliklerinden (sağ kenar çubuğunun alt kısmında) ögelere dışa " +"aktarma ayarları ekleyebilirsiniz." + +#: src/app/main/ui/export.cljs +msgid "dashboard.export-shapes.how-to-link" +msgstr "Penpot'ta dışa aktarmaların nasıl ayarlandırılacağı hakkında bilgi." + +#: src/app/main/ui/export.cljs +msgid "dashboard.export-shapes.no-elements" +msgstr "Dışa aktarma ayarlarına sahip hiçbir öge yok." + +#: src/app/main/ui/export.cljs +msgid "dashboard.export-shapes.title" +msgstr "Seçimi dışa aktar" + msgid "dashboard.export-single" msgstr "Penpot dosyasını dışa aktar" @@ -621,6 +652,9 @@ msgstr "«%s» adresi için çok fazla geri dönme raporu var." msgid "errors.email-invalid-confirmation" msgstr "Doğrulama e-postası eşleşmiyor" +msgid "errors.email-spam-or-permanent-bounces" +msgstr "«%s» e-postasının spam veya kalıcı olarak geri döndüğü bildirildi." + #: src/app/main/ui/auth/verify_token.cljs, src/app/main/ui/settings/feedback.cljs, src/app/main/ui/dashboard/team.cljs msgid "errors.generic" msgstr "Bir şeyler ters gitti." @@ -1028,6 +1062,9 @@ msgstr "İçerik" msgid "labels.continue" msgstr "Devam et" +msgid "labels.continue-with" +msgstr "İle devam et" + #: src/app/main/ui/workspace/sidebar/assets.cljs msgid "labels.create" msgstr "Oluştur" @@ -1062,6 +1099,10 @@ msgstr "Yorumu sil" msgid "labels.delete-comment-thread" msgstr "Mesaj dizisini sil" +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.delete-invitation" +msgstr "Daveti sil" + #: src/app/main/ui/dashboard/file_menu.cljs msgid "labels.delete-multi-files" msgstr "%s dosyayı sil" @@ -1085,6 +1126,10 @@ msgstr "Düzenleyici" msgid "labels.email" msgstr "E-posta" +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.expired-invitation" +msgstr "Süresi doldu" + msgid "labels.export" msgstr "Dışa aktar" @@ -1145,6 +1190,10 @@ msgstr "" msgid "labels.internal-error.main-message" msgstr "İç Hata" +#: src/app/main/ui/settings/sidebar.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/sidebar.cljs +msgid "labels.invitations" +msgstr "Davetler" + #: src/app/main/ui/settings/options.cljs msgid "labels.language" msgstr "Dil" @@ -1163,6 +1212,10 @@ msgstr "Oturumu kapat" msgid "labels.manage-fonts" msgstr "Yazı tiplerini yönet" +#: src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/sidebar.cljs +msgid "labels.member" +msgstr "Üye" + #: src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/sidebar.cljs msgid "labels.members" msgstr "Üyeler" @@ -1182,6 +1235,16 @@ msgstr "Sonraki" msgid "labels.no-comments-available" msgstr "Bekleyen yorum bildirimi yok" +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.no-invitations" +msgstr "Davet yok." + +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.no-invitations-hint" +msgstr "" +"Bu takıma daha fazla üye davet etmek için \"Takıma davet et\" düğmesine " +"basın." + #: src/app/main/ui/static.cljs msgid "labels.not-found.auth-info" msgstr "Şu şekilde oturum açtınız:" @@ -1230,6 +1293,10 @@ msgstr "Sahip" msgid "labels.password" msgstr "Parola" +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.pending-invitation" +msgstr "Bekliyor" + #: src/app/main/ui/dashboard/team.cljs msgid "labels.permissions" msgstr "İzinler" @@ -1253,6 +1320,10 @@ msgstr "Sürüm notları" msgid "labels.remove" msgstr "Kaldır" +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.remove-member" +msgstr "Üyeyi kaldır" + #: src/app/main/ui/dashboard/sidebar.cljs, src/app/main/ui/dashboard/project_menu.cljs, src/app/main/ui/dashboard/file_menu.cljs msgid "labels.rename" msgstr "Yeniden adlandır" @@ -1261,6 +1332,10 @@ msgstr "Yeniden adlandır" msgid "labels.rename-team" msgstr "Takımı yeniden adlandır" +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.resend-invitation" +msgstr "Daveti yeniden gönder" + #: src/app/main/ui/static.cljs, src/app/main/ui/static.cljs, src/app/main/ui/static.cljs msgid "labels.retry" msgstr "Yeniden dene" @@ -1321,6 +1396,10 @@ msgstr "Atla" msgid "labels.start" msgstr "Başla" +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.status" +msgstr "Durum" + #: src/app/main/ui/settings/profile.cljs msgid "labels.update" msgstr "Güncelle" @@ -1349,6 +1428,10 @@ msgstr "Çalışma alanı" msgid "labels.write-new-comment" msgstr "Yeni yorum yaz" +#: src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/sidebar.cljs +msgid "labels.you" +msgstr "(siz)" + #: src/app/main/ui/dashboard/sidebar.cljs msgid "labels.your-account" msgstr "Hesabınız" @@ -1397,6 +1480,12 @@ msgstr "E-postayı değiştir" msgid "modals.change-email.title" msgstr "E-postanızı değiştirin" +#: src/app/main/ui/dashboard/sidebar.cljs +msgid "modals.change-owner-and-leave-confirm.message" +msgstr "" +"Bu takımın sahibi sizsiniz. Lütfen ayrılmadan önce sahibi olarak belirlemek " +"için başka bir üye seçin." + #: src/app/main/ui/settings/delete_account.cljs msgid "modals.delete-account.cancel" msgstr "İptal et ve hesabımı koru" @@ -1517,10 +1606,23 @@ msgstr "Takım üyesini sil" msgid "modals.invite-member-confirm.accept" msgstr "Davet gönder" +msgid "modals.invite-member.emails" +msgstr "E-posta adresleri, virgülle ayrılmış" + #: src/app/main/ui/dashboard/team.cljs msgid "modals.invite-member.title" msgstr "Takıma katılma daveti gönder" +#: src/app/main/ui/dashboard/sidebar.cljs +msgid "modals.leave-and-close-confirm.hint" +msgstr "" +"Tek üyesi siz olduğunuz için takım, projeleri ve dosyaları ile birlikte " +"silinecektir." + +#: src/app/main/ui/dashboard/sidebar.cljs +msgid "modals.leave-and-close-confirm.message" +msgstr "%s takımından ayrılmak istediğinizden emin misiniz?" + msgid "modals.leave-and-reassign.forbiden" msgstr "" "Birisini takımın sahibi yapmadan takımı bırakamazsın. Takımı silmek " @@ -1568,6 +1670,12 @@ msgstr "Dürtme miktarı" msgid "modals.promote-owner-confirm.accept" msgstr "Sahipliği aktar" +#: src/app/main/ui/dashboard/team.cljs +msgid "modals.promote-owner-confirm.hint" +msgstr "" +"Sahipliği aktarırsanız, rolünüzü Yönetici olarak değiştireceksiniz ve bu " +"takım üzerindeki bazı izinleri kaybedeceksiniz. " + #: src/app/main/ui/dashboard/team.cljs msgid "modals.promote-owner-confirm.message" msgstr "" @@ -1719,6 +1827,9 @@ msgstr "" msgid "onboarding.slide.2.title" msgstr "Geri bildirim alın, çalışmanızı sunun ve paylaşın" +msgid "onboarding.slide.3.alt" +msgstr "Teslim ve kod özellikleri" + msgid "onboarding.slide.3.desc1" msgstr "" "Tüm bileşenlerinizin ve biçimlerinizin tasarımını ve kodunu eşzamanlayın ve " @@ -1841,6 +1952,10 @@ msgstr "Parola - Penpot" msgid "title.settings.profile" msgstr "Profil - Penpot" +#: src/app/main/ui/dashboard/team.cljs +msgid "title.team-invitations" +msgstr "Davetler - %s - Penpot" + #: src/app/main/ui/dashboard/team.cljs msgid "title.team-members" msgstr "Üyeler - %s - Penpot" @@ -1892,6 +2007,9 @@ msgstr "Sayfayı düzenle" msgid "viewer.header.fullscreen" msgstr "Tam Ekran" +msgid "viewer.header.handoff-section" +msgstr "Teslim (%s)" + #: src/app/main/ui/viewer/header.cljs msgid "viewer.header.interactions" msgstr "Etkileşimler" @@ -2088,6 +2206,18 @@ msgstr "Metin Dönüşümü" msgid "workspace.assets.ungroup" msgstr "Grubu dağıt" +msgid "workspace.focus.focus-mode" +msgstr "Odaklanma modu" + +msgid "workspace.focus.focus-off" +msgstr "Odaklanma kapalı" + +msgid "workspace.focus.focus-on" +msgstr "Odaklanma açık" + +msgid "workspace.focus.selection" +msgstr "Seçim" + #: src/app/main/data/workspace/libraries.cljs, src/app/main/ui/components/color_bullet.cljs msgid "workspace.gradients.linear" msgstr "Doğrusal degrade" @@ -2112,6 +2242,9 @@ msgstr "Izgaraya tutturmayı kapat" msgid "workspace.header.menu.disable-snap-guides" msgstr "Kılavuzlara tutturmayı devre dışı bırak" +msgid "workspace.header.menu.disable-snap-pixel-grid" +msgstr "Piksele tutturmayı devre dışı bırak" + #: src/app/main/ui/workspace/header.cljs msgid "workspace.header.menu.enable-dynamic-alignment" msgstr "Dinamik hizalamayı etkinleştir" @@ -2128,6 +2261,9 @@ msgstr "Izgaraya tuttur" msgid "workspace.header.menu.enable-snap-guides" msgstr "Kılavuzlara tuttur" +msgid "workspace.header.menu.enable-snap-pixel-grid" +msgstr "Piksele tutturmayı etkinleştir" + #: src/app/main/ui/workspace/header.cljs msgid "workspace.header.menu.hide-artboard-names" msgstr "Çalışma yüzeyi adlarını gizle" @@ -2148,6 +2284,9 @@ msgstr "Katmanları gizle" msgid "workspace.header.menu.hide-palette" msgstr "Renk paletini gizle" +msgid "workspace.header.menu.hide-pixel-grid" +msgstr "Piksel ızgarasını gizle" + #: src/app/main/ui/workspace/header.cljs msgid "workspace.header.menu.hide-rules" msgstr "Cetveli gizle" @@ -2196,6 +2335,9 @@ msgstr "Katmanları göster" msgid "workspace.header.menu.show-palette" msgstr "Renk paletini göster" +msgid "workspace.header.menu.show-pixel-grid" +msgstr "Piksel ızgarasını göster" + #: src/app/main/ui/workspace/header.cljs msgid "workspace.header.menu.show-rules" msgstr "Cetveli göster" @@ -2442,11 +2584,13 @@ msgstr "Tasarım" msgid "workspace.options.export" msgstr "Dışa aktar" +#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs +msgid "workspace.options.export-multiple" +msgstr "Seçimi dışa aktar" + #: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs msgid "workspace.options.export-object" -msgid_plural "" -msgstr[0] "1 ögeyi dışa aktar" -msgstr[1] "%s ögeyi dışa aktar" +msgstr "1 ögeyi dışa aktar" #: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs msgid "workspace.options.export.suffix" @@ -2456,6 +2600,14 @@ msgstr "Son ek" msgid "workspace.options.exporting-object" msgstr "Dışa aktarılıyor…" +#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs +msgid "workspace.options.exporting-object-error" +msgstr "Dışa aktarılamadı" + +#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs +msgid "workspace.options.exporting-object-slow" +msgstr "Dışa aktarma beklenmedik şekilde yavaş" + #: src/app/main/ui/workspace/sidebar/options/menus/fill.cljs msgid "workspace.options.fill" msgstr "Doldur" @@ -2887,6 +3039,10 @@ msgstr "Tek köşe" msgid "workspace.options.recent-fonts" msgstr "Son kullanılanlar" +#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs +msgid "workspace.options.retry" +msgstr "Yeniden dene" + #: src/app/main/ui/workspace/sidebar/options/menus/measures.cljs msgid "workspace.options.rotation" msgstr "Döndür" @@ -3311,6 +3467,12 @@ msgstr "Göster" msgid "workspace.shape.menu.show-main" msgstr "Ana bileşeni göster" +msgid "workspace.shape.menu.thumbnail-remove" +msgstr "Küçük resmi kaldır" + +msgid "workspace.shape.menu.thumbnail-set" +msgstr "Küçük resim olarak ayarla" + msgid "workspace.shape.menu.transform-to-path" msgstr "Yola dönüştür" @@ -3345,6 +3507,30 @@ msgstr "Geçmiş (%s)" msgid "workspace.sidebar.layers" msgstr "Katmanlar" +msgid "workspace.sidebar.layers.components" +msgstr "Bileşenler" + +msgid "workspace.sidebar.layers.frames" +msgstr "Çalışma yüzeyleri" + +msgid "workspace.sidebar.layers.groups" +msgstr "Gruplar" + +msgid "workspace.sidebar.layers.images" +msgstr "Görseller" + +msgid "workspace.sidebar.layers.masks" +msgstr "Maskeler" + +msgid "workspace.sidebar.layers.search" +msgstr "Katmanları ara" + +msgid "workspace.sidebar.layers.shapes" +msgstr "Şekiller" + +msgid "workspace.sidebar.layers.texts" +msgstr "Metinler" + #: src/app/main/ui/workspace/sidebar/options/menus/svg_attrs.cljs, src/app/main/ui/handoff/attributes/svg.cljs msgid "workspace.sidebar.options.svg-attrs.title" msgstr "İçe Aktarılan SVG Öznitelikleri" @@ -3533,191 +3719,4 @@ msgid "workspace.updates.update" msgstr "Güncelle" msgid "workspace.viewport.click-to-close-path" -msgstr "Yolu kapatmak için tıklayın" - -#: src/app/main/ui/export.cljs -msgid "dashboard.export-shapes.no-elements" -msgstr "Dışa aktarma ayarlarına sahip hiçbir öge yok." - -msgid "errors.email-spam-or-permanent-bounces" -msgstr "«%s» e-postasının spam veya kalıcı olarak geri döndüğü bildirildi." - -#: src/app/main/ui/settings/sidebar.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/sidebar.cljs -msgid "labels.invitations" -msgstr "Davetler" - -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "modals.leave-and-close-confirm.message" -msgstr "%s takımından ayrılmak istediğinizden emin misiniz?" - -#: src/app/main/ui/export.cljs -msgid "dashboard.export-shapes.how-to-link" -msgstr "Penpot'ta dışa aktarmaların nasıl ayarlandırılacağı hakkında bilgi." - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.delete-invitation" -msgstr "Daveti sil" - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.expired-invitation" -msgstr "Süresi doldu" - -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "modals.change-owner-and-leave-confirm.message" -msgstr "" -"Bu takımın sahibi sizsiniz. Lütfen ayrılmadan önce sahibi olarak belirlemek " -"için başka bir üye seçin." - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.remove-member" -msgstr "Üyeyi kaldır" - -#: src/app/main/ui/dashboard/team.cljs -msgid "title.team-invitations" -msgstr "Davetler - %s - Penpot" - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.resend-invitation" -msgstr "Daveti yeniden gönder" - -#: src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/sidebar.cljs -msgid "labels.you" -msgstr "(siz)" - -msgid "workspace.header.menu.disable-snap-pixel-grid" -msgstr "Piksele tutturmayı devre dışı bırak" - -msgid "workspace.header.menu.show-pixel-grid" -msgstr "Piksel ızgarasını göster" - -#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs -msgid "workspace.options.exporting-object-error" -msgstr "Dışa aktarılamadı" - -msgid "workspace.focus.focus-mode" -msgstr "Odaklanma modu" - -msgid "workspace.focus.focus-on" -msgstr "Odaklanma açık" - -msgid "workspace.focus.selection" -msgstr "Seçim" - -msgid "workspace.header.menu.enable-snap-pixel-grid" -msgstr "Piksele tutturmayı etkinleştir" - -msgid "workspace.header.menu.hide-pixel-grid" -msgstr "Piksel ızgarasını gizle" - -#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs -msgid "workspace.options.retry" -msgstr "Yeniden dene" - -msgid "workspace.shape.menu.thumbnail-remove" -msgstr "Küçük resmi kaldır" - -#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs -msgid "workspace.options.exporting-object-slow" -msgstr "Dışa aktarma beklenmedik şekilde yavaş" - -msgid "workspace.shape.menu.thumbnail-set" -msgstr "Küçük resim olarak ayarla" - -msgid "workspace.sidebar.layers.components" -msgstr "Bileşenler" - -msgid "workspace.sidebar.layers.frames" -msgstr "Çalışma yüzeyleri" - -#: src/app/main/ui/export.cljs -msgid "dashboard.export-frames.title" -msgstr "PDF'ye aktar" - -#: src/app/main/ui/export.cljs -msgid "dashboard.export-multiple.selected" -msgstr "%s / %s öge seçildi" - -#: src/app/main/ui/workspace/header.cljs -msgid "dashboard.export-shapes" -msgstr "Dışa aktar" - -#: src/app/main/ui/export.cljs -msgid "dashboard.export-shapes.how-to" -msgstr "" -"Tasarım özelliklerinden (sağ kenar çubuğunun alt kısmında) ögelere dışa " -"aktarma ayarları ekleyebilirsiniz." - -#: src/app/main/ui/export.cljs -msgid "dashboard.export-shapes.title" -msgstr "Seçimi dışa aktar" - -msgid "labels.continue-with" -msgstr "İle devam et" - -#: src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/sidebar.cljs -msgid "labels.member" -msgstr "Üye" - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.no-invitations" -msgstr "Davet yok." - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.no-invitations-hint" -msgstr "" -"Bu takıma daha fazla üye davet etmek için \"Takıma davet et\" düğmesine " -"basın." - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.pending-invitation" -msgstr "Bekliyor" - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.status" -msgstr "Durum" - -msgid "modals.invite-member.emails" -msgstr "E-posta adresleri, virgülle ayrılmış" - -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "modals.leave-and-close-confirm.hint" -msgstr "" -"Tek üyesi siz olduğunuz için takım, projeleri ve dosyaları ile birlikte " -"silinecektir." - -#: src/app/main/ui/dashboard/team.cljs -msgid "modals.promote-owner-confirm.hint" -msgstr "" -"Sahipliği aktarırsanız, rolünüzü Yönetici olarak değiştireceksiniz ve bu " -"takım üzerindeki bazı izinleri kaybedeceksiniz. " - -msgid "workspace.focus.focus-off" -msgstr "Odaklanma kapalı" - -#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs -msgid "workspace.options.export-multiple" -msgstr "Seçimi dışa aktar" - -msgid "workspace.sidebar.layers.groups" -msgstr "Gruplar" - -msgid "workspace.sidebar.layers.images" -msgstr "Görseller" - -msgid "workspace.sidebar.layers.masks" -msgstr "Maskeler" - -msgid "workspace.sidebar.layers.search" -msgstr "Katmanları ara" - -msgid "workspace.sidebar.layers.shapes" -msgstr "Şekiller" - -msgid "workspace.sidebar.layers.texts" -msgstr "Metinler" - -msgid "viewer.header.handoff-section" -msgstr "Teslim (%s)" - -msgid "onboarding.slide.3.alt" -msgstr "Teslim ve kod özellikleri" +msgstr "Yolu kapatmak için tıklayın" \ No newline at end of file diff --git a/frontend/translations/zh_CN.po b/frontend/translations/zh_CN.po index 8b8a033db..f11c463bb 100644 --- a/frontend/translations/zh_CN.po +++ b/frontend/translations/zh_CN.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "PO-Revision-Date: 2022-04-01 07:10+0000\n" "Last-Translator: bingling_sama \n" -"Language-Team: Chinese (Simplified) \n" +"Language-Team: Chinese (Simplified) " +"\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" @@ -248,16 +248,34 @@ msgstr "暂无文档" #: src/app/main/ui/dashboard/grid.cljs #, markdown msgid "dashboard.empty-placeholder-drafts" -msgstr "" -"现在尚无文件。如果你想尝试一些模板,请点击[库和模板](https://penpot.app/" -"libraries-templates.html)" +msgstr "现在尚无文件。如果你想尝试一些模板,请点击[库和模板](https://penpot.app/libraries-templates.html)" msgid "dashboard.export-frames" msgstr "导出画板到PDF..." +#: src/app/main/ui/export.cljs +msgid "dashboard.export-frames.title" +msgstr "导出为PDF" + msgid "dashboard.export-multi" msgstr "导出 %s 个文件" +#: src/app/main/ui/export.cljs +msgid "dashboard.export-shapes.how-to" +msgstr "你可以在设计选项中为元素添加导出设置(位于右侧边栏底部)" + +#: src/app/main/ui/export.cljs +msgid "dashboard.export-shapes.how-to-link" +msgstr "如何使用Penpot导出" + +#: src/app/main/ui/export.cljs +msgid "dashboard.export-shapes.no-elements" +msgstr "导出设置中无任何元素" + +#: src/app/main/ui/export.cljs +msgid "dashboard.export-shapes.title" +msgstr "导出已选中" + msgid "dashboard.export-single" msgstr "导出文件" @@ -273,9 +291,15 @@ msgstr "使用了共享库的文件将会在导出时保持引用" msgid "dashboard.export.options.all.title" msgstr "导出共享库" +msgid "dashboard.export.options.detach.message" +msgstr "导出文件中将不包含共享库,素材也不会被添加到库中。 " + msgid "dashboard.export.options.detach.title" msgstr "将共享库素材作为基本对象" +msgid "dashboard.export.options.merge.message" +msgstr "导出您的文件时所有的外部素材将会被合并到库中。" + msgid "dashboard.export.options.merge.title" msgstr "将共享库素材加入文件库" @@ -285,6 +309,10 @@ msgstr "导出文档" msgid "dashboard.fonts.deleted-placeholder" msgstr "字体已删除" +#: src/app/main/ui/dashboard/fonts.cljs +msgid "dashboard.fonts.dismiss-all" +msgstr "全部取消" + msgid "dashboard.fonts.empty-placeholder" msgstr "您仍然没有已安装的字体。" @@ -334,6 +362,9 @@ msgstr "处理组件中" msgid "dashboard.import.progress.process-media" msgstr "处理视频中" +msgid "dashboard.import.progress.process-page" +msgstr "处理页面中:%s" + msgid "dashboard.import.progress.process-typographies" msgstr "处理字体中" @@ -587,6 +618,9 @@ msgstr "电子邮件“%s”收到了非常多的永久退信报告。" msgid "errors.email-invalid-confirmation" msgstr "确认电子邮件必须保持一致" +msgid "errors.email-spam-or-permanent-bounces" +msgstr "此邮箱[%s]已被标记为垃圾邮件或已被永久拉黑。" + #: src/app/main/ui/auth/verify_token.cljs, src/app/main/ui/settings/feedback.cljs, src/app/main/ui/dashboard/team.cljs msgid "errors.generic" msgstr "发生了某种错误。" @@ -641,6 +675,15 @@ msgstr "你设置了邮件免打扰(报告垃圾邮件或者多次退信)。 msgid "errors.registration-disabled" msgstr "当前禁止注册。" +msgid "errors.team-leave.insufficient-members" +msgstr "离开团队后成员不足,您是否要将其删除?" + +msgid "errors.team-leave.member-does-not-exists" +msgstr "您尝试分配的成员不存在。" + +msgid "errors.team-leave.owner-cant-leave" +msgstr "所有者不能离开团队,您必须转让所有者角色。" + msgid "errors.terms-privacy-agreement-invalid" msgstr "你必须接受我们的使用条例和隐私政策。" @@ -884,6 +927,9 @@ msgstr "码" msgid "handoff.tabs.code.selected.circle" msgstr "圆" +msgid "handoff.tabs.code.selected.component" +msgstr "组件" + msgid "handoff.tabs.code.selected.curve" msgstr "曲线" @@ -896,6 +942,9 @@ msgstr "编组" msgid "handoff.tabs.code.selected.image" msgstr "图片" +msgid "handoff.tabs.code.selected.mask" +msgstr "蒙版" + #: src/app/main/ui/handoff/right_sidebar.cljs msgid "handoff.tabs.code.selected.multiple" msgstr "已选中%s项" @@ -919,6 +968,10 @@ msgstr "信息" msgid "history.alert-message" msgstr "你正在查看%s版本" +#: src/app/main/ui/dashboard/sidebar.cljs +msgid "labels.about-penpot" +msgstr "关于 Penpot" + msgid "labels.accept" msgstr "接受" @@ -948,6 +1001,9 @@ msgstr "取消" msgid "labels.centered" msgstr "中心" +msgid "labels.close" +msgstr "关闭" + #: src/app/main/ui/dashboard/comments.cljs msgid "labels.comments" msgstr "评论" @@ -959,6 +1015,12 @@ msgstr "确认密码" msgid "labels.content" msgstr "内容" +msgid "labels.continue" +msgstr "继续" + +msgid "labels.continue-with" +msgstr "继续" + #: src/app/main/ui/workspace/sidebar/assets.cljs msgid "labels.create" msgstr "创建" @@ -978,6 +1040,9 @@ msgstr "自定义字体" msgid "labels.dashboard" msgstr "面板" +msgid "labels.default" +msgstr "默认" + #: src/app/main/ui/dashboard/project_menu.cljs, src/app/main/ui/dashboard/file_menu.cljs msgid "labels.delete" msgstr "删除" @@ -990,6 +1055,10 @@ msgstr "删除该评论" msgid "labels.delete-comment-thread" msgstr "删除该讨论串" +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.delete-invitation" +msgstr "删除邀请" + #: src/app/main/ui/dashboard/file_menu.cljs msgid "labels.delete-multi-files" msgstr "删除%s个文件" @@ -1002,6 +1071,9 @@ msgstr "草稿" msgid "labels.edit" msgstr "编辑" +msgid "labels.edit-file" +msgstr "编辑文档" + #: src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/team.cljs msgid "labels.editor" msgstr "编辑者" @@ -1010,6 +1082,13 @@ msgstr "编辑者" msgid "labels.email" msgstr "电子邮件" +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.expired-invitation" +msgstr "已到期" + +msgid "labels.export" +msgstr "导出" + #: src/app/main/ui/settings/feedback.cljs msgid "labels.feedback-disabled" msgstr "反馈被禁止" @@ -1037,6 +1116,10 @@ msgstr "提交反馈" msgid "labels.go-back" msgstr "返回" +#: src/app/main/ui/dashboard/sidebar.cljs +msgid "labels.help-center" +msgstr "帮助中心" + #: src/app/main/ui/workspace/comments.cljs, src/app/main/ui/viewer/header.cljs msgid "labels.hide-resolved-comments" msgstr "隐藏已决定的评论" @@ -1058,10 +1141,21 @@ msgstr "发生了一些不妙的事。请尝试重新操作。如果问题仍然 msgid "labels.internal-error.main-message" msgstr "内部错误" +#: src/app/main/ui/settings/sidebar.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/sidebar.cljs +msgid "labels.invitations" +msgstr "邀请" + #: src/app/main/ui/settings/options.cljs msgid "labels.language" msgstr "语言" +#: src/app/main/ui/dashboard/sidebar.cljs +msgid "labels.libraries-and-templates" +msgstr "库&模板" + +msgid "labels.link" +msgstr "链接" + #: src/app/main/ui/settings.cljs, src/app/main/ui/dashboard/sidebar.cljs msgid "labels.logout" msgstr "登出" @@ -1069,6 +1163,10 @@ msgstr "登出" msgid "labels.manage-fonts" msgstr "管理字体" +#: src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/sidebar.cljs +msgid "labels.member" +msgstr "成员" + #: src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/sidebar.cljs msgid "labels.members" msgstr "成员" @@ -1081,10 +1179,21 @@ msgstr "名字" msgid "labels.new-password" msgstr "新密码" +msgid "labels.next" +msgstr "下一个" + #: src/app/main/ui/workspace/comments.cljs, src/app/main/ui/dashboard/comments.cljs msgid "labels.no-comments-available" msgstr "没有待表决的评论通知" +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.no-invitations" +msgstr "没有邀请。" + +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.no-invitations-hint" +msgstr "点击\"邀请加入团队\",邀请更多成员加入这个团队。" + #: src/app/main/ui/static.cljs msgid "labels.not-found.auth-info" msgstr "你已登陆为" @@ -1133,6 +1242,10 @@ msgstr "所有者" msgid "labels.password" msgstr "密码" +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.pending-invitation" +msgstr "待办" + #: src/app/main/ui/dashboard/team.cljs msgid "labels.permissions" msgstr "许可" @@ -1156,6 +1269,10 @@ msgstr "發行說明" msgid "labels.remove" msgstr "移除" +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.remove-member" +msgstr "删除成员" + #: src/app/main/ui/dashboard/sidebar.cljs, src/app/main/ui/dashboard/project_menu.cljs, src/app/main/ui/dashboard/file_menu.cljs msgid "labels.rename" msgstr "重命名" @@ -1164,6 +1281,10 @@ msgstr "重命名" msgid "labels.rename-team" msgstr "重命名团队" +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.resend-invitation" +msgstr "重新发送邀请" + #: src/app/main/ui/static.cljs, src/app/main/ui/static.cljs, src/app/main/ui/static.cljs msgid "labels.retry" msgstr "重试" @@ -1217,6 +1338,16 @@ msgstr "只显示你的评论" msgid "labels.sign-out" msgstr "登出" +msgid "labels.skip" +msgstr "跳过" + +msgid "labels.start" +msgstr "开始" + +#: src/app/main/ui/dashboard/team.cljs +msgid "labels.status" +msgstr "状态" + #: src/app/main/ui/settings/profile.cljs msgid "labels.update" msgstr "更新" @@ -1238,10 +1369,21 @@ msgstr "正在上传…" msgid "labels.viewer" msgstr "查看者" +msgid "labels.workspace" +msgstr "工作区" + #: src/app/main/ui/comments.cljs msgid "labels.write-new-comment" msgstr "写一条新评论" +#: src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/sidebar.cljs +msgid "labels.you" +msgstr "(你)" + +#: src/app/main/ui/dashboard/sidebar.cljs +msgid "labels.your-account" +msgstr "你的账户" + #: src/app/main/data/workspace/persistence.cljs, src/app/main/data/workspace/persistence.cljs, src/app/main/data/media.cljs msgid "media.loading" msgstr "正在加载图片…" @@ -1278,6 +1420,10 @@ msgstr "修改电子邮件" msgid "modals.change-email.title" msgstr "修改你的电子邮件" +#: src/app/main/ui/dashboard/sidebar.cljs +msgid "modals.change-owner-and-leave-confirm.message" +msgstr "你是此团队的所有者。在你离开团队之前,请选择其他成员晋升为所有者。" + #: src/app/main/ui/settings/delete_account.cljs msgid "modals.delete-account.cancel" msgstr "取消操作并保留我的账号" @@ -1390,10 +1536,21 @@ msgstr "删除团队成员" msgid "modals.invite-member-confirm.accept" msgstr "发送邀请" +msgid "modals.invite-member.emails" +msgstr "电子邮件,以逗号分隔" + #: src/app/main/ui/dashboard/team.cljs msgid "modals.invite-member.title" msgstr "邀请加入团队" +#: src/app/main/ui/dashboard/sidebar.cljs +msgid "modals.leave-and-close-confirm.hint" +msgstr "由于你是这个团队的唯一成员,这个团队将连同其项目和文件一起被删除。" + +#: src/app/main/ui/dashboard/sidebar.cljs +msgid "modals.leave-and-close-confirm.message" +msgstr "您确定要离开 %s 团队吗?" + msgid "modals.leave-and-reassign.forbiden" msgstr "如果不能推选另一个成员作为团队所有者,你就无法离开团队。你或许想要删除该团队。" @@ -1433,6 +1590,10 @@ msgstr "正在退出团队" msgid "modals.promote-owner-confirm.accept" msgstr "转让所有权" +#: src/app/main/ui/dashboard/team.cljs +msgid "modals.promote-owner-confirm.hint" +msgstr "如果你转移所有权,你的角色将变为管理员,失去对这个团队的一些权限。 " + #: src/app/main/ui/dashboard/team.cljs msgid "modals.promote-owner-confirm.message" msgstr "您是此团队的所有者,你确定想要将所有者转让给该成员?" @@ -1453,6 +1614,14 @@ msgstr "一旦不再作为共享库,该文档库就不能继续用于你的其 msgid "modals.remove-shared-confirm.message" msgstr "不再将“%s”作为共享库" +#: src/app/main/ui/workspace/sidebar/options/menus/component.cljs, src/app/main/ui/workspace/context_menu.cljs +msgid "modals.update-remote-component-in-bulk.hint" +msgstr "你即将更新共享库中的组件,这可能会影响使用这些组件的其他文档" + +#: src/app/main/ui/workspace/sidebar/options/menus/component.cljs, src/app/main/ui/workspace/context_menu.cljs +msgid "modals.update-remote-component-in-bulk.message" +msgstr "更新共享库组件" + #: src/app/main/ui/workspace/sidebar/options/menus/component.cljs, src/app/main/ui/workspace/context_menu.cljs msgid "modals.update-remote-component.accept" msgstr "更新组件" @@ -1485,6 +1654,106 @@ msgstr "个人资料保存成功!" msgid "notifications.validation-email-sent" msgstr "验证邮件已发至%s。请检查电子邮箱!" +msgid "onboarding.choice.desc" +msgstr "想要如何开始?" + +msgid "onboarding.choice.fly-solo" +msgstr "单飞" + +msgid "onboarding.choice.fly-solo-desc" +msgstr "跳转到Penpot并开始进行您自己的设计。" + +msgid "onboarding.choice.team-up" +msgstr "组建团队" + +msgid "onboarding.choice.team-up-desc" +msgstr "你在和别人合作吗?创建一个团队,邀请成员参与合作,共享设计素材。" + +msgid "onboarding.choice.title" +msgstr "欢迎来到Penpot" + +msgid "onboarding.contrib.alt" +msgstr "开源" + +msgid "onboarding.contrib.desc1" +msgstr "Penpot是开源的,由社区制作并为社区服务。如果你想合作,我们非常欢迎!" + +msgid "onboarding.contrib.desc2.1" +msgstr "您可以访问" + +msgid "onboarding.contrib.desc2.2" +msgstr "并遵循贡献说明:)" + +msgid "onboarding.slide.0.alt" +msgstr "创作设计" + +msgid "onboarding.slide.0.desc1" +msgstr "在协作项目中与团队成员们一起创作漂亮的用户界面" + +msgid "onboarding.slide.0.desc2" +msgstr "保持组件、库和设计系统规模上的一致性。" + +msgid "onboarding.slide.0.title" +msgstr "设计库、样式和组件" + +msgid "onboarding.slide.1.alt" +msgstr "交互式原型" + +msgid "onboarding.slide.1.desc1" +msgstr "创建丰富的交互以模拟产品行为。" + +msgid "onboarding.slide.1.desc2" +msgstr "分享给利益相关者,向你的团队提出建议,并开始对你的设计进行用户测试,仅仅使用Penpot即可。" + +msgid "onboarding.slide.1.title" +msgstr "通过交互使您的设计栩栩如生" + +msgid "onboarding.slide.2.alt" +msgstr "获取反馈" + +msgid "onboarding.slide.2.title" +msgstr "获取反馈、展示和分享您的工作" + +msgid "onboarding.slide.3.alt" +msgstr "协作且低代码" + +msgid "onboarding.slide.3.desc1" +msgstr "同步你所有组件和样式的设计和代码,并获得代码片段。" + +msgid "onboarding.slide.3.desc2" +msgstr "获取并提供代码规范,如标记(SVG、HTML)或样式(CSS、Less、Stylus...)。" + +msgid "onboarding.slide.3.title" +msgstr "一个共享的事实来源" + +msgid "onboarding.team-input-placeholder" +msgstr "输入新团队名称" + +msgid "onboarding.team.skip-and-invite-later" +msgstr "跳过并稍后邀请" + +msgid "onboarding.templates.subtitle" +msgstr "这里有一些模板。" + +msgid "onboarding.templates.title" +msgstr "开始设计" + +msgid "onboarding.welcome.alt" +msgstr "Penpot" + +msgid "onboarding.welcome.desc1" +msgstr "Hooray!你已经是Penpot的用户了 :)" + +#, fuzzy +msgid "onboarding.welcome.desc2" +msgstr "Penpot处于第一个测试版,这要归功于核心功能,成熟度,稳定性和整个社区的惊人验证的组合,我们非常欢迎您。" + +msgid "onboarding.welcome.desc3" +msgstr "当你享受Penpot的时候,我们将不断改进它,发布我们希望的计划的迭代。" + +msgid "onboarding.welcome.title" +msgstr "欢迎来到Penpot" + #: src/app/main/ui/auth/recovery.cljs msgid "profile.recovery.go-to-login" msgstr "去登录" @@ -1537,6 +1806,10 @@ msgstr "密码 - Penpot" msgid "title.settings.profile" msgstr "个人资料 - Penpot" +#: src/app/main/ui/dashboard/team.cljs +msgid "title.team-invitations" +msgstr "邀请函 - %s - Penpot" + #: src/app/main/ui/dashboard/team.cljs msgid "title.team-members" msgstr "成员 - %s - Penpot" @@ -1553,6 +1826,12 @@ msgstr "%s - 预览模式)- Penpot" msgid "title.workspace" msgstr "%s - Penpot" +msgid "viewer.breaking-change.description" +msgstr "此共享的链接已失效。创建一个新的链接或向所有者索取一个新的链接。" + +msgid "viewer.breaking-change.message" +msgstr "Sorry!" + #: src/app/main/ui/handoff.cljs, src/app/main/ui/viewer.cljs msgid "viewer.empty-state" msgstr "该页面上未找到任何画框。" @@ -1561,6 +1840,9 @@ msgstr "该页面上未找到任何画框。" msgid "viewer.frame-not-found" msgstr "画框未找到。" +msgid "viewer.header.comments-section" +msgstr "注释 (%s)" + #: src/app/main/ui/viewer/header.cljs msgid "viewer.header.dont-show-interactions" msgstr "不显示交互" @@ -1577,10 +1859,16 @@ msgstr "编辑页面" msgid "viewer.header.fullscreen" msgstr "全屏" +msgid "viewer.header.handoff-section" +msgstr "交接 (%s)" + #: src/app/main/ui/viewer/header.cljs msgid "viewer.header.interactions" msgstr "交互" +msgid "viewer.header.interactions-section" +msgstr "交互 (%s)" + #: src/app/main/ui/viewer/header.cljs msgid "viewer.header.share.copy-link" msgstr "复制链接" @@ -1770,6 +2058,18 @@ msgstr "文本变换" msgid "workspace.assets.ungroup" msgstr "解组" +msgid "workspace.focus.focus-mode" +msgstr "禅模式" + +msgid "workspace.focus.focus-off" +msgstr "退出禅模式" + +msgid "workspace.focus.focus-on" +msgstr "关注" + +msgid "workspace.focus.selection" +msgstr "选择" + #: src/app/main/data/workspace/libraries.cljs, src/app/main/ui/components/color_bullet.cljs msgid "workspace.gradients.linear" msgstr "线性渐变" @@ -1790,6 +2090,13 @@ msgstr "禁用缩放文本" msgid "workspace.header.menu.disable-snap-grid" msgstr "禁用吸附到网格" +#: src/app/main/ui/workspace/header.cljs +msgid "workspace.header.menu.disable-snap-guides" +msgstr "禁用与参考线对齐" + +msgid "workspace.header.menu.disable-snap-pixel-grid" +msgstr "禁用像素对齐" + #: src/app/main/ui/workspace/header.cljs msgid "workspace.header.menu.enable-dynamic-alignment" msgstr "启用动态对齐" @@ -1802,6 +2109,17 @@ msgstr "启用缩放文本" msgid "workspace.header.menu.enable-snap-grid" msgstr "吸附到网格" +#: src/app/main/ui/workspace/header.cljs +msgid "workspace.header.menu.enable-snap-guides" +msgstr "与参考线对齐" + +msgid "workspace.header.menu.enable-snap-pixel-grid" +msgstr "启用像素对齐" + +#: src/app/main/ui/workspace/header.cljs +msgid "workspace.header.menu.hide-artboard-names" +msgstr "隐藏画板名称" + #: src/app/main/ui/workspace/header.cljs msgid "workspace.header.menu.hide-assets" msgstr "隐藏素材" @@ -1818,14 +2136,41 @@ msgstr "隐藏图层" msgid "workspace.header.menu.hide-palette" msgstr "隐藏调色盘" +msgid "workspace.header.menu.hide-pixel-grid" +msgstr "隐藏像素网格" + #: src/app/main/ui/workspace/header.cljs msgid "workspace.header.menu.hide-rules" msgstr "隐藏标尺" +#: src/app/main/ui/workspace/header.cljs +msgid "workspace.header.menu.hide-textpalette" +msgstr "隐藏字体调色板" + +#: src/app/main/ui/workspace/header.cljs +msgid "workspace.header.menu.option.edit" +msgstr "编辑" + +#: src/app/main/ui/workspace/header.cljs +msgid "workspace.header.menu.option.file" +msgstr "文件" + +#: src/app/main/ui/workspace/header.cljs +msgid "workspace.header.menu.option.preferences" +msgstr "首选项" + +#: src/app/main/ui/workspace/header.cljs +msgid "workspace.header.menu.option.view" +msgstr "视图" + #: src/app/main/ui/workspace/header.cljs msgid "workspace.header.menu.select-all" msgstr "全选" +#: src/app/main/ui/workspace/header.cljs +msgid "workspace.header.menu.show-artboard-names" +msgstr "显示画板名称" + #: src/app/main/ui/workspace/header.cljs msgid "workspace.header.menu.show-assets" msgstr "显示素材" @@ -1842,10 +2187,21 @@ msgstr "显示图层" msgid "workspace.header.menu.show-palette" msgstr "显示调色盘" +msgid "workspace.header.menu.show-pixel-grid" +msgstr "显示像素网格" + #: src/app/main/ui/workspace/header.cljs msgid "workspace.header.menu.show-rules" msgstr "显示标尺" +#: src/app/main/ui/workspace/header.cljs +msgid "workspace.header.menu.show-textpalette" +msgstr "显示字体调色板" + +#: src/app/main/ui/workspace/header.cljs +msgid "workspace.header.reset-zoom" +msgstr "重置" + #: src/app/main/ui/workspace/header.cljs msgid "workspace.header.save-error" msgstr "保存时发生错误" @@ -1866,6 +2222,18 @@ msgstr "未保存的修改" msgid "workspace.header.viewer" msgstr "预览模式(%s)" +#: src/app/main/ui/workspace/header.cljs +msgid "workspace.header.zoom-fill" +msgstr "填充 - 填充比例" + +#: src/app/main/ui/workspace/header.cljs +msgid "workspace.header.zoom-fit-all" +msgstr "缩放以适应所有" + +#: src/app/main/ui/workspace/header.cljs +msgid "workspace.header.zoom-full-screen" +msgstr "全屏" + #: src/app/main/ui/workspace/libraries.cljs msgid "workspace.libraries.add" msgstr "添加" @@ -1882,10 +2250,22 @@ msgstr "大缩略图" msgid "workspace.libraries.colors.file-library" msgstr "文档库" +#: src/app/main/ui/workspace/colorpicker.cljs +msgid "workspace.libraries.colors.hsv" +msgstr "HSV" + #: src/app/main/ui/workspace/colorpicker/libraries.cljs, src/app/main/ui/workspace/colorpalette.cljs msgid "workspace.libraries.colors.recent-colors" msgstr "最近使用的颜色" +#: src/app/main/ui/workspace/colorpicker.cljs +msgid "workspace.libraries.colors.rgb-complementary" +msgstr "RGB互补" + +#: src/app/main/ui/workspace/colorpicker.cljs +msgid "workspace.libraries.colors.rgba" +msgstr "RGBA" + #: src/app/main/ui/workspace/colorpicker.cljs msgid "workspace.libraries.colors.save-color" msgstr "保存颜色风格" @@ -1970,6 +2350,10 @@ msgstr "我的库" msgid "workspace.library.store" msgstr "来自商店的库" +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.add-interaction" +msgstr "单击 + 按钮以添加交互。" + msgid "workspace.options.blur-options.background-blur" msgstr "背景" @@ -2044,11 +2428,13 @@ msgstr "设计" msgid "workspace.options.export" msgstr "导出" +#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs +msgid "workspace.options.export-multiple" +msgstr "导出已选择" + #: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs msgid "workspace.options.export-object" -msgid_plural "" -msgstr[0] "导出形状" -msgstr[1] "导出%s形状" +msgstr "导出形状" #: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs msgid "workspace.options.export.suffix" @@ -2058,6 +2444,14 @@ msgstr "后缀" msgid "workspace.options.exporting-object" msgstr "正在导出…" +#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs +msgid "workspace.options.exporting-object-error" +msgstr "导出失败" + +#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs +msgid "workspace.options.exporting-object-slow" +msgstr "导出速度意外缓慢" + #: src/app/main/ui/workspace/sidebar/options/menus/fill.cljs msgid "workspace.options.fill" msgstr "填充" @@ -2070,6 +2464,9 @@ msgstr "自动" msgid "workspace.options.grid.column" msgstr "列" +msgid "workspace.options.grid.params.color" +msgstr "颜色" + #: src/app/main/ui/workspace/sidebar/options/menus/frame_grid.cljs msgid "workspace.options.grid.params.columns" msgstr "列" @@ -2154,6 +2551,209 @@ msgstr "编组填充" msgid "workspace.options.group-stroke" msgstr "编组边框" +msgid "workspace.options.height" +msgstr "高度" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-action" +msgstr "执行" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-after-delay" +msgstr "延迟后" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-animation" +msgstr "动画" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-animation-dissolve" +msgstr "解散" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-animation-none" +msgstr "无" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-animation-push" +msgstr "推送" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-animation-slide" +msgstr "滑动" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-background" +msgstr "添加背景覆盖" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-close-outside" +msgstr "点击外部时关闭" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-close-overlay" +msgstr "关闭覆盖" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-delay" +msgstr "延迟" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-destination" +msgstr "目的地" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-easing" +msgstr "平滑" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-easing-ease" +msgstr "缓解" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-easing-ease-in" +msgstr "缓入" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-easing-ease-in-out" +msgstr "缓进缓出" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-easing-ease-out" +msgstr "缓出" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-easing-linear" +msgstr "线性" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-in" +msgstr "在" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-mouse-enter" +msgstr "鼠标进入" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-mouse-leave" +msgstr "鼠标离开" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-ms" +msgstr "ms" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-navigate-to" +msgstr "导航至" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-navigate-to-dest" +msgstr "导航到: %s" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-none" +msgstr "(未设定)" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-offset-effect" +msgstr "偏移效果" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-on-click" +msgstr "点击时" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-open-overlay" +msgstr "打开叠加层" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-open-overlay-dest" +msgstr "打开覆盖:%s" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-open-url" +msgstr "打开网址" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-out" +msgstr "外" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-pos-bottom-center" +msgstr "底部中心" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-pos-bottom-left" +msgstr "左下角" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-pos-bottom-right" +msgstr "右下角" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-pos-center" +msgstr "中心" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-pos-manual" +msgstr "手册" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-pos-top-center" +msgstr "顶部中心" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-pos-top-left" +msgstr "左上角" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-pos-top-right" +msgstr "右上角" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-position" +msgstr "位置" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-preserve-scroll" +msgstr "保留滚动位置" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-prev-screen" +msgstr "上一个屏幕" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-self" +msgstr "自己" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-toggle-overlay" +msgstr "切换覆盖层" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-toggle-overlay-dest" +msgstr "切换覆盖:%s" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-trigger" +msgstr "触发器" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-url" +msgstr "URL" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-while-hovering" +msgstr "悬停时" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interaction-while-pressing" +msgstr "按下时" + +#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs +msgid "workspace.options.interactions" +msgstr "交互" + #: src/app/main/ui/workspace/sidebar/options/menus/layer.cljs msgid "workspace.options.layer-options.blend-mode.color" msgstr "颜色" @@ -2230,6 +2830,9 @@ msgstr "图层成组" msgid "workspace.options.layer-options.title.multiple" msgstr "已选中的图层" +msgid "workspace.options.opacity" +msgstr "不透明度" + #: src/app/main/ui/workspace/sidebar/options/shapes/frame.cljs, src/app/main/ui/workspace/sidebar/options/menus/measures.cljs msgid "workspace.options.position" msgstr "位置" @@ -2249,10 +2852,20 @@ msgstr "所有角" msgid "workspace.options.radius.single-corners" msgstr "单个角" +msgid "workspace.options.recent-fonts" +msgstr "最近的" + +#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs +msgid "workspace.options.retry" +msgstr "重试" + #: src/app/main/ui/workspace/sidebar/options/menus/measures.cljs msgid "workspace.options.rotation" msgstr "旋转" +msgid "workspace.options.search-font" +msgstr "搜索字体" + #: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs msgid "workspace.options.select-a-shape" msgstr "选择一个形状、画板或编组,拖至另一个画板,以创建关联。" @@ -2273,6 +2886,9 @@ msgstr "选项边框" msgid "workspace.options.shadow-options.blur" msgstr "模糊" +msgid "workspace.options.shadow-options.color" +msgstr "阴影颜色" + #: src/app/main/ui/workspace/sidebar/options/menus/shadow.cljs msgid "workspace.options.shadow-options.drop-shadow" msgstr "外阴影" @@ -2305,6 +2921,10 @@ msgstr "编组阴影" msgid "workspace.options.shadow-options.title.multiple" msgstr "选项阴影" +#: src/app/main/ui/workspace/sidebar/options/menus/fill.cljs +msgid "workspace.options.show-fill-on-export" +msgstr "在导出中显示" + #: src/app/main/ui/workspace/sidebar/options/shapes/frame.cljs, src/app/main/ui/workspace/sidebar/options/menus/measures.cljs msgid "workspace.options.size" msgstr "尺寸" @@ -2317,6 +2937,14 @@ msgstr "尺寸预设" msgid "workspace.options.stroke" msgstr "边框" +#: src/app/main/ui/workspace/sidebar/options/menus/stroke.cljs +msgid "workspace.options.stroke-cap.circle-marker" +msgstr "圆形标记" + +#: src/app/main/ui/workspace/sidebar/options/menus/stroke.cljs +msgid "workspace.options.stroke-cap.diamond-marker" +msgstr "钻石标记" + #: src/app/main/ui/workspace/sidebar/options/menus/stroke.cljs msgid "workspace.options.stroke.center" msgstr "居中" @@ -2776,638 +3404,4 @@ msgid "workspace.updates.update" msgstr "更新" msgid "workspace.viewport.click-to-close-path" -msgstr "单击以闭合路径" - -msgid "handoff.tabs.code.selected.component" -msgstr "组件" - -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "labels.libraries-and-templates" -msgstr "库&模板" - -msgid "labels.close" -msgstr "关闭" - -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "labels.help-center" -msgstr "帮助中心" - -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "labels.your-account" -msgstr "你的账户" - -#: src/app/main/ui/workspace/sidebar/options/menus/component.cljs, src/app/main/ui/workspace/context_menu.cljs -msgid "modals.update-remote-component-in-bulk.hint" -msgstr "你即将更新共享库中的组件,这可能会影响使用这些组件的其他文档" - -msgid "errors.team-leave.member-does-not-exists" -msgstr "您尝试分配的成员不存在。" - -#: src/app/main/ui/dashboard/fonts.cljs -msgid "dashboard.fonts.dismiss-all" -msgstr "全部取消" - -msgid "dashboard.export.options.detach.message" -msgstr "导出文件中将不包含共享库,素材也不会被添加到库中。 " - -msgid "labels.export" -msgstr "导出" - -msgid "labels.link" -msgstr "链接" - -msgid "labels.next" -msgstr "下一个" - -msgid "onboarding.choice.desc" -msgstr "想要如何开始?" - -msgid "onboarding.choice.fly-solo" -msgstr "单飞" - -msgid "onboarding.choice.fly-solo-desc" -msgstr "跳转到Penpot并开始进行您自己的设计。" - -msgid "onboarding.choice.team-up" -msgstr "组建团队" - -msgid "onboarding.choice.team-up-desc" -msgstr "你在和别人合作吗?创建一个团队,邀请成员参与合作,共享设计素材。" - -msgid "onboarding.choice.title" -msgstr "欢迎来到Penpot" - -msgid "labels.edit-file" -msgstr "编辑文档" - -#: src/app/main/ui/export.cljs -msgid "dashboard.export-shapes.title" -msgstr "导出已选中" - -msgid "dashboard.import.progress.process-page" -msgstr "处理页面中:%s" - -msgid "errors.email-spam-or-permanent-bounces" -msgstr "此邮箱[%s]已被标记为垃圾邮件或已被永久拉黑。" - -msgid "errors.team-leave.insufficient-members" -msgstr "离开团队后成员不足,您是否要将其删除?" - -msgid "errors.team-leave.owner-cant-leave" -msgstr "所有者不能离开团队,您必须转让所有者角色。" - -msgid "handoff.tabs.code.selected.mask" -msgstr "蒙版" - -msgid "labels.continue-with" -msgstr "继续" - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.delete-invitation" -msgstr "删除邀请" - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.no-invitations-hint" -msgstr "点击\"邀请加入团队\",邀请更多成员加入这个团队。" - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.pending-invitation" -msgstr "待办" - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.remove-member" -msgstr "删除成员" - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.resend-invitation" -msgstr "重新发送邀请" - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.status" -msgstr "状态" - -#: src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/sidebar.cljs -msgid "labels.you" -msgstr "(你)" - -msgid "modals.invite-member.emails" -msgstr "电子邮件,以逗号分隔" - -#: src/app/main/ui/dashboard/team.cljs -msgid "modals.promote-owner-confirm.hint" -msgstr "如果你转移所有权,你的角色将变为管理员,失去对这个团队的一些权限。 " - -msgid "onboarding.contrib.alt" -msgstr "开源" - -msgid "onboarding.contrib.desc1" -msgstr "Penpot是开源的,由社区制作并为社区服务。如果你想合作,我们非常欢迎!" - -msgid "onboarding.contrib.desc2.1" -msgstr "您可以访问" - -msgid "onboarding.contrib.desc2.2" -msgstr "并遵循贡献说明:)" - -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "labels.about-penpot" -msgstr "关于 Penpot" - -#: src/app/main/ui/workspace/sidebar/options/menus/component.cljs, src/app/main/ui/workspace/context_menu.cljs -msgid "modals.update-remote-component-in-bulk.message" -msgstr "更新共享库组件" - -#: src/app/main/ui/export.cljs -msgid "dashboard.export-frames.title" -msgstr "导出为PDF" - -#: src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/sidebar.cljs -msgid "labels.member" -msgstr "成员" - -#: src/app/main/ui/export.cljs -msgid "dashboard.export-shapes.how-to" -msgstr "你可以在设计选项中为元素添加导出设置(位于右侧边栏底部)" - -msgid "dashboard.export.options.merge.message" -msgstr "导出您的文件时所有的外部素材将会被合并到库中。" - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.expired-invitation" -msgstr "已到期" - -#: src/app/main/ui/settings/sidebar.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/team.cljs, src/app/main/ui/dashboard/sidebar.cljs -msgid "labels.invitations" -msgstr "邀请" - -#: src/app/main/ui/dashboard/team.cljs -msgid "labels.no-invitations" -msgstr "没有邀请。" - -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "modals.change-owner-and-leave-confirm.message" -msgstr "你是此团队的所有者。在你离开团队之前,请选择其他成员晋升为所有者。" - -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "modals.leave-and-close-confirm.message" -msgstr "您确定要离开 %s 团队吗?" - -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "modals.leave-and-close-confirm.hint" -msgstr "由于你是这个团队的唯一成员,这个团队将连同其项目和文件一起被删除。" - -msgid "labels.continue" -msgstr "继续" - -msgid "labels.default" -msgstr "默认" - -msgid "labels.skip" -msgstr "跳过" - -msgid "labels.start" -msgstr "开始" - -msgid "labels.workspace" -msgstr "工作区" - -msgid "workspace.options.grid.params.color" -msgstr "颜色" - -msgid "workspace.options.recent-fonts" -msgstr "最近的" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-animation-dissolve" -msgstr "解散" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-animation-none" -msgstr "无" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-easing" -msgstr "平滑" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-animation-slide" -msgstr "滑动" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-easing-ease" -msgstr "缓解" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-easing-ease-in" -msgstr "缓入" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-easing-linear" -msgstr "线性" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-offset-effect" -msgstr "偏移效果" - -msgid "onboarding.team-input-placeholder" -msgstr "输入新团队名称" - -msgid "onboarding.team.skip-and-invite-later" -msgstr "跳过并稍后邀请" - -msgid "onboarding.templates.subtitle" -msgstr "这里有一些模板。" - -msgid "onboarding.templates.title" -msgstr "开始设计" - -msgid "onboarding.welcome.desc3" -msgstr "当你享受Penpot的时候,我们将不断改进它,发布我们希望的计划的迭代。" - -msgid "workspace.options.height" -msgstr "高度" - -msgid "workspace.options.opacity" -msgstr "不透明度" - -msgid "workspace.options.shadow-options.color" -msgstr "阴影颜色" - -#: src/app/main/ui/workspace/colorpicker.cljs -msgid "workspace.libraries.colors.hsv" -msgstr "HSV" - -#: src/app/main/ui/workspace/sidebar/options/menus/stroke.cljs -msgid "workspace.options.stroke-cap.circle-marker" -msgstr "圆形标记" - -msgid "workspace.header.menu.hide-pixel-grid" -msgstr "隐藏像素网格" - -#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs -msgid "workspace.options.exporting-object-error" -msgstr "导出失败" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-out" -msgstr "外" - -#: src/app/main/ui/workspace/sidebar/options/menus/fill.cljs -msgid "workspace.options.show-fill-on-export" -msgstr "在导出中显示" - -msgid "onboarding.slide.1.desc2" -msgstr "分享给利益相关者,向你的团队提出建议,并开始对你的设计进行用户测试,仅仅使用P" -"enpot即可。" - -#, fuzzy -msgid "onboarding.welcome.desc2" -msgstr "Penpot处于第一个测试版,这要归功于核心功能,成熟度,稳定性和整个社区的惊人验" -"证的组合,我们非常欢迎您。" - -msgid "viewer.header.interactions-section" -msgstr "交互 (%s)" - -msgid "workspace.focus.focus-off" -msgstr "退出禅模式" - -#: src/app/main/ui/workspace/header.cljs -msgid "workspace.header.zoom-fill" -msgstr "填充 - 填充比例" - -#: src/app/main/ui/workspace/header.cljs -msgid "workspace.header.zoom-full-screen" -msgstr "全屏" - -#: src/app/main/ui/workspace/colorpicker.cljs -msgid "workspace.libraries.colors.rgb-complementary" -msgstr "RGB互补" - -#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs -msgid "workspace.options.export-multiple" -msgstr "导出已选择" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-action" -msgstr "执行" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-on-click" -msgstr "点击时" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-open-overlay" -msgstr "打开叠加层" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-pos-center" -msgstr "中心" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-pos-manual" -msgstr "手册" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-position" -msgstr "位置" - -msgid "onboarding.slide.1.alt" -msgstr "交互式原型" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-navigate-to-dest" -msgstr "导航到: %s" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interactions" -msgstr "交互" - -msgid "onboarding.slide.2.alt" -msgstr "获取反馈" - -msgid "onboarding.slide.2.title" -msgstr "获取反馈、展示和分享您的工作" - -msgid "workspace.focus.focus-on" -msgstr "关注" - -#: src/app/main/ui/workspace/header.cljs -msgid "workspace.header.menu.enable-snap-guides" -msgstr "与参考线对齐" - -msgid "workspace.header.menu.enable-snap-pixel-grid" -msgstr "启用像素对齐" - -#: src/app/main/ui/workspace/header.cljs -msgid "workspace.header.menu.hide-textpalette" -msgstr "隐藏字体调色板" - -#: src/app/main/ui/workspace/colorpicker.cljs -msgid "workspace.libraries.colors.rgba" -msgstr "RGBA" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.add-interaction" -msgstr "单击 + 按钮以添加交互。" - -msgid "viewer.header.handoff-section" -msgstr "交接 (%s)" - -#: src/app/main/ui/workspace/header.cljs -msgid "workspace.header.menu.disable-snap-guides" -msgstr "禁用与参考线对齐" - -msgid "workspace.header.menu.disable-snap-pixel-grid" -msgstr "禁用像素对齐" - -#: src/app/main/ui/workspace/header.cljs -msgid "workspace.header.menu.hide-artboard-names" -msgstr "隐藏画板名称" - -#: src/app/main/ui/workspace/header.cljs -msgid "workspace.header.menu.option.edit" -msgstr "编辑" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-after-delay" -msgstr "延迟后" - -#: src/app/main/ui/workspace/header.cljs -msgid "workspace.header.menu.show-textpalette" -msgstr "显示字体调色板" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-animation" -msgstr "动画" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-animation-push" -msgstr "推送" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-mouse-enter" -msgstr "鼠标进入" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-in" -msgstr "在" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-mouse-leave" -msgstr "鼠标离开" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-navigate-to" -msgstr "导航至" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-none" -msgstr "(未设定)" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-pos-top-left" -msgstr "左上角" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-pos-top-right" -msgstr "右上角" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-preserve-scroll" -msgstr "保留滚动位置" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-pos-top-center" -msgstr "顶部中心" - -msgid "workspace.options.search-font" -msgstr "搜索字体" - -#: src/app/main/ui/workspace/sidebar/options/menus/stroke.cljs -msgid "workspace.options.stroke-cap.diamond-marker" -msgstr "钻石标记" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-prev-screen" -msgstr "上一个屏幕" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-self" -msgstr "自己" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-toggle-overlay" -msgstr "切换覆盖层" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-while-pressing" -msgstr "按下时" - -#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs -msgid "workspace.options.retry" -msgstr "重试" - -#: src/app/main/ui/export.cljs -msgid "dashboard.export-shapes.how-to-link" -msgstr "如何使用Penpot导出" - -#: src/app/main/ui/export.cljs -msgid "dashboard.export-shapes.no-elements" -msgstr "导出设置中无任何元素" - -msgid "onboarding.slide.0.alt" -msgstr "创作设计" - -msgid "onboarding.slide.0.desc1" -msgstr "在协作项目中与团队成员们一起创作漂亮的用户界面" - -msgid "onboarding.slide.0.desc2" -msgstr "保持组件、库和设计系统规模上的一致性。" - -msgid "onboarding.slide.0.title" -msgstr "设计库、样式和组件" - -msgid "onboarding.slide.1.desc1" -msgstr "创建丰富的交互以模拟产品行为。" - -msgid "onboarding.slide.1.title" -msgstr "通过交互使您的设计栩栩如生" - -msgid "onboarding.slide.3.desc1" -msgstr "同步你所有组件和样式的设计和代码,并获得代码片段。" - -msgid "onboarding.slide.3.desc2" -msgstr "获取并提供代码规范,如标记(SVG、HTML)或样式(CSS、Less、Stylus...)。" - -msgid "onboarding.slide.3.title" -msgstr "一个共享的事实来源" - -msgid "onboarding.welcome.alt" -msgstr "Penpot" - -msgid "onboarding.welcome.desc1" -msgstr "Hooray!你已经是Penpot的用户了 :)" - -msgid "onboarding.welcome.title" -msgstr "欢迎来到Penpot" - -#: src/app/main/ui/dashboard/team.cljs -msgid "title.team-invitations" -msgstr "邀请函 - %s - Penpot" - -msgid "viewer.breaking-change.description" -msgstr "此共享的链接已失效。创建一个新的链接或向所有者索取一个新的链接。" - -msgid "viewer.breaking-change.message" -msgstr "Sorry!" - -msgid "viewer.header.comments-section" -msgstr "注释 (%s)" - -msgid "workspace.focus.focus-mode" -msgstr "禅模式" - -msgid "workspace.focus.selection" -msgstr "选择" - -#: src/app/main/ui/workspace/header.cljs -msgid "workspace.header.menu.option.file" -msgstr "文件" - -#: src/app/main/ui/workspace/header.cljs -msgid "workspace.header.menu.option.preferences" -msgstr "首选项" - -#: src/app/main/ui/workspace/header.cljs -msgid "workspace.header.menu.option.view" -msgstr "视图" - -#: src/app/main/ui/workspace/header.cljs -msgid "workspace.header.menu.show-artboard-names" -msgstr "显示画板名称" - -msgid "workspace.header.menu.show-pixel-grid" -msgstr "显示像素网格" - -#: src/app/main/ui/workspace/header.cljs -msgid "workspace.header.reset-zoom" -msgstr "重置" - -#: src/app/main/ui/workspace/header.cljs -msgid "workspace.header.zoom-fit-all" -msgstr "缩放以适应所有" - -#: src/app/main/ui/workspace/sidebar/options/menus/exports.cljs, src/app/main/ui/handoff/exports.cljs, src/app/main/ui/workspace/header.cljs -msgid "workspace.options.exporting-object-slow" -msgstr "导出速度意外缓慢" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-background" -msgstr "添加背景覆盖" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-easing-ease-in-out" -msgstr "缓进缓出" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-easing-ease-out" -msgstr "缓出" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-pos-bottom-left" -msgstr "左下角" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-pos-bottom-right" -msgstr "右下角" - -msgid "onboarding.slide.3.alt" -msgstr "协作且低代码" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-close-outside" -msgstr "点击外部时关闭" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-close-overlay" -msgstr "关闭覆盖" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-delay" -msgstr "延迟" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-destination" -msgstr "目的地" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-ms" -msgstr "ms" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-open-overlay-dest" -msgstr "打开覆盖:%s" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-open-url" -msgstr "打开网址" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-pos-bottom-center" -msgstr "底部中心" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-toggle-overlay-dest" -msgstr "切换覆盖:%s" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-trigger" -msgstr "触发器" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-url" -msgstr "URL" - -#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs -msgid "workspace.options.interaction-while-hovering" -msgstr "悬停时" +msgstr "单击以闭合路径" \ No newline at end of file