diff --git a/src/nls/ar/lastTranslated.json b/src/nls/ar/lastTranslated.json index 70137f6f2f..44d3da3000 100644 --- a/src/nls/ar/lastTranslated.json +++ b/src/nls/ar/lastTranslated.json @@ -1578,11 +1578,6 @@ "LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element", "LIVE_DEV_DETACHED_REPLACED_WITH_DEVTOOLS": "Live Preview was canceled because the browser's developer tools were opened", "LIVE_DEV_DETACHED_TARGET_CLOSED": "Live Preview was canceled because the page was closed in the browser", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Got it", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Add new HTML elements", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Edit tag, classes, ID and attributes", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Read docs", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Two new ways to edit", "LIVE_DEV_ELEMENT_PROPS_ADD_ATTR": "+ add attribute", "LIVE_DEV_ELEMENT_PROPS_ADD_CLASS": "+ add class", "LIVE_DEV_ELEMENT_PROPS_ATTRIBUTES": "Attributes", @@ -1825,6 +1820,7 @@ "LIVE_DEV_STYLER_ALIGN_RIGHT": "Align right", "LIVE_DEV_STYLER_ALL_SIDES": "All", "LIVE_DEV_STYLER_APPLIES_TO": "Save changes to", + "LIVE_DEV_STYLER_APPLY_INLINE": "Apply anyway", "LIVE_DEV_STYLER_BACKGROUND": "Background color", "LIVE_DEV_STYLER_BASELINE": "Baseline", "LIVE_DEV_STYLER_BLOCK": "Block", @@ -1884,9 +1880,16 @@ "LIVE_DEV_STYLER_FONT": "Font family", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Custom", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "On this page", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", "LIVE_DEV_STYLER_FONTS_SYSTEM": "System", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Apply", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Type any font name. Google Fonts are added for you; others must already be available.", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "e.g. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Upload a font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Couldn't add that font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Use \"{0}\"", + "LIVE_DEV_STYLER_FORMAT_TAB": "Format", "LIVE_DEV_STYLER_GAP": "Gap", "LIVE_DEV_STYLER_GRID": "Grid", "LIVE_DEV_STYLER_HEIGHT": "Height", @@ -1922,9 +1925,13 @@ "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Another element already has that id - try a class instead", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "That doesn't look like a valid style name - try a class like .card or an id like #hero", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "This doesn't match the selected element, so your edits wouldn't change it", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Styles like \":hover\" can't be edited live here yet", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elements like \"::before\" can't be styled here", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Add a class or id before the state, like .button:hover", "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Saves the style in {0} - styles {1} elements on the page", "LIVE_DEV_STYLER_NEW_SAVES_ONE": "Saves the style in {0} - styles just this element", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Adds class \"{0}\" to this element and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Gives this element the id \"{0}\" and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Creates \"{0}\" - edits apply in the {1} state", "LIVE_DEV_STYLER_NEW_STYLE": "New style…", "LIVE_DEV_STYLER_NEW_STYLE_TITLE": "New style", "LIVE_DEV_STYLER_NONE": "None", @@ -1932,9 +1939,11 @@ "LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found", "LIVE_DEV_STYLER_NO_WRAP": "No Wrap", "LIVE_DEV_STYLER_OFFSET": "Offset", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "On the page", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "On this page", "LIVE_DEV_STYLER_OPACITY": "Opacity", "LIVE_DEV_STYLER_OUTLINE": "Outline", + "LIVE_DEV_STYLER_OVERLINE": "Overline", + "LIVE_DEV_STYLER_OVERRIDDEN": "This change is overridden by a more specific rule", "LIVE_DEV_STYLER_PADDING": "Padding", "LIVE_DEV_STYLER_POSITION": "Position", "LIVE_DEV_STYLER_RADIUS": "Radius", @@ -1957,7 +1966,25 @@ "LIVE_DEV_STYLER_SPACE_BETWEEN": "Space Between", "LIVE_DEV_STYLER_SPACE_EVENLY": "Space Evenly", "LIVE_DEV_STYLER_SPACING": "Margin & padding", + "LIVE_DEV_STYLER_SPACING_TAB": "Spacing", "LIVE_DEV_STYLER_START": "Start", + "LIVE_DEV_STYLER_STATE": "State", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_BANNER": "Editing the {0} state — changes apply only to {0}", + "LIVE_DEV_STYLER_STATE_CHECKED": "Checked", + "LIVE_DEV_STYLER_STATE_DISABLED": "Disabled", + "LIVE_DEV_STYLER_STATE_ENABLED": "Enabled", + "LIVE_DEV_STYLER_STATE_EXIT": "Exit", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Focus visible", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Add a class or id to this element first so the state has somewhere to live", + "LIVE_DEV_STYLER_STATE_PICK": "Edit a state (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder shown", + "LIVE_DEV_STYLER_STATE_TARGET": "Target", + "LIVE_DEV_STYLER_STATE_VISITED": "Visited", "LIVE_DEV_STYLER_STATIC": "Static", "LIVE_DEV_STYLER_STEP_HINT": "Shift + Click: x10\nAlt + Click: x0.1", "LIVE_DEV_STYLER_STICKY": "Sticky", @@ -1965,8 +1992,10 @@ "LIVE_DEV_STYLER_STRIKETHROUGH": "Strikethrough", "LIVE_DEV_STYLER_STYLE": "Style", "LIVE_DEV_STYLER_TARGET_COUNT": "affects {0} on page", + "LIVE_DEV_STYLER_TARGET_CREATE": "New rule in {0}", "LIVE_DEV_STYLER_TARGET_INLINE_HINT": "directly on the element", "LIVE_DEV_STYLER_TEXT_COLOR": "Text color", + "LIVE_DEV_STYLER_TEXT_INDENT": "Text indent", "LIVE_DEV_STYLER_TEXT_STYLE": "Text style", "LIVE_DEV_STYLER_TOP": "Top", "LIVE_DEV_STYLER_UNDERLINE": "Underline", @@ -1974,6 +2003,7 @@ "LIVE_DEV_STYLER_WEIGHT": "Font weight", "LIVE_DEV_STYLER_WEIGHT_BLACK": "Black", "LIVE_DEV_STYLER_WEIGHT_BOLD": "Bold", + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Click to cycle Regular / Bold / Black · Shift-click for all weights", "LIVE_DEV_STYLER_WEIGHT_EXTRA_BOLD": "Extra Bold", "LIVE_DEV_STYLER_WEIGHT_EXTRA_LIGHT": "Extra Light", "LIVE_DEV_STYLER_WEIGHT_LIGHT": "Light", diff --git a/src/nls/ar/strings.js b/src/nls/ar/strings.js index 732f822ce0..01d84a88cd 100644 --- a/src/nls/ar/strings.js +++ b/src/nls/ar/strings.js @@ -195,7 +195,6 @@ define({ "LIVE_DEV_STYLER_SEARCH_FONTS": "ابحث عن خطوط...", "LIVE_DEV_STYLER_FONTS_GOOGLE": "جوجل", "LIVE_DEV_STYLER_FONTS_SYSTEM": "النظام", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "في هذه الصفحة", "LIVE_DEV_STYLER_FONTS_CUSTOM": "مخصص", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "استخدام \"{0}\"", "LIVE_DEV_STYLER_NO_FONTS_FOUND": "لم يتم العثور على خطوط", @@ -229,7 +228,6 @@ define({ "LIVE_DEV_STYLER_RADIUS": "نصف القطر", "LIVE_DEV_STYLER_WIDTH": "العرض", "LIVE_DEV_STYLER_COLOR": "اللون", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "في هذه الصفحة", "LIVE_DEV_STYLER_COMMON_COLORS": "شائعة", "LIVE_DEV_STYLER_COLOR_WHITE": "أبيض", "LIVE_DEV_STYLER_COLOR_SILVER": "فضي", @@ -322,7 +320,6 @@ define({ "LIVE_DEV_STYLER_NEW_SAVES_MANY": "يحفظ النمط في {0} - ينسق {1} من العناصر على الصفحة", "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "يوجد عنصر آخر يحمل هذا المعرّف بالفعل - جرّب استخدام فئة بدلاً من ذلك", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "لا يتطابق هذا مع العنصر المحدد، لذا لن تغير تعديلاتك شيئًا فيه", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "لا يمكن تعديل الأنماط مثل \":hover\" بشكل مباشر هنا بعد", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "لا يبدو هذا اسم نمط صالحًا - جرّب فئة مثل .card أو معرّفًا مثل #hero", "LIVE_DEV_STYLER_CREATE": "إنشاء", "LIVE_DEV_STYLER_SELECTOR_PLACEHOLDER": "مثال: .card أو #hero", @@ -359,11 +356,6 @@ define({ "LIVE_DEV_EMPTY_CANVAS_LABEL": "صفحتك فارغة — أضف عنصرًا", "LIVE_DEV_EMPTY_CANVAS_ADD": "أضف عنصرك الأول", "LIVE_DEV_EMPTY_CANVAS_COLLAPSE": "طي", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "طريقتان جديدتان للتعديل", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "إضافة عناصر HTML جديدة", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "تعديل الوسم، والفئات، والمعرّف، والسمات", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "فهمت", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "قراءة المستندات", "LIVE_DEV_IMAGE_GALLERY_USE_IMAGE": "تنزيل الصورة", "LIVE_DEV_IMAGE_GALLERY_SELECT_DOWNLOAD_FOLDER": "اختر مجلد تنزيل الصور", "LIVE_DEV_IMAGE_GALLERY_SEARCH_PLACEHOLDER": "ابحث عن صور...", @@ -1357,6 +1349,8 @@ define({ "CMD_JUMPTO_DEFINITION": "الانتقال إلى التعريف", "CMD_SHOW_PARAMETER_HINT": "إظهار تلميح المعامل", "NO_ARGUMENTS": "", + "CODE_HINT_IMPORT_FROM_N": "‏{0} استيرادات…", + "CODE_HINT_IMPORT_CHOOSE": "‏اختر أي من الوحدات الـ {0} لاستيراد {1} منها.", "DETECTED_EXCLUSION_TITLE": "مشكلة في استنتاج ملف JavaScript", "DETECTED_EXCLUSION_INFO": "واجه {APP_NAME} مشكلة في معالجة {0}.

لن تتم معالجة هذا الملف بعد الآن للحصول على تلميحات التعليمات البرمجية أو الانتقال إلى التعريف أو التحرير السريع. لإعادة تمكين هذا الملف، افتح .phcode.json في مشروعك وقم بتحرير jscodehints.detectedExclusions.

من المحتمل أن تكون هذه خلل في {APP_NAME}. إذا كان بإمكانك تقديم نسخة من هذا الملف، فيُرجى الإبلاغ عن خلل مع رابط للملف المذكور هنا.", "CMD_REFACTOR": "إعادة هيكلة", @@ -2461,6 +2455,42 @@ define({ "DEMO_JS_BUTTON_START_AGAIN": "البدء من جديد", "DEMO_JS_CARD_COUNT_TEMPLATE": "{NUM_DONE}/3 بطاقات", "DEMO_JS_DELETE_COUNT_TEMPLATE": "{NUM_DONE}/1 محذوف", - "CODE_HINT_IMPORT_FROM_N": "‏{0} استيرادات…", - "CODE_HINT_IMPORT_CHOOSE": "‏اختر أي من الوحدات الـ {0} لاستيراد {1} منها." + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "انقر للتبديل بين عادي / عريض / أسود · انقر مع الضغط على Shift لجميع الأوزان", + "LIVE_DEV_STYLER_OVERRIDDEN": "يتم تجاوز هذا التغيير بواسطة قاعدة أكثر تحديدًا", + "LIVE_DEV_STYLER_APPLY_INLINE": "تطبيق على أي حال", + "LIVE_DEV_STYLER_FONTS_MANUAL": "يدوي", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "مثال: Helvetica Neue", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "تطبيق", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "اكتب أي اسم خط. تتم إضافة خطوط Google تلقائيًا؛ يجب أن تكون الخطوط الأخرى متاحة بالفعل.", + "LIVE_DEV_STYLER_FONT_UPLOAD": "رفع ملف خط", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "تعذر إضافة ملف الخط", + "LIVE_DEV_STYLER_TEXT_INDENT": "مسافة بادئة للنص", + "LIVE_DEV_STYLER_FORMAT_TAB": "تنسيق", + "LIVE_DEV_STYLER_SPACING_TAB": "تباعد", + "LIVE_DEV_STYLER_OVERLINE": "خط علوي", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "في هذه الصفحة", + "LIVE_DEV_STYLER_TARGET_CREATE": "قاعدة جديدة في {0}", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "لا يمكن تنسيق العناصر الزائفة مثل \"::before\" هنا", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "أضف فئة أو معرّفًا قبل الحالة، مثل .button:hover", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "إنشاء \"{0}\" - تُطبّق التعديلات في حالة {1}", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "إضافة الفئة \"{0}\" إلى هذا العنصر وتنسيق حالته {1}", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "يمنح هذا العنصر المعرف \"{0}\" ويصمم حالة {1} الخاصة به", + "LIVE_DEV_STYLER_STATE": "الحالة", + "LIVE_DEV_STYLER_STATE_PICK": "تعديل حالة (مرور، تركيز، ...)", + "LIVE_DEV_STYLER_STATE_NORMAL": "عادي", + "LIVE_DEV_STYLER_STATE_BANNER": "جارٍ تعديل حالة {0} — تنطبق التغييرات على {0} فقط", + "LIVE_DEV_STYLER_STATE_EXIT": "خروج", + "LIVE_DEV_STYLER_STATE_NO_BASE": "أضف فئة أو معرفًا إلى هذا العنصر أولاً حتى يكون للحالة مكان ترتبط به", + "LIVE_DEV_STYLER_STATE_HOVER": "مرور", + "LIVE_DEV_STYLER_STATE_FOCUS": "تركيز", + "LIVE_DEV_STYLER_STATE_ACTIVE": "نشط", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "التركيز بالداخل", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "التركيز المرئي", + "LIVE_DEV_STYLER_STATE_VISITED": "تمت زيارته", + "LIVE_DEV_STYLER_STATE_TARGET": "مستهدف", + "LIVE_DEV_STYLER_STATE_CHECKED": "مُحدَّد", + "LIVE_DEV_STYLER_STATE_DISABLED": "مُعطَّل", + "LIVE_DEV_STYLER_STATE_ENABLED": "مُمكَّن", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "العنصر النائب معروض" }); \ No newline at end of file diff --git a/src/nls/bg/lastTranslated.json b/src/nls/bg/lastTranslated.json index 70137f6f2f..44d3da3000 100644 --- a/src/nls/bg/lastTranslated.json +++ b/src/nls/bg/lastTranslated.json @@ -1578,11 +1578,6 @@ "LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element", "LIVE_DEV_DETACHED_REPLACED_WITH_DEVTOOLS": "Live Preview was canceled because the browser's developer tools were opened", "LIVE_DEV_DETACHED_TARGET_CLOSED": "Live Preview was canceled because the page was closed in the browser", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Got it", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Add new HTML elements", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Edit tag, classes, ID and attributes", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Read docs", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Two new ways to edit", "LIVE_DEV_ELEMENT_PROPS_ADD_ATTR": "+ add attribute", "LIVE_DEV_ELEMENT_PROPS_ADD_CLASS": "+ add class", "LIVE_DEV_ELEMENT_PROPS_ATTRIBUTES": "Attributes", @@ -1825,6 +1820,7 @@ "LIVE_DEV_STYLER_ALIGN_RIGHT": "Align right", "LIVE_DEV_STYLER_ALL_SIDES": "All", "LIVE_DEV_STYLER_APPLIES_TO": "Save changes to", + "LIVE_DEV_STYLER_APPLY_INLINE": "Apply anyway", "LIVE_DEV_STYLER_BACKGROUND": "Background color", "LIVE_DEV_STYLER_BASELINE": "Baseline", "LIVE_DEV_STYLER_BLOCK": "Block", @@ -1884,9 +1880,16 @@ "LIVE_DEV_STYLER_FONT": "Font family", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Custom", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "On this page", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", "LIVE_DEV_STYLER_FONTS_SYSTEM": "System", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Apply", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Type any font name. Google Fonts are added for you; others must already be available.", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "e.g. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Upload a font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Couldn't add that font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Use \"{0}\"", + "LIVE_DEV_STYLER_FORMAT_TAB": "Format", "LIVE_DEV_STYLER_GAP": "Gap", "LIVE_DEV_STYLER_GRID": "Grid", "LIVE_DEV_STYLER_HEIGHT": "Height", @@ -1922,9 +1925,13 @@ "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Another element already has that id - try a class instead", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "That doesn't look like a valid style name - try a class like .card or an id like #hero", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "This doesn't match the selected element, so your edits wouldn't change it", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Styles like \":hover\" can't be edited live here yet", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elements like \"::before\" can't be styled here", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Add a class or id before the state, like .button:hover", "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Saves the style in {0} - styles {1} elements on the page", "LIVE_DEV_STYLER_NEW_SAVES_ONE": "Saves the style in {0} - styles just this element", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Adds class \"{0}\" to this element and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Gives this element the id \"{0}\" and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Creates \"{0}\" - edits apply in the {1} state", "LIVE_DEV_STYLER_NEW_STYLE": "New style…", "LIVE_DEV_STYLER_NEW_STYLE_TITLE": "New style", "LIVE_DEV_STYLER_NONE": "None", @@ -1932,9 +1939,11 @@ "LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found", "LIVE_DEV_STYLER_NO_WRAP": "No Wrap", "LIVE_DEV_STYLER_OFFSET": "Offset", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "On the page", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "On this page", "LIVE_DEV_STYLER_OPACITY": "Opacity", "LIVE_DEV_STYLER_OUTLINE": "Outline", + "LIVE_DEV_STYLER_OVERLINE": "Overline", + "LIVE_DEV_STYLER_OVERRIDDEN": "This change is overridden by a more specific rule", "LIVE_DEV_STYLER_PADDING": "Padding", "LIVE_DEV_STYLER_POSITION": "Position", "LIVE_DEV_STYLER_RADIUS": "Radius", @@ -1957,7 +1966,25 @@ "LIVE_DEV_STYLER_SPACE_BETWEEN": "Space Between", "LIVE_DEV_STYLER_SPACE_EVENLY": "Space Evenly", "LIVE_DEV_STYLER_SPACING": "Margin & padding", + "LIVE_DEV_STYLER_SPACING_TAB": "Spacing", "LIVE_DEV_STYLER_START": "Start", + "LIVE_DEV_STYLER_STATE": "State", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_BANNER": "Editing the {0} state — changes apply only to {0}", + "LIVE_DEV_STYLER_STATE_CHECKED": "Checked", + "LIVE_DEV_STYLER_STATE_DISABLED": "Disabled", + "LIVE_DEV_STYLER_STATE_ENABLED": "Enabled", + "LIVE_DEV_STYLER_STATE_EXIT": "Exit", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Focus visible", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Add a class or id to this element first so the state has somewhere to live", + "LIVE_DEV_STYLER_STATE_PICK": "Edit a state (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder shown", + "LIVE_DEV_STYLER_STATE_TARGET": "Target", + "LIVE_DEV_STYLER_STATE_VISITED": "Visited", "LIVE_DEV_STYLER_STATIC": "Static", "LIVE_DEV_STYLER_STEP_HINT": "Shift + Click: x10\nAlt + Click: x0.1", "LIVE_DEV_STYLER_STICKY": "Sticky", @@ -1965,8 +1992,10 @@ "LIVE_DEV_STYLER_STRIKETHROUGH": "Strikethrough", "LIVE_DEV_STYLER_STYLE": "Style", "LIVE_DEV_STYLER_TARGET_COUNT": "affects {0} on page", + "LIVE_DEV_STYLER_TARGET_CREATE": "New rule in {0}", "LIVE_DEV_STYLER_TARGET_INLINE_HINT": "directly on the element", "LIVE_DEV_STYLER_TEXT_COLOR": "Text color", + "LIVE_DEV_STYLER_TEXT_INDENT": "Text indent", "LIVE_DEV_STYLER_TEXT_STYLE": "Text style", "LIVE_DEV_STYLER_TOP": "Top", "LIVE_DEV_STYLER_UNDERLINE": "Underline", @@ -1974,6 +2003,7 @@ "LIVE_DEV_STYLER_WEIGHT": "Font weight", "LIVE_DEV_STYLER_WEIGHT_BLACK": "Black", "LIVE_DEV_STYLER_WEIGHT_BOLD": "Bold", + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Click to cycle Regular / Bold / Black · Shift-click for all weights", "LIVE_DEV_STYLER_WEIGHT_EXTRA_BOLD": "Extra Bold", "LIVE_DEV_STYLER_WEIGHT_EXTRA_LIGHT": "Extra Light", "LIVE_DEV_STYLER_WEIGHT_LIGHT": "Light", diff --git a/src/nls/bg/strings.js b/src/nls/bg/strings.js index dcd27318dd..43141ce1a7 100644 --- a/src/nls/bg/strings.js +++ b/src/nls/bg/strings.js @@ -195,7 +195,6 @@ define({ "LIVE_DEV_STYLER_SEARCH_FONTS": "Търсене на шрифтове…", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Гугъл", "LIVE_DEV_STYLER_FONTS_SYSTEM": "Системни", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "На тази страница", "LIVE_DEV_STYLER_FONTS_CUSTOM": "По избор", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Използвай „{0}“", "LIVE_DEV_STYLER_NO_FONTS_FOUND": "Не са намерени шрифтове", @@ -229,7 +228,6 @@ define({ "LIVE_DEV_STYLER_RADIUS": "Радиус", "LIVE_DEV_STYLER_WIDTH": "Ширина", "LIVE_DEV_STYLER_COLOR": "Цвят", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "На страницата", "LIVE_DEV_STYLER_COMMON_COLORS": "Общи", "LIVE_DEV_STYLER_COLOR_WHITE": "Бял", "LIVE_DEV_STYLER_COLOR_SILVER": "Сребърен", @@ -322,10 +320,10 @@ define({ "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Запазва стила в {0} – стилизира {1} елементи на страницата", "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Друг елемент вече има това ID – опитайте с клас", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "Това не съответства на избрания елемент, така че редакциите ви няма да го променят", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Стилове като „:hover“ все още не могат да се редактират на живо тук", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "Това не изглежда като валидно име на стил – опитайте с клас като .card или ID като #hero", "LIVE_DEV_STYLER_CREATE": "Създай", "LIVE_DEV_STYLER_SELECTOR_PLACEHOLDER": "напр. .card или #hero", + "LIVE_DEV_STYLER_STATE_EXIT": "Изход", "LIVE_DEV_STYLER_HEIGHT": "Височина", "LIVE_DEV_STYLER_SIZE_TAB": "Размер", "LIVE_DEV_STYLER_MIN_WIDTH": "Минимална ширина", @@ -359,11 +357,6 @@ define({ "LIVE_DEV_EMPTY_CANVAS_LABEL": "Страницата ви е празна — добавете елемент", "LIVE_DEV_EMPTY_CANVAS_ADD": "Добавете първия си елемент", "LIVE_DEV_EMPTY_CANVAS_COLLAPSE": "Свиване", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Два нови начина за редактиране", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Добавяне на нови HTML елементи", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Редактиране на таг, класове, ID и атрибути", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Разбрах", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Прочетете документацията", "LIVE_DEV_IMAGE_GALLERY_USE_IMAGE": "Изтегляне на изображение", "LIVE_DEV_IMAGE_GALLERY_SELECT_DOWNLOAD_FOLDER": "Изберете папка за изтегляне на изображения", "LIVE_DEV_IMAGE_GALLERY_SEARCH_PLACEHOLDER": "Търсене на изображения…", @@ -1357,6 +1350,8 @@ define({ "CMD_JUMPTO_DEFINITION": "Отиди на дефиниция", "CMD_SHOW_PARAMETER_HINT": "Показване на подсказката за параметрите", "NO_ARGUMENTS": "<няма параметри>", + "CODE_HINT_IMPORT_FROM_N": "{0} импорти…", + "CODE_HINT_IMPORT_CHOOSE": "Изберете от кой от {0} модула да се импортира {1}.", "DETECTED_EXCLUSION_TITLE": "Проблем с файл с код на JavaScript", "DETECTED_EXCLUSION_INFO": "{APP_NAME} срещна проблем при обработката на {0}.

Този файл вече няма да бъде обработван за подсказки за код, Преход към дефиниция или Бързо редактиране. За да активирате отново този файл, отворете .phcode.json във вашия проект и редактирайте jscodehints.detectedExclusions.

Това вероятно е грешка в {APP_NAME}. Ако можете да предоставите копие на този файл, моля, подайте сигнал за грешка с линк към файла, посочен тук.", "CMD_REFACTOR": "Рефакториране", @@ -2461,6 +2456,41 @@ define({ "DEMO_JS_BUTTON_START_AGAIN": "Започни отново", "DEMO_JS_CARD_COUNT_TEMPLATE": "{NUM_DONE}/3 карти", "DEMO_JS_DELETE_COUNT_TEMPLATE": "{NUM_DONE}/1 изтрит", - "CODE_HINT_IMPORT_FROM_N": "{0} импорти…", - "CODE_HINT_IMPORT_CHOOSE": "Изберете от кой от {0} модула да се импортира {1}." + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Кликнете за редуване Нормален / Получер / Черен · Shift+клик за всички дебелини", + "LIVE_DEV_STYLER_OVERRIDDEN": "Тази промяна е заменена от по-специфично правило", + "LIVE_DEV_STYLER_APPLY_INLINE": "Приложи все пак", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Ръчно", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "напр. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Приложи", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Въведете име на шрифт. Шрифтовете от Google Fonts се добавят автоматично; другите трябва вече да са налични.", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Качете файл с шрифт", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Неуспешно добавяне на файла с шрифт", + "LIVE_DEV_STYLER_TEXT_INDENT": "Отстъп на текст", + "LIVE_DEV_STYLER_FORMAT_TAB": "Формат", + "LIVE_DEV_STYLER_SPACING_TAB": "Отстояния", + "LIVE_DEV_STYLER_OVERLINE": "Надчертаване", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "На тази страница", + "LIVE_DEV_STYLER_TARGET_CREATE": "Ново правило в {0}", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Псевдоелементи като \"::before\" не могат да бъдат стилизирани тук", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Добавете клас или id преди състоянието, например .button:hover", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Създава \"{0}\" - редакциите се прилагат в състояние {1}", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Добавя клас \"{0}\" към този елемент и стилизира неговото състояние {1}", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Присвоява на този елемент ID „{0}“ и стилизира неговото {1} състояние", + "LIVE_DEV_STYLER_STATE": "Състояние", + "LIVE_DEV_STYLER_STATE_PICK": "Редактиране на състояние (при посочване, при фокус, …)", + "LIVE_DEV_STYLER_STATE_NORMAL": "Нормално", + "LIVE_DEV_STYLER_STATE_BANNER": "Редактиране на състояние {0} — промените се отнасят само за {0}", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Първо добавете клас или ID на този елемент, за да има къде да се приложи състоянието", + "LIVE_DEV_STYLER_STATE_HOVER": "При посочване", + "LIVE_DEV_STYLER_STATE_FOCUS": "При фокус", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Активно", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Фокус в елемента", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Видим фокус", + "LIVE_DEV_STYLER_STATE_VISITED": "Посетен", + "LIVE_DEV_STYLER_STATE_TARGET": "Целеви", + "LIVE_DEV_STYLER_STATE_CHECKED": "Маркиран", + "LIVE_DEV_STYLER_STATE_DISABLED": "Деактивиран", + "LIVE_DEV_STYLER_STATE_ENABLED": "Активиран", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Показан плейсхолдър" }); \ No newline at end of file diff --git a/src/nls/cs/lastTranslated.json b/src/nls/cs/lastTranslated.json index 70137f6f2f..44d3da3000 100644 --- a/src/nls/cs/lastTranslated.json +++ b/src/nls/cs/lastTranslated.json @@ -1578,11 +1578,6 @@ "LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element", "LIVE_DEV_DETACHED_REPLACED_WITH_DEVTOOLS": "Live Preview was canceled because the browser's developer tools were opened", "LIVE_DEV_DETACHED_TARGET_CLOSED": "Live Preview was canceled because the page was closed in the browser", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Got it", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Add new HTML elements", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Edit tag, classes, ID and attributes", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Read docs", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Two new ways to edit", "LIVE_DEV_ELEMENT_PROPS_ADD_ATTR": "+ add attribute", "LIVE_DEV_ELEMENT_PROPS_ADD_CLASS": "+ add class", "LIVE_DEV_ELEMENT_PROPS_ATTRIBUTES": "Attributes", @@ -1825,6 +1820,7 @@ "LIVE_DEV_STYLER_ALIGN_RIGHT": "Align right", "LIVE_DEV_STYLER_ALL_SIDES": "All", "LIVE_DEV_STYLER_APPLIES_TO": "Save changes to", + "LIVE_DEV_STYLER_APPLY_INLINE": "Apply anyway", "LIVE_DEV_STYLER_BACKGROUND": "Background color", "LIVE_DEV_STYLER_BASELINE": "Baseline", "LIVE_DEV_STYLER_BLOCK": "Block", @@ -1884,9 +1880,16 @@ "LIVE_DEV_STYLER_FONT": "Font family", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Custom", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "On this page", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", "LIVE_DEV_STYLER_FONTS_SYSTEM": "System", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Apply", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Type any font name. Google Fonts are added for you; others must already be available.", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "e.g. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Upload a font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Couldn't add that font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Use \"{0}\"", + "LIVE_DEV_STYLER_FORMAT_TAB": "Format", "LIVE_DEV_STYLER_GAP": "Gap", "LIVE_DEV_STYLER_GRID": "Grid", "LIVE_DEV_STYLER_HEIGHT": "Height", @@ -1922,9 +1925,13 @@ "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Another element already has that id - try a class instead", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "That doesn't look like a valid style name - try a class like .card or an id like #hero", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "This doesn't match the selected element, so your edits wouldn't change it", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Styles like \":hover\" can't be edited live here yet", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elements like \"::before\" can't be styled here", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Add a class or id before the state, like .button:hover", "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Saves the style in {0} - styles {1} elements on the page", "LIVE_DEV_STYLER_NEW_SAVES_ONE": "Saves the style in {0} - styles just this element", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Adds class \"{0}\" to this element and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Gives this element the id \"{0}\" and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Creates \"{0}\" - edits apply in the {1} state", "LIVE_DEV_STYLER_NEW_STYLE": "New style…", "LIVE_DEV_STYLER_NEW_STYLE_TITLE": "New style", "LIVE_DEV_STYLER_NONE": "None", @@ -1932,9 +1939,11 @@ "LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found", "LIVE_DEV_STYLER_NO_WRAP": "No Wrap", "LIVE_DEV_STYLER_OFFSET": "Offset", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "On the page", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "On this page", "LIVE_DEV_STYLER_OPACITY": "Opacity", "LIVE_DEV_STYLER_OUTLINE": "Outline", + "LIVE_DEV_STYLER_OVERLINE": "Overline", + "LIVE_DEV_STYLER_OVERRIDDEN": "This change is overridden by a more specific rule", "LIVE_DEV_STYLER_PADDING": "Padding", "LIVE_DEV_STYLER_POSITION": "Position", "LIVE_DEV_STYLER_RADIUS": "Radius", @@ -1957,7 +1966,25 @@ "LIVE_DEV_STYLER_SPACE_BETWEEN": "Space Between", "LIVE_DEV_STYLER_SPACE_EVENLY": "Space Evenly", "LIVE_DEV_STYLER_SPACING": "Margin & padding", + "LIVE_DEV_STYLER_SPACING_TAB": "Spacing", "LIVE_DEV_STYLER_START": "Start", + "LIVE_DEV_STYLER_STATE": "State", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_BANNER": "Editing the {0} state — changes apply only to {0}", + "LIVE_DEV_STYLER_STATE_CHECKED": "Checked", + "LIVE_DEV_STYLER_STATE_DISABLED": "Disabled", + "LIVE_DEV_STYLER_STATE_ENABLED": "Enabled", + "LIVE_DEV_STYLER_STATE_EXIT": "Exit", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Focus visible", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Add a class or id to this element first so the state has somewhere to live", + "LIVE_DEV_STYLER_STATE_PICK": "Edit a state (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder shown", + "LIVE_DEV_STYLER_STATE_TARGET": "Target", + "LIVE_DEV_STYLER_STATE_VISITED": "Visited", "LIVE_DEV_STYLER_STATIC": "Static", "LIVE_DEV_STYLER_STEP_HINT": "Shift + Click: x10\nAlt + Click: x0.1", "LIVE_DEV_STYLER_STICKY": "Sticky", @@ -1965,8 +1992,10 @@ "LIVE_DEV_STYLER_STRIKETHROUGH": "Strikethrough", "LIVE_DEV_STYLER_STYLE": "Style", "LIVE_DEV_STYLER_TARGET_COUNT": "affects {0} on page", + "LIVE_DEV_STYLER_TARGET_CREATE": "New rule in {0}", "LIVE_DEV_STYLER_TARGET_INLINE_HINT": "directly on the element", "LIVE_DEV_STYLER_TEXT_COLOR": "Text color", + "LIVE_DEV_STYLER_TEXT_INDENT": "Text indent", "LIVE_DEV_STYLER_TEXT_STYLE": "Text style", "LIVE_DEV_STYLER_TOP": "Top", "LIVE_DEV_STYLER_UNDERLINE": "Underline", @@ -1974,6 +2003,7 @@ "LIVE_DEV_STYLER_WEIGHT": "Font weight", "LIVE_DEV_STYLER_WEIGHT_BLACK": "Black", "LIVE_DEV_STYLER_WEIGHT_BOLD": "Bold", + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Click to cycle Regular / Bold / Black · Shift-click for all weights", "LIVE_DEV_STYLER_WEIGHT_EXTRA_BOLD": "Extra Bold", "LIVE_DEV_STYLER_WEIGHT_EXTRA_LIGHT": "Extra Light", "LIVE_DEV_STYLER_WEIGHT_LIGHT": "Light", diff --git a/src/nls/cs/strings.js b/src/nls/cs/strings.js index 50d1498be8..d3e09e4dfc 100644 --- a/src/nls/cs/strings.js +++ b/src/nls/cs/strings.js @@ -195,7 +195,6 @@ define({ "LIVE_DEV_STYLER_SEARCH_FONTS": "Hledat písma…", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", "LIVE_DEV_STYLER_FONTS_SYSTEM": "Systémové", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "Na této stránce", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Vlastní", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Použít „{0}“", "LIVE_DEV_STYLER_NO_FONTS_FOUND": "Nenalezena žádná písma", @@ -229,7 +228,6 @@ define({ "LIVE_DEV_STYLER_RADIUS": "Poloměr", "LIVE_DEV_STYLER_WIDTH": "Šířka", "LIVE_DEV_STYLER_COLOR": "Barva", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "Na této stránce", "LIVE_DEV_STYLER_COMMON_COLORS": "Běžné", "LIVE_DEV_STYLER_COLOR_WHITE": "Bílá", "LIVE_DEV_STYLER_COLOR_SILVER": "Stříbrná", @@ -322,10 +320,10 @@ define({ "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Uloží styl do {0} – styluje {1} prvků na stránce", "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Jiný prvek již má toto ID – zkuste místo toho použít třídu", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "Toto neodpovídá vybranému prvku, takže vaše úpravy by ho nezměnily", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Styly jako „:hover“ zde zatím nelze živě upravovat", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "Toto nevypadá jako platný název stylu – zkuste třídu jako .card nebo ID jako #hero", "LIVE_DEV_STYLER_CREATE": "Vytvořit", "LIVE_DEV_STYLER_SELECTOR_PLACEHOLDER": "např. .card nebo #hero", + "LIVE_DEV_STYLER_STATE_EXIT": "Konec", "LIVE_DEV_STYLER_HEIGHT": "Výška", "LIVE_DEV_STYLER_SIZE_TAB": "Velikost", "LIVE_DEV_STYLER_MIN_WIDTH": "Min. šířka", @@ -359,11 +357,6 @@ define({ "LIVE_DEV_EMPTY_CANVAS_LABEL": "Vaše stránka je prázdná — přidejte prvek", "LIVE_DEV_EMPTY_CANVAS_ADD": "Přidat první prvek", "LIVE_DEV_EMPTY_CANVAS_COLLAPSE": "Sbalit", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Dva nové způsoby úprav", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Přidávejte nové HTML elementy", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Upravujte tag, třídy, ID a atributy", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Rozumím", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Přečíst dokumentaci", "LIVE_DEV_IMAGE_GALLERY_USE_IMAGE": "Stáhnout obrázek", "LIVE_DEV_IMAGE_GALLERY_SELECT_DOWNLOAD_FOLDER": "Vybrat složku pro stažení obrázků", "LIVE_DEV_IMAGE_GALLERY_SEARCH_PLACEHOLDER": "Hledat obrázky…", @@ -1357,6 +1350,8 @@ define({ "CMD_JUMPTO_DEFINITION": "Přejít na definici", "CMD_SHOW_PARAMETER_HINT": "Zobrazit nápovědu parametru", "NO_ARGUMENTS": "<žádné parametry>", + "CODE_HINT_IMPORT_FROM_N": "{0} importů…", + "CODE_HINT_IMPORT_CHOOSE": "Vyberte, ze kterého z {0} modulů chcete importovat {1}.", "DETECTED_EXCLUSION_TITLE": "Inferenční problém JavaScript souboru", "DETECTED_EXCLUSION_INFO": "{APP_NAME} narazil na problém při zpracování {0}.

Tento soubor již nebude zpracováván pro nápovědy kódu, Přejít na definici nebo Rychlou úpravu. Chcete-li tento soubor znovu povolit, otevřete .phcode.json ve svém projektu a upravte jscodehints.detectedExclusions.

Pravděpodobně se jedná o chybu v {APP_NAME}. Pokud můžete poskytnout kopii tohoto souboru, nahlaste prosím chybu s odkazem na soubor zde uvedený.", "CMD_REFACTOR": "Refaktorovat", @@ -2461,6 +2456,41 @@ define({ "DEMO_JS_BUTTON_START_AGAIN": "Začít znovu", "DEMO_JS_CARD_COUNT_TEMPLATE": "{NUM_DONE}/3 karet", "DEMO_JS_DELETE_COUNT_TEMPLATE": "{NUM_DONE}/1 smazáno", - "CODE_HINT_IMPORT_FROM_N": "{0} importů…", - "CODE_HINT_IMPORT_CHOOSE": "Vyberte, ze kterého z {0} modulů chcete importovat {1}." + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Kliknutím přepínáte Regular / Tučné / Black · Shift+kliknutí pro všechny tloušťky", + "LIVE_DEV_STYLER_OVERRIDDEN": "Tato změna je přepsána specifičtějším pravidlem", + "LIVE_DEV_STYLER_APPLY_INLINE": "Přesto použít", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Ručně", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "např. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Použít", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Zadejte název libovolného písma. Písma z Google Fonts se přidají automaticky, ostatní již musí být k dispozici.", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Nahrát soubor s písmem", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Nepodařilo se přidat tento soubor s písmem", + "LIVE_DEV_STYLER_TEXT_INDENT": "Odsazení textu", + "LIVE_DEV_STYLER_FORMAT_TAB": "Formát", + "LIVE_DEV_STYLER_SPACING_TAB": "Mezery", + "LIVE_DEV_STYLER_OVERLINE": "Nadtržení", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "Na této stránce", + "LIVE_DEV_STYLER_TARGET_CREATE": "Nové pravidlo v {0}", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudoelementy jako „::before“ zde nelze stylovat", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Před stav přidejte třídu nebo ID, například .button:hover", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Vytvoří „{0}“ – úpravy se projeví ve stavu {1}", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Přidá třídu „{0}“ k tomuto prvku a ostyluje jeho stav {1}", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Přiřadí tomuto prvku ID „{0}“ a upraví styl jeho stavu {1}", + "LIVE_DEV_STYLER_STATE": "Stav", + "LIVE_DEV_STYLER_STATE_PICK": "Upravit stav (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normální", + "LIVE_DEV_STYLER_STATE_BANNER": "Úprava stavu {0} — změny se projeví pouze pro stav {0}", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Nejprve tomuto prvku přidejte třídu nebo ID, aby bylo kam stav umístit", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Viditelný fokus", + "LIVE_DEV_STYLER_STATE_VISITED": "Navštíveno", + "LIVE_DEV_STYLER_STATE_TARGET": "Cíl", + "LIVE_DEV_STYLER_STATE_CHECKED": "Označeno", + "LIVE_DEV_STYLER_STATE_DISABLED": "Zakázáno", + "LIVE_DEV_STYLER_STATE_ENABLED": "Povoleno", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Zobrazený placeholder" }); \ No newline at end of file diff --git a/src/nls/da/lastTranslated.json b/src/nls/da/lastTranslated.json index 70137f6f2f..44d3da3000 100644 --- a/src/nls/da/lastTranslated.json +++ b/src/nls/da/lastTranslated.json @@ -1578,11 +1578,6 @@ "LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element", "LIVE_DEV_DETACHED_REPLACED_WITH_DEVTOOLS": "Live Preview was canceled because the browser's developer tools were opened", "LIVE_DEV_DETACHED_TARGET_CLOSED": "Live Preview was canceled because the page was closed in the browser", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Got it", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Add new HTML elements", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Edit tag, classes, ID and attributes", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Read docs", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Two new ways to edit", "LIVE_DEV_ELEMENT_PROPS_ADD_ATTR": "+ add attribute", "LIVE_DEV_ELEMENT_PROPS_ADD_CLASS": "+ add class", "LIVE_DEV_ELEMENT_PROPS_ATTRIBUTES": "Attributes", @@ -1825,6 +1820,7 @@ "LIVE_DEV_STYLER_ALIGN_RIGHT": "Align right", "LIVE_DEV_STYLER_ALL_SIDES": "All", "LIVE_DEV_STYLER_APPLIES_TO": "Save changes to", + "LIVE_DEV_STYLER_APPLY_INLINE": "Apply anyway", "LIVE_DEV_STYLER_BACKGROUND": "Background color", "LIVE_DEV_STYLER_BASELINE": "Baseline", "LIVE_DEV_STYLER_BLOCK": "Block", @@ -1884,9 +1880,16 @@ "LIVE_DEV_STYLER_FONT": "Font family", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Custom", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "On this page", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", "LIVE_DEV_STYLER_FONTS_SYSTEM": "System", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Apply", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Type any font name. Google Fonts are added for you; others must already be available.", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "e.g. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Upload a font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Couldn't add that font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Use \"{0}\"", + "LIVE_DEV_STYLER_FORMAT_TAB": "Format", "LIVE_DEV_STYLER_GAP": "Gap", "LIVE_DEV_STYLER_GRID": "Grid", "LIVE_DEV_STYLER_HEIGHT": "Height", @@ -1922,9 +1925,13 @@ "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Another element already has that id - try a class instead", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "That doesn't look like a valid style name - try a class like .card or an id like #hero", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "This doesn't match the selected element, so your edits wouldn't change it", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Styles like \":hover\" can't be edited live here yet", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elements like \"::before\" can't be styled here", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Add a class or id before the state, like .button:hover", "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Saves the style in {0} - styles {1} elements on the page", "LIVE_DEV_STYLER_NEW_SAVES_ONE": "Saves the style in {0} - styles just this element", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Adds class \"{0}\" to this element and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Gives this element the id \"{0}\" and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Creates \"{0}\" - edits apply in the {1} state", "LIVE_DEV_STYLER_NEW_STYLE": "New style…", "LIVE_DEV_STYLER_NEW_STYLE_TITLE": "New style", "LIVE_DEV_STYLER_NONE": "None", @@ -1932,9 +1939,11 @@ "LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found", "LIVE_DEV_STYLER_NO_WRAP": "No Wrap", "LIVE_DEV_STYLER_OFFSET": "Offset", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "On the page", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "On this page", "LIVE_DEV_STYLER_OPACITY": "Opacity", "LIVE_DEV_STYLER_OUTLINE": "Outline", + "LIVE_DEV_STYLER_OVERLINE": "Overline", + "LIVE_DEV_STYLER_OVERRIDDEN": "This change is overridden by a more specific rule", "LIVE_DEV_STYLER_PADDING": "Padding", "LIVE_DEV_STYLER_POSITION": "Position", "LIVE_DEV_STYLER_RADIUS": "Radius", @@ -1957,7 +1966,25 @@ "LIVE_DEV_STYLER_SPACE_BETWEEN": "Space Between", "LIVE_DEV_STYLER_SPACE_EVENLY": "Space Evenly", "LIVE_DEV_STYLER_SPACING": "Margin & padding", + "LIVE_DEV_STYLER_SPACING_TAB": "Spacing", "LIVE_DEV_STYLER_START": "Start", + "LIVE_DEV_STYLER_STATE": "State", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_BANNER": "Editing the {0} state — changes apply only to {0}", + "LIVE_DEV_STYLER_STATE_CHECKED": "Checked", + "LIVE_DEV_STYLER_STATE_DISABLED": "Disabled", + "LIVE_DEV_STYLER_STATE_ENABLED": "Enabled", + "LIVE_DEV_STYLER_STATE_EXIT": "Exit", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Focus visible", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Add a class or id to this element first so the state has somewhere to live", + "LIVE_DEV_STYLER_STATE_PICK": "Edit a state (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder shown", + "LIVE_DEV_STYLER_STATE_TARGET": "Target", + "LIVE_DEV_STYLER_STATE_VISITED": "Visited", "LIVE_DEV_STYLER_STATIC": "Static", "LIVE_DEV_STYLER_STEP_HINT": "Shift + Click: x10\nAlt + Click: x0.1", "LIVE_DEV_STYLER_STICKY": "Sticky", @@ -1965,8 +1992,10 @@ "LIVE_DEV_STYLER_STRIKETHROUGH": "Strikethrough", "LIVE_DEV_STYLER_STYLE": "Style", "LIVE_DEV_STYLER_TARGET_COUNT": "affects {0} on page", + "LIVE_DEV_STYLER_TARGET_CREATE": "New rule in {0}", "LIVE_DEV_STYLER_TARGET_INLINE_HINT": "directly on the element", "LIVE_DEV_STYLER_TEXT_COLOR": "Text color", + "LIVE_DEV_STYLER_TEXT_INDENT": "Text indent", "LIVE_DEV_STYLER_TEXT_STYLE": "Text style", "LIVE_DEV_STYLER_TOP": "Top", "LIVE_DEV_STYLER_UNDERLINE": "Underline", @@ -1974,6 +2003,7 @@ "LIVE_DEV_STYLER_WEIGHT": "Font weight", "LIVE_DEV_STYLER_WEIGHT_BLACK": "Black", "LIVE_DEV_STYLER_WEIGHT_BOLD": "Bold", + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Click to cycle Regular / Bold / Black · Shift-click for all weights", "LIVE_DEV_STYLER_WEIGHT_EXTRA_BOLD": "Extra Bold", "LIVE_DEV_STYLER_WEIGHT_EXTRA_LIGHT": "Extra Light", "LIVE_DEV_STYLER_WEIGHT_LIGHT": "Light", diff --git a/src/nls/da/strings.js b/src/nls/da/strings.js index 83e526d723..66d5dd2f59 100644 --- a/src/nls/da/strings.js +++ b/src/nls/da/strings.js @@ -195,7 +195,6 @@ define({ "LIVE_DEV_STYLER_SEARCH_FONTS": "Søg efter skrifttyper…", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", "LIVE_DEV_STYLER_FONTS_SYSTEM": "System", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "På denne side", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Brugerdefineret", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Brug \"{0}\"", "LIVE_DEV_STYLER_NO_FONTS_FOUND": "Ingen skrifttyper fundet", @@ -229,7 +228,6 @@ define({ "LIVE_DEV_STYLER_RADIUS": "Radius", "LIVE_DEV_STYLER_WIDTH": "Bredde", "LIVE_DEV_STYLER_COLOR": "Farve", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "På siden", "LIVE_DEV_STYLER_COMMON_COLORS": "Almindelige", "LIVE_DEV_STYLER_COLOR_WHITE": "Hvid", "LIVE_DEV_STYLER_COLOR_SILVER": "Sølv", @@ -322,10 +320,10 @@ define({ "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Gemmer stilen i {0} - styler {1} elementer på siden", "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Et andet element har allerede det id - prøv en klasse i stedet", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "Dette matcher ikke det valgte element, så dine redigeringer vil ikke ændre det", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Stilarter som \":hover\" kan endnu ikke redigeres live her", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "Det ligner ikke et gyldigt stilnavn - prøv en klasse som .card eller et id som #hero", "LIVE_DEV_STYLER_CREATE": "Opret", "LIVE_DEV_STYLER_SELECTOR_PLACEHOLDER": "f.eks. .card eller #hero", + "LIVE_DEV_STYLER_STATE_EXIT": "Afslut", "LIVE_DEV_STYLER_HEIGHT": "Højde", "LIVE_DEV_STYLER_SIZE_TAB": "Størrelse", "LIVE_DEV_STYLER_MIN_WIDTH": "Min. bredde", @@ -359,11 +357,6 @@ define({ "LIVE_DEV_EMPTY_CANVAS_LABEL": "Din side er tom — tilføj et element", "LIVE_DEV_EMPTY_CANVAS_ADD": "Tilføj dit første element", "LIVE_DEV_EMPTY_CANVAS_COLLAPSE": "Fold sammen", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "To nye måder at redigere på", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Tilføj nye HTML-elementer", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Rediger tag, klasser, ID og attributter", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Forstået", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Læs dokumentation", "LIVE_DEV_IMAGE_GALLERY_USE_IMAGE": "Download billede", "LIVE_DEV_IMAGE_GALLERY_SELECT_DOWNLOAD_FOLDER": "Vælg mappe til download af billeder", "LIVE_DEV_IMAGE_GALLERY_SEARCH_PLACEHOLDER": "Søg efter billeder…", @@ -1357,6 +1350,8 @@ define({ "CMD_JUMPTO_DEFINITION": "Gå til definition", "CMD_SHOW_PARAMETER_HINT": "Vis parameterhjælp", "NO_ARGUMENTS": "", + "CODE_HINT_IMPORT_FROM_N": "{0} importer…", + "CODE_HINT_IMPORT_CHOOSE": "Vælg, hvilket af de {0} moduler {1} skal importeres fra.", "DETECTED_EXCLUSION_TITLE": "Problem med JavaScript-filinferens", "DETECTED_EXCLUSION_INFO": "{APP_NAME} stødte på problemer med at behandle {0}.

Denne fil vil ikke længere blive behandlet for kodetips, Gå til definition eller Hurtig redigering. For at genaktivere denne fil skal du åbne .phcode.json i dit projekt og redigere jscodehints.detectedExclusions.

Dette er sandsynligvis en fejl i {APP_NAME}. Hvis du kan give en kopi af denne fil, bedes du indberette en fejl med et link til filen, der er nævnt her.", "CMD_REFACTOR": "Refaktorér", @@ -2461,6 +2456,41 @@ define({ "DEMO_JS_BUTTON_START_AGAIN": "Start forfra", "DEMO_JS_CARD_COUNT_TEMPLATE": "{NUM_DONE}/3 kort", "DEMO_JS_DELETE_COUNT_TEMPLATE": "{NUM_DONE}/1 slettet", - "CODE_HINT_IMPORT_FROM_N": "{0} importer…", - "CODE_HINT_IMPORT_CHOOSE": "Vælg, hvilket af de {0} moduler {1} skal importeres fra." + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Klik for at skifte mellem Normal / Fed / Sort · Shift-klik for alle tykkelser", + "LIVE_DEV_STYLER_OVERRIDDEN": "Denne ændring er tilsidesat af en mere specifik regel", + "LIVE_DEV_STYLER_APPLY_INLINE": "Anvend alligevel", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manuel", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "f.eks. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Anvend", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Indtast et skrifttypenavn. Google Fonts tilføjes for dig; andre skal allerede være tilgængelige.", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Upload en skrifttypefil", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Kunne ikke tilføje den skrifttypefil", + "LIVE_DEV_STYLER_TEXT_INDENT": "Tekstindrykning", + "LIVE_DEV_STYLER_FORMAT_TAB": "Formatering", + "LIVE_DEV_STYLER_SPACING_TAB": "Afstand", + "LIVE_DEV_STYLER_OVERLINE": "Overlinje", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "På denne side", + "LIVE_DEV_STYLER_TARGET_CREATE": "Ny regel i {0}", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elementer som \"::before\" kan ikke styles her", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Tilføj en klasse eller et id før tilstanden, f.eks. .button:hover", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Opretter \"{0}\" - redigeringer anvendes i {1}-tilstanden", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Tilføjer klassen \"{0}\" til dette element og styler dets {1}-tilstand", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Giver dette element id'et \"{0}\" og styler dets {1}-tilstand", + "LIVE_DEV_STYLER_STATE": "Tilstand", + "LIVE_DEV_STYLER_STATE_PICK": "Rediger en tilstand (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_BANNER": "Redigerer {0}-tilstand — ændringer gælder kun for {0}", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Tilføj først en klasse eller et id til dette element, så tilstanden har et sted at bo", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Fokus synlig", + "LIVE_DEV_STYLER_STATE_VISITED": "Besøgt", + "LIVE_DEV_STYLER_STATE_TARGET": "Målrettet", + "LIVE_DEV_STYLER_STATE_CHECKED": "Markeret", + "LIVE_DEV_STYLER_STATE_DISABLED": "Deaktiveret", + "LIVE_DEV_STYLER_STATE_ENABLED": "Aktiveret", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Pladsholder vist" }); \ No newline at end of file diff --git a/src/nls/de/lastTranslated.json b/src/nls/de/lastTranslated.json index 70137f6f2f..44d3da3000 100644 --- a/src/nls/de/lastTranslated.json +++ b/src/nls/de/lastTranslated.json @@ -1578,11 +1578,6 @@ "LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element", "LIVE_DEV_DETACHED_REPLACED_WITH_DEVTOOLS": "Live Preview was canceled because the browser's developer tools were opened", "LIVE_DEV_DETACHED_TARGET_CLOSED": "Live Preview was canceled because the page was closed in the browser", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Got it", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Add new HTML elements", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Edit tag, classes, ID and attributes", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Read docs", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Two new ways to edit", "LIVE_DEV_ELEMENT_PROPS_ADD_ATTR": "+ add attribute", "LIVE_DEV_ELEMENT_PROPS_ADD_CLASS": "+ add class", "LIVE_DEV_ELEMENT_PROPS_ATTRIBUTES": "Attributes", @@ -1825,6 +1820,7 @@ "LIVE_DEV_STYLER_ALIGN_RIGHT": "Align right", "LIVE_DEV_STYLER_ALL_SIDES": "All", "LIVE_DEV_STYLER_APPLIES_TO": "Save changes to", + "LIVE_DEV_STYLER_APPLY_INLINE": "Apply anyway", "LIVE_DEV_STYLER_BACKGROUND": "Background color", "LIVE_DEV_STYLER_BASELINE": "Baseline", "LIVE_DEV_STYLER_BLOCK": "Block", @@ -1884,9 +1880,16 @@ "LIVE_DEV_STYLER_FONT": "Font family", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Custom", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "On this page", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", "LIVE_DEV_STYLER_FONTS_SYSTEM": "System", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Apply", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Type any font name. Google Fonts are added for you; others must already be available.", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "e.g. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Upload a font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Couldn't add that font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Use \"{0}\"", + "LIVE_DEV_STYLER_FORMAT_TAB": "Format", "LIVE_DEV_STYLER_GAP": "Gap", "LIVE_DEV_STYLER_GRID": "Grid", "LIVE_DEV_STYLER_HEIGHT": "Height", @@ -1922,9 +1925,13 @@ "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Another element already has that id - try a class instead", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "That doesn't look like a valid style name - try a class like .card or an id like #hero", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "This doesn't match the selected element, so your edits wouldn't change it", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Styles like \":hover\" can't be edited live here yet", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elements like \"::before\" can't be styled here", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Add a class or id before the state, like .button:hover", "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Saves the style in {0} - styles {1} elements on the page", "LIVE_DEV_STYLER_NEW_SAVES_ONE": "Saves the style in {0} - styles just this element", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Adds class \"{0}\" to this element and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Gives this element the id \"{0}\" and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Creates \"{0}\" - edits apply in the {1} state", "LIVE_DEV_STYLER_NEW_STYLE": "New style…", "LIVE_DEV_STYLER_NEW_STYLE_TITLE": "New style", "LIVE_DEV_STYLER_NONE": "None", @@ -1932,9 +1939,11 @@ "LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found", "LIVE_DEV_STYLER_NO_WRAP": "No Wrap", "LIVE_DEV_STYLER_OFFSET": "Offset", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "On the page", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "On this page", "LIVE_DEV_STYLER_OPACITY": "Opacity", "LIVE_DEV_STYLER_OUTLINE": "Outline", + "LIVE_DEV_STYLER_OVERLINE": "Overline", + "LIVE_DEV_STYLER_OVERRIDDEN": "This change is overridden by a more specific rule", "LIVE_DEV_STYLER_PADDING": "Padding", "LIVE_DEV_STYLER_POSITION": "Position", "LIVE_DEV_STYLER_RADIUS": "Radius", @@ -1957,7 +1966,25 @@ "LIVE_DEV_STYLER_SPACE_BETWEEN": "Space Between", "LIVE_DEV_STYLER_SPACE_EVENLY": "Space Evenly", "LIVE_DEV_STYLER_SPACING": "Margin & padding", + "LIVE_DEV_STYLER_SPACING_TAB": "Spacing", "LIVE_DEV_STYLER_START": "Start", + "LIVE_DEV_STYLER_STATE": "State", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_BANNER": "Editing the {0} state — changes apply only to {0}", + "LIVE_DEV_STYLER_STATE_CHECKED": "Checked", + "LIVE_DEV_STYLER_STATE_DISABLED": "Disabled", + "LIVE_DEV_STYLER_STATE_ENABLED": "Enabled", + "LIVE_DEV_STYLER_STATE_EXIT": "Exit", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Focus visible", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Add a class or id to this element first so the state has somewhere to live", + "LIVE_DEV_STYLER_STATE_PICK": "Edit a state (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder shown", + "LIVE_DEV_STYLER_STATE_TARGET": "Target", + "LIVE_DEV_STYLER_STATE_VISITED": "Visited", "LIVE_DEV_STYLER_STATIC": "Static", "LIVE_DEV_STYLER_STEP_HINT": "Shift + Click: x10\nAlt + Click: x0.1", "LIVE_DEV_STYLER_STICKY": "Sticky", @@ -1965,8 +1992,10 @@ "LIVE_DEV_STYLER_STRIKETHROUGH": "Strikethrough", "LIVE_DEV_STYLER_STYLE": "Style", "LIVE_DEV_STYLER_TARGET_COUNT": "affects {0} on page", + "LIVE_DEV_STYLER_TARGET_CREATE": "New rule in {0}", "LIVE_DEV_STYLER_TARGET_INLINE_HINT": "directly on the element", "LIVE_DEV_STYLER_TEXT_COLOR": "Text color", + "LIVE_DEV_STYLER_TEXT_INDENT": "Text indent", "LIVE_DEV_STYLER_TEXT_STYLE": "Text style", "LIVE_DEV_STYLER_TOP": "Top", "LIVE_DEV_STYLER_UNDERLINE": "Underline", @@ -1974,6 +2003,7 @@ "LIVE_DEV_STYLER_WEIGHT": "Font weight", "LIVE_DEV_STYLER_WEIGHT_BLACK": "Black", "LIVE_DEV_STYLER_WEIGHT_BOLD": "Bold", + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Click to cycle Regular / Bold / Black · Shift-click for all weights", "LIVE_DEV_STYLER_WEIGHT_EXTRA_BOLD": "Extra Bold", "LIVE_DEV_STYLER_WEIGHT_EXTRA_LIGHT": "Extra Light", "LIVE_DEV_STYLER_WEIGHT_LIGHT": "Light", diff --git a/src/nls/de/strings.js b/src/nls/de/strings.js index 0c25dddf03..310298182e 100644 --- a/src/nls/de/strings.js +++ b/src/nls/de/strings.js @@ -195,7 +195,6 @@ define({ "LIVE_DEV_STYLER_SEARCH_FONTS": "Schriftarten suchen…", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", "LIVE_DEV_STYLER_FONTS_SYSTEM": "System", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "Auf dieser Seite", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Benutzerdefiniert", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "\"{0}\" verwenden", "LIVE_DEV_STYLER_NO_FONTS_FOUND": "Keine Schriftarten gefunden", @@ -229,7 +228,6 @@ define({ "LIVE_DEV_STYLER_RADIUS": "Radius", "LIVE_DEV_STYLER_WIDTH": "Breite", "LIVE_DEV_STYLER_COLOR": "Farbe", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "Auf dieser Seite", "LIVE_DEV_STYLER_COMMON_COLORS": "Allgemein", "LIVE_DEV_STYLER_COLOR_WHITE": "Weiß", "LIVE_DEV_STYLER_COLOR_SILVER": "Silber", @@ -322,10 +320,10 @@ define({ "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Speichert den Stil in {0} – formatiert {1} Elemente auf der Seite", "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Ein anderes Element hat bereits diese ID – versuchen Sie es stattdessen mit einer Klasse", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "Dies stimmt nicht mit dem ausgewählten Element überein, daher würden Ihre Bearbeitungen es nicht beeinflussen", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Stile wie „:hover“ können hier noch nicht live bearbeitet werden", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "Das sieht nicht wie ein gültiger Stilname aus – versuchen Sie es mit einer Klasse wie .card oder einer ID wie #hero", "LIVE_DEV_STYLER_CREATE": "Erstellen", "LIVE_DEV_STYLER_SELECTOR_PLACEHOLDER": "z. B. .card oder #hero", + "LIVE_DEV_STYLER_STATE_EXIT": "Beenden", "LIVE_DEV_STYLER_HEIGHT": "Höhe", "LIVE_DEV_STYLER_SIZE_TAB": "Größe", "LIVE_DEV_STYLER_MIN_WIDTH": "Min. Breite", @@ -359,11 +357,6 @@ define({ "LIVE_DEV_EMPTY_CANVAS_LABEL": "Ihre Seite ist leer – fügen Sie ein Element hinzu", "LIVE_DEV_EMPTY_CANVAS_ADD": "Erstes Element hinzufügen", "LIVE_DEV_EMPTY_CANVAS_COLLAPSE": "Einklappen", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Zwei neue Wege zum Bearbeiten", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Neue HTML-Elemente hinzufügen", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Tag, Klassen, ID und Attribute bearbeiten", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Verstanden", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Dokumentation lesen", "LIVE_DEV_IMAGE_GALLERY_USE_IMAGE": "Bild herunterladen", "LIVE_DEV_IMAGE_GALLERY_SELECT_DOWNLOAD_FOLDER": "Download-Ordner für Bilder auswählen", "LIVE_DEV_IMAGE_GALLERY_SEARCH_PLACEHOLDER": "Bilder suchen…", @@ -1357,6 +1350,8 @@ define({ "CMD_JUMPTO_DEFINITION": "Gehe zu Definition", "CMD_SHOW_PARAMETER_HINT": "Parameter-Hinweis anzeigen", "NO_ARGUMENTS": "", + "CODE_HINT_IMPORT_FROM_N": "{0} Importe…", + "CODE_HINT_IMPORT_CHOOSE": "Wählen Sie, aus welchem der {0} Module {1} importiert werden soll.", "DETECTED_EXCLUSION_TITLE": "Problem mit einer JavaScript-Datei", "DETECTED_EXCLUSION_INFO": "{APP_NAME} hatte Probleme bei der Verarbeitung von {0}.

Diese Datei wird nicht mehr für Codehinweise, \"Zur Definition springen\" oder \"Schnellbearbeitung\" verarbeitet. Um diese Datei wieder zu aktivieren, öffnen Sie .phcode.json in Ihrem Projekt und bearbeiten Sie jscodehints.detectedExclusions.

Dies ist wahrscheinlich ein Fehler in {APP_NAME}. Wenn Sie eine Kopie dieser Datei zur Verfügung stellen können, melden Sie bitte einen Fehler mit einem Link zu der hier genannten Datei.", "CMD_REFACTOR": "Refaktorieren", @@ -2461,6 +2456,41 @@ define({ "DEMO_JS_BUTTON_START_AGAIN": "Erneut starten", "DEMO_JS_CARD_COUNT_TEMPLATE": "{NUM_DONE}/3 Karten", "DEMO_JS_DELETE_COUNT_TEMPLATE": "{NUM_DONE}/1 gelöscht", - "CODE_HINT_IMPORT_FROM_N": "{0} Importe…", - "CODE_HINT_IMPORT_CHOOSE": "Wählen Sie, aus welchem der {0} Module {1} importiert werden soll." + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Klicken zum Wechseln zwischen Normal / Fett / Schwarz · Umschalt+Klick für alle Schriftstärken", + "LIVE_DEV_STYLER_OVERRIDDEN": "Diese Änderung wird durch eine spezifischere Regel überschrieben", + "LIVE_DEV_STYLER_APPLY_INLINE": "Trotzdem anwenden", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manuell", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "z. B. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Anwenden", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Geben Sie einen beliebigen Schriftartnamen ein. Google Fonts werden für Sie hinzugefügt; andere müssen bereits verfügbar sein.", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Eine Schriftartdatei hochladen", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Die Schriftartdatei konnte nicht hinzugefügt werden", + "LIVE_DEV_STYLER_TEXT_INDENT": "Texteinzug", + "LIVE_DEV_STYLER_FORMAT_TAB": "Formatierung", + "LIVE_DEV_STYLER_SPACING_TAB": "Abstand", + "LIVE_DEV_STYLER_OVERLINE": "Überstrichen", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "Auf dieser Seite", + "LIVE_DEV_STYLER_TARGET_CREATE": "Neue Regel in {0}", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-Elemente wie „::before“ können hier nicht gestaltet werden.", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Fügen Sie vor dem Zustand eine Klasse oder ID hinzu, z. B. .button:hover.", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Erstellt „{0}“ – Änderungen gelten für den {1}-Zustand.", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Fügt diesem Element die Klasse „{0}“ hinzu und gestaltet dessen {1}-Zustand.", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Gibt diesem Element die ID „{0}“ und gestaltet seinen {1}-Zustand", + "LIVE_DEV_STYLER_STATE": "Zustand", + "LIVE_DEV_STYLER_STATE_PICK": "Einen Zustand bearbeiten (Hover, Fokus, …)", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_BANNER": "Bearbeitung des {0}-Zustands — Änderungen gelten nur für {0}", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Fügen Sie diesem Element zuerst eine Klasse oder ID hinzu, damit der Zustand eine Basis hat", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_FOCUS": "Fokus", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Aktiv", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Fokus innerhalb", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Fokus sichtbar", + "LIVE_DEV_STYLER_STATE_VISITED": "Besucht", + "LIVE_DEV_STYLER_STATE_TARGET": "Ziel", + "LIVE_DEV_STYLER_STATE_CHECKED": "Ausgewählt", + "LIVE_DEV_STYLER_STATE_DISABLED": "Deaktiviert", + "LIVE_DEV_STYLER_STATE_ENABLED": "Aktiviert", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Platzhalter angezeigt" }); \ No newline at end of file diff --git a/src/nls/el/lastTranslated.json b/src/nls/el/lastTranslated.json index 70137f6f2f..44d3da3000 100644 --- a/src/nls/el/lastTranslated.json +++ b/src/nls/el/lastTranslated.json @@ -1578,11 +1578,6 @@ "LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element", "LIVE_DEV_DETACHED_REPLACED_WITH_DEVTOOLS": "Live Preview was canceled because the browser's developer tools were opened", "LIVE_DEV_DETACHED_TARGET_CLOSED": "Live Preview was canceled because the page was closed in the browser", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Got it", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Add new HTML elements", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Edit tag, classes, ID and attributes", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Read docs", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Two new ways to edit", "LIVE_DEV_ELEMENT_PROPS_ADD_ATTR": "+ add attribute", "LIVE_DEV_ELEMENT_PROPS_ADD_CLASS": "+ add class", "LIVE_DEV_ELEMENT_PROPS_ATTRIBUTES": "Attributes", @@ -1825,6 +1820,7 @@ "LIVE_DEV_STYLER_ALIGN_RIGHT": "Align right", "LIVE_DEV_STYLER_ALL_SIDES": "All", "LIVE_DEV_STYLER_APPLIES_TO": "Save changes to", + "LIVE_DEV_STYLER_APPLY_INLINE": "Apply anyway", "LIVE_DEV_STYLER_BACKGROUND": "Background color", "LIVE_DEV_STYLER_BASELINE": "Baseline", "LIVE_DEV_STYLER_BLOCK": "Block", @@ -1884,9 +1880,16 @@ "LIVE_DEV_STYLER_FONT": "Font family", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Custom", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "On this page", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", "LIVE_DEV_STYLER_FONTS_SYSTEM": "System", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Apply", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Type any font name. Google Fonts are added for you; others must already be available.", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "e.g. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Upload a font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Couldn't add that font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Use \"{0}\"", + "LIVE_DEV_STYLER_FORMAT_TAB": "Format", "LIVE_DEV_STYLER_GAP": "Gap", "LIVE_DEV_STYLER_GRID": "Grid", "LIVE_DEV_STYLER_HEIGHT": "Height", @@ -1922,9 +1925,13 @@ "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Another element already has that id - try a class instead", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "That doesn't look like a valid style name - try a class like .card or an id like #hero", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "This doesn't match the selected element, so your edits wouldn't change it", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Styles like \":hover\" can't be edited live here yet", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elements like \"::before\" can't be styled here", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Add a class or id before the state, like .button:hover", "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Saves the style in {0} - styles {1} elements on the page", "LIVE_DEV_STYLER_NEW_SAVES_ONE": "Saves the style in {0} - styles just this element", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Adds class \"{0}\" to this element and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Gives this element the id \"{0}\" and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Creates \"{0}\" - edits apply in the {1} state", "LIVE_DEV_STYLER_NEW_STYLE": "New style…", "LIVE_DEV_STYLER_NEW_STYLE_TITLE": "New style", "LIVE_DEV_STYLER_NONE": "None", @@ -1932,9 +1939,11 @@ "LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found", "LIVE_DEV_STYLER_NO_WRAP": "No Wrap", "LIVE_DEV_STYLER_OFFSET": "Offset", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "On the page", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "On this page", "LIVE_DEV_STYLER_OPACITY": "Opacity", "LIVE_DEV_STYLER_OUTLINE": "Outline", + "LIVE_DEV_STYLER_OVERLINE": "Overline", + "LIVE_DEV_STYLER_OVERRIDDEN": "This change is overridden by a more specific rule", "LIVE_DEV_STYLER_PADDING": "Padding", "LIVE_DEV_STYLER_POSITION": "Position", "LIVE_DEV_STYLER_RADIUS": "Radius", @@ -1957,7 +1966,25 @@ "LIVE_DEV_STYLER_SPACE_BETWEEN": "Space Between", "LIVE_DEV_STYLER_SPACE_EVENLY": "Space Evenly", "LIVE_DEV_STYLER_SPACING": "Margin & padding", + "LIVE_DEV_STYLER_SPACING_TAB": "Spacing", "LIVE_DEV_STYLER_START": "Start", + "LIVE_DEV_STYLER_STATE": "State", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_BANNER": "Editing the {0} state — changes apply only to {0}", + "LIVE_DEV_STYLER_STATE_CHECKED": "Checked", + "LIVE_DEV_STYLER_STATE_DISABLED": "Disabled", + "LIVE_DEV_STYLER_STATE_ENABLED": "Enabled", + "LIVE_DEV_STYLER_STATE_EXIT": "Exit", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Focus visible", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Add a class or id to this element first so the state has somewhere to live", + "LIVE_DEV_STYLER_STATE_PICK": "Edit a state (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder shown", + "LIVE_DEV_STYLER_STATE_TARGET": "Target", + "LIVE_DEV_STYLER_STATE_VISITED": "Visited", "LIVE_DEV_STYLER_STATIC": "Static", "LIVE_DEV_STYLER_STEP_HINT": "Shift + Click: x10\nAlt + Click: x0.1", "LIVE_DEV_STYLER_STICKY": "Sticky", @@ -1965,8 +1992,10 @@ "LIVE_DEV_STYLER_STRIKETHROUGH": "Strikethrough", "LIVE_DEV_STYLER_STYLE": "Style", "LIVE_DEV_STYLER_TARGET_COUNT": "affects {0} on page", + "LIVE_DEV_STYLER_TARGET_CREATE": "New rule in {0}", "LIVE_DEV_STYLER_TARGET_INLINE_HINT": "directly on the element", "LIVE_DEV_STYLER_TEXT_COLOR": "Text color", + "LIVE_DEV_STYLER_TEXT_INDENT": "Text indent", "LIVE_DEV_STYLER_TEXT_STYLE": "Text style", "LIVE_DEV_STYLER_TOP": "Top", "LIVE_DEV_STYLER_UNDERLINE": "Underline", @@ -1974,6 +2003,7 @@ "LIVE_DEV_STYLER_WEIGHT": "Font weight", "LIVE_DEV_STYLER_WEIGHT_BLACK": "Black", "LIVE_DEV_STYLER_WEIGHT_BOLD": "Bold", + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Click to cycle Regular / Bold / Black · Shift-click for all weights", "LIVE_DEV_STYLER_WEIGHT_EXTRA_BOLD": "Extra Bold", "LIVE_DEV_STYLER_WEIGHT_EXTRA_LIGHT": "Extra Light", "LIVE_DEV_STYLER_WEIGHT_LIGHT": "Light", diff --git a/src/nls/el/strings.js b/src/nls/el/strings.js index 9fc4846b19..39e112a726 100644 --- a/src/nls/el/strings.js +++ b/src/nls/el/strings.js @@ -195,7 +195,6 @@ define({ "LIVE_DEV_STYLER_SEARCH_FONTS": "Αναζήτηση γραμματοσειρών…", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", "LIVE_DEV_STYLER_FONTS_SYSTEM": "Συστήματος", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "Σε αυτήν τη σελίδα", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Προσαρμοσμένο", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Χρήση \"{0}\"", "LIVE_DEV_STYLER_NO_FONTS_FOUND": "Δεν βρέθηκαν γραμματοσειρές", @@ -229,7 +228,6 @@ define({ "LIVE_DEV_STYLER_RADIUS": "Ακτίνα", "LIVE_DEV_STYLER_WIDTH": "Πλάτος", "LIVE_DEV_STYLER_COLOR": "Χρώμα", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "Στη σελίδα", "LIVE_DEV_STYLER_COMMON_COLORS": "Κοινά", "LIVE_DEV_STYLER_COLOR_WHITE": "Λευκό", "LIVE_DEV_STYLER_COLOR_SILVER": "Ασημί", @@ -322,10 +320,10 @@ define({ "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Αποθηκεύει το στυλ στο {0} - εφαρμόζει στυλ σε {1} στοιχεία στη σελίδα", "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Ένα άλλο στοιχείο έχει ήδη αυτό το αναγνωριστικό - δοκιμάστε μια κλάση αντ' αυτού", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "Αυτό δεν αντιστοιχεί στο επιλεγμένο στοιχείο, επομένως οι αλλαγές σας δεν θα το επηρεάσουν", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Στυλ όπως το \":hover\" δεν μπορούν ακόμη να επεξεργαστούν ζωντανά εδώ", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "Αυτό δεν φαίνεται να είναι έγκυρο όνομα στυλ - δοκιμάστε μια κλάση όπως .card ή ένα αναγνωριστικό όπως #hero", "LIVE_DEV_STYLER_CREATE": "Δημιουργία", "LIVE_DEV_STYLER_SELECTOR_PLACEHOLDER": "π.χ. .card ή #hero", + "LIVE_DEV_STYLER_STATE_EXIT": "΄Εξοδος", "LIVE_DEV_STYLER_HEIGHT": "Ύψος", "LIVE_DEV_STYLER_SIZE_TAB": "Μέγεθος", "LIVE_DEV_STYLER_MIN_WIDTH": "Ελάχιστο πλάτος", @@ -359,11 +357,6 @@ define({ "LIVE_DEV_EMPTY_CANVAS_LABEL": "Η σελίδα σας είναι κενή — προσθέστε ένα στοιχείο", "LIVE_DEV_EMPTY_CANVAS_ADD": "Προσθέστε το πρώτο σας στοιχείο", "LIVE_DEV_EMPTY_CANVAS_COLLAPSE": "Σύμπτυξη", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Δύο νέοι τρόποι επεξεργασίας", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Προσθήκη νέων στοιχείων HTML", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Επεξεργασία ετικέτας, κλάσεων, ID και χαρακτηριστικών", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Το κατάλαβα", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Ανάγνωση τεκμηρίωσης", "LIVE_DEV_IMAGE_GALLERY_USE_IMAGE": "Λήψη εικόνας", "LIVE_DEV_IMAGE_GALLERY_SELECT_DOWNLOAD_FOLDER": "Επιλέξτε φάκελο λήψης εικόνων", "LIVE_DEV_IMAGE_GALLERY_SEARCH_PLACEHOLDER": "Αναζήτηση εικόνων…", @@ -1357,6 +1350,8 @@ define({ "CMD_JUMPTO_DEFINITION": "Μετάβαση στον Ορισμό", "CMD_SHOW_PARAMETER_HINT": "Προβολή Υποδείξεων Παραμέτρων", "NO_ARGUMENTS": "<χωρίς παραμέτρους>", + "CODE_HINT_IMPORT_FROM_N": "{0} εισαγωγές…", + "CODE_HINT_IMPORT_CHOOSE": "Επιλέξτε από ποια από τις {0} ενότητες να εισαγάγετε το {1}.", "DETECTED_EXCLUSION_TITLE": "Πρόβλημα Συμπερασμού Αρχείου JavaScript", "DETECTED_EXCLUSION_INFO": "Το {APP_NAME} αντιμετώπισε πρόβλημα κατά την επεξεργασία του {0}.

Αυτό το αρχείο δεν θα υποστεί πλέον επεξεργασία για υποδείξεις κώδικα, Μετάβαση σε Ορισμό ή Γρήγορη Επεξεργασία. Για να ενεργοποιήσετε ξανά αυτό το αρχείο, ανοίξτε το .phcode.json στο έργο σας και επεξεργαστείτε το jscodehints.detectedExclusions.

Αυτό είναι πιθανώς ένα σφάλμα του {APP_NAME}. Εάν μπορείτε να δώσετε ένα αντίγραφο αυτού του αρχείου, παρακαλούμε αναφέρετε το σφάλμα με έναν σύνδεσμο προς το αρχείο που αναφέρεται εδώ.", "CMD_REFACTOR": "Ανακατασκευή Κώδικα", @@ -2461,6 +2456,41 @@ define({ "DEMO_JS_BUTTON_START_AGAIN": "Έναρξη από την αρχή", "DEMO_JS_CARD_COUNT_TEMPLATE": "{NUM_DONE}/3 κάρτες", "DEMO_JS_DELETE_COUNT_TEMPLATE": "{NUM_DONE}/1 διαγράφηκε", - "CODE_HINT_IMPORT_FROM_N": "{0} εισαγωγές…", - "CODE_HINT_IMPORT_CHOOSE": "Επιλέξτε από ποια από τις {0} ενότητες να εισαγάγετε το {1}." + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Κλικ για εναλλαγή Κανονικό / Έντονο / Μαύρο · Shift-κλικ για όλα τα πάχη", + "LIVE_DEV_STYLER_OVERRIDDEN": "Αυτή η αλλαγή παρακάμπτεται από έναν πιο συγκεκριμένο κανόνα", + "LIVE_DEV_STYLER_APPLY_INLINE": "Εφαρμογή παρόλα αυτά", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Χειροκίνητα", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "π.χ. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Εφαρμογή", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Πληκτρολογήστε οποιοδήποτε όνομα γραμματοσειράς. Οι Γραμματοσειρές Google προστίθενται για εσάς, οι άλλες πρέπει να είναι ήδη διαθέσιμες.", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Μεταφόρτωση αρχείου γραμματοσειράς", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Αδύνατη η προσθήκη του αρχείου γραμματοσειράς", + "LIVE_DEV_STYLER_TEXT_INDENT": "Εσοχή κειμένου", + "LIVE_DEV_STYLER_FORMAT_TAB": "Μορφοποίηση", + "LIVE_DEV_STYLER_SPACING_TAB": "Διάστιχο", + "LIVE_DEV_STYLER_OVERLINE": "Υπεργράμμιση", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "Σε αυτήν τη σελίδα", + "LIVE_DEV_STYLER_TARGET_CREATE": "Νέος κανόνας στο {0}", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Τα ψευδοστοιχεία όπως το \"::before\" δεν μπορούν να μορφοποιηθούν εδώ", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Προσθέστε μια κλάση ή ένα id πριν από την κατάσταση, όπως .button:hover", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Δημιουργεί το \"{0}\" - οι αλλαγές εφαρμόζονται στην κατάσταση {1}", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Προσθέτει την κλάση \"{0}\" σε αυτό το στοιχείο και μορφοποιεί την κατάστασή του {1}", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Δίνει σε αυτό το στοιχείο το id \"{0}\" και μορφοποιεί την κατάσταση {1} του", + "LIVE_DEV_STYLER_STATE": "Κατάσταση", + "LIVE_DEV_STYLER_STATE_PICK": "Επεξεργασία κατάστασης (κατάδειξη, εστίαση, …)", + "LIVE_DEV_STYLER_STATE_NORMAL": "Κανονική", + "LIVE_DEV_STYLER_STATE_BANNER": "Επεξεργασία της κατάστασης {0} — οι αλλαγές ισχύουν μόνο για την {0}", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Προσθέστε πρώτα μια κλάση ή ένα id σε αυτό το στοιχείο, ώστε η κατάσταση να έχει πού να εφαρμοστεί", + "LIVE_DEV_STYLER_STATE_HOVER": "Κατάδειξη", + "LIVE_DEV_STYLER_STATE_FOCUS": "Εστίαση", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Ενεργή", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Εστίαση εντός", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Ορατή εστίαση", + "LIVE_DEV_STYLER_STATE_VISITED": "Επισκέφθηκε", + "LIVE_DEV_STYLER_STATE_TARGET": "Στόχος", + "LIVE_DEV_STYLER_STATE_CHECKED": "Επιλεγμένο", + "LIVE_DEV_STYLER_STATE_DISABLED": "Απενεργοποιημένο", + "LIVE_DEV_STYLER_STATE_ENABLED": "Ενεργοποιημένο", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Εμφάνιση placeholder" }); \ No newline at end of file diff --git a/src/nls/en-gb/lastTranslated.json b/src/nls/en-gb/lastTranslated.json index 70137f6f2f..44d3da3000 100644 --- a/src/nls/en-gb/lastTranslated.json +++ b/src/nls/en-gb/lastTranslated.json @@ -1578,11 +1578,6 @@ "LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element", "LIVE_DEV_DETACHED_REPLACED_WITH_DEVTOOLS": "Live Preview was canceled because the browser's developer tools were opened", "LIVE_DEV_DETACHED_TARGET_CLOSED": "Live Preview was canceled because the page was closed in the browser", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Got it", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Add new HTML elements", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Edit tag, classes, ID and attributes", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Read docs", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Two new ways to edit", "LIVE_DEV_ELEMENT_PROPS_ADD_ATTR": "+ add attribute", "LIVE_DEV_ELEMENT_PROPS_ADD_CLASS": "+ add class", "LIVE_DEV_ELEMENT_PROPS_ATTRIBUTES": "Attributes", @@ -1825,6 +1820,7 @@ "LIVE_DEV_STYLER_ALIGN_RIGHT": "Align right", "LIVE_DEV_STYLER_ALL_SIDES": "All", "LIVE_DEV_STYLER_APPLIES_TO": "Save changes to", + "LIVE_DEV_STYLER_APPLY_INLINE": "Apply anyway", "LIVE_DEV_STYLER_BACKGROUND": "Background color", "LIVE_DEV_STYLER_BASELINE": "Baseline", "LIVE_DEV_STYLER_BLOCK": "Block", @@ -1884,9 +1880,16 @@ "LIVE_DEV_STYLER_FONT": "Font family", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Custom", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "On this page", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", "LIVE_DEV_STYLER_FONTS_SYSTEM": "System", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Apply", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Type any font name. Google Fonts are added for you; others must already be available.", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "e.g. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Upload a font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Couldn't add that font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Use \"{0}\"", + "LIVE_DEV_STYLER_FORMAT_TAB": "Format", "LIVE_DEV_STYLER_GAP": "Gap", "LIVE_DEV_STYLER_GRID": "Grid", "LIVE_DEV_STYLER_HEIGHT": "Height", @@ -1922,9 +1925,13 @@ "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Another element already has that id - try a class instead", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "That doesn't look like a valid style name - try a class like .card or an id like #hero", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "This doesn't match the selected element, so your edits wouldn't change it", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Styles like \":hover\" can't be edited live here yet", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elements like \"::before\" can't be styled here", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Add a class or id before the state, like .button:hover", "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Saves the style in {0} - styles {1} elements on the page", "LIVE_DEV_STYLER_NEW_SAVES_ONE": "Saves the style in {0} - styles just this element", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Adds class \"{0}\" to this element and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Gives this element the id \"{0}\" and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Creates \"{0}\" - edits apply in the {1} state", "LIVE_DEV_STYLER_NEW_STYLE": "New style…", "LIVE_DEV_STYLER_NEW_STYLE_TITLE": "New style", "LIVE_DEV_STYLER_NONE": "None", @@ -1932,9 +1939,11 @@ "LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found", "LIVE_DEV_STYLER_NO_WRAP": "No Wrap", "LIVE_DEV_STYLER_OFFSET": "Offset", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "On the page", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "On this page", "LIVE_DEV_STYLER_OPACITY": "Opacity", "LIVE_DEV_STYLER_OUTLINE": "Outline", + "LIVE_DEV_STYLER_OVERLINE": "Overline", + "LIVE_DEV_STYLER_OVERRIDDEN": "This change is overridden by a more specific rule", "LIVE_DEV_STYLER_PADDING": "Padding", "LIVE_DEV_STYLER_POSITION": "Position", "LIVE_DEV_STYLER_RADIUS": "Radius", @@ -1957,7 +1966,25 @@ "LIVE_DEV_STYLER_SPACE_BETWEEN": "Space Between", "LIVE_DEV_STYLER_SPACE_EVENLY": "Space Evenly", "LIVE_DEV_STYLER_SPACING": "Margin & padding", + "LIVE_DEV_STYLER_SPACING_TAB": "Spacing", "LIVE_DEV_STYLER_START": "Start", + "LIVE_DEV_STYLER_STATE": "State", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_BANNER": "Editing the {0} state — changes apply only to {0}", + "LIVE_DEV_STYLER_STATE_CHECKED": "Checked", + "LIVE_DEV_STYLER_STATE_DISABLED": "Disabled", + "LIVE_DEV_STYLER_STATE_ENABLED": "Enabled", + "LIVE_DEV_STYLER_STATE_EXIT": "Exit", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Focus visible", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Add a class or id to this element first so the state has somewhere to live", + "LIVE_DEV_STYLER_STATE_PICK": "Edit a state (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder shown", + "LIVE_DEV_STYLER_STATE_TARGET": "Target", + "LIVE_DEV_STYLER_STATE_VISITED": "Visited", "LIVE_DEV_STYLER_STATIC": "Static", "LIVE_DEV_STYLER_STEP_HINT": "Shift + Click: x10\nAlt + Click: x0.1", "LIVE_DEV_STYLER_STICKY": "Sticky", @@ -1965,8 +1992,10 @@ "LIVE_DEV_STYLER_STRIKETHROUGH": "Strikethrough", "LIVE_DEV_STYLER_STYLE": "Style", "LIVE_DEV_STYLER_TARGET_COUNT": "affects {0} on page", + "LIVE_DEV_STYLER_TARGET_CREATE": "New rule in {0}", "LIVE_DEV_STYLER_TARGET_INLINE_HINT": "directly on the element", "LIVE_DEV_STYLER_TEXT_COLOR": "Text color", + "LIVE_DEV_STYLER_TEXT_INDENT": "Text indent", "LIVE_DEV_STYLER_TEXT_STYLE": "Text style", "LIVE_DEV_STYLER_TOP": "Top", "LIVE_DEV_STYLER_UNDERLINE": "Underline", @@ -1974,6 +2003,7 @@ "LIVE_DEV_STYLER_WEIGHT": "Font weight", "LIVE_DEV_STYLER_WEIGHT_BLACK": "Black", "LIVE_DEV_STYLER_WEIGHT_BOLD": "Bold", + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Click to cycle Regular / Bold / Black · Shift-click for all weights", "LIVE_DEV_STYLER_WEIGHT_EXTRA_BOLD": "Extra Bold", "LIVE_DEV_STYLER_WEIGHT_EXTRA_LIGHT": "Extra Light", "LIVE_DEV_STYLER_WEIGHT_LIGHT": "Light", diff --git a/src/nls/en-gb/strings.js b/src/nls/en-gb/strings.js index b572b52691..9297bce974 100644 --- a/src/nls/en-gb/strings.js +++ b/src/nls/en-gb/strings.js @@ -195,7 +195,6 @@ define({ "LIVE_DEV_STYLER_SEARCH_FONTS": "Search fonts…", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", "LIVE_DEV_STYLER_FONTS_SYSTEM": "System", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "On this page", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Custom", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Use \"{0}\"", "LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found", @@ -229,7 +228,6 @@ define({ "LIVE_DEV_STYLER_RADIUS": "Radius", "LIVE_DEV_STYLER_WIDTH": "Width", "LIVE_DEV_STYLER_COLOR": "Colour", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "On the page", "LIVE_DEV_STYLER_COMMON_COLORS": "Common", "LIVE_DEV_STYLER_COLOR_WHITE": "White", "LIVE_DEV_STYLER_COLOR_SILVER": "Silver", @@ -322,7 +320,6 @@ define({ "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Saves the style in {0} - styles {1} elements on the page", "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Another element already has that id - try a class instead", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "This doesn't match the selected element, so your edits wouldn't change it", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Styles like \":hover\" can't be edited live here yet", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "That doesn't look like a valid style name - try a class like .card or an id like #hero", "LIVE_DEV_STYLER_CREATE": "Create", "LIVE_DEV_STYLER_SELECTOR_PLACEHOLDER": "e.g. .card or #hero", @@ -359,11 +356,6 @@ define({ "LIVE_DEV_EMPTY_CANVAS_LABEL": "Your page is empty — add an element", "LIVE_DEV_EMPTY_CANVAS_ADD": "Add your first element", "LIVE_DEV_EMPTY_CANVAS_COLLAPSE": "Collapse", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Two new ways to edit", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Add new HTML elements", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Edit tag, classes, ID and attributes", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Got it", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Read docs", "LIVE_DEV_IMAGE_GALLERY_USE_IMAGE": "Download image", "LIVE_DEV_IMAGE_GALLERY_SELECT_DOWNLOAD_FOLDER": "Choose image download folder", "LIVE_DEV_IMAGE_GALLERY_SEARCH_PLACEHOLDER": "Search images…", @@ -1357,6 +1349,8 @@ define({ "CMD_JUMPTO_DEFINITION": "Go to Definition", "CMD_SHOW_PARAMETER_HINT": "Show Parameter Hint", "NO_ARGUMENTS": "", + "CODE_HINT_IMPORT_FROM_N": "{0} imports…", + "CODE_HINT_IMPORT_CHOOSE": "Choose which of {0} modules to import {1} from.", "DETECTED_EXCLUSION_TITLE": "JavaScript File Inference Problem", "DETECTED_EXCLUSION_INFO": "{APP_NAME} ran into trouble processing {0}.

This file will no longer be processed for code hints, Go to Definition or Quick Edit. To re-enable this file, open .phcode.json in your project and edit jscodehints.detectedExclusions.

This is likely a {APP_NAME} bug. If you can provide a copy of this file, please report a bug with a link to the file named here.", "CMD_REFACTOR": "Refactor", @@ -2461,6 +2455,42 @@ define({ "DEMO_JS_BUTTON_START_AGAIN": "Start Again", "DEMO_JS_CARD_COUNT_TEMPLATE": "{NUM_DONE}/3 cards", "DEMO_JS_DELETE_COUNT_TEMPLATE": "{NUM_DONE}/1 deleted", - "CODE_HINT_IMPORT_FROM_N": "{0} imports…", - "CODE_HINT_IMPORT_CHOOSE": "Choose which of {0} modules to import {1} from." + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Click to cycle Regular / Bold / Black · Shift-click for all weights", + "LIVE_DEV_STYLER_OVERRIDDEN": "This change is overridden by a more specific rule", + "LIVE_DEV_STYLER_APPLY_INLINE": "Apply anyway", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "e.g. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Apply", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Type any font name. Google Fonts are added for you; others must already be available.", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Upload a font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Couldn't add that font file", + "LIVE_DEV_STYLER_TEXT_INDENT": "Text indent", + "LIVE_DEV_STYLER_FORMAT_TAB": "Format", + "LIVE_DEV_STYLER_SPACING_TAB": "Spacing", + "LIVE_DEV_STYLER_OVERLINE": "Overline", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "On this page", + "LIVE_DEV_STYLER_TARGET_CREATE": "New rule in {0}", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elements like \"::before\" can't be styled here", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Add a class or id before the state, like .button:hover", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Creates \"{0}\" - edits apply in the {1} state", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Adds class \"{0}\" to this element and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Gives this element the id \"{0}\" and styles its {1} state", + "LIVE_DEV_STYLER_STATE": "State", + "LIVE_DEV_STYLER_STATE_PICK": "Edit a state (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_BANNER": "Editing the {0} state — changes apply only to {0}", + "LIVE_DEV_STYLER_STATE_EXIT": "Exit", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Add a class or id to this element first so the state has somewhere to live", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Focus visible", + "LIVE_DEV_STYLER_STATE_VISITED": "Visited", + "LIVE_DEV_STYLER_STATE_TARGET": "Target", + "LIVE_DEV_STYLER_STATE_CHECKED": "Checked", + "LIVE_DEV_STYLER_STATE_DISABLED": "Disabled", + "LIVE_DEV_STYLER_STATE_ENABLED": "Enabled", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder shown" }); \ No newline at end of file diff --git a/src/nls/es/lastTranslated.json b/src/nls/es/lastTranslated.json index 70137f6f2f..44d3da3000 100644 --- a/src/nls/es/lastTranslated.json +++ b/src/nls/es/lastTranslated.json @@ -1578,11 +1578,6 @@ "LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element", "LIVE_DEV_DETACHED_REPLACED_WITH_DEVTOOLS": "Live Preview was canceled because the browser's developer tools were opened", "LIVE_DEV_DETACHED_TARGET_CLOSED": "Live Preview was canceled because the page was closed in the browser", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Got it", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Add new HTML elements", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Edit tag, classes, ID and attributes", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Read docs", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Two new ways to edit", "LIVE_DEV_ELEMENT_PROPS_ADD_ATTR": "+ add attribute", "LIVE_DEV_ELEMENT_PROPS_ADD_CLASS": "+ add class", "LIVE_DEV_ELEMENT_PROPS_ATTRIBUTES": "Attributes", @@ -1825,6 +1820,7 @@ "LIVE_DEV_STYLER_ALIGN_RIGHT": "Align right", "LIVE_DEV_STYLER_ALL_SIDES": "All", "LIVE_DEV_STYLER_APPLIES_TO": "Save changes to", + "LIVE_DEV_STYLER_APPLY_INLINE": "Apply anyway", "LIVE_DEV_STYLER_BACKGROUND": "Background color", "LIVE_DEV_STYLER_BASELINE": "Baseline", "LIVE_DEV_STYLER_BLOCK": "Block", @@ -1884,9 +1880,16 @@ "LIVE_DEV_STYLER_FONT": "Font family", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Custom", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "On this page", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", "LIVE_DEV_STYLER_FONTS_SYSTEM": "System", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Apply", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Type any font name. Google Fonts are added for you; others must already be available.", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "e.g. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Upload a font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Couldn't add that font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Use \"{0}\"", + "LIVE_DEV_STYLER_FORMAT_TAB": "Format", "LIVE_DEV_STYLER_GAP": "Gap", "LIVE_DEV_STYLER_GRID": "Grid", "LIVE_DEV_STYLER_HEIGHT": "Height", @@ -1922,9 +1925,13 @@ "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Another element already has that id - try a class instead", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "That doesn't look like a valid style name - try a class like .card or an id like #hero", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "This doesn't match the selected element, so your edits wouldn't change it", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Styles like \":hover\" can't be edited live here yet", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elements like \"::before\" can't be styled here", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Add a class or id before the state, like .button:hover", "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Saves the style in {0} - styles {1} elements on the page", "LIVE_DEV_STYLER_NEW_SAVES_ONE": "Saves the style in {0} - styles just this element", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Adds class \"{0}\" to this element and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Gives this element the id \"{0}\" and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Creates \"{0}\" - edits apply in the {1} state", "LIVE_DEV_STYLER_NEW_STYLE": "New style…", "LIVE_DEV_STYLER_NEW_STYLE_TITLE": "New style", "LIVE_DEV_STYLER_NONE": "None", @@ -1932,9 +1939,11 @@ "LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found", "LIVE_DEV_STYLER_NO_WRAP": "No Wrap", "LIVE_DEV_STYLER_OFFSET": "Offset", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "On the page", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "On this page", "LIVE_DEV_STYLER_OPACITY": "Opacity", "LIVE_DEV_STYLER_OUTLINE": "Outline", + "LIVE_DEV_STYLER_OVERLINE": "Overline", + "LIVE_DEV_STYLER_OVERRIDDEN": "This change is overridden by a more specific rule", "LIVE_DEV_STYLER_PADDING": "Padding", "LIVE_DEV_STYLER_POSITION": "Position", "LIVE_DEV_STYLER_RADIUS": "Radius", @@ -1957,7 +1966,25 @@ "LIVE_DEV_STYLER_SPACE_BETWEEN": "Space Between", "LIVE_DEV_STYLER_SPACE_EVENLY": "Space Evenly", "LIVE_DEV_STYLER_SPACING": "Margin & padding", + "LIVE_DEV_STYLER_SPACING_TAB": "Spacing", "LIVE_DEV_STYLER_START": "Start", + "LIVE_DEV_STYLER_STATE": "State", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_BANNER": "Editing the {0} state — changes apply only to {0}", + "LIVE_DEV_STYLER_STATE_CHECKED": "Checked", + "LIVE_DEV_STYLER_STATE_DISABLED": "Disabled", + "LIVE_DEV_STYLER_STATE_ENABLED": "Enabled", + "LIVE_DEV_STYLER_STATE_EXIT": "Exit", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Focus visible", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Add a class or id to this element first so the state has somewhere to live", + "LIVE_DEV_STYLER_STATE_PICK": "Edit a state (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder shown", + "LIVE_DEV_STYLER_STATE_TARGET": "Target", + "LIVE_DEV_STYLER_STATE_VISITED": "Visited", "LIVE_DEV_STYLER_STATIC": "Static", "LIVE_DEV_STYLER_STEP_HINT": "Shift + Click: x10\nAlt + Click: x0.1", "LIVE_DEV_STYLER_STICKY": "Sticky", @@ -1965,8 +1992,10 @@ "LIVE_DEV_STYLER_STRIKETHROUGH": "Strikethrough", "LIVE_DEV_STYLER_STYLE": "Style", "LIVE_DEV_STYLER_TARGET_COUNT": "affects {0} on page", + "LIVE_DEV_STYLER_TARGET_CREATE": "New rule in {0}", "LIVE_DEV_STYLER_TARGET_INLINE_HINT": "directly on the element", "LIVE_DEV_STYLER_TEXT_COLOR": "Text color", + "LIVE_DEV_STYLER_TEXT_INDENT": "Text indent", "LIVE_DEV_STYLER_TEXT_STYLE": "Text style", "LIVE_DEV_STYLER_TOP": "Top", "LIVE_DEV_STYLER_UNDERLINE": "Underline", @@ -1974,6 +2003,7 @@ "LIVE_DEV_STYLER_WEIGHT": "Font weight", "LIVE_DEV_STYLER_WEIGHT_BLACK": "Black", "LIVE_DEV_STYLER_WEIGHT_BOLD": "Bold", + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Click to cycle Regular / Bold / Black · Shift-click for all weights", "LIVE_DEV_STYLER_WEIGHT_EXTRA_BOLD": "Extra Bold", "LIVE_DEV_STYLER_WEIGHT_EXTRA_LIGHT": "Extra Light", "LIVE_DEV_STYLER_WEIGHT_LIGHT": "Light", diff --git a/src/nls/es/strings.js b/src/nls/es/strings.js index 829a096b22..107eab86b5 100644 --- a/src/nls/es/strings.js +++ b/src/nls/es/strings.js @@ -195,7 +195,6 @@ define({ "LIVE_DEV_STYLER_SEARCH_FONTS": "Buscar fuentes…", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", "LIVE_DEV_STYLER_FONTS_SYSTEM": "Sistema", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "En esta página", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Personalizado", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Usar \"{0}\"", "LIVE_DEV_STYLER_NO_FONTS_FOUND": "No se encontraron fuentes", @@ -229,7 +228,6 @@ define({ "LIVE_DEV_STYLER_RADIUS": "Radio", "LIVE_DEV_STYLER_WIDTH": "Ancho", "LIVE_DEV_STYLER_COLOR": "Color", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "En la página", "LIVE_DEV_STYLER_COMMON_COLORS": "Comunes", "LIVE_DEV_STYLER_COLOR_WHITE": "Blanco", "LIVE_DEV_STYLER_COLOR_SILVER": "Plata", @@ -322,10 +320,10 @@ define({ "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Guarda el estilo en {0}: aplica el estilo a {1} elementos en la página", "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Otro elemento ya tiene ese id; prueba a usar una clase en su lugar", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "Esto no coincide con el elemento seleccionado, por lo que tus ediciones no lo afectarían", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Los estilos como \":hover\" todavía no se pueden editar en vivo aquí", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "No parece un nombre de estilo válido. Prueba con una clase como .card o un id como #hero", "LIVE_DEV_STYLER_CREATE": "Crear", "LIVE_DEV_STYLER_SELECTOR_PLACEHOLDER": "p. ej. .card o #hero", + "LIVE_DEV_STYLER_STATE_EXIT": "Salir", "LIVE_DEV_STYLER_HEIGHT": "Altura", "LIVE_DEV_STYLER_SIZE_TAB": "Tamaño", "LIVE_DEV_STYLER_MIN_WIDTH": "Ancho mínimo", @@ -359,11 +357,6 @@ define({ "LIVE_DEV_EMPTY_CANVAS_LABEL": "Tu página está vacía — añade un elemento", "LIVE_DEV_EMPTY_CANVAS_ADD": "Añadir tu primer elemento", "LIVE_DEV_EMPTY_CANVAS_COLLAPSE": "Contraer", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Dos nuevas formas de editar", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Añade nuevos elementos HTML", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Edita la etiqueta, las clases, el ID y los atributos", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Entendido", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Leer la documentación", "LIVE_DEV_IMAGE_GALLERY_USE_IMAGE": "Descargar imagen", "LIVE_DEV_IMAGE_GALLERY_SELECT_DOWNLOAD_FOLDER": "Elegir carpeta de descarga de imágenes", "LIVE_DEV_IMAGE_GALLERY_SEARCH_PLACEHOLDER": "Buscar imágenes…", @@ -1357,6 +1350,8 @@ define({ "CMD_JUMPTO_DEFINITION": "Ir a la definición", "CMD_SHOW_PARAMETER_HINT": "Mostrar sugerencias de parámetros", "NO_ARGUMENTS": "", + "CODE_HINT_IMPORT_FROM_N": "{0} importaciones…", + "CODE_HINT_IMPORT_CHOOSE": "Elige de cuál de los {0} módulos importar {1}.", "DETECTED_EXCLUSION_TITLE": "Problema de inferencia con un archivo JavaScript", "DETECTED_EXCLUSION_INFO": "{APP_NAME} tuvo problemas al procesar {0}.

Este archivo ya no se procesará para sugerencias de código, Ir a la definición o Edición rápida. Para volver a habilitar este archivo, abra .phcode.json en su proyecto y edite jscodehints.detectedExclusions.

Es probable que se trate de un error de {APP_NAME}. Si puede proporcionar una copia de este archivo, por favor informe un error con un enlace al archivo mencionado aquí.", "CMD_REFACTOR": "Refactorizar", @@ -2461,6 +2456,41 @@ define({ "DEMO_JS_BUTTON_START_AGAIN": "Empezar de nuevo", "DEMO_JS_CARD_COUNT_TEMPLATE": "{NUM_DONE}/3 tarjetas", "DEMO_JS_DELETE_COUNT_TEMPLATE": "{NUM_DONE}/1 eliminado", - "CODE_HINT_IMPORT_FROM_N": "{0} importaciones…", - "CODE_HINT_IMPORT_CHOOSE": "Elige de cuál de los {0} módulos importar {1}." + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Haz clic para alternar entre Normal / Negrita / Black · Mayús+clic para todos los grosores", + "LIVE_DEV_STYLER_OVERRIDDEN": "Este cambio es sobrescrito por una regla más específica", + "LIVE_DEV_STYLER_APPLY_INLINE": "Aplicar de todos modos", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "p. ej. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Aplicar", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Escribe el nombre de cualquier fuente. Las fuentes de Google Fonts se añaden automáticamente; las demás ya deben estar disponibles.", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Subir un archivo de fuente", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "No se pudo añadir ese archivo de fuente", + "LIVE_DEV_STYLER_TEXT_INDENT": "Sangría de texto", + "LIVE_DEV_STYLER_FORMAT_TAB": "Formato", + "LIVE_DEV_STYLER_SPACING_TAB": "Espaciado", + "LIVE_DEV_STYLER_OVERLINE": "Línea superior", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "En esta página", + "LIVE_DEV_STYLER_TARGET_CREATE": "Nueva regla en {0}", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Los pseudoelementos como \"::before\" no se pueden estilizar aquí", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Añade una clase o id antes del estado, como .button:hover", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Crea \"{0}\": las ediciones se aplican en el estado {1}", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Añade la clase \"{0}\" a este elemento y estiliza su estado {1}", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Asigna a este elemento el id \"{0}\" y aplica estilos a su estado {1}", + "LIVE_DEV_STYLER_STATE": "Estado", + "LIVE_DEV_STYLER_STATE_PICK": "Editar un estado (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_BANNER": "Editando el estado {0} — los cambios solo se aplican a {0}", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Primero, añade una clase o un id a este elemento para que el estado tenga dónde aplicarse", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Activo", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Foco visible", + "LIVE_DEV_STYLER_STATE_VISITED": "Visitado", + "LIVE_DEV_STYLER_STATE_TARGET": "Objetivo", + "LIVE_DEV_STYLER_STATE_CHECKED": "Marcado", + "LIVE_DEV_STYLER_STATE_DISABLED": "Deshabilitado", + "LIVE_DEV_STYLER_STATE_ENABLED": "Habilitado", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder mostrado" }); \ No newline at end of file diff --git a/src/nls/fa-ir/lastTranslated.json b/src/nls/fa-ir/lastTranslated.json index 70137f6f2f..44d3da3000 100644 --- a/src/nls/fa-ir/lastTranslated.json +++ b/src/nls/fa-ir/lastTranslated.json @@ -1578,11 +1578,6 @@ "LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element", "LIVE_DEV_DETACHED_REPLACED_WITH_DEVTOOLS": "Live Preview was canceled because the browser's developer tools were opened", "LIVE_DEV_DETACHED_TARGET_CLOSED": "Live Preview was canceled because the page was closed in the browser", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Got it", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Add new HTML elements", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Edit tag, classes, ID and attributes", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Read docs", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Two new ways to edit", "LIVE_DEV_ELEMENT_PROPS_ADD_ATTR": "+ add attribute", "LIVE_DEV_ELEMENT_PROPS_ADD_CLASS": "+ add class", "LIVE_DEV_ELEMENT_PROPS_ATTRIBUTES": "Attributes", @@ -1825,6 +1820,7 @@ "LIVE_DEV_STYLER_ALIGN_RIGHT": "Align right", "LIVE_DEV_STYLER_ALL_SIDES": "All", "LIVE_DEV_STYLER_APPLIES_TO": "Save changes to", + "LIVE_DEV_STYLER_APPLY_INLINE": "Apply anyway", "LIVE_DEV_STYLER_BACKGROUND": "Background color", "LIVE_DEV_STYLER_BASELINE": "Baseline", "LIVE_DEV_STYLER_BLOCK": "Block", @@ -1884,9 +1880,16 @@ "LIVE_DEV_STYLER_FONT": "Font family", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Custom", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "On this page", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", "LIVE_DEV_STYLER_FONTS_SYSTEM": "System", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Apply", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Type any font name. Google Fonts are added for you; others must already be available.", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "e.g. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Upload a font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Couldn't add that font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Use \"{0}\"", + "LIVE_DEV_STYLER_FORMAT_TAB": "Format", "LIVE_DEV_STYLER_GAP": "Gap", "LIVE_DEV_STYLER_GRID": "Grid", "LIVE_DEV_STYLER_HEIGHT": "Height", @@ -1922,9 +1925,13 @@ "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Another element already has that id - try a class instead", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "That doesn't look like a valid style name - try a class like .card or an id like #hero", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "This doesn't match the selected element, so your edits wouldn't change it", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Styles like \":hover\" can't be edited live here yet", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elements like \"::before\" can't be styled here", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Add a class or id before the state, like .button:hover", "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Saves the style in {0} - styles {1} elements on the page", "LIVE_DEV_STYLER_NEW_SAVES_ONE": "Saves the style in {0} - styles just this element", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Adds class \"{0}\" to this element and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Gives this element the id \"{0}\" and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Creates \"{0}\" - edits apply in the {1} state", "LIVE_DEV_STYLER_NEW_STYLE": "New style…", "LIVE_DEV_STYLER_NEW_STYLE_TITLE": "New style", "LIVE_DEV_STYLER_NONE": "None", @@ -1932,9 +1939,11 @@ "LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found", "LIVE_DEV_STYLER_NO_WRAP": "No Wrap", "LIVE_DEV_STYLER_OFFSET": "Offset", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "On the page", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "On this page", "LIVE_DEV_STYLER_OPACITY": "Opacity", "LIVE_DEV_STYLER_OUTLINE": "Outline", + "LIVE_DEV_STYLER_OVERLINE": "Overline", + "LIVE_DEV_STYLER_OVERRIDDEN": "This change is overridden by a more specific rule", "LIVE_DEV_STYLER_PADDING": "Padding", "LIVE_DEV_STYLER_POSITION": "Position", "LIVE_DEV_STYLER_RADIUS": "Radius", @@ -1957,7 +1966,25 @@ "LIVE_DEV_STYLER_SPACE_BETWEEN": "Space Between", "LIVE_DEV_STYLER_SPACE_EVENLY": "Space Evenly", "LIVE_DEV_STYLER_SPACING": "Margin & padding", + "LIVE_DEV_STYLER_SPACING_TAB": "Spacing", "LIVE_DEV_STYLER_START": "Start", + "LIVE_DEV_STYLER_STATE": "State", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_BANNER": "Editing the {0} state — changes apply only to {0}", + "LIVE_DEV_STYLER_STATE_CHECKED": "Checked", + "LIVE_DEV_STYLER_STATE_DISABLED": "Disabled", + "LIVE_DEV_STYLER_STATE_ENABLED": "Enabled", + "LIVE_DEV_STYLER_STATE_EXIT": "Exit", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Focus visible", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Add a class or id to this element first so the state has somewhere to live", + "LIVE_DEV_STYLER_STATE_PICK": "Edit a state (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder shown", + "LIVE_DEV_STYLER_STATE_TARGET": "Target", + "LIVE_DEV_STYLER_STATE_VISITED": "Visited", "LIVE_DEV_STYLER_STATIC": "Static", "LIVE_DEV_STYLER_STEP_HINT": "Shift + Click: x10\nAlt + Click: x0.1", "LIVE_DEV_STYLER_STICKY": "Sticky", @@ -1965,8 +1992,10 @@ "LIVE_DEV_STYLER_STRIKETHROUGH": "Strikethrough", "LIVE_DEV_STYLER_STYLE": "Style", "LIVE_DEV_STYLER_TARGET_COUNT": "affects {0} on page", + "LIVE_DEV_STYLER_TARGET_CREATE": "New rule in {0}", "LIVE_DEV_STYLER_TARGET_INLINE_HINT": "directly on the element", "LIVE_DEV_STYLER_TEXT_COLOR": "Text color", + "LIVE_DEV_STYLER_TEXT_INDENT": "Text indent", "LIVE_DEV_STYLER_TEXT_STYLE": "Text style", "LIVE_DEV_STYLER_TOP": "Top", "LIVE_DEV_STYLER_UNDERLINE": "Underline", @@ -1974,6 +2003,7 @@ "LIVE_DEV_STYLER_WEIGHT": "Font weight", "LIVE_DEV_STYLER_WEIGHT_BLACK": "Black", "LIVE_DEV_STYLER_WEIGHT_BOLD": "Bold", + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Click to cycle Regular / Bold / Black · Shift-click for all weights", "LIVE_DEV_STYLER_WEIGHT_EXTRA_BOLD": "Extra Bold", "LIVE_DEV_STYLER_WEIGHT_EXTRA_LIGHT": "Extra Light", "LIVE_DEV_STYLER_WEIGHT_LIGHT": "Light", diff --git a/src/nls/fa-ir/strings.js b/src/nls/fa-ir/strings.js index 123ad80701..e2960ebfbc 100644 --- a/src/nls/fa-ir/strings.js +++ b/src/nls/fa-ir/strings.js @@ -195,7 +195,6 @@ define({ "LIVE_DEV_STYLER_SEARCH_FONTS": "جستجوی فونت‌ها…", "LIVE_DEV_STYLER_FONTS_GOOGLE": "گوگل", "LIVE_DEV_STYLER_FONTS_SYSTEM": "سیستم", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "در این صفحه", "LIVE_DEV_STYLER_FONTS_CUSTOM": "سفارشی", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "استفاده از «{0}»", "LIVE_DEV_STYLER_NO_FONTS_FOUND": "هیچ فونتی یافت نشد", @@ -229,7 +228,6 @@ define({ "LIVE_DEV_STYLER_RADIUS": "شعاع", "LIVE_DEV_STYLER_WIDTH": "عرض", "LIVE_DEV_STYLER_COLOR": "رنگ", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "در این صفحه", "LIVE_DEV_STYLER_COMMON_COLORS": "رایج", "LIVE_DEV_STYLER_COLOR_WHITE": "سفید", "LIVE_DEV_STYLER_COLOR_SILVER": "نقره‌ای", @@ -322,10 +320,10 @@ define({ "LIVE_DEV_STYLER_NEW_SAVES_MANY": "استایل را در {0} ذخیره می‌کند - روی {1} عنصر در صفحه اعمال می‌شود", "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "عنصر دیگری از قبل این شناسه را دارد - به جای آن از یک کلاس استفاده کنید", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "این مورد با عنصر انتخاب‌شده مطابقت ندارد، بنابراین ویرایش‌های شما آن را تغییر نخواهد داد", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "استایل‌هایی مانند «:hover» هنوز در اینجا به صورت زنده قابل ویرایش نیستند", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "این انتخابگر معتبر به نظر نمی‌رسد - یک کلاس مانند .card یا یک id مانند #hero را امتحان کنید", "LIVE_DEV_STYLER_CREATE": "ایجاد", "LIVE_DEV_STYLER_SELECTOR_PLACEHOLDER": "مثلاً .card یا #hero", + "LIVE_DEV_STYLER_STATE_EXIT": "خروج", "LIVE_DEV_STYLER_HEIGHT": "ارتفاع", "LIVE_DEV_STYLER_SIZE_TAB": "اندازه", "LIVE_DEV_STYLER_MIN_WIDTH": "حداقل عرض", @@ -359,11 +357,6 @@ define({ "LIVE_DEV_EMPTY_CANVAS_LABEL": "صفحهٔ شما خالی است — یک عنصر اضافه کنید", "LIVE_DEV_EMPTY_CANVAS_ADD": "اولین عنصر خود را اضافه کنید", "LIVE_DEV_EMPTY_CANVAS_COLLAPSE": "جمع کردن", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "دو روش جدید برای ویرایش", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "افزودن عناصر HTML جدید", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "ویرایش تگ، کلاس‌ها، ID و ویژگی‌ها", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "متوجه شدم", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "مطالعه مستندات", "LIVE_DEV_IMAGE_GALLERY_USE_IMAGE": "دانلود تصویر", "LIVE_DEV_IMAGE_GALLERY_SELECT_DOWNLOAD_FOLDER": "انتخاب پوشه دانلود تصاویر", "LIVE_DEV_IMAGE_GALLERY_SEARCH_PLACEHOLDER": "جستجوی تصاویر…", @@ -1357,6 +1350,8 @@ define({ "CMD_JUMPTO_DEFINITION": "رفتن به تعریف", "CMD_SHOW_PARAMETER_HINT": "نمایش نکات پارامتر", "NO_ARGUMENTS": "<بدون پارامترها>", + "CODE_HINT_IMPORT_FROM_N": "`{0} واردات…`", + "CODE_HINT_IMPORT_CHOOSE": "`انتخاب کنید که {1} از کدام یک از {0} ماژول‌ها وارد شود.`", "DETECTED_EXCLUSION_TITLE": "خطای منطقی در پرونده جاوا اسکریپت", "DETECTED_EXCLUSION_INFO": "{APP_NAME} در پردازش {0} با مشکل مواجه شد.

این فایل دیگر برای راهنمایی کد، رفتن به تعریف یا ویرایش سریع پردازش نخواهد شد. برای فعال کردن مجدد این فایل، .phcode.json را در پروژه خود باز کنید و jscodehints.detectedExclusions را ویرایش کنید.

این احتمالاً یک اشکال {APP_NAME} است. اگر می‌توانید یک کپی از این فایل ارائه دهید، لطفاً یک اشکال را گزارش دهید و پیوند به فایل ذکر شده در اینجا را نیز قرار دهید.", "CMD_REFACTOR": "بازسازی کد", @@ -2461,6 +2456,41 @@ define({ "DEMO_JS_BUTTON_START_AGAIN": "شروع مجدد", "DEMO_JS_CARD_COUNT_TEMPLATE": "{NUM_DONE} از ۳ کارت", "DEMO_JS_DELETE_COUNT_TEMPLATE": "{NUM_DONE} از ۱ مورد حذف شد", - "CODE_HINT_IMPORT_FROM_N": "`{0} واردات…`", - "CODE_HINT_IMPORT_CHOOSE": "`انتخاب کنید که {1} از کدام یک از {0} ماژول‌ها وارد شود.`" + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "برای جابجایی بین معمولی / ضخیم / سیاه کلیک کنید · برای همهٔ وزن‌ها Shift+کلیک کنید", + "LIVE_DEV_STYLER_OVERRIDDEN": "این تغییر توسط یک قاعدهٔ مشخص‌تر بازنویسی شده است", + "LIVE_DEV_STYLER_APPLY_INLINE": "به هر حال اعمال کن", + "LIVE_DEV_STYLER_FONTS_MANUAL": "دستی", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "مثلاً Helvetica Neue", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "اعمال", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "نام فونت دلخواه را تایپ کنید. فونت‌های گوگل به‌طور خودکار اضافه می‌شوند؛ سایر فونت‌ها باید از قبل در دسترس باشند.", + "LIVE_DEV_STYLER_FONT_UPLOAD": "بارگذاری فایل فونت", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "امکان افزودن آن فایل فونت وجود نداشت", + "LIVE_DEV_STYLER_TEXT_INDENT": "تورفتگی متن", + "LIVE_DEV_STYLER_FORMAT_TAB": "قالب‌بندی", + "LIVE_DEV_STYLER_SPACING_TAB": "فاصله‌گذاری", + "LIVE_DEV_STYLER_OVERLINE": "خط رویی", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "در این صفحه", + "LIVE_DEV_STYLER_TARGET_CREATE": "قانون جدید در {0}", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "شبه‌عناصری مانند «::before» را نمی‌توان در اینجا استایل‌دهی کرد", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "قبل از حالت، یک کلاس یا آی‌دی اضافه کنید، مانند .button:hover", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "«{0}» را ایجاد می‌کند - ویرایش‌ها در حالت {1} اعمال می‌شوند", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "کلاس «{0}» را به این عنصر اضافه کرده و حالت {1} آن را استایل‌دهی می‌کند", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "به این عنصر شناسهٔ «{0}» را می‌دهد و حالت {1} آن را استایل‌دهی می‌کند", + "LIVE_DEV_STYLER_STATE": "حالت", + "LIVE_DEV_STYLER_STATE_PICK": "ویرایش یک حالت (هاور، فوکوس، ...)", + "LIVE_DEV_STYLER_STATE_NORMAL": "عادی", + "LIVE_DEV_STYLER_STATE_BANNER": "در حال ویرایش حالت {0} — تغییرات فقط روی حالت {0} اعمال می‌شوند", + "LIVE_DEV_STYLER_STATE_NO_BASE": "ابتدا به این عنصر یک کلاس یا شناسه اضافه کنید تا حالت بتواند روی آن تعریف شود", + "LIVE_DEV_STYLER_STATE_HOVER": "هاور", + "LIVE_DEV_STYLER_STATE_FOCUS": "فوکوس", + "LIVE_DEV_STYLER_STATE_ACTIVE": "فعال", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "فوکوس درونی", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "فوکوس نمایان", + "LIVE_DEV_STYLER_STATE_VISITED": "بازدید شده", + "LIVE_DEV_STYLER_STATE_TARGET": "هدف", + "LIVE_DEV_STYLER_STATE_CHECKED": "تیک خورده", + "LIVE_DEV_STYLER_STATE_DISABLED": "غیرفعال", + "LIVE_DEV_STYLER_STATE_ENABLED": "فعال", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "پلیس‌هولدر نمایان" }); \ No newline at end of file diff --git a/src/nls/fi/lastTranslated.json b/src/nls/fi/lastTranslated.json index 70137f6f2f..44d3da3000 100644 --- a/src/nls/fi/lastTranslated.json +++ b/src/nls/fi/lastTranslated.json @@ -1578,11 +1578,6 @@ "LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element", "LIVE_DEV_DETACHED_REPLACED_WITH_DEVTOOLS": "Live Preview was canceled because the browser's developer tools were opened", "LIVE_DEV_DETACHED_TARGET_CLOSED": "Live Preview was canceled because the page was closed in the browser", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Got it", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Add new HTML elements", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Edit tag, classes, ID and attributes", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Read docs", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Two new ways to edit", "LIVE_DEV_ELEMENT_PROPS_ADD_ATTR": "+ add attribute", "LIVE_DEV_ELEMENT_PROPS_ADD_CLASS": "+ add class", "LIVE_DEV_ELEMENT_PROPS_ATTRIBUTES": "Attributes", @@ -1825,6 +1820,7 @@ "LIVE_DEV_STYLER_ALIGN_RIGHT": "Align right", "LIVE_DEV_STYLER_ALL_SIDES": "All", "LIVE_DEV_STYLER_APPLIES_TO": "Save changes to", + "LIVE_DEV_STYLER_APPLY_INLINE": "Apply anyway", "LIVE_DEV_STYLER_BACKGROUND": "Background color", "LIVE_DEV_STYLER_BASELINE": "Baseline", "LIVE_DEV_STYLER_BLOCK": "Block", @@ -1884,9 +1880,16 @@ "LIVE_DEV_STYLER_FONT": "Font family", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Custom", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "On this page", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", "LIVE_DEV_STYLER_FONTS_SYSTEM": "System", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Apply", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Type any font name. Google Fonts are added for you; others must already be available.", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "e.g. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Upload a font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Couldn't add that font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Use \"{0}\"", + "LIVE_DEV_STYLER_FORMAT_TAB": "Format", "LIVE_DEV_STYLER_GAP": "Gap", "LIVE_DEV_STYLER_GRID": "Grid", "LIVE_DEV_STYLER_HEIGHT": "Height", @@ -1922,9 +1925,13 @@ "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Another element already has that id - try a class instead", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "That doesn't look like a valid style name - try a class like .card or an id like #hero", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "This doesn't match the selected element, so your edits wouldn't change it", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Styles like \":hover\" can't be edited live here yet", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elements like \"::before\" can't be styled here", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Add a class or id before the state, like .button:hover", "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Saves the style in {0} - styles {1} elements on the page", "LIVE_DEV_STYLER_NEW_SAVES_ONE": "Saves the style in {0} - styles just this element", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Adds class \"{0}\" to this element and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Gives this element the id \"{0}\" and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Creates \"{0}\" - edits apply in the {1} state", "LIVE_DEV_STYLER_NEW_STYLE": "New style…", "LIVE_DEV_STYLER_NEW_STYLE_TITLE": "New style", "LIVE_DEV_STYLER_NONE": "None", @@ -1932,9 +1939,11 @@ "LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found", "LIVE_DEV_STYLER_NO_WRAP": "No Wrap", "LIVE_DEV_STYLER_OFFSET": "Offset", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "On the page", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "On this page", "LIVE_DEV_STYLER_OPACITY": "Opacity", "LIVE_DEV_STYLER_OUTLINE": "Outline", + "LIVE_DEV_STYLER_OVERLINE": "Overline", + "LIVE_DEV_STYLER_OVERRIDDEN": "This change is overridden by a more specific rule", "LIVE_DEV_STYLER_PADDING": "Padding", "LIVE_DEV_STYLER_POSITION": "Position", "LIVE_DEV_STYLER_RADIUS": "Radius", @@ -1957,7 +1966,25 @@ "LIVE_DEV_STYLER_SPACE_BETWEEN": "Space Between", "LIVE_DEV_STYLER_SPACE_EVENLY": "Space Evenly", "LIVE_DEV_STYLER_SPACING": "Margin & padding", + "LIVE_DEV_STYLER_SPACING_TAB": "Spacing", "LIVE_DEV_STYLER_START": "Start", + "LIVE_DEV_STYLER_STATE": "State", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_BANNER": "Editing the {0} state — changes apply only to {0}", + "LIVE_DEV_STYLER_STATE_CHECKED": "Checked", + "LIVE_DEV_STYLER_STATE_DISABLED": "Disabled", + "LIVE_DEV_STYLER_STATE_ENABLED": "Enabled", + "LIVE_DEV_STYLER_STATE_EXIT": "Exit", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Focus visible", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Add a class or id to this element first so the state has somewhere to live", + "LIVE_DEV_STYLER_STATE_PICK": "Edit a state (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder shown", + "LIVE_DEV_STYLER_STATE_TARGET": "Target", + "LIVE_DEV_STYLER_STATE_VISITED": "Visited", "LIVE_DEV_STYLER_STATIC": "Static", "LIVE_DEV_STYLER_STEP_HINT": "Shift + Click: x10\nAlt + Click: x0.1", "LIVE_DEV_STYLER_STICKY": "Sticky", @@ -1965,8 +1992,10 @@ "LIVE_DEV_STYLER_STRIKETHROUGH": "Strikethrough", "LIVE_DEV_STYLER_STYLE": "Style", "LIVE_DEV_STYLER_TARGET_COUNT": "affects {0} on page", + "LIVE_DEV_STYLER_TARGET_CREATE": "New rule in {0}", "LIVE_DEV_STYLER_TARGET_INLINE_HINT": "directly on the element", "LIVE_DEV_STYLER_TEXT_COLOR": "Text color", + "LIVE_DEV_STYLER_TEXT_INDENT": "Text indent", "LIVE_DEV_STYLER_TEXT_STYLE": "Text style", "LIVE_DEV_STYLER_TOP": "Top", "LIVE_DEV_STYLER_UNDERLINE": "Underline", @@ -1974,6 +2003,7 @@ "LIVE_DEV_STYLER_WEIGHT": "Font weight", "LIVE_DEV_STYLER_WEIGHT_BLACK": "Black", "LIVE_DEV_STYLER_WEIGHT_BOLD": "Bold", + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Click to cycle Regular / Bold / Black · Shift-click for all weights", "LIVE_DEV_STYLER_WEIGHT_EXTRA_BOLD": "Extra Bold", "LIVE_DEV_STYLER_WEIGHT_EXTRA_LIGHT": "Extra Light", "LIVE_DEV_STYLER_WEIGHT_LIGHT": "Light", diff --git a/src/nls/fi/strings.js b/src/nls/fi/strings.js index 865d31aa36..f4d0372afc 100644 --- a/src/nls/fi/strings.js +++ b/src/nls/fi/strings.js @@ -195,7 +195,6 @@ define({ "LIVE_DEV_STYLER_SEARCH_FONTS": "Hae fontteja…", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", "LIVE_DEV_STYLER_FONTS_SYSTEM": "Järjestelmä", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "Tällä sivulla", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Mukautettu", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Käytä \"{0}\"", "LIVE_DEV_STYLER_NO_FONTS_FOUND": "Ei fontteja löytynyt", @@ -229,7 +228,6 @@ define({ "LIVE_DEV_STYLER_RADIUS": "Säde", "LIVE_DEV_STYLER_WIDTH": "Leveys", "LIVE_DEV_STYLER_COLOR": "Väri", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "Tällä sivulla", "LIVE_DEV_STYLER_COMMON_COLORS": "Yleiset", "LIVE_DEV_STYLER_COLOR_WHITE": "Valkoinen", "LIVE_DEV_STYLER_COLOR_SILVER": "Hopea", @@ -322,10 +320,10 @@ define({ "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Tallentaa tyylin tiedostoon {0} – muotoilee {1} elementtiä sivulla", "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Toisella elementillä on jo kyseinen id – kokeile sen sijaan luokkaa", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "Tämä ei vastaa valittua elementtiä, joten muokkauksesi eivät vaikuttaisi siihen", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Tyylejä, kuten ”:hover”, ei voi vielä muokata livenä tässä", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "Tuo ei näytä kelvolliselta tyylin nimeltä – kokeile luokkaa, kuten .card, tai id:tä, kuten #hero", "LIVE_DEV_STYLER_CREATE": "Luo", "LIVE_DEV_STYLER_SELECTOR_PLACEHOLDER": "esim. .card tai #hero", + "LIVE_DEV_STYLER_STATE_EXIT": "Lopeta", "LIVE_DEV_STYLER_HEIGHT": "Korkeus", "LIVE_DEV_STYLER_SIZE_TAB": "Koko", "LIVE_DEV_STYLER_MIN_WIDTH": "Minimileveys", @@ -359,11 +357,6 @@ define({ "LIVE_DEV_EMPTY_CANVAS_LABEL": "Sivusi on tyhjä — lisää elementti", "LIVE_DEV_EMPTY_CANVAS_ADD": "Lisää ensimmäinen elementtisi", "LIVE_DEV_EMPTY_CANVAS_COLLAPSE": "Kutista", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Kaksi uutta tapaa muokata", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Lisää uusia HTML-elementtejä", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Muokkaa tagia, luokkia, ID:tä ja attribuutteja", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Selvä", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Lue dokumentaatio", "LIVE_DEV_IMAGE_GALLERY_USE_IMAGE": "Lataa kuva", "LIVE_DEV_IMAGE_GALLERY_SELECT_DOWNLOAD_FOLDER": "Valitse kuvien latauskansio", "LIVE_DEV_IMAGE_GALLERY_SEARCH_PLACEHOLDER": "Hae kuvia…", @@ -1357,6 +1350,8 @@ define({ "CMD_JUMPTO_DEFINITION": "Siirry määrittelyyn", "CMD_SHOW_PARAMETER_HINT": "Näytä parametrivihje", "NO_ARGUMENTS": "", + "CODE_HINT_IMPORT_FROM_N": "{0} tuontia…", + "CODE_HINT_IMPORT_CHOOSE": "Valitse, mistä {0} moduuleista {1} tuodaan.", "DETECTED_EXCLUSION_TITLE": "JavaScript-tiedoston päättelyongelma", "DETECTED_EXCLUSION_INFO": "{APP_NAME} kohtasi ongelman käsitellessään tiedostoa {0}.

Tätä tiedostoa ei enää käsitellä koodivihjeiden, Siirry määritelmään- tai Pikamuokkaus-toimintojen osalta. Voit ottaa tiedoston uudelleen käyttöön avaamalla projektisi .phcode.json-tiedoston ja muokkaamalla jscodehints.detectedExclusions-kohtaa.

Tämä on todennäköisesti {APP_NAME}-bugi. Jos voit toimittaa kopion tästä tiedostosta, ilmoita bugista ja lisää linkki tässä mainittuun tiedostoon.", "CMD_REFACTOR": "Refaktoroi", @@ -2461,6 +2456,41 @@ define({ "DEMO_JS_BUTTON_START_AGAIN": "Aloita alusta", "DEMO_JS_CARD_COUNT_TEMPLATE": "{NUM_DONE}/3 korttia", "DEMO_JS_DELETE_COUNT_TEMPLATE": "{NUM_DONE}/1 poistettu", - "CODE_HINT_IMPORT_FROM_N": "{0} tuontia…", - "CODE_HINT_IMPORT_CHOOSE": "Valitse, mistä {0} moduuleista {1} tuodaan." + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Napsauta selataksesi Normaali / Lihavoitu / Musta · Vaihto-napsautus näyttää kaikki painot", + "LIVE_DEV_STYLER_OVERRIDDEN": "Tarkempi sääntö ohittaa tämän muutoksen", + "LIVE_DEV_STYLER_APPLY_INLINE": "Käytä silti", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manuaalinen", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "esim. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Käytä", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Kirjoita minkä tahansa fontin nimi. Google Fonts -fontit lisätään puolestasi; muiden on oltava jo saatavilla.", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Lataa fonttitiedosto", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Fonttitiedoston lisääminen epäonnistui", + "LIVE_DEV_STYLER_TEXT_INDENT": "Tekstin sisennys", + "LIVE_DEV_STYLER_FORMAT_TAB": "Muotoilu", + "LIVE_DEV_STYLER_SPACING_TAB": "Välistys", + "LIVE_DEV_STYLER_OVERLINE": "Ylleviivaus", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "Tällä sivulla", + "LIVE_DEV_STYLER_TARGET_CREATE": "Uusi sääntö kohteessa {0}", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elementtejä, kuten \"::before\", ei voi muotoilla tässä", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Lisää luokka tai id ennen tilaa, kuten .button:hover", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Luo \"{0}\" – muokkaukset vaikuttavat {1}-tilassa", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Lisää luokan \"{0}\" tähän elementtiin ja muotoilee sen {1}-tilan", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Antaa tälle elementille id:n \"{0}\" ja muotoilee sen {1}-tilan", + "LIVE_DEV_STYLER_STATE": "Tila", + "LIVE_DEV_STYLER_STATE_PICK": "Muokkaa tilaa (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normaali", + "LIVE_DEV_STYLER_STATE_BANNER": "Muokataan {0}-tilaa — muutokset koskevat vain {0}-tilaa", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Lisää tälle elementille ensin luokka tai id, jotta tilalla on perusta", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Kohdistus näkyvissä", + "LIVE_DEV_STYLER_STATE_VISITED": "Vierailtu", + "LIVE_DEV_STYLER_STATE_TARGET": "Kohde", + "LIVE_DEV_STYLER_STATE_CHECKED": "Valittu", + "LIVE_DEV_STYLER_STATE_DISABLED": "Ei käytössä", + "LIVE_DEV_STYLER_STATE_ENABLED": "Käytössä", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Paikkamerkki näkyvissä" }); \ No newline at end of file diff --git a/src/nls/fr/lastTranslated.json b/src/nls/fr/lastTranslated.json index 70137f6f2f..44d3da3000 100644 --- a/src/nls/fr/lastTranslated.json +++ b/src/nls/fr/lastTranslated.json @@ -1578,11 +1578,6 @@ "LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element", "LIVE_DEV_DETACHED_REPLACED_WITH_DEVTOOLS": "Live Preview was canceled because the browser's developer tools were opened", "LIVE_DEV_DETACHED_TARGET_CLOSED": "Live Preview was canceled because the page was closed in the browser", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Got it", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Add new HTML elements", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Edit tag, classes, ID and attributes", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Read docs", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Two new ways to edit", "LIVE_DEV_ELEMENT_PROPS_ADD_ATTR": "+ add attribute", "LIVE_DEV_ELEMENT_PROPS_ADD_CLASS": "+ add class", "LIVE_DEV_ELEMENT_PROPS_ATTRIBUTES": "Attributes", @@ -1825,6 +1820,7 @@ "LIVE_DEV_STYLER_ALIGN_RIGHT": "Align right", "LIVE_DEV_STYLER_ALL_SIDES": "All", "LIVE_DEV_STYLER_APPLIES_TO": "Save changes to", + "LIVE_DEV_STYLER_APPLY_INLINE": "Apply anyway", "LIVE_DEV_STYLER_BACKGROUND": "Background color", "LIVE_DEV_STYLER_BASELINE": "Baseline", "LIVE_DEV_STYLER_BLOCK": "Block", @@ -1884,9 +1880,16 @@ "LIVE_DEV_STYLER_FONT": "Font family", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Custom", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "On this page", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", "LIVE_DEV_STYLER_FONTS_SYSTEM": "System", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Apply", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Type any font name. Google Fonts are added for you; others must already be available.", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "e.g. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Upload a font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Couldn't add that font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Use \"{0}\"", + "LIVE_DEV_STYLER_FORMAT_TAB": "Format", "LIVE_DEV_STYLER_GAP": "Gap", "LIVE_DEV_STYLER_GRID": "Grid", "LIVE_DEV_STYLER_HEIGHT": "Height", @@ -1922,9 +1925,13 @@ "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Another element already has that id - try a class instead", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "That doesn't look like a valid style name - try a class like .card or an id like #hero", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "This doesn't match the selected element, so your edits wouldn't change it", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Styles like \":hover\" can't be edited live here yet", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elements like \"::before\" can't be styled here", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Add a class or id before the state, like .button:hover", "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Saves the style in {0} - styles {1} elements on the page", "LIVE_DEV_STYLER_NEW_SAVES_ONE": "Saves the style in {0} - styles just this element", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Adds class \"{0}\" to this element and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Gives this element the id \"{0}\" and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Creates \"{0}\" - edits apply in the {1} state", "LIVE_DEV_STYLER_NEW_STYLE": "New style…", "LIVE_DEV_STYLER_NEW_STYLE_TITLE": "New style", "LIVE_DEV_STYLER_NONE": "None", @@ -1932,9 +1939,11 @@ "LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found", "LIVE_DEV_STYLER_NO_WRAP": "No Wrap", "LIVE_DEV_STYLER_OFFSET": "Offset", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "On the page", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "On this page", "LIVE_DEV_STYLER_OPACITY": "Opacity", "LIVE_DEV_STYLER_OUTLINE": "Outline", + "LIVE_DEV_STYLER_OVERLINE": "Overline", + "LIVE_DEV_STYLER_OVERRIDDEN": "This change is overridden by a more specific rule", "LIVE_DEV_STYLER_PADDING": "Padding", "LIVE_DEV_STYLER_POSITION": "Position", "LIVE_DEV_STYLER_RADIUS": "Radius", @@ -1957,7 +1966,25 @@ "LIVE_DEV_STYLER_SPACE_BETWEEN": "Space Between", "LIVE_DEV_STYLER_SPACE_EVENLY": "Space Evenly", "LIVE_DEV_STYLER_SPACING": "Margin & padding", + "LIVE_DEV_STYLER_SPACING_TAB": "Spacing", "LIVE_DEV_STYLER_START": "Start", + "LIVE_DEV_STYLER_STATE": "State", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_BANNER": "Editing the {0} state — changes apply only to {0}", + "LIVE_DEV_STYLER_STATE_CHECKED": "Checked", + "LIVE_DEV_STYLER_STATE_DISABLED": "Disabled", + "LIVE_DEV_STYLER_STATE_ENABLED": "Enabled", + "LIVE_DEV_STYLER_STATE_EXIT": "Exit", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Focus visible", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Add a class or id to this element first so the state has somewhere to live", + "LIVE_DEV_STYLER_STATE_PICK": "Edit a state (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder shown", + "LIVE_DEV_STYLER_STATE_TARGET": "Target", + "LIVE_DEV_STYLER_STATE_VISITED": "Visited", "LIVE_DEV_STYLER_STATIC": "Static", "LIVE_DEV_STYLER_STEP_HINT": "Shift + Click: x10\nAlt + Click: x0.1", "LIVE_DEV_STYLER_STICKY": "Sticky", @@ -1965,8 +1992,10 @@ "LIVE_DEV_STYLER_STRIKETHROUGH": "Strikethrough", "LIVE_DEV_STYLER_STYLE": "Style", "LIVE_DEV_STYLER_TARGET_COUNT": "affects {0} on page", + "LIVE_DEV_STYLER_TARGET_CREATE": "New rule in {0}", "LIVE_DEV_STYLER_TARGET_INLINE_HINT": "directly on the element", "LIVE_DEV_STYLER_TEXT_COLOR": "Text color", + "LIVE_DEV_STYLER_TEXT_INDENT": "Text indent", "LIVE_DEV_STYLER_TEXT_STYLE": "Text style", "LIVE_DEV_STYLER_TOP": "Top", "LIVE_DEV_STYLER_UNDERLINE": "Underline", @@ -1974,6 +2003,7 @@ "LIVE_DEV_STYLER_WEIGHT": "Font weight", "LIVE_DEV_STYLER_WEIGHT_BLACK": "Black", "LIVE_DEV_STYLER_WEIGHT_BOLD": "Bold", + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Click to cycle Regular / Bold / Black · Shift-click for all weights", "LIVE_DEV_STYLER_WEIGHT_EXTRA_BOLD": "Extra Bold", "LIVE_DEV_STYLER_WEIGHT_EXTRA_LIGHT": "Extra Light", "LIVE_DEV_STYLER_WEIGHT_LIGHT": "Light", diff --git a/src/nls/fr/strings.js b/src/nls/fr/strings.js index 588ef27c7e..ca5ef71b55 100644 --- a/src/nls/fr/strings.js +++ b/src/nls/fr/strings.js @@ -195,7 +195,6 @@ define({ "LIVE_DEV_STYLER_SEARCH_FONTS": "Rechercher des polices…", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", "LIVE_DEV_STYLER_FONTS_SYSTEM": "Système", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "Sur cette page", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Personnalisé", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Utiliser « {0} »", "LIVE_DEV_STYLER_NO_FONTS_FOUND": "Aucune police trouvée", @@ -229,7 +228,6 @@ define({ "LIVE_DEV_STYLER_RADIUS": "Rayon", "LIVE_DEV_STYLER_WIDTH": "Largeur", "LIVE_DEV_STYLER_COLOR": "Couleur", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "Sur cette page", "LIVE_DEV_STYLER_COMMON_COLORS": "Courantes", "LIVE_DEV_STYLER_COLOR_WHITE": "Blanc", "LIVE_DEV_STYLER_COLOR_SILVER": "Argenté", @@ -322,10 +320,10 @@ define({ "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Enregistre le style dans {0} - stylise {1} éléments sur la page", "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Un autre élément possède déjà cet ID - essayez plutôt une classe", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "Ceci ne correspond pas à l'élément sélectionné, vos modifications ne l'affecteront donc pas", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Les styles comme \":hover\" ne peuvent pas encore être modifiés en direct ici", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "Cela ne semble pas être un nom de style valide - essayez une classe comme .card ou un ID comme #hero", "LIVE_DEV_STYLER_CREATE": "Créer", "LIVE_DEV_STYLER_SELECTOR_PLACEHOLDER": "Ex. : .card ou #hero", + "LIVE_DEV_STYLER_STATE_EXIT": "Quitter", "LIVE_DEV_STYLER_HEIGHT": "Hauteur", "LIVE_DEV_STYLER_SIZE_TAB": "Dimensions", "LIVE_DEV_STYLER_MIN_WIDTH": "Largeur minimale", @@ -359,11 +357,6 @@ define({ "LIVE_DEV_EMPTY_CANVAS_LABEL": "Votre page est vide — ajoutez un élément", "LIVE_DEV_EMPTY_CANVAS_ADD": "Ajoutez votre premier élément", "LIVE_DEV_EMPTY_CANVAS_COLLAPSE": "Réduire", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Deux nouvelles façons d'éditer", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Ajouter de nouveaux éléments HTML", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Modifier la balise, les classes, l'ID et les attributs", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Compris", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Lire la documentation", "LIVE_DEV_IMAGE_GALLERY_USE_IMAGE": "Télécharger l'image", "LIVE_DEV_IMAGE_GALLERY_SELECT_DOWNLOAD_FOLDER": "Sélectionner le dossier de téléchargement des images", "LIVE_DEV_IMAGE_GALLERY_SEARCH_PLACEHOLDER": "Rechercher des images…", @@ -1357,6 +1350,8 @@ define({ "CMD_JUMPTO_DEFINITION": "Atteindre la définition", "CMD_SHOW_PARAMETER_HINT": "Afficher l’indicateur de paramètre", "NO_ARGUMENTS": "", + "CODE_HINT_IMPORT_FROM_N": "{0} imports…", + "CODE_HINT_IMPORT_CHOOSE": "Choisissez dans lequel des {0} modules importer {1}.", "DETECTED_EXCLUSION_TITLE": "Problème d’inférence de fichier Javascript", "DETECTED_EXCLUSION_INFO": "{APP_NAME} a rencontré un problème lors du traitement de {0}.

Ce fichier ne sera plus traité pour les conseils de code, Aller à la définition ou la modification rapide. Pour réactiver ce fichier, ouvrez .phcode.json dans votre projet et modifiez jscodehints.detectedExclusions.

Il s'agit probablement d'un bug de {APP_NAME}. Si vous pouvez fournir une copie de ce fichier, veuillez signaler un bug avec un lien vers le fichier nommé ici.", "CMD_REFACTOR": "Remanier", @@ -2461,6 +2456,41 @@ define({ "DEMO_JS_BUTTON_START_AGAIN": "Recommencer", "DEMO_JS_CARD_COUNT_TEMPLATE": "{NUM_DONE}/3 cartes", "DEMO_JS_DELETE_COUNT_TEMPLATE": "{NUM_DONE}/1 supprimé", - "CODE_HINT_IMPORT_FROM_N": "{0} imports…", - "CODE_HINT_IMPORT_CHOOSE": "Choisissez dans lequel des {0} modules importer {1}." + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Cliquez pour alterner Normal / Gras / Black · Maj-clic pour toutes les graisses", + "LIVE_DEV_STYLER_OVERRIDDEN": "Cette modification est remplacée par une règle plus spécifique", + "LIVE_DEV_STYLER_APPLY_INLINE": "Appliquer quand même", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manuel", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "Exemple : Helvetica Neue", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Appliquer", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Saisissez un nom de police. Les polices Google Fonts sont ajoutées pour vous ; les autres doivent déjà être disponibles.", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Importer un fichier de police", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Impossible d'ajouter ce fichier de police", + "LIVE_DEV_STYLER_TEXT_INDENT": "Retrait du texte", + "LIVE_DEV_STYLER_FORMAT_TAB": "Mise en forme", + "LIVE_DEV_STYLER_SPACING_TAB": "Espacement", + "LIVE_DEV_STYLER_OVERLINE": "Ligne au-dessus", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "Sur cette page", + "LIVE_DEV_STYLER_TARGET_CREATE": "Nouvelle règle dans {0}", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Les pseudo-éléments comme \"::before\" ne peuvent pas être stylisés ici", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Ajoutez une classe ou un ID avant l'état, comme .button:hover", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Crée \"{0}\" - les modifications s'appliquent à l'état {1}", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Ajoute la classe \"{0}\" à cet élément et stylise son état {1}", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Donne à cet élément l'ID \"{0}\" et stylise son état {1}", + "LIVE_DEV_STYLER_STATE": "État", + "LIVE_DEV_STYLER_STATE_PICK": "Modifier un état (survol, focus, …)", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_BANNER": "Modification de l'état {0} — les modifications s'appliquent uniquement à {0}", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Ajoutez d'abord une classe ou un ID à cet élément pour que l'état ait un point d'attache", + "LIVE_DEV_STYLER_STATE_HOVER": "Survol", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Actif", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus à l'intérieur", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Focus visible", + "LIVE_DEV_STYLER_STATE_VISITED": "Visité", + "LIVE_DEV_STYLER_STATE_TARGET": "Cible", + "LIVE_DEV_STYLER_STATE_CHECKED": "Coché", + "LIVE_DEV_STYLER_STATE_DISABLED": "Désactivé", + "LIVE_DEV_STYLER_STATE_ENABLED": "Activé", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder affiché" }); \ No newline at end of file diff --git a/src/nls/gl/lastTranslated.json b/src/nls/gl/lastTranslated.json index 70137f6f2f..44d3da3000 100644 --- a/src/nls/gl/lastTranslated.json +++ b/src/nls/gl/lastTranslated.json @@ -1578,11 +1578,6 @@ "LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element", "LIVE_DEV_DETACHED_REPLACED_WITH_DEVTOOLS": "Live Preview was canceled because the browser's developer tools were opened", "LIVE_DEV_DETACHED_TARGET_CLOSED": "Live Preview was canceled because the page was closed in the browser", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Got it", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Add new HTML elements", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Edit tag, classes, ID and attributes", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Read docs", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Two new ways to edit", "LIVE_DEV_ELEMENT_PROPS_ADD_ATTR": "+ add attribute", "LIVE_DEV_ELEMENT_PROPS_ADD_CLASS": "+ add class", "LIVE_DEV_ELEMENT_PROPS_ATTRIBUTES": "Attributes", @@ -1825,6 +1820,7 @@ "LIVE_DEV_STYLER_ALIGN_RIGHT": "Align right", "LIVE_DEV_STYLER_ALL_SIDES": "All", "LIVE_DEV_STYLER_APPLIES_TO": "Save changes to", + "LIVE_DEV_STYLER_APPLY_INLINE": "Apply anyway", "LIVE_DEV_STYLER_BACKGROUND": "Background color", "LIVE_DEV_STYLER_BASELINE": "Baseline", "LIVE_DEV_STYLER_BLOCK": "Block", @@ -1884,9 +1880,16 @@ "LIVE_DEV_STYLER_FONT": "Font family", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Custom", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "On this page", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", "LIVE_DEV_STYLER_FONTS_SYSTEM": "System", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Apply", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Type any font name. Google Fonts are added for you; others must already be available.", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "e.g. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Upload a font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Couldn't add that font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Use \"{0}\"", + "LIVE_DEV_STYLER_FORMAT_TAB": "Format", "LIVE_DEV_STYLER_GAP": "Gap", "LIVE_DEV_STYLER_GRID": "Grid", "LIVE_DEV_STYLER_HEIGHT": "Height", @@ -1922,9 +1925,13 @@ "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Another element already has that id - try a class instead", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "That doesn't look like a valid style name - try a class like .card or an id like #hero", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "This doesn't match the selected element, so your edits wouldn't change it", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Styles like \":hover\" can't be edited live here yet", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elements like \"::before\" can't be styled here", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Add a class or id before the state, like .button:hover", "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Saves the style in {0} - styles {1} elements on the page", "LIVE_DEV_STYLER_NEW_SAVES_ONE": "Saves the style in {0} - styles just this element", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Adds class \"{0}\" to this element and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Gives this element the id \"{0}\" and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Creates \"{0}\" - edits apply in the {1} state", "LIVE_DEV_STYLER_NEW_STYLE": "New style…", "LIVE_DEV_STYLER_NEW_STYLE_TITLE": "New style", "LIVE_DEV_STYLER_NONE": "None", @@ -1932,9 +1939,11 @@ "LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found", "LIVE_DEV_STYLER_NO_WRAP": "No Wrap", "LIVE_DEV_STYLER_OFFSET": "Offset", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "On the page", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "On this page", "LIVE_DEV_STYLER_OPACITY": "Opacity", "LIVE_DEV_STYLER_OUTLINE": "Outline", + "LIVE_DEV_STYLER_OVERLINE": "Overline", + "LIVE_DEV_STYLER_OVERRIDDEN": "This change is overridden by a more specific rule", "LIVE_DEV_STYLER_PADDING": "Padding", "LIVE_DEV_STYLER_POSITION": "Position", "LIVE_DEV_STYLER_RADIUS": "Radius", @@ -1957,7 +1966,25 @@ "LIVE_DEV_STYLER_SPACE_BETWEEN": "Space Between", "LIVE_DEV_STYLER_SPACE_EVENLY": "Space Evenly", "LIVE_DEV_STYLER_SPACING": "Margin & padding", + "LIVE_DEV_STYLER_SPACING_TAB": "Spacing", "LIVE_DEV_STYLER_START": "Start", + "LIVE_DEV_STYLER_STATE": "State", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_BANNER": "Editing the {0} state — changes apply only to {0}", + "LIVE_DEV_STYLER_STATE_CHECKED": "Checked", + "LIVE_DEV_STYLER_STATE_DISABLED": "Disabled", + "LIVE_DEV_STYLER_STATE_ENABLED": "Enabled", + "LIVE_DEV_STYLER_STATE_EXIT": "Exit", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Focus visible", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Add a class or id to this element first so the state has somewhere to live", + "LIVE_DEV_STYLER_STATE_PICK": "Edit a state (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder shown", + "LIVE_DEV_STYLER_STATE_TARGET": "Target", + "LIVE_DEV_STYLER_STATE_VISITED": "Visited", "LIVE_DEV_STYLER_STATIC": "Static", "LIVE_DEV_STYLER_STEP_HINT": "Shift + Click: x10\nAlt + Click: x0.1", "LIVE_DEV_STYLER_STICKY": "Sticky", @@ -1965,8 +1992,10 @@ "LIVE_DEV_STYLER_STRIKETHROUGH": "Strikethrough", "LIVE_DEV_STYLER_STYLE": "Style", "LIVE_DEV_STYLER_TARGET_COUNT": "affects {0} on page", + "LIVE_DEV_STYLER_TARGET_CREATE": "New rule in {0}", "LIVE_DEV_STYLER_TARGET_INLINE_HINT": "directly on the element", "LIVE_DEV_STYLER_TEXT_COLOR": "Text color", + "LIVE_DEV_STYLER_TEXT_INDENT": "Text indent", "LIVE_DEV_STYLER_TEXT_STYLE": "Text style", "LIVE_DEV_STYLER_TOP": "Top", "LIVE_DEV_STYLER_UNDERLINE": "Underline", @@ -1974,6 +2003,7 @@ "LIVE_DEV_STYLER_WEIGHT": "Font weight", "LIVE_DEV_STYLER_WEIGHT_BLACK": "Black", "LIVE_DEV_STYLER_WEIGHT_BOLD": "Bold", + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Click to cycle Regular / Bold / Black · Shift-click for all weights", "LIVE_DEV_STYLER_WEIGHT_EXTRA_BOLD": "Extra Bold", "LIVE_DEV_STYLER_WEIGHT_EXTRA_LIGHT": "Extra Light", "LIVE_DEV_STYLER_WEIGHT_LIGHT": "Light", diff --git a/src/nls/gl/strings.js b/src/nls/gl/strings.js index 9f7ef636a7..76e22df329 100644 --- a/src/nls/gl/strings.js +++ b/src/nls/gl/strings.js @@ -195,7 +195,6 @@ define({ "LIVE_DEV_STYLER_SEARCH_FONTS": "Buscar fontes…", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", "LIVE_DEV_STYLER_FONTS_SYSTEM": "Sistema", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "Nesta páxina", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Personalizado", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Usar «{0}»", "LIVE_DEV_STYLER_NO_FONTS_FOUND": "Non se atoparon fontes", @@ -229,7 +228,6 @@ define({ "LIVE_DEV_STYLER_RADIUS": "Raio", "LIVE_DEV_STYLER_WIDTH": "Ancho", "LIVE_DEV_STYLER_COLOR": "Cor", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "Na páxina", "LIVE_DEV_STYLER_COMMON_COLORS": "Comúns", "LIVE_DEV_STYLER_COLOR_WHITE": "Branco", "LIVE_DEV_STYLER_COLOR_SILVER": "Prata", @@ -322,10 +320,10 @@ define({ "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Garda o estilo en {0}: aplica o estilo a {1} elementos na páxina", "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Outro elemento xa ten ese ID. Probe a usar unha clase no seu lugar.", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "Isto non coincide co elemento seleccionado, polo que as súas edicións non o modificarán.", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Os estilos como \":hover\" aínda non se poden editar en vivo aquí.", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "Non parece un nome de estilo válido. Proba cunha clase como .card ou un ID como #hero", "LIVE_DEV_STYLER_CREATE": "Crear", "LIVE_DEV_STYLER_SELECTOR_PLACEHOLDER": "P. ex. .card ou #hero", + "LIVE_DEV_STYLER_STATE_EXIT": "Saír", "LIVE_DEV_STYLER_HEIGHT": "Altura", "LIVE_DEV_STYLER_SIZE_TAB": "Tamaño", "LIVE_DEV_STYLER_MIN_WIDTH": "Ancho mín.", @@ -359,11 +357,6 @@ define({ "LIVE_DEV_EMPTY_CANVAS_LABEL": "A túa páxina está baleira — engade un elemento", "LIVE_DEV_EMPTY_CANVAS_ADD": "Engadir o teu primeiro elemento", "LIVE_DEV_EMPTY_CANVAS_COLLAPSE": "Contraer", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Dúas novas formas de editar", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Engadir novos elementos HTML", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Editar etiqueta, clases, ID e atributos", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Entendido", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Ler a documentación", "LIVE_DEV_IMAGE_GALLERY_USE_IMAGE": "Descargar imaxe", "LIVE_DEV_IMAGE_GALLERY_SELECT_DOWNLOAD_FOLDER": "Escoller o cartafol de descarga de imaxes", "LIVE_DEV_IMAGE_GALLERY_SEARCH_PLACEHOLDER": "Buscar imaxes…", @@ -1357,6 +1350,8 @@ define({ "CMD_JUMPTO_DEFINITION": "Ir á definición", "CMD_SHOW_PARAMETER_HINT": "Amosar suxerencias de parámetros", "NO_ARGUMENTS": "", + "CODE_HINT_IMPORT_FROM_N": "{0} importacións…", + "CODE_HINT_IMPORT_CHOOSE": "Escolla de cal dos {0} módulos importar {1}.", "DETECTED_EXCLUSION_TITLE": "Problema de inferencia con un arquivo JavaScript", "DETECTED_EXCLUSION_INFO": "{APP_NAME} atopou problemas ao procesar {0}.

Este ficheiro xa non se procesará para obter suxestións de código, Ir á definición ou Edición rápida. Para volver activar este ficheiro, abra .phcode.json no seu proxecto e edite jscodehints.detectedExclusions.

É probable que sexa un erro de {APP_NAME}. Se pode proporcionar unha copia deste ficheiro, por favor informe dun erro cunha ligazón ao ficheiro aquí nomeado.", "CMD_REFACTOR": "Refactorizar", @@ -2461,6 +2456,41 @@ define({ "DEMO_JS_BUTTON_START_AGAIN": "Comezar de novo", "DEMO_JS_CARD_COUNT_TEMPLATE": "{NUM_DONE}/3 tarxetas", "DEMO_JS_DELETE_COUNT_TEMPLATE": "{NUM_DONE}/1 eliminado", - "CODE_HINT_IMPORT_FROM_N": "{0} importacións…", - "CODE_HINT_IMPORT_CHOOSE": "Escolla de cal dos {0} módulos importar {1}." + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Fai clic para alternar entre Normal / Negra / Moi negra · Maiús+clic para todos os grosores", + "LIVE_DEV_STYLER_OVERRIDDEN": "Este cambio é sobrescrito por unha regra máis específica", + "LIVE_DEV_STYLER_APPLY_INLINE": "Aplicar aínda así", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "p. ex. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Aplicar", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Escribe o nome de calquera fonte. As Google Fonts engádense automaticamente; as outras xa deben estar dispoñibles.", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Cargar un ficheiro de fonte", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Non se puido engadir ese ficheiro de fonte", + "LIVE_DEV_STYLER_TEXT_INDENT": "Sangría do texto", + "LIVE_DEV_STYLER_FORMAT_TAB": "Formato", + "LIVE_DEV_STYLER_SPACING_TAB": "Espazamento", + "LIVE_DEV_STYLER_OVERLINE": "Liña superior", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "Nesta páxina", + "LIVE_DEV_STYLER_TARGET_CREATE": "Nova regra en {0}", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Os pseudo-elementos como \"::before\" non se poden estilizar aquí", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Engada unha clase ou un ID antes do estado, como .button:hover", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Crea \"{0}\" - as edicións aplícanse no estado {1}", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Engade a clase \"{0}\" a este elemento e estiliza o seu estado {1}", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Dálle a este elemento o ID \"{0}\" e aplica estilos ao seu estado {1}", + "LIVE_DEV_STYLER_STATE": "Estado", + "LIVE_DEV_STYLER_STATE_PICK": "Editar un estado (ao pasar o rato, foco, …)", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_BANNER": "Editando o estado {0} — os cambios só se aplican a {0}", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Engade primeiro unha clase ou un ID a este elemento para que o estado teña onde aplicarse", + "LIVE_DEV_STYLER_STATE_HOVER": "Ao pasar o rato", + "LIVE_DEV_STYLER_STATE_FOCUS": "Foco", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Activo", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Foco interno", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Foco visible", + "LIVE_DEV_STYLER_STATE_VISITED": "Visitado", + "LIVE_DEV_STYLER_STATE_TARGET": "Obxectivo", + "LIVE_DEV_STYLER_STATE_CHECKED": "Marcado", + "LIVE_DEV_STYLER_STATE_DISABLED": "Desactivado", + "LIVE_DEV_STYLER_STATE_ENABLED": "Activado", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Marcador de posición mostrado" }); \ No newline at end of file diff --git a/src/nls/hi/lastTranslated.json b/src/nls/hi/lastTranslated.json index 70137f6f2f..44d3da3000 100644 --- a/src/nls/hi/lastTranslated.json +++ b/src/nls/hi/lastTranslated.json @@ -1578,11 +1578,6 @@ "LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element", "LIVE_DEV_DETACHED_REPLACED_WITH_DEVTOOLS": "Live Preview was canceled because the browser's developer tools were opened", "LIVE_DEV_DETACHED_TARGET_CLOSED": "Live Preview was canceled because the page was closed in the browser", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Got it", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Add new HTML elements", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Edit tag, classes, ID and attributes", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Read docs", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Two new ways to edit", "LIVE_DEV_ELEMENT_PROPS_ADD_ATTR": "+ add attribute", "LIVE_DEV_ELEMENT_PROPS_ADD_CLASS": "+ add class", "LIVE_DEV_ELEMENT_PROPS_ATTRIBUTES": "Attributes", @@ -1825,6 +1820,7 @@ "LIVE_DEV_STYLER_ALIGN_RIGHT": "Align right", "LIVE_DEV_STYLER_ALL_SIDES": "All", "LIVE_DEV_STYLER_APPLIES_TO": "Save changes to", + "LIVE_DEV_STYLER_APPLY_INLINE": "Apply anyway", "LIVE_DEV_STYLER_BACKGROUND": "Background color", "LIVE_DEV_STYLER_BASELINE": "Baseline", "LIVE_DEV_STYLER_BLOCK": "Block", @@ -1884,9 +1880,16 @@ "LIVE_DEV_STYLER_FONT": "Font family", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Custom", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "On this page", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", "LIVE_DEV_STYLER_FONTS_SYSTEM": "System", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Apply", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Type any font name. Google Fonts are added for you; others must already be available.", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "e.g. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Upload a font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Couldn't add that font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Use \"{0}\"", + "LIVE_DEV_STYLER_FORMAT_TAB": "Format", "LIVE_DEV_STYLER_GAP": "Gap", "LIVE_DEV_STYLER_GRID": "Grid", "LIVE_DEV_STYLER_HEIGHT": "Height", @@ -1922,9 +1925,13 @@ "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Another element already has that id - try a class instead", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "That doesn't look like a valid style name - try a class like .card or an id like #hero", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "This doesn't match the selected element, so your edits wouldn't change it", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Styles like \":hover\" can't be edited live here yet", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elements like \"::before\" can't be styled here", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Add a class or id before the state, like .button:hover", "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Saves the style in {0} - styles {1} elements on the page", "LIVE_DEV_STYLER_NEW_SAVES_ONE": "Saves the style in {0} - styles just this element", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Adds class \"{0}\" to this element and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Gives this element the id \"{0}\" and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Creates \"{0}\" - edits apply in the {1} state", "LIVE_DEV_STYLER_NEW_STYLE": "New style…", "LIVE_DEV_STYLER_NEW_STYLE_TITLE": "New style", "LIVE_DEV_STYLER_NONE": "None", @@ -1932,9 +1939,11 @@ "LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found", "LIVE_DEV_STYLER_NO_WRAP": "No Wrap", "LIVE_DEV_STYLER_OFFSET": "Offset", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "On the page", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "On this page", "LIVE_DEV_STYLER_OPACITY": "Opacity", "LIVE_DEV_STYLER_OUTLINE": "Outline", + "LIVE_DEV_STYLER_OVERLINE": "Overline", + "LIVE_DEV_STYLER_OVERRIDDEN": "This change is overridden by a more specific rule", "LIVE_DEV_STYLER_PADDING": "Padding", "LIVE_DEV_STYLER_POSITION": "Position", "LIVE_DEV_STYLER_RADIUS": "Radius", @@ -1957,7 +1966,25 @@ "LIVE_DEV_STYLER_SPACE_BETWEEN": "Space Between", "LIVE_DEV_STYLER_SPACE_EVENLY": "Space Evenly", "LIVE_DEV_STYLER_SPACING": "Margin & padding", + "LIVE_DEV_STYLER_SPACING_TAB": "Spacing", "LIVE_DEV_STYLER_START": "Start", + "LIVE_DEV_STYLER_STATE": "State", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_BANNER": "Editing the {0} state — changes apply only to {0}", + "LIVE_DEV_STYLER_STATE_CHECKED": "Checked", + "LIVE_DEV_STYLER_STATE_DISABLED": "Disabled", + "LIVE_DEV_STYLER_STATE_ENABLED": "Enabled", + "LIVE_DEV_STYLER_STATE_EXIT": "Exit", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Focus visible", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Add a class or id to this element first so the state has somewhere to live", + "LIVE_DEV_STYLER_STATE_PICK": "Edit a state (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder shown", + "LIVE_DEV_STYLER_STATE_TARGET": "Target", + "LIVE_DEV_STYLER_STATE_VISITED": "Visited", "LIVE_DEV_STYLER_STATIC": "Static", "LIVE_DEV_STYLER_STEP_HINT": "Shift + Click: x10\nAlt + Click: x0.1", "LIVE_DEV_STYLER_STICKY": "Sticky", @@ -1965,8 +1992,10 @@ "LIVE_DEV_STYLER_STRIKETHROUGH": "Strikethrough", "LIVE_DEV_STYLER_STYLE": "Style", "LIVE_DEV_STYLER_TARGET_COUNT": "affects {0} on page", + "LIVE_DEV_STYLER_TARGET_CREATE": "New rule in {0}", "LIVE_DEV_STYLER_TARGET_INLINE_HINT": "directly on the element", "LIVE_DEV_STYLER_TEXT_COLOR": "Text color", + "LIVE_DEV_STYLER_TEXT_INDENT": "Text indent", "LIVE_DEV_STYLER_TEXT_STYLE": "Text style", "LIVE_DEV_STYLER_TOP": "Top", "LIVE_DEV_STYLER_UNDERLINE": "Underline", @@ -1974,6 +2003,7 @@ "LIVE_DEV_STYLER_WEIGHT": "Font weight", "LIVE_DEV_STYLER_WEIGHT_BLACK": "Black", "LIVE_DEV_STYLER_WEIGHT_BOLD": "Bold", + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Click to cycle Regular / Bold / Black · Shift-click for all weights", "LIVE_DEV_STYLER_WEIGHT_EXTRA_BOLD": "Extra Bold", "LIVE_DEV_STYLER_WEIGHT_EXTRA_LIGHT": "Extra Light", "LIVE_DEV_STYLER_WEIGHT_LIGHT": "Light", diff --git a/src/nls/hi/strings.js b/src/nls/hi/strings.js index 1072a3f9f2..303a9fa63c 100644 --- a/src/nls/hi/strings.js +++ b/src/nls/hi/strings.js @@ -195,7 +195,6 @@ define({ "LIVE_DEV_STYLER_SEARCH_FONTS": "फ़ॉन्ट खोजें…", "LIVE_DEV_STYLER_FONTS_GOOGLE": "गूगल", "LIVE_DEV_STYLER_FONTS_SYSTEM": "सिस्टम", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "इस पेज पर", "LIVE_DEV_STYLER_FONTS_CUSTOM": "कस्टम", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "\"{0}\" का उपयोग करें", "LIVE_DEV_STYLER_NO_FONTS_FOUND": "कोई फ़ॉन्ट नहीं मिला", @@ -229,7 +228,6 @@ define({ "LIVE_DEV_STYLER_RADIUS": "रेडियस", "LIVE_DEV_STYLER_WIDTH": "चौड़ाई", "LIVE_DEV_STYLER_COLOR": "रंग", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "पेज पर", "LIVE_DEV_STYLER_COMMON_COLORS": "सामान्य", "LIVE_DEV_STYLER_COLOR_WHITE": "सफ़ेद", "LIVE_DEV_STYLER_COLOR_SILVER": "सिल्वर", @@ -322,7 +320,6 @@ define({ "LIVE_DEV_STYLER_NEW_SAVES_MANY": "{0} में स्टाइल सहेजता है - पेज पर {1} एलिमेंट्स को स्टाइल करता है", "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "किसी दूसरे एलिमेंट के पास पहले से ही वह आईडी है - इसके बजाय एक क्लास आज़माएँ", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "यह चयनित एलिमेंट से मेल नहीं खाता, इसलिए आपके संपादन इसे नहीं बदलेंगे", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "\":hover\" जैसी स्टाइल को अभी यहाँ लाइव संपादित नहीं किया जा सकता है", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "यह एक मान्य स्टाइल नाम जैसा नहीं लगता - .card जैसी क्लास या #hero जैसी आईडी आज़माएँ", "LIVE_DEV_STYLER_CREATE": "बनाएँ", "LIVE_DEV_STYLER_SELECTOR_PLACEHOLDER": "उदा. .card या #hero", @@ -359,11 +356,6 @@ define({ "LIVE_DEV_EMPTY_CANVAS_LABEL": "आपका पेज खाली है — एक एलिमेंट जोड़ें", "LIVE_DEV_EMPTY_CANVAS_ADD": "अपना पहला एलिमेंट जोड़ें", "LIVE_DEV_EMPTY_CANVAS_COLLAPSE": "संक्षिप्त करें", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "संपादित करने के दो नए तरीके", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "नए HTML एलीमेंट्स जोड़ें", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "टैग, क्लास, आईडी और एट्रिब्यूट्स संपादित करें", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "समझ गया", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "डॉक्स पढ़ें", "LIVE_DEV_IMAGE_GALLERY_USE_IMAGE": "इमेज डाउनलोड करें", "LIVE_DEV_IMAGE_GALLERY_SELECT_DOWNLOAD_FOLDER": "छवि डाउनलोड फ़ोल्डर चुनें", "LIVE_DEV_IMAGE_GALLERY_SEARCH_PLACEHOLDER": "इमेज खोजें…", @@ -1357,6 +1349,8 @@ define({ "CMD_JUMPTO_DEFINITION": "परिभाषा पर जाएँ", "CMD_SHOW_PARAMETER_HINT": "पैरामीटर संकेत दिखाएँ", "NO_ARGUMENTS": "", + "CODE_HINT_IMPORT_FROM_N": "{0} इंपोर्ट्स…", + "CODE_HINT_IMPORT_CHOOSE": "चुनें कि {1} को {0} मॉड्यूल में से किससे इंपोर्ट किया जाए।", "DETECTED_EXCLUSION_TITLE": "JavaScript फ़ाइल अनुमान समस्या", "DETECTED_EXCLUSION_INFO": "{APP_NAME} को {0} को संसाधित करने में समस्या आ रही है।

यह फ़ाइल अब कोड संकेत, परिभाषा पर जाएं या त्वरित संपादन के लिए संसाधित नहीं की जाएगी। इस फ़ाइल को पुनः सक्षम करने के लिए, अपने प्रोजेक्ट में .phcode.json खोलें और jscodehints.detectedExclusions संपादित करें।

यह संभवतः एक {APP_NAME} बग है। यदि आप इस फ़ाइल की एक प्रति प्रदान कर सकते हैं, तो कृपया यहाँ नामित फ़ाइल के लिंक के साथ एक बग दर्ज करें।", "CMD_REFACTOR": "रिफैक्टर करें", @@ -2461,6 +2455,42 @@ define({ "DEMO_JS_BUTTON_START_AGAIN": "फिर से शुरू करें", "DEMO_JS_CARD_COUNT_TEMPLATE": "{NUM_DONE}/3 कार्ड", "DEMO_JS_DELETE_COUNT_TEMPLATE": "{NUM_DONE}/1 हटाया गया", - "CODE_HINT_IMPORT_FROM_N": "{0} इंपोर्ट्स…", - "CODE_HINT_IMPORT_CHOOSE": "चुनें कि {1} को {0} मॉड्यूल में से किससे इंपोर्ट किया जाए।" + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "रेगुलर / बोल्ड / ब्लैक के बीच बदलने के लिए क्लिक करें · सभी वेट्स के लिए शिफ़्ट-क्लिक करें", + "LIVE_DEV_STYLER_OVERRIDDEN": "इस बदलाव को एक अधिक विशिष्ट नियम द्वारा ओवरराइड कर दिया गया है", + "LIVE_DEV_STYLER_APPLY_INLINE": "फिर भी लागू करें", + "LIVE_DEV_STYLER_FONTS_MANUAL": "मैनुअल", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "उदा. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "लागू करें", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "किसी भी फ़ॉन्ट का नाम टाइप करें। Google Fonts आपके लिए जोड़ दिए जाते हैं; अन्य पहले से उपलब्ध होने चाहिए।", + "LIVE_DEV_STYLER_FONT_UPLOAD": "फ़ॉन्ट फ़ाइल अपलोड करें", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "उस फ़ॉन्ट फ़ाइल को नहीं जोड़ा जा सका", + "LIVE_DEV_STYLER_TEXT_INDENT": "टेक्स्ट इंडेंट", + "LIVE_DEV_STYLER_FORMAT_TAB": "फ़ॉर्मैट", + "LIVE_DEV_STYLER_SPACING_TAB": "स्पेसिंग", + "LIVE_DEV_STYLER_OVERLINE": "ओवरलाइन", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "इस पेज पर", + "LIVE_DEV_STYLER_TARGET_CREATE": "{0} में नया नियम", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "\"::before\" जैसे स्यूडो-एलिमेंट्स को यहाँ स्टाइल नहीं किया जा सकता", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "स्टेट से पहले एक क्लास या आईडी जोड़ें, जैसे .button:hover", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "\"{0}\" बनाता है - बदलाव {1} स्टेट में लागू होते हैं", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "इस एलिमेंट में क्लास \"{0}\" जोड़ता है और इसके {1} स्टेट को स्टाइल करता है", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "यह इस एलिमेंट को आईडी \"{0}\" देता है और इसके {1} स्टेट को स्टाइल करता है", + "LIVE_DEV_STYLER_STATE": "स्टेट", + "LIVE_DEV_STYLER_STATE_PICK": "एक स्टेट संपादित करें (होवर, फ़ोकस, …)", + "LIVE_DEV_STYLER_STATE_NORMAL": "सामान्य", + "LIVE_DEV_STYLER_STATE_BANNER": "{0} स्टेट का संपादन — बदलाव केवल {0} पर लागू होते हैं", + "LIVE_DEV_STYLER_STATE_EXIT": "बाहर निकलें", + "LIVE_DEV_STYLER_STATE_NO_BASE": "पहले इस एलिमेंट में एक क्लास या आईडी जोड़ें ताकि स्टेट को एक आधार मिल सके", + "LIVE_DEV_STYLER_STATE_HOVER": "होवर", + "LIVE_DEV_STYLER_STATE_FOCUS": "फ़ोकस", + "LIVE_DEV_STYLER_STATE_ACTIVE": "एक्टिव", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "के भीतर फ़ोकस", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "दृश्यमान फ़ोकस", + "LIVE_DEV_STYLER_STATE_VISITED": "विज़िट किया गया", + "LIVE_DEV_STYLER_STATE_TARGET": "लक्ष्य", + "LIVE_DEV_STYLER_STATE_CHECKED": "चयनित", + "LIVE_DEV_STYLER_STATE_DISABLED": "अक्षम", + "LIVE_DEV_STYLER_STATE_ENABLED": "सक्षम", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "प्लेसहोल्डर दिखाया गया" }); \ No newline at end of file diff --git a/src/nls/hr/lastTranslated.json b/src/nls/hr/lastTranslated.json index 70137f6f2f..44d3da3000 100644 --- a/src/nls/hr/lastTranslated.json +++ b/src/nls/hr/lastTranslated.json @@ -1578,11 +1578,6 @@ "LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element", "LIVE_DEV_DETACHED_REPLACED_WITH_DEVTOOLS": "Live Preview was canceled because the browser's developer tools were opened", "LIVE_DEV_DETACHED_TARGET_CLOSED": "Live Preview was canceled because the page was closed in the browser", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Got it", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Add new HTML elements", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Edit tag, classes, ID and attributes", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Read docs", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Two new ways to edit", "LIVE_DEV_ELEMENT_PROPS_ADD_ATTR": "+ add attribute", "LIVE_DEV_ELEMENT_PROPS_ADD_CLASS": "+ add class", "LIVE_DEV_ELEMENT_PROPS_ATTRIBUTES": "Attributes", @@ -1825,6 +1820,7 @@ "LIVE_DEV_STYLER_ALIGN_RIGHT": "Align right", "LIVE_DEV_STYLER_ALL_SIDES": "All", "LIVE_DEV_STYLER_APPLIES_TO": "Save changes to", + "LIVE_DEV_STYLER_APPLY_INLINE": "Apply anyway", "LIVE_DEV_STYLER_BACKGROUND": "Background color", "LIVE_DEV_STYLER_BASELINE": "Baseline", "LIVE_DEV_STYLER_BLOCK": "Block", @@ -1884,9 +1880,16 @@ "LIVE_DEV_STYLER_FONT": "Font family", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Custom", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "On this page", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", "LIVE_DEV_STYLER_FONTS_SYSTEM": "System", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Apply", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Type any font name. Google Fonts are added for you; others must already be available.", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "e.g. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Upload a font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Couldn't add that font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Use \"{0}\"", + "LIVE_DEV_STYLER_FORMAT_TAB": "Format", "LIVE_DEV_STYLER_GAP": "Gap", "LIVE_DEV_STYLER_GRID": "Grid", "LIVE_DEV_STYLER_HEIGHT": "Height", @@ -1922,9 +1925,13 @@ "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Another element already has that id - try a class instead", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "That doesn't look like a valid style name - try a class like .card or an id like #hero", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "This doesn't match the selected element, so your edits wouldn't change it", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Styles like \":hover\" can't be edited live here yet", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elements like \"::before\" can't be styled here", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Add a class or id before the state, like .button:hover", "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Saves the style in {0} - styles {1} elements on the page", "LIVE_DEV_STYLER_NEW_SAVES_ONE": "Saves the style in {0} - styles just this element", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Adds class \"{0}\" to this element and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Gives this element the id \"{0}\" and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Creates \"{0}\" - edits apply in the {1} state", "LIVE_DEV_STYLER_NEW_STYLE": "New style…", "LIVE_DEV_STYLER_NEW_STYLE_TITLE": "New style", "LIVE_DEV_STYLER_NONE": "None", @@ -1932,9 +1939,11 @@ "LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found", "LIVE_DEV_STYLER_NO_WRAP": "No Wrap", "LIVE_DEV_STYLER_OFFSET": "Offset", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "On the page", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "On this page", "LIVE_DEV_STYLER_OPACITY": "Opacity", "LIVE_DEV_STYLER_OUTLINE": "Outline", + "LIVE_DEV_STYLER_OVERLINE": "Overline", + "LIVE_DEV_STYLER_OVERRIDDEN": "This change is overridden by a more specific rule", "LIVE_DEV_STYLER_PADDING": "Padding", "LIVE_DEV_STYLER_POSITION": "Position", "LIVE_DEV_STYLER_RADIUS": "Radius", @@ -1957,7 +1966,25 @@ "LIVE_DEV_STYLER_SPACE_BETWEEN": "Space Between", "LIVE_DEV_STYLER_SPACE_EVENLY": "Space Evenly", "LIVE_DEV_STYLER_SPACING": "Margin & padding", + "LIVE_DEV_STYLER_SPACING_TAB": "Spacing", "LIVE_DEV_STYLER_START": "Start", + "LIVE_DEV_STYLER_STATE": "State", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_BANNER": "Editing the {0} state — changes apply only to {0}", + "LIVE_DEV_STYLER_STATE_CHECKED": "Checked", + "LIVE_DEV_STYLER_STATE_DISABLED": "Disabled", + "LIVE_DEV_STYLER_STATE_ENABLED": "Enabled", + "LIVE_DEV_STYLER_STATE_EXIT": "Exit", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Focus visible", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Add a class or id to this element first so the state has somewhere to live", + "LIVE_DEV_STYLER_STATE_PICK": "Edit a state (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder shown", + "LIVE_DEV_STYLER_STATE_TARGET": "Target", + "LIVE_DEV_STYLER_STATE_VISITED": "Visited", "LIVE_DEV_STYLER_STATIC": "Static", "LIVE_DEV_STYLER_STEP_HINT": "Shift + Click: x10\nAlt + Click: x0.1", "LIVE_DEV_STYLER_STICKY": "Sticky", @@ -1965,8 +1992,10 @@ "LIVE_DEV_STYLER_STRIKETHROUGH": "Strikethrough", "LIVE_DEV_STYLER_STYLE": "Style", "LIVE_DEV_STYLER_TARGET_COUNT": "affects {0} on page", + "LIVE_DEV_STYLER_TARGET_CREATE": "New rule in {0}", "LIVE_DEV_STYLER_TARGET_INLINE_HINT": "directly on the element", "LIVE_DEV_STYLER_TEXT_COLOR": "Text color", + "LIVE_DEV_STYLER_TEXT_INDENT": "Text indent", "LIVE_DEV_STYLER_TEXT_STYLE": "Text style", "LIVE_DEV_STYLER_TOP": "Top", "LIVE_DEV_STYLER_UNDERLINE": "Underline", @@ -1974,6 +2003,7 @@ "LIVE_DEV_STYLER_WEIGHT": "Font weight", "LIVE_DEV_STYLER_WEIGHT_BLACK": "Black", "LIVE_DEV_STYLER_WEIGHT_BOLD": "Bold", + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Click to cycle Regular / Bold / Black · Shift-click for all weights", "LIVE_DEV_STYLER_WEIGHT_EXTRA_BOLD": "Extra Bold", "LIVE_DEV_STYLER_WEIGHT_EXTRA_LIGHT": "Extra Light", "LIVE_DEV_STYLER_WEIGHT_LIGHT": "Light", diff --git a/src/nls/hr/strings.js b/src/nls/hr/strings.js index 69828d731d..b8c32e02c1 100644 --- a/src/nls/hr/strings.js +++ b/src/nls/hr/strings.js @@ -195,7 +195,6 @@ define({ "LIVE_DEV_STYLER_SEARCH_FONTS": "Pretraži fontove…", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", "LIVE_DEV_STYLER_FONTS_SYSTEM": "Sustav", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "Na ovoj stranici", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Prilagođeno", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Koristi \"{0}\"", "LIVE_DEV_STYLER_NO_FONTS_FOUND": "Nema pronađenih fontova", @@ -229,7 +228,6 @@ define({ "LIVE_DEV_STYLER_RADIUS": "Polumjer", "LIVE_DEV_STYLER_WIDTH": "Širina", "LIVE_DEV_STYLER_COLOR": "Boja", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "Na ovoj stranici", "LIVE_DEV_STYLER_COMMON_COLORS": "Uobičajeno", "LIVE_DEV_STYLER_COLOR_WHITE": "Bijela", "LIVE_DEV_STYLER_COLOR_SILVER": "Srebrna", @@ -322,10 +320,10 @@ define({ "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Sprema stil u {0} - stilizira {1} elemenata na stranici", "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Drugi element već ima taj ID - pokušajte umjesto toga s klasom", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "Ovo se ne podudara s odabranim elementom, stoga ga vaše izmjene neće promijeniti", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Stilovi poput „:hover” još se ne mogu ovdje uređivati uživo", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "To ne izgleda kao valjano ime stila - pokušajte s klasom poput .card ili ID-om poput #hero", "LIVE_DEV_STYLER_CREATE": "Stvori", "LIVE_DEV_STYLER_SELECTOR_PLACEHOLDER": "npr. .card ili #hero", + "LIVE_DEV_STYLER_STATE_EXIT": "Izađi", "LIVE_DEV_STYLER_HEIGHT": "Visina", "LIVE_DEV_STYLER_SIZE_TAB": "Veličina", "LIVE_DEV_STYLER_MIN_WIDTH": "Min. širina", @@ -359,11 +357,6 @@ define({ "LIVE_DEV_EMPTY_CANVAS_LABEL": "Vaša stranica je prazna — dodajte element", "LIVE_DEV_EMPTY_CANVAS_ADD": "Dodajte svoj prvi element", "LIVE_DEV_EMPTY_CANVAS_COLLAPSE": "Sažmi", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Dva nova načina za uređivanje", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Dodavanje novih HTML elemenata", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Uređivanje oznake, klasa, ID-a i atributa", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Shvaćam", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Pročitaj dokumentaciju", "LIVE_DEV_IMAGE_GALLERY_USE_IMAGE": "Preuzmi sliku", "LIVE_DEV_IMAGE_GALLERY_SELECT_DOWNLOAD_FOLDER": "Odaberite mapu za preuzimanje slika", "LIVE_DEV_IMAGE_GALLERY_SEARCH_PLACEHOLDER": "Pretraži slike…", @@ -1357,6 +1350,8 @@ define({ "CMD_JUMPTO_DEFINITION": "Idi na definiciju", "CMD_SHOW_PARAMETER_HINT": "Pokaži naznake (hintove) parametara", "NO_ARGUMENTS": "", + "CODE_HINT_IMPORT_FROM_N": "{0} uvoza…", + "CODE_HINT_IMPORT_CHOOSE": "Odaberite iz kojeg od {0} modula želite uvesti {1}.", "DETECTED_EXCLUSION_TITLE": "Problem s zaključivanjem JavaScript datoteke", "DETECTED_EXCLUSION_INFO": "{APP_NAME} je naišao na problem pri obradi {0}.

Ova datoteka više neće biti obrađivana za savjete o kodu, Idi na definiciju ili Brzo uređivanje. Da biste ponovno omogućili ovu datoteku, otvorite .phcode.json u svom projektu i uredite jscodehints.detectedExclusions.

Ovo je vjerojatno greška u {APP_NAME}. Ako možete dati kopiju ove datoteke, molimo prijavite grešku s vezom na datoteku ovdje navedenu.", "CMD_REFACTOR": "Refaktoriraj", @@ -2461,6 +2456,41 @@ define({ "DEMO_JS_BUTTON_START_AGAIN": "Kreni ispočetka", "DEMO_JS_CARD_COUNT_TEMPLATE": "{NUM_DONE}/3 kartice", "DEMO_JS_DELETE_COUNT_TEMPLATE": "{NUM_DONE}/1 obrisano", - "CODE_HINT_IMPORT_FROM_N": "{0} uvoza…", - "CODE_HINT_IMPORT_CHOOSE": "Odaberite iz kojeg od {0} modula želite uvesti {1}." + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Kliknite za izmjenu Normalno / Podebljano / Crno · Shift+klik za sve debljine", + "LIVE_DEV_STYLER_OVERRIDDEN": "Ova promjena je nadjačana specifičnijim pravilom", + "LIVE_DEV_STYLER_APPLY_INLINE": "Svejedno primijeni", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Ručno", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "npr. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Primijeni", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Upišite naziv bilo kojeg fonta. Google Fontovi se dodaju za vas; ostali već moraju biti dostupni.", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Učitajte datoteku fonta", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Nije bilo moguće dodati tu datoteku fonta", + "LIVE_DEV_STYLER_TEXT_INDENT": "Uvlačenje teksta", + "LIVE_DEV_STYLER_FORMAT_TAB": "Oblikovanje", + "LIVE_DEV_STYLER_SPACING_TAB": "Razmak", + "LIVE_DEV_STYLER_OVERLINE": "Nadcrtano", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "Na ovoj stranici", + "LIVE_DEV_STYLER_TARGET_CREATE": "Novo pravilo u {0}", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elementi poput \"::before\" ne mogu se ovdje stilizirati", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Dodajte klasu ili ID prije stanja, npr. .button:hover", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Stvara se \"{0}\" - izmjene se primjenjuju u stanju {1}", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Dodaje klasu \"{0}\" ovom elementu i stilizira njegovo stanje {1}", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Daje ovom elementu ID \"{0}\" i stilizira njegovo stanje {1}", + "LIVE_DEV_STYLER_STATE": "Stanje", + "LIVE_DEV_STYLER_STATE_PICK": "Uredi stanje (prelazak mišem, fokus, …)", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normalno", + "LIVE_DEV_STYLER_STATE_BANNER": "Uređivanje stanja {0} — promjene se primjenjuju samo na {0}", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Prvo dodajte klasu ili ID ovom elementu kako bi se stanje imalo na što primijeniti", + "LIVE_DEV_STYLER_STATE_HOVER": "Prelazak mišem", + "LIVE_DEV_STYLER_STATE_FOCUS": "Fokus", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Aktivno", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Fokus unutar", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Vidljiv fokus", + "LIVE_DEV_STYLER_STATE_VISITED": "Posjećeno", + "LIVE_DEV_STYLER_STATE_TARGET": "Cilj", + "LIVE_DEV_STYLER_STATE_CHECKED": "Označeno", + "LIVE_DEV_STYLER_STATE_DISABLED": "Onemogućeno", + "LIVE_DEV_STYLER_STATE_ENABLED": "Omogućeno", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Prikazan placeholder" }); \ No newline at end of file diff --git a/src/nls/hu/lastTranslated.json b/src/nls/hu/lastTranslated.json index 70137f6f2f..44d3da3000 100644 --- a/src/nls/hu/lastTranslated.json +++ b/src/nls/hu/lastTranslated.json @@ -1578,11 +1578,6 @@ "LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element", "LIVE_DEV_DETACHED_REPLACED_WITH_DEVTOOLS": "Live Preview was canceled because the browser's developer tools were opened", "LIVE_DEV_DETACHED_TARGET_CLOSED": "Live Preview was canceled because the page was closed in the browser", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Got it", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Add new HTML elements", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Edit tag, classes, ID and attributes", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Read docs", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Two new ways to edit", "LIVE_DEV_ELEMENT_PROPS_ADD_ATTR": "+ add attribute", "LIVE_DEV_ELEMENT_PROPS_ADD_CLASS": "+ add class", "LIVE_DEV_ELEMENT_PROPS_ATTRIBUTES": "Attributes", @@ -1825,6 +1820,7 @@ "LIVE_DEV_STYLER_ALIGN_RIGHT": "Align right", "LIVE_DEV_STYLER_ALL_SIDES": "All", "LIVE_DEV_STYLER_APPLIES_TO": "Save changes to", + "LIVE_DEV_STYLER_APPLY_INLINE": "Apply anyway", "LIVE_DEV_STYLER_BACKGROUND": "Background color", "LIVE_DEV_STYLER_BASELINE": "Baseline", "LIVE_DEV_STYLER_BLOCK": "Block", @@ -1884,9 +1880,16 @@ "LIVE_DEV_STYLER_FONT": "Font family", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Custom", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "On this page", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", "LIVE_DEV_STYLER_FONTS_SYSTEM": "System", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Apply", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Type any font name. Google Fonts are added for you; others must already be available.", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "e.g. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Upload a font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Couldn't add that font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Use \"{0}\"", + "LIVE_DEV_STYLER_FORMAT_TAB": "Format", "LIVE_DEV_STYLER_GAP": "Gap", "LIVE_DEV_STYLER_GRID": "Grid", "LIVE_DEV_STYLER_HEIGHT": "Height", @@ -1922,9 +1925,13 @@ "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Another element already has that id - try a class instead", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "That doesn't look like a valid style name - try a class like .card or an id like #hero", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "This doesn't match the selected element, so your edits wouldn't change it", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Styles like \":hover\" can't be edited live here yet", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elements like \"::before\" can't be styled here", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Add a class or id before the state, like .button:hover", "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Saves the style in {0} - styles {1} elements on the page", "LIVE_DEV_STYLER_NEW_SAVES_ONE": "Saves the style in {0} - styles just this element", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Adds class \"{0}\" to this element and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Gives this element the id \"{0}\" and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Creates \"{0}\" - edits apply in the {1} state", "LIVE_DEV_STYLER_NEW_STYLE": "New style…", "LIVE_DEV_STYLER_NEW_STYLE_TITLE": "New style", "LIVE_DEV_STYLER_NONE": "None", @@ -1932,9 +1939,11 @@ "LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found", "LIVE_DEV_STYLER_NO_WRAP": "No Wrap", "LIVE_DEV_STYLER_OFFSET": "Offset", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "On the page", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "On this page", "LIVE_DEV_STYLER_OPACITY": "Opacity", "LIVE_DEV_STYLER_OUTLINE": "Outline", + "LIVE_DEV_STYLER_OVERLINE": "Overline", + "LIVE_DEV_STYLER_OVERRIDDEN": "This change is overridden by a more specific rule", "LIVE_DEV_STYLER_PADDING": "Padding", "LIVE_DEV_STYLER_POSITION": "Position", "LIVE_DEV_STYLER_RADIUS": "Radius", @@ -1957,7 +1966,25 @@ "LIVE_DEV_STYLER_SPACE_BETWEEN": "Space Between", "LIVE_DEV_STYLER_SPACE_EVENLY": "Space Evenly", "LIVE_DEV_STYLER_SPACING": "Margin & padding", + "LIVE_DEV_STYLER_SPACING_TAB": "Spacing", "LIVE_DEV_STYLER_START": "Start", + "LIVE_DEV_STYLER_STATE": "State", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_BANNER": "Editing the {0} state — changes apply only to {0}", + "LIVE_DEV_STYLER_STATE_CHECKED": "Checked", + "LIVE_DEV_STYLER_STATE_DISABLED": "Disabled", + "LIVE_DEV_STYLER_STATE_ENABLED": "Enabled", + "LIVE_DEV_STYLER_STATE_EXIT": "Exit", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Focus visible", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Add a class or id to this element first so the state has somewhere to live", + "LIVE_DEV_STYLER_STATE_PICK": "Edit a state (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder shown", + "LIVE_DEV_STYLER_STATE_TARGET": "Target", + "LIVE_DEV_STYLER_STATE_VISITED": "Visited", "LIVE_DEV_STYLER_STATIC": "Static", "LIVE_DEV_STYLER_STEP_HINT": "Shift + Click: x10\nAlt + Click: x0.1", "LIVE_DEV_STYLER_STICKY": "Sticky", @@ -1965,8 +1992,10 @@ "LIVE_DEV_STYLER_STRIKETHROUGH": "Strikethrough", "LIVE_DEV_STYLER_STYLE": "Style", "LIVE_DEV_STYLER_TARGET_COUNT": "affects {0} on page", + "LIVE_DEV_STYLER_TARGET_CREATE": "New rule in {0}", "LIVE_DEV_STYLER_TARGET_INLINE_HINT": "directly on the element", "LIVE_DEV_STYLER_TEXT_COLOR": "Text color", + "LIVE_DEV_STYLER_TEXT_INDENT": "Text indent", "LIVE_DEV_STYLER_TEXT_STYLE": "Text style", "LIVE_DEV_STYLER_TOP": "Top", "LIVE_DEV_STYLER_UNDERLINE": "Underline", @@ -1974,6 +2003,7 @@ "LIVE_DEV_STYLER_WEIGHT": "Font weight", "LIVE_DEV_STYLER_WEIGHT_BLACK": "Black", "LIVE_DEV_STYLER_WEIGHT_BOLD": "Bold", + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Click to cycle Regular / Bold / Black · Shift-click for all weights", "LIVE_DEV_STYLER_WEIGHT_EXTRA_BOLD": "Extra Bold", "LIVE_DEV_STYLER_WEIGHT_EXTRA_LIGHT": "Extra Light", "LIVE_DEV_STYLER_WEIGHT_LIGHT": "Light", diff --git a/src/nls/hu/strings.js b/src/nls/hu/strings.js index e2e05e1bd8..7dd10056df 100644 --- a/src/nls/hu/strings.js +++ b/src/nls/hu/strings.js @@ -195,7 +195,6 @@ define({ "LIVE_DEV_STYLER_SEARCH_FONTS": "Betűtípusok keresése…", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", "LIVE_DEV_STYLER_FONTS_SYSTEM": "Rendszer", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "Ezen az oldalon", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Egyéni", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "\"{0}\" használata", "LIVE_DEV_STYLER_NO_FONTS_FOUND": "Nem található betűtípus", @@ -229,7 +228,6 @@ define({ "LIVE_DEV_STYLER_RADIUS": "Sugár", "LIVE_DEV_STYLER_WIDTH": "Szélesség", "LIVE_DEV_STYLER_COLOR": "Szín", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "Az oldalon", "LIVE_DEV_STYLER_COMMON_COLORS": "Gyakori", "LIVE_DEV_STYLER_COLOR_WHITE": "Fehér", "LIVE_DEV_STYLER_COLOR_SILVER": "Ezüst", @@ -322,10 +320,10 @@ define({ "LIVE_DEV_STYLER_NEW_SAVES_MANY": "A stílust a(z) {0} fájlba menti – {1} elemet formáz az oldalon", "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Egy másik elem már használja ezt az azonosítót – használjon inkább osztályt.", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "Ez nem egyezik a kiválasztott elemmel, így a módosításai nem lennének hatással rá.", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "A(z) „:hover” típusú stílusok itt egyelőre nem szerkeszthetők élőben.", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "Ez nem tűnik érvényes stílusnévnek – próbáljon meg egy osztályt, például .card, vagy egy azonosítót, például #hero.", "LIVE_DEV_STYLER_CREATE": "Létrehozás", "LIVE_DEV_STYLER_SELECTOR_PLACEHOLDER": "pl. .card vagy #hero", + "LIVE_DEV_STYLER_STATE_EXIT": "Kilépés", "LIVE_DEV_STYLER_HEIGHT": "Magasság", "LIVE_DEV_STYLER_SIZE_TAB": "Méret", "LIVE_DEV_STYLER_MIN_WIDTH": "Min. szélesség", @@ -359,11 +357,6 @@ define({ "LIVE_DEV_EMPTY_CANVAS_LABEL": "Az oldala üres – adjon hozzá egy elemet", "LIVE_DEV_EMPTY_CANVAS_ADD": "Első elem hozzáadása", "LIVE_DEV_EMPTY_CANVAS_COLLAPSE": "Összecsukás", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Két új szerkesztési mód", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Új HTML-elemek hozzáadása", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Címke, osztályok, azonosító és attribútumok szerkesztése", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Értem", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Dokumentáció olvasása", "LIVE_DEV_IMAGE_GALLERY_USE_IMAGE": "Kép letöltése", "LIVE_DEV_IMAGE_GALLERY_SELECT_DOWNLOAD_FOLDER": "Kép letöltési mappa kiválasztása", "LIVE_DEV_IMAGE_GALLERY_SEARCH_PLACEHOLDER": "Képek keresése…", @@ -1357,6 +1350,8 @@ define({ "CMD_JUMPTO_DEFINITION": "Ugrás a definícióra", "CMD_SHOW_PARAMETER_HINT": "Paramétertipp megjelenítése", "NO_ARGUMENTS": "", + "CODE_HINT_IMPORT_FROM_N": "{0} import…", + "CODE_HINT_IMPORT_CHOOSE": "Válassza ki, hogy a(z) {1}-t a {0} modul közül melyikből importálja.", "DETECTED_EXCLUSION_TITLE": "JavaScript fájl következtetési probléma", "DETECTED_EXCLUSION_INFO": "A(z) {APP_NAME} problémába ütközött a(z) {0} feldolgozása során.

Ez a fájl a továbbiakban nem lesz feldolgozva a kódtippek, az Ugrás a definícióhoz vagy a Gyors szerkesztés funkciókhoz. A fájl újbóli engedélyezéséhez nyissa meg a projektben található .phcode.json fájlt, és szerkessze a jscodehints.detectedExclusions beállítást.

Valószínűleg ez egy {APP_NAME} hiba. Ha tudja biztosítani a fájl egy másolatát, kérjük, jelentse a hibát a fájlra mutató hivatkozással.", "CMD_REFACTOR": "Refaktorálás", @@ -2461,6 +2456,41 @@ define({ "DEMO_JS_BUTTON_START_AGAIN": "Újrakezdés", "DEMO_JS_CARD_COUNT_TEMPLATE": "{NUM_DONE}/3 kártya", "DEMO_JS_DELETE_COUNT_TEMPLATE": "{NUM_DONE}/1 törölve", - "CODE_HINT_IMPORT_FROM_N": "{0} import…", - "CODE_HINT_IMPORT_CHOOSE": "Válassza ki, hogy a(z) {1}-t a {0} modul közül melyikből importálja." + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Kattintson a Normál / Félkövér / Fekete közötti váltáshoz · Shift+kattintás az összes vastagsághoz", + "LIVE_DEV_STYLER_OVERRIDDEN": "Ezt a változtatást egy specifikusabb szabály felülírja", + "LIVE_DEV_STYLER_APPLY_INLINE": "Alkalmazás mindenképpen", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manuális", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "pl. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Alkalmaz", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Írjon be egy tetszőleges betűtípusnevet. A Google Fonts betűtípusok automatikusan hozzáadódnak; a többinek már elérhetőnek kell lennie.", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Betűtípusfájl feltöltése", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Nem sikerült hozzáadni a betűtípusfájlt", + "LIVE_DEV_STYLER_TEXT_INDENT": "Szövegbehúzás", + "LIVE_DEV_STYLER_FORMAT_TAB": "Formátum", + "LIVE_DEV_STYLER_SPACING_TAB": "Térköz", + "LIVE_DEV_STYLER_OVERLINE": "Felülhúzás", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "Ezen az oldalon", + "LIVE_DEV_STYLER_TARGET_CREATE": "Új szabály a(z) {0} célban", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "A(z) \"::before\"-hez hasonló pszeudoelemek itt nem stílusozhatók", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Adjon meg egy osztályt vagy azonosítót az állapot elé, például: .button:hover", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Létrehozza: \"{0}\" – a módosítások a(z) {1} állapotban érvényesülnek", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Hozzáadja a(z) \"{0}\" osztályt ehhez az elemhez, és stílusozza annak {1} állapotát", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "A(z) „{0}” azonosítót adja ennek az elemnek, és formázza a(z) {1} állapotát.", + "LIVE_DEV_STYLER_STATE": "Állapot", + "LIVE_DEV_STYLER_STATE_PICK": "Állapot szerkesztése (hover, fókusz, …)", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normál", + "LIVE_DEV_STYLER_STATE_BANNER": "A(z) {0} állapot szerkesztése — a módosítások csak a(z) {0} állapotra vonatkoznak.", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Először adjon hozzá egy osztályt vagy azonosítót ehhez az elemhez, hogy az állapotnak legyen alapja.", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_FOCUS": "Fókusz", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Aktív", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Fókusz belül", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Látható fókusz", + "LIVE_DEV_STYLER_STATE_VISITED": "Meglátogatott", + "LIVE_DEV_STYLER_STATE_TARGET": "Cél", + "LIVE_DEV_STYLER_STATE_CHECKED": "Bejelölt", + "LIVE_DEV_STYLER_STATE_DISABLED": "Letiltva", + "LIVE_DEV_STYLER_STATE_ENABLED": "Engedélyezve", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Helyőrző látható" }); \ No newline at end of file diff --git a/src/nls/id/lastTranslated.json b/src/nls/id/lastTranslated.json index 70137f6f2f..44d3da3000 100644 --- a/src/nls/id/lastTranslated.json +++ b/src/nls/id/lastTranslated.json @@ -1578,11 +1578,6 @@ "LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element", "LIVE_DEV_DETACHED_REPLACED_WITH_DEVTOOLS": "Live Preview was canceled because the browser's developer tools were opened", "LIVE_DEV_DETACHED_TARGET_CLOSED": "Live Preview was canceled because the page was closed in the browser", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Got it", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Add new HTML elements", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Edit tag, classes, ID and attributes", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Read docs", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Two new ways to edit", "LIVE_DEV_ELEMENT_PROPS_ADD_ATTR": "+ add attribute", "LIVE_DEV_ELEMENT_PROPS_ADD_CLASS": "+ add class", "LIVE_DEV_ELEMENT_PROPS_ATTRIBUTES": "Attributes", @@ -1825,6 +1820,7 @@ "LIVE_DEV_STYLER_ALIGN_RIGHT": "Align right", "LIVE_DEV_STYLER_ALL_SIDES": "All", "LIVE_DEV_STYLER_APPLIES_TO": "Save changes to", + "LIVE_DEV_STYLER_APPLY_INLINE": "Apply anyway", "LIVE_DEV_STYLER_BACKGROUND": "Background color", "LIVE_DEV_STYLER_BASELINE": "Baseline", "LIVE_DEV_STYLER_BLOCK": "Block", @@ -1884,9 +1880,16 @@ "LIVE_DEV_STYLER_FONT": "Font family", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Custom", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "On this page", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", "LIVE_DEV_STYLER_FONTS_SYSTEM": "System", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Apply", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Type any font name. Google Fonts are added for you; others must already be available.", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "e.g. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Upload a font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Couldn't add that font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Use \"{0}\"", + "LIVE_DEV_STYLER_FORMAT_TAB": "Format", "LIVE_DEV_STYLER_GAP": "Gap", "LIVE_DEV_STYLER_GRID": "Grid", "LIVE_DEV_STYLER_HEIGHT": "Height", @@ -1922,9 +1925,13 @@ "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Another element already has that id - try a class instead", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "That doesn't look like a valid style name - try a class like .card or an id like #hero", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "This doesn't match the selected element, so your edits wouldn't change it", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Styles like \":hover\" can't be edited live here yet", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elements like \"::before\" can't be styled here", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Add a class or id before the state, like .button:hover", "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Saves the style in {0} - styles {1} elements on the page", "LIVE_DEV_STYLER_NEW_SAVES_ONE": "Saves the style in {0} - styles just this element", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Adds class \"{0}\" to this element and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Gives this element the id \"{0}\" and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Creates \"{0}\" - edits apply in the {1} state", "LIVE_DEV_STYLER_NEW_STYLE": "New style…", "LIVE_DEV_STYLER_NEW_STYLE_TITLE": "New style", "LIVE_DEV_STYLER_NONE": "None", @@ -1932,9 +1939,11 @@ "LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found", "LIVE_DEV_STYLER_NO_WRAP": "No Wrap", "LIVE_DEV_STYLER_OFFSET": "Offset", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "On the page", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "On this page", "LIVE_DEV_STYLER_OPACITY": "Opacity", "LIVE_DEV_STYLER_OUTLINE": "Outline", + "LIVE_DEV_STYLER_OVERLINE": "Overline", + "LIVE_DEV_STYLER_OVERRIDDEN": "This change is overridden by a more specific rule", "LIVE_DEV_STYLER_PADDING": "Padding", "LIVE_DEV_STYLER_POSITION": "Position", "LIVE_DEV_STYLER_RADIUS": "Radius", @@ -1957,7 +1966,25 @@ "LIVE_DEV_STYLER_SPACE_BETWEEN": "Space Between", "LIVE_DEV_STYLER_SPACE_EVENLY": "Space Evenly", "LIVE_DEV_STYLER_SPACING": "Margin & padding", + "LIVE_DEV_STYLER_SPACING_TAB": "Spacing", "LIVE_DEV_STYLER_START": "Start", + "LIVE_DEV_STYLER_STATE": "State", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_BANNER": "Editing the {0} state — changes apply only to {0}", + "LIVE_DEV_STYLER_STATE_CHECKED": "Checked", + "LIVE_DEV_STYLER_STATE_DISABLED": "Disabled", + "LIVE_DEV_STYLER_STATE_ENABLED": "Enabled", + "LIVE_DEV_STYLER_STATE_EXIT": "Exit", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Focus visible", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Add a class or id to this element first so the state has somewhere to live", + "LIVE_DEV_STYLER_STATE_PICK": "Edit a state (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder shown", + "LIVE_DEV_STYLER_STATE_TARGET": "Target", + "LIVE_DEV_STYLER_STATE_VISITED": "Visited", "LIVE_DEV_STYLER_STATIC": "Static", "LIVE_DEV_STYLER_STEP_HINT": "Shift + Click: x10\nAlt + Click: x0.1", "LIVE_DEV_STYLER_STICKY": "Sticky", @@ -1965,8 +1992,10 @@ "LIVE_DEV_STYLER_STRIKETHROUGH": "Strikethrough", "LIVE_DEV_STYLER_STYLE": "Style", "LIVE_DEV_STYLER_TARGET_COUNT": "affects {0} on page", + "LIVE_DEV_STYLER_TARGET_CREATE": "New rule in {0}", "LIVE_DEV_STYLER_TARGET_INLINE_HINT": "directly on the element", "LIVE_DEV_STYLER_TEXT_COLOR": "Text color", + "LIVE_DEV_STYLER_TEXT_INDENT": "Text indent", "LIVE_DEV_STYLER_TEXT_STYLE": "Text style", "LIVE_DEV_STYLER_TOP": "Top", "LIVE_DEV_STYLER_UNDERLINE": "Underline", @@ -1974,6 +2003,7 @@ "LIVE_DEV_STYLER_WEIGHT": "Font weight", "LIVE_DEV_STYLER_WEIGHT_BLACK": "Black", "LIVE_DEV_STYLER_WEIGHT_BOLD": "Bold", + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Click to cycle Regular / Bold / Black · Shift-click for all weights", "LIVE_DEV_STYLER_WEIGHT_EXTRA_BOLD": "Extra Bold", "LIVE_DEV_STYLER_WEIGHT_EXTRA_LIGHT": "Extra Light", "LIVE_DEV_STYLER_WEIGHT_LIGHT": "Light", diff --git a/src/nls/id/strings.js b/src/nls/id/strings.js index 0c6504226a..1639565ef8 100644 --- a/src/nls/id/strings.js +++ b/src/nls/id/strings.js @@ -195,7 +195,6 @@ define({ "LIVE_DEV_STYLER_SEARCH_FONTS": "Cari font…", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", "LIVE_DEV_STYLER_FONTS_SYSTEM": "Sistem", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "Di halaman ini", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Kustom", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Gunakan \"{0}\"", "LIVE_DEV_STYLER_NO_FONTS_FOUND": "Tidak ada font yang ditemukan", @@ -229,7 +228,6 @@ define({ "LIVE_DEV_STYLER_RADIUS": "Radius", "LIVE_DEV_STYLER_WIDTH": "Lebar", "LIVE_DEV_STYLER_COLOR": "Warna", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "Di halaman ini", "LIVE_DEV_STYLER_COMMON_COLORS": "Umum", "LIVE_DEV_STYLER_COLOR_WHITE": "Putih", "LIVE_DEV_STYLER_COLOR_SILVER": "Perak", @@ -322,10 +320,10 @@ define({ "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Menyimpan gaya di {0} - menata gaya {1} elemen di halaman", "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Elemen lain sudah memiliki id tersebut - coba gunakan kelas", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "Ini tidak cocok dengan elemen yang dipilih, jadi editan Anda tidak akan mengubahnya", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Gaya seperti \":hover\" belum bisa diedit secara langsung di sini", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "Itu sepertinya bukan nama gaya yang valid - coba kelas seperti .card atau id seperti #hero", "LIVE_DEV_STYLER_CREATE": "Buat", "LIVE_DEV_STYLER_SELECTOR_PLACEHOLDER": "cth. .card atau #hero", + "LIVE_DEV_STYLER_STATE_EXIT": "Keluar", "LIVE_DEV_STYLER_HEIGHT": "Tinggi", "LIVE_DEV_STYLER_SIZE_TAB": "Ukuran", "LIVE_DEV_STYLER_MIN_WIDTH": "Lebar min", @@ -359,11 +357,6 @@ define({ "LIVE_DEV_EMPTY_CANVAS_LABEL": "Halaman Anda kosong — tambahkan elemen", "LIVE_DEV_EMPTY_CANVAS_ADD": "Tambahkan elemen pertama Anda", "LIVE_DEV_EMPTY_CANVAS_COLLAPSE": "Ciutkan", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Dua cara baru untuk mengedit", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Tambahkan elemen HTML baru", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Edit tag, kelas, ID, dan atribut", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Mengerti", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Baca dokumentasi", "LIVE_DEV_IMAGE_GALLERY_USE_IMAGE": "Unduh gambar", "LIVE_DEV_IMAGE_GALLERY_SELECT_DOWNLOAD_FOLDER": "Pilih folder unduhan gambar", "LIVE_DEV_IMAGE_GALLERY_SEARCH_PLACEHOLDER": "Cari gambar…", @@ -1357,6 +1350,8 @@ define({ "CMD_JUMPTO_DEFINITION": "Buka Definisi", "CMD_SHOW_PARAMETER_HINT": "Tampilkan Petunjuk Parameter", "NO_ARGUMENTS": "", + "CODE_HINT_IMPORT_FROM_N": "{0} impor…", + "CODE_HINT_IMPORT_CHOOSE": "Pilih dari {0} modul untuk mengimpor {1}.", "DETECTED_EXCLUSION_TITLE": "Masalah Inferensi File JavaScript", "DETECTED_EXCLUSION_INFO": "{APP_NAME} mengalami masalah saat memproses {0}.

Berkas ini tidak akan lagi diproses untuk petunjuk kode, Buka Definisi, atau Edit Cepat. Untuk mengaktifkan kembali berkas ini, buka .phcode.json di proyek Anda dan edit jscodehints.detectedExclusions.

Ini kemungkinan bug {APP_NAME}. Jika Anda dapat memberikan salinan berkas ini, silakan laporkan bug dengan tautan ke berkas yang disebutkan di sini.", "CMD_REFACTOR": "Refactor", @@ -2461,6 +2456,41 @@ define({ "DEMO_JS_BUTTON_START_AGAIN": "Mulai Lagi", "DEMO_JS_CARD_COUNT_TEMPLATE": "{NUM_DONE}/3 kartu", "DEMO_JS_DELETE_COUNT_TEMPLATE": "{NUM_DONE}/1 dihapus", - "CODE_HINT_IMPORT_FROM_N": "{0} impor…", - "CODE_HINT_IMPORT_CHOOSE": "Pilih dari {0} modul untuk mengimpor {1}." + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Klik untuk menggilir Reguler / Tebal / Hitam · Shift-klik untuk semua ketebalan", + "LIVE_DEV_STYLER_OVERRIDDEN": "Perubahan ini ditimpa oleh aturan yang lebih spesifik", + "LIVE_DEV_STYLER_APPLY_INLINE": "Tetap terapkan", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "cth. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Terapkan", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Ketik nama fon apa pun. Google Fonts ditambahkan untuk Anda; yang lain harus sudah tersedia.", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Unggah file fon", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Tidak dapat menambahkan file fon tersebut", + "LIVE_DEV_STYLER_TEXT_INDENT": "Inden teks", + "LIVE_DEV_STYLER_FORMAT_TAB": "Format", + "LIVE_DEV_STYLER_SPACING_TAB": "Jarak", + "LIVE_DEV_STYLER_OVERLINE": "Garis atas", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "Di halaman ini", + "LIVE_DEV_STYLER_TARGET_CREATE": "Aturan baru di {0}", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Elemen-pseudo seperti \"::before\" tidak dapat ditata di sini", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Tambahkan kelas atau id sebelum state, seperti .button:hover", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Membuat \"{0}\" - pengeditan berlaku pada state {1}", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Menambahkan kelas \"{0}\" ke elemen ini dan menata state {1}-nya", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Memberikan elemen ini id \"{0}\" dan menata gaya state {1}-nya", + "LIVE_DEV_STYLER_STATE": "State", + "LIVE_DEV_STYLER_STATE_PICK": "Edit state (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_BANNER": "Mengedit state {0} — perubahan hanya berlaku untuk {0}", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Tambahkan class atau id ke elemen ini terlebih dahulu agar state memiliki tempat untuk diterapkan", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Aktif", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Fokus terlihat", + "LIVE_DEV_STYLER_STATE_VISITED": "Terkunjungi", + "LIVE_DEV_STYLER_STATE_TARGET": "Target", + "LIVE_DEV_STYLER_STATE_CHECKED": "Tercentang", + "LIVE_DEV_STYLER_STATE_DISABLED": "Nonaktif", + "LIVE_DEV_STYLER_STATE_ENABLED": "Aktif", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder ditampilkan" }); \ No newline at end of file diff --git a/src/nls/it/lastTranslated.json b/src/nls/it/lastTranslated.json index 70137f6f2f..44d3da3000 100644 --- a/src/nls/it/lastTranslated.json +++ b/src/nls/it/lastTranslated.json @@ -1578,11 +1578,6 @@ "LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element", "LIVE_DEV_DETACHED_REPLACED_WITH_DEVTOOLS": "Live Preview was canceled because the browser's developer tools were opened", "LIVE_DEV_DETACHED_TARGET_CLOSED": "Live Preview was canceled because the page was closed in the browser", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Got it", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Add new HTML elements", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Edit tag, classes, ID and attributes", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Read docs", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Two new ways to edit", "LIVE_DEV_ELEMENT_PROPS_ADD_ATTR": "+ add attribute", "LIVE_DEV_ELEMENT_PROPS_ADD_CLASS": "+ add class", "LIVE_DEV_ELEMENT_PROPS_ATTRIBUTES": "Attributes", @@ -1825,6 +1820,7 @@ "LIVE_DEV_STYLER_ALIGN_RIGHT": "Align right", "LIVE_DEV_STYLER_ALL_SIDES": "All", "LIVE_DEV_STYLER_APPLIES_TO": "Save changes to", + "LIVE_DEV_STYLER_APPLY_INLINE": "Apply anyway", "LIVE_DEV_STYLER_BACKGROUND": "Background color", "LIVE_DEV_STYLER_BASELINE": "Baseline", "LIVE_DEV_STYLER_BLOCK": "Block", @@ -1884,9 +1880,16 @@ "LIVE_DEV_STYLER_FONT": "Font family", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Custom", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "On this page", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", "LIVE_DEV_STYLER_FONTS_SYSTEM": "System", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Apply", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Type any font name. Google Fonts are added for you; others must already be available.", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "e.g. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Upload a font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Couldn't add that font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Use \"{0}\"", + "LIVE_DEV_STYLER_FORMAT_TAB": "Format", "LIVE_DEV_STYLER_GAP": "Gap", "LIVE_DEV_STYLER_GRID": "Grid", "LIVE_DEV_STYLER_HEIGHT": "Height", @@ -1922,9 +1925,13 @@ "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Another element already has that id - try a class instead", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "That doesn't look like a valid style name - try a class like .card or an id like #hero", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "This doesn't match the selected element, so your edits wouldn't change it", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Styles like \":hover\" can't be edited live here yet", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elements like \"::before\" can't be styled here", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Add a class or id before the state, like .button:hover", "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Saves the style in {0} - styles {1} elements on the page", "LIVE_DEV_STYLER_NEW_SAVES_ONE": "Saves the style in {0} - styles just this element", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Adds class \"{0}\" to this element and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Gives this element the id \"{0}\" and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Creates \"{0}\" - edits apply in the {1} state", "LIVE_DEV_STYLER_NEW_STYLE": "New style…", "LIVE_DEV_STYLER_NEW_STYLE_TITLE": "New style", "LIVE_DEV_STYLER_NONE": "None", @@ -1932,9 +1939,11 @@ "LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found", "LIVE_DEV_STYLER_NO_WRAP": "No Wrap", "LIVE_DEV_STYLER_OFFSET": "Offset", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "On the page", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "On this page", "LIVE_DEV_STYLER_OPACITY": "Opacity", "LIVE_DEV_STYLER_OUTLINE": "Outline", + "LIVE_DEV_STYLER_OVERLINE": "Overline", + "LIVE_DEV_STYLER_OVERRIDDEN": "This change is overridden by a more specific rule", "LIVE_DEV_STYLER_PADDING": "Padding", "LIVE_DEV_STYLER_POSITION": "Position", "LIVE_DEV_STYLER_RADIUS": "Radius", @@ -1957,7 +1966,25 @@ "LIVE_DEV_STYLER_SPACE_BETWEEN": "Space Between", "LIVE_DEV_STYLER_SPACE_EVENLY": "Space Evenly", "LIVE_DEV_STYLER_SPACING": "Margin & padding", + "LIVE_DEV_STYLER_SPACING_TAB": "Spacing", "LIVE_DEV_STYLER_START": "Start", + "LIVE_DEV_STYLER_STATE": "State", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_BANNER": "Editing the {0} state — changes apply only to {0}", + "LIVE_DEV_STYLER_STATE_CHECKED": "Checked", + "LIVE_DEV_STYLER_STATE_DISABLED": "Disabled", + "LIVE_DEV_STYLER_STATE_ENABLED": "Enabled", + "LIVE_DEV_STYLER_STATE_EXIT": "Exit", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Focus visible", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Add a class or id to this element first so the state has somewhere to live", + "LIVE_DEV_STYLER_STATE_PICK": "Edit a state (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder shown", + "LIVE_DEV_STYLER_STATE_TARGET": "Target", + "LIVE_DEV_STYLER_STATE_VISITED": "Visited", "LIVE_DEV_STYLER_STATIC": "Static", "LIVE_DEV_STYLER_STEP_HINT": "Shift + Click: x10\nAlt + Click: x0.1", "LIVE_DEV_STYLER_STICKY": "Sticky", @@ -1965,8 +1992,10 @@ "LIVE_DEV_STYLER_STRIKETHROUGH": "Strikethrough", "LIVE_DEV_STYLER_STYLE": "Style", "LIVE_DEV_STYLER_TARGET_COUNT": "affects {0} on page", + "LIVE_DEV_STYLER_TARGET_CREATE": "New rule in {0}", "LIVE_DEV_STYLER_TARGET_INLINE_HINT": "directly on the element", "LIVE_DEV_STYLER_TEXT_COLOR": "Text color", + "LIVE_DEV_STYLER_TEXT_INDENT": "Text indent", "LIVE_DEV_STYLER_TEXT_STYLE": "Text style", "LIVE_DEV_STYLER_TOP": "Top", "LIVE_DEV_STYLER_UNDERLINE": "Underline", @@ -1974,6 +2003,7 @@ "LIVE_DEV_STYLER_WEIGHT": "Font weight", "LIVE_DEV_STYLER_WEIGHT_BLACK": "Black", "LIVE_DEV_STYLER_WEIGHT_BOLD": "Bold", + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Click to cycle Regular / Bold / Black · Shift-click for all weights", "LIVE_DEV_STYLER_WEIGHT_EXTRA_BOLD": "Extra Bold", "LIVE_DEV_STYLER_WEIGHT_EXTRA_LIGHT": "Extra Light", "LIVE_DEV_STYLER_WEIGHT_LIGHT": "Light", diff --git a/src/nls/it/strings.js b/src/nls/it/strings.js index ccd6170ef7..7f031df4fe 100644 --- a/src/nls/it/strings.js +++ b/src/nls/it/strings.js @@ -195,7 +195,6 @@ define({ "LIVE_DEV_STYLER_SEARCH_FONTS": "Cerca font…", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", "LIVE_DEV_STYLER_FONTS_SYSTEM": "Sistema", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "In questa pagina", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Personalizzato", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Usa \"{0}\"", "LIVE_DEV_STYLER_NO_FONTS_FOUND": "Nessun carattere trovato", @@ -229,7 +228,6 @@ define({ "LIVE_DEV_STYLER_RADIUS": "Raggio", "LIVE_DEV_STYLER_WIDTH": "Larghezza", "LIVE_DEV_STYLER_COLOR": "Colore", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "Su questa pagina", "LIVE_DEV_STYLER_COMMON_COLORS": "Comuni", "LIVE_DEV_STYLER_COLOR_WHITE": "Bianco", "LIVE_DEV_STYLER_COLOR_SILVER": "Argento", @@ -322,10 +320,10 @@ define({ "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Salva lo stile in {0} - applica lo stile a {1} elementi nella pagina", "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Un altro elemento ha già quell'ID. Prova invece con una classe.", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "Questo non corrisponde all'elemento selezionato, quindi le tue modifiche non avranno effetto", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Stili come \":hover\" non possono ancora essere modificati in tempo reale qui", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "Questo non sembra un nome di stile valido. Prova con una classe come .card o un ID come #hero.", "LIVE_DEV_STYLER_CREATE": "Crea", "LIVE_DEV_STYLER_SELECTOR_PLACEHOLDER": "es. .card o #hero", + "LIVE_DEV_STYLER_STATE_EXIT": "Esci", "LIVE_DEV_STYLER_HEIGHT": "Altezza", "LIVE_DEV_STYLER_SIZE_TAB": "Dimensioni", "LIVE_DEV_STYLER_MIN_WIDTH": "Larghezza minima", @@ -359,11 +357,6 @@ define({ "LIVE_DEV_EMPTY_CANVAS_LABEL": "La tua pagina è vuota — aggiungi un elemento", "LIVE_DEV_EMPTY_CANVAS_ADD": "Aggiungi il tuo primo elemento", "LIVE_DEV_EMPTY_CANVAS_COLLAPSE": "Comprimi", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Due nuovi modi per modificare", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Aggiungi nuovi elementi HTML", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Modifica tag, classi, ID e attributi", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Ho capito", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Leggi la documentazione", "LIVE_DEV_IMAGE_GALLERY_USE_IMAGE": "Scarica immagine", "LIVE_DEV_IMAGE_GALLERY_SELECT_DOWNLOAD_FOLDER": "Scegli la cartella per il download delle immagini", "LIVE_DEV_IMAGE_GALLERY_SEARCH_PLACEHOLDER": "Cerca immagini…", @@ -1357,6 +1350,8 @@ define({ "CMD_JUMPTO_DEFINITION": "Vai alla definizione", "CMD_SHOW_PARAMETER_HINT": "Mostra suggerimenti sul parametro", "NO_ARGUMENTS": "", + "CODE_HINT_IMPORT_FROM_N": "{0} importazioni…", + "CODE_HINT_IMPORT_CHOOSE": "Scegli da quale dei {0} moduli importare {1}.", "DETECTED_EXCLUSION_TITLE": "Problema Conseguente File JavaScript", "DETECTED_EXCLUSION_INFO": "{APP_NAME} ha riscontrato problemi nell'elaborazione di {0}.

Questo file non verrà più elaborato per suggerimenti sul codice, Vai alla definizione o Modifica rapida. Per riattivare questo file, apri .phcode.json nel tuo progetto e modifica jscodehints.detectedExclusions.

Questo è probabilmente un bug di {APP_NAME}. Se puoi fornire una copia di questo file, per favore segnala un bug con un link al file qui menzionato.", "CMD_REFACTOR": "Refactoring", @@ -2461,6 +2456,41 @@ define({ "DEMO_JS_BUTTON_START_AGAIN": "Ricomincia", "DEMO_JS_CARD_COUNT_TEMPLATE": "{NUM_DONE}/3 carte", "DEMO_JS_DELETE_COUNT_TEMPLATE": "{NUM_DONE}/1 eliminato", - "CODE_HINT_IMPORT_FROM_N": "{0} importazioni…", - "CODE_HINT_IMPORT_CHOOSE": "Scegli da quale dei {0} moduli importare {1}." + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Fai clic per scorrere tra Normale / Grassetto / Nero · Maiusc-clic per tutti i pesi", + "LIVE_DEV_STYLER_OVERRIDDEN": "Questa modifica è sovrascritta da una regola più specifica", + "LIVE_DEV_STYLER_APPLY_INLINE": "Applica comunque", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manuale", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "es. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Applica", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Digita un nome di font qualsiasi. I Google Fonts vengono aggiunti automaticamente; gli altri devono essere già disponibili.", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Carica un file di font", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Impossibile aggiungere quel file di font", + "LIVE_DEV_STYLER_TEXT_INDENT": "Rientro testo", + "LIVE_DEV_STYLER_FORMAT_TAB": "Formato", + "LIVE_DEV_STYLER_SPACING_TAB": "Spaziatura", + "LIVE_DEV_STYLER_OVERLINE": "Linea sopra", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "In questa pagina", + "LIVE_DEV_STYLER_TARGET_CREATE": "Nuova regola in {0}", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Gli pseudo-elementi come \"::before\" non possono essere modificati qui", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Aggiungi una classe o un ID prima dello stato, ad esempio .button:hover", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Crea \"{0}\" - le modifiche si applicano nello stato {1}", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Aggiunge la classe \"{0}\" a questo elemento e applica stili al suo stato {1}", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Assegna a questo elemento l'ID \"{0}\" e ne definisce lo stile per lo stato {1}", + "LIVE_DEV_STYLER_STATE": "Stato", + "LIVE_DEV_STYLER_STATE_PICK": "Modifica uno stato (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normale", + "LIVE_DEV_STYLER_STATE_BANNER": "Modifica dello stato {0} — le modifiche si applicano solo a {0}", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Aggiungi prima una classe o un ID a questo elemento, in modo che lo stato abbia una base a cui applicarsi", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Focus visibile", + "LIVE_DEV_STYLER_STATE_VISITED": "Visitato", + "LIVE_DEV_STYLER_STATE_TARGET": "Bersaglio", + "LIVE_DEV_STYLER_STATE_CHECKED": "Selezionato", + "LIVE_DEV_STYLER_STATE_DISABLED": "Disabilitato", + "LIVE_DEV_STYLER_STATE_ENABLED": "Abilitato", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder mostrato" }); \ No newline at end of file diff --git a/src/nls/ja/lastTranslated.json b/src/nls/ja/lastTranslated.json index 70137f6f2f..44d3da3000 100644 --- a/src/nls/ja/lastTranslated.json +++ b/src/nls/ja/lastTranslated.json @@ -1578,11 +1578,6 @@ "LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element", "LIVE_DEV_DETACHED_REPLACED_WITH_DEVTOOLS": "Live Preview was canceled because the browser's developer tools were opened", "LIVE_DEV_DETACHED_TARGET_CLOSED": "Live Preview was canceled because the page was closed in the browser", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Got it", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Add new HTML elements", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Edit tag, classes, ID and attributes", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Read docs", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Two new ways to edit", "LIVE_DEV_ELEMENT_PROPS_ADD_ATTR": "+ add attribute", "LIVE_DEV_ELEMENT_PROPS_ADD_CLASS": "+ add class", "LIVE_DEV_ELEMENT_PROPS_ATTRIBUTES": "Attributes", @@ -1825,6 +1820,7 @@ "LIVE_DEV_STYLER_ALIGN_RIGHT": "Align right", "LIVE_DEV_STYLER_ALL_SIDES": "All", "LIVE_DEV_STYLER_APPLIES_TO": "Save changes to", + "LIVE_DEV_STYLER_APPLY_INLINE": "Apply anyway", "LIVE_DEV_STYLER_BACKGROUND": "Background color", "LIVE_DEV_STYLER_BASELINE": "Baseline", "LIVE_DEV_STYLER_BLOCK": "Block", @@ -1884,9 +1880,16 @@ "LIVE_DEV_STYLER_FONT": "Font family", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Custom", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "On this page", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", "LIVE_DEV_STYLER_FONTS_SYSTEM": "System", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Apply", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Type any font name. Google Fonts are added for you; others must already be available.", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "e.g. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Upload a font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Couldn't add that font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Use \"{0}\"", + "LIVE_DEV_STYLER_FORMAT_TAB": "Format", "LIVE_DEV_STYLER_GAP": "Gap", "LIVE_DEV_STYLER_GRID": "Grid", "LIVE_DEV_STYLER_HEIGHT": "Height", @@ -1922,9 +1925,13 @@ "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Another element already has that id - try a class instead", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "That doesn't look like a valid style name - try a class like .card or an id like #hero", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "This doesn't match the selected element, so your edits wouldn't change it", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Styles like \":hover\" can't be edited live here yet", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elements like \"::before\" can't be styled here", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Add a class or id before the state, like .button:hover", "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Saves the style in {0} - styles {1} elements on the page", "LIVE_DEV_STYLER_NEW_SAVES_ONE": "Saves the style in {0} - styles just this element", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Adds class \"{0}\" to this element and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Gives this element the id \"{0}\" and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Creates \"{0}\" - edits apply in the {1} state", "LIVE_DEV_STYLER_NEW_STYLE": "New style…", "LIVE_DEV_STYLER_NEW_STYLE_TITLE": "New style", "LIVE_DEV_STYLER_NONE": "None", @@ -1932,9 +1939,11 @@ "LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found", "LIVE_DEV_STYLER_NO_WRAP": "No Wrap", "LIVE_DEV_STYLER_OFFSET": "Offset", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "On the page", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "On this page", "LIVE_DEV_STYLER_OPACITY": "Opacity", "LIVE_DEV_STYLER_OUTLINE": "Outline", + "LIVE_DEV_STYLER_OVERLINE": "Overline", + "LIVE_DEV_STYLER_OVERRIDDEN": "This change is overridden by a more specific rule", "LIVE_DEV_STYLER_PADDING": "Padding", "LIVE_DEV_STYLER_POSITION": "Position", "LIVE_DEV_STYLER_RADIUS": "Radius", @@ -1957,7 +1966,25 @@ "LIVE_DEV_STYLER_SPACE_BETWEEN": "Space Between", "LIVE_DEV_STYLER_SPACE_EVENLY": "Space Evenly", "LIVE_DEV_STYLER_SPACING": "Margin & padding", + "LIVE_DEV_STYLER_SPACING_TAB": "Spacing", "LIVE_DEV_STYLER_START": "Start", + "LIVE_DEV_STYLER_STATE": "State", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_BANNER": "Editing the {0} state — changes apply only to {0}", + "LIVE_DEV_STYLER_STATE_CHECKED": "Checked", + "LIVE_DEV_STYLER_STATE_DISABLED": "Disabled", + "LIVE_DEV_STYLER_STATE_ENABLED": "Enabled", + "LIVE_DEV_STYLER_STATE_EXIT": "Exit", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Focus visible", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Add a class or id to this element first so the state has somewhere to live", + "LIVE_DEV_STYLER_STATE_PICK": "Edit a state (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder shown", + "LIVE_DEV_STYLER_STATE_TARGET": "Target", + "LIVE_DEV_STYLER_STATE_VISITED": "Visited", "LIVE_DEV_STYLER_STATIC": "Static", "LIVE_DEV_STYLER_STEP_HINT": "Shift + Click: x10\nAlt + Click: x0.1", "LIVE_DEV_STYLER_STICKY": "Sticky", @@ -1965,8 +1992,10 @@ "LIVE_DEV_STYLER_STRIKETHROUGH": "Strikethrough", "LIVE_DEV_STYLER_STYLE": "Style", "LIVE_DEV_STYLER_TARGET_COUNT": "affects {0} on page", + "LIVE_DEV_STYLER_TARGET_CREATE": "New rule in {0}", "LIVE_DEV_STYLER_TARGET_INLINE_HINT": "directly on the element", "LIVE_DEV_STYLER_TEXT_COLOR": "Text color", + "LIVE_DEV_STYLER_TEXT_INDENT": "Text indent", "LIVE_DEV_STYLER_TEXT_STYLE": "Text style", "LIVE_DEV_STYLER_TOP": "Top", "LIVE_DEV_STYLER_UNDERLINE": "Underline", @@ -1974,6 +2003,7 @@ "LIVE_DEV_STYLER_WEIGHT": "Font weight", "LIVE_DEV_STYLER_WEIGHT_BLACK": "Black", "LIVE_DEV_STYLER_WEIGHT_BOLD": "Bold", + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Click to cycle Regular / Bold / Black · Shift-click for all weights", "LIVE_DEV_STYLER_WEIGHT_EXTRA_BOLD": "Extra Bold", "LIVE_DEV_STYLER_WEIGHT_EXTRA_LIGHT": "Extra Light", "LIVE_DEV_STYLER_WEIGHT_LIGHT": "Light", diff --git a/src/nls/ja/strings.js b/src/nls/ja/strings.js index 9c04713fc6..8d6216440d 100644 --- a/src/nls/ja/strings.js +++ b/src/nls/ja/strings.js @@ -195,7 +195,6 @@ define({ "LIVE_DEV_STYLER_SEARCH_FONTS": "フォントを検索…", "LIVE_DEV_STYLER_FONTS_GOOGLE": "グーグル", "LIVE_DEV_STYLER_FONTS_SYSTEM": "システム", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "このページ", "LIVE_DEV_STYLER_FONTS_CUSTOM": "カスタム", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "「{0}」を使用", "LIVE_DEV_STYLER_NO_FONTS_FOUND": "フォントが見つかりません", @@ -229,7 +228,6 @@ define({ "LIVE_DEV_STYLER_RADIUS": "半径", "LIVE_DEV_STYLER_WIDTH": "幅", "LIVE_DEV_STYLER_COLOR": "カラー", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "このページ上", "LIVE_DEV_STYLER_COMMON_COLORS": "共通", "LIVE_DEV_STYLER_COLOR_WHITE": "ホワイト", "LIVE_DEV_STYLER_COLOR_SILVER": "シルバー", @@ -322,10 +320,10 @@ define({ "LIVE_DEV_STYLER_NEW_SAVES_MANY": "スタイルを {0} に保存します - ページ上の {1} 個の要素にスタイルが適用されます", "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "別の要素がすでにその ID を使用しています - 代わりにクラスを使用してください", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "これは選択された要素と一致しないため、編集内容は反映されません", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "「:hover」のようなスタイルは、ここではまだライブ編集できません", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "有効なスタイル名ではないようです - 「.card」のようなクラスや「#hero」のような ID をお試しください", "LIVE_DEV_STYLER_CREATE": "作成", "LIVE_DEV_STYLER_SELECTOR_PLACEHOLDER": "例:.card または #hero", + "LIVE_DEV_STYLER_STATE_EXIT": "終了", "LIVE_DEV_STYLER_HEIGHT": "高さ", "LIVE_DEV_STYLER_SIZE_TAB": "サイズ", "LIVE_DEV_STYLER_MIN_WIDTH": "最小幅", @@ -359,11 +357,6 @@ define({ "LIVE_DEV_EMPTY_CANVAS_LABEL": "ページは空です — 要素を追加してください", "LIVE_DEV_EMPTY_CANVAS_ADD": "最初の要素を追加", "LIVE_DEV_EMPTY_CANVAS_COLLAPSE": "折りたたむ", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "2つの新しい編集方法", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "新しいHTML要素を追加", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "タグ、クラス、ID、属性を編集", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "わかりました", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "ドキュメントを読む", "LIVE_DEV_IMAGE_GALLERY_USE_IMAGE": "画像をダウンロード", "LIVE_DEV_IMAGE_GALLERY_SELECT_DOWNLOAD_FOLDER": "画像ダウンロードフォルダーを選択", "LIVE_DEV_IMAGE_GALLERY_SEARCH_PLACEHOLDER": "画像を検索…", @@ -1357,6 +1350,8 @@ define({ "CMD_JUMPTO_DEFINITION": "定義へ移動", "CMD_SHOW_PARAMETER_HINT": "パラメーターヒントを表示", "NO_ARGUMENTS": "<パラメーターがありません>", + "CODE_HINT_IMPORT_FROM_N": "{0}件のインポート…", + "CODE_HINT_IMPORT_CHOOSE": "{0}個のモジュールの中から、{1}のインポート元を選択してください。", "DETECTED_EXCLUSION_TITLE": "JavaScript ファイルの推論問題", "DETECTED_EXCLUSION_INFO": "{APP_NAME}は{0}の処理中に問題が発生しました。

このファイルは、コードヒント、定義へジャンプ、クイック編集の対象外となります。このファイルを再度有効にするには、プロジェクト内の.phcode.jsonを開き、jscodehints.detectedExclusionsを編集してください。

これは{APP_NAME}のバグである可能性があります。このファイルのコピーを提供できる場合は、バグを報告し、ここで指定されたファイルへのリンクを付けてください。", "CMD_REFACTOR": "リファクタリング", @@ -2461,6 +2456,41 @@ define({ "DEMO_JS_BUTTON_START_AGAIN": "最初からやり直す", "DEMO_JS_CARD_COUNT_TEMPLATE": "{NUM_DONE}/3枚のカード", "DEMO_JS_DELETE_COUNT_TEMPLATE": "{NUM_DONE}/1件削除済み", - "CODE_HINT_IMPORT_FROM_N": "{0}件のインポート…", - "CODE_HINT_IMPORT_CHOOSE": "{0}個のモジュールの中から、{1}のインポート元を選択してください。" + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "クリックでレギュラー/ボールド/ブラックを切り替え・Shift+クリックですべてのウェイト", + "LIVE_DEV_STYLER_OVERRIDDEN": "この変更は、より具体的なルールによって上書きされています", + "LIVE_DEV_STYLER_APPLY_INLINE": "それでも適用", + "LIVE_DEV_STYLER_FONTS_MANUAL": "マニュアル", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "例:Helvetica Neue", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "適用", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "任意のフォント名を入力してください。Googleフォントは自動で追加されます。その他のフォントは、あらかじめ利用可能である必要があります。", + "LIVE_DEV_STYLER_FONT_UPLOAD": "フォントファイルをアップロード", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "そのフォントファイルを追加できませんでした", + "LIVE_DEV_STYLER_TEXT_INDENT": "テキストインデント", + "LIVE_DEV_STYLER_FORMAT_TAB": "フォーマット", + "LIVE_DEV_STYLER_SPACING_TAB": "間隔", + "LIVE_DEV_STYLER_OVERLINE": "上線", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "このページのみ", + "LIVE_DEV_STYLER_TARGET_CREATE": "{0}に新規ルール", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "「::before」などの疑似要素は、ここではスタイル設定できません。", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "状態の前にクラスまたはIDを追加してください(例:.button:hover)。", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "「{0}」を作成 - 編集は{1}状態で適用されます", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "この要素にクラス「{0}」を追加し、その{1}状態をスタイル設定します。", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "この要素に ID「{0}」を付与し、その {1} 状態をスタイル設定します", + "LIVE_DEV_STYLER_STATE": "状態", + "LIVE_DEV_STYLER_STATE_PICK": "状態を編集 (ホバー、フォーカスなど)", + "LIVE_DEV_STYLER_STATE_NORMAL": "通常", + "LIVE_DEV_STYLER_STATE_BANNER": "{0} 状態を編集中 — 変更は {0} にのみ適用されます", + "LIVE_DEV_STYLER_STATE_NO_BASE": "状態を定義するには、まずこの要素にクラスまたは ID を追加してください", + "LIVE_DEV_STYLER_STATE_HOVER": "ホバー", + "LIVE_DEV_STYLER_STATE_FOCUS": "フォーカス", + "LIVE_DEV_STYLER_STATE_ACTIVE": "アクティブ", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "フォーカスウィズイン", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "フォーカスビジブル", + "LIVE_DEV_STYLER_STATE_VISITED": "訪問済み", + "LIVE_DEV_STYLER_STATE_TARGET": "ターゲット", + "LIVE_DEV_STYLER_STATE_CHECKED": "チェック済み", + "LIVE_DEV_STYLER_STATE_DISABLED": "無効", + "LIVE_DEV_STYLER_STATE_ENABLED": "有効", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "プレースホルダー表示中" }); \ No newline at end of file diff --git a/src/nls/ko/lastTranslated.json b/src/nls/ko/lastTranslated.json index 70137f6f2f..44d3da3000 100644 --- a/src/nls/ko/lastTranslated.json +++ b/src/nls/ko/lastTranslated.json @@ -1578,11 +1578,6 @@ "LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element", "LIVE_DEV_DETACHED_REPLACED_WITH_DEVTOOLS": "Live Preview was canceled because the browser's developer tools were opened", "LIVE_DEV_DETACHED_TARGET_CLOSED": "Live Preview was canceled because the page was closed in the browser", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Got it", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Add new HTML elements", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Edit tag, classes, ID and attributes", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Read docs", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Two new ways to edit", "LIVE_DEV_ELEMENT_PROPS_ADD_ATTR": "+ add attribute", "LIVE_DEV_ELEMENT_PROPS_ADD_CLASS": "+ add class", "LIVE_DEV_ELEMENT_PROPS_ATTRIBUTES": "Attributes", @@ -1825,6 +1820,7 @@ "LIVE_DEV_STYLER_ALIGN_RIGHT": "Align right", "LIVE_DEV_STYLER_ALL_SIDES": "All", "LIVE_DEV_STYLER_APPLIES_TO": "Save changes to", + "LIVE_DEV_STYLER_APPLY_INLINE": "Apply anyway", "LIVE_DEV_STYLER_BACKGROUND": "Background color", "LIVE_DEV_STYLER_BASELINE": "Baseline", "LIVE_DEV_STYLER_BLOCK": "Block", @@ -1884,9 +1880,16 @@ "LIVE_DEV_STYLER_FONT": "Font family", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Custom", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "On this page", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", "LIVE_DEV_STYLER_FONTS_SYSTEM": "System", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Apply", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Type any font name. Google Fonts are added for you; others must already be available.", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "e.g. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Upload a font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Couldn't add that font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Use \"{0}\"", + "LIVE_DEV_STYLER_FORMAT_TAB": "Format", "LIVE_DEV_STYLER_GAP": "Gap", "LIVE_DEV_STYLER_GRID": "Grid", "LIVE_DEV_STYLER_HEIGHT": "Height", @@ -1922,9 +1925,13 @@ "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Another element already has that id - try a class instead", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "That doesn't look like a valid style name - try a class like .card or an id like #hero", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "This doesn't match the selected element, so your edits wouldn't change it", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Styles like \":hover\" can't be edited live here yet", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elements like \"::before\" can't be styled here", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Add a class or id before the state, like .button:hover", "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Saves the style in {0} - styles {1} elements on the page", "LIVE_DEV_STYLER_NEW_SAVES_ONE": "Saves the style in {0} - styles just this element", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Adds class \"{0}\" to this element and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Gives this element the id \"{0}\" and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Creates \"{0}\" - edits apply in the {1} state", "LIVE_DEV_STYLER_NEW_STYLE": "New style…", "LIVE_DEV_STYLER_NEW_STYLE_TITLE": "New style", "LIVE_DEV_STYLER_NONE": "None", @@ -1932,9 +1939,11 @@ "LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found", "LIVE_DEV_STYLER_NO_WRAP": "No Wrap", "LIVE_DEV_STYLER_OFFSET": "Offset", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "On the page", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "On this page", "LIVE_DEV_STYLER_OPACITY": "Opacity", "LIVE_DEV_STYLER_OUTLINE": "Outline", + "LIVE_DEV_STYLER_OVERLINE": "Overline", + "LIVE_DEV_STYLER_OVERRIDDEN": "This change is overridden by a more specific rule", "LIVE_DEV_STYLER_PADDING": "Padding", "LIVE_DEV_STYLER_POSITION": "Position", "LIVE_DEV_STYLER_RADIUS": "Radius", @@ -1957,7 +1966,25 @@ "LIVE_DEV_STYLER_SPACE_BETWEEN": "Space Between", "LIVE_DEV_STYLER_SPACE_EVENLY": "Space Evenly", "LIVE_DEV_STYLER_SPACING": "Margin & padding", + "LIVE_DEV_STYLER_SPACING_TAB": "Spacing", "LIVE_DEV_STYLER_START": "Start", + "LIVE_DEV_STYLER_STATE": "State", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_BANNER": "Editing the {0} state — changes apply only to {0}", + "LIVE_DEV_STYLER_STATE_CHECKED": "Checked", + "LIVE_DEV_STYLER_STATE_DISABLED": "Disabled", + "LIVE_DEV_STYLER_STATE_ENABLED": "Enabled", + "LIVE_DEV_STYLER_STATE_EXIT": "Exit", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Focus visible", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Add a class or id to this element first so the state has somewhere to live", + "LIVE_DEV_STYLER_STATE_PICK": "Edit a state (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder shown", + "LIVE_DEV_STYLER_STATE_TARGET": "Target", + "LIVE_DEV_STYLER_STATE_VISITED": "Visited", "LIVE_DEV_STYLER_STATIC": "Static", "LIVE_DEV_STYLER_STEP_HINT": "Shift + Click: x10\nAlt + Click: x0.1", "LIVE_DEV_STYLER_STICKY": "Sticky", @@ -1965,8 +1992,10 @@ "LIVE_DEV_STYLER_STRIKETHROUGH": "Strikethrough", "LIVE_DEV_STYLER_STYLE": "Style", "LIVE_DEV_STYLER_TARGET_COUNT": "affects {0} on page", + "LIVE_DEV_STYLER_TARGET_CREATE": "New rule in {0}", "LIVE_DEV_STYLER_TARGET_INLINE_HINT": "directly on the element", "LIVE_DEV_STYLER_TEXT_COLOR": "Text color", + "LIVE_DEV_STYLER_TEXT_INDENT": "Text indent", "LIVE_DEV_STYLER_TEXT_STYLE": "Text style", "LIVE_DEV_STYLER_TOP": "Top", "LIVE_DEV_STYLER_UNDERLINE": "Underline", @@ -1974,6 +2003,7 @@ "LIVE_DEV_STYLER_WEIGHT": "Font weight", "LIVE_DEV_STYLER_WEIGHT_BLACK": "Black", "LIVE_DEV_STYLER_WEIGHT_BOLD": "Bold", + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Click to cycle Regular / Bold / Black · Shift-click for all weights", "LIVE_DEV_STYLER_WEIGHT_EXTRA_BOLD": "Extra Bold", "LIVE_DEV_STYLER_WEIGHT_EXTRA_LIGHT": "Extra Light", "LIVE_DEV_STYLER_WEIGHT_LIGHT": "Light", diff --git a/src/nls/ko/strings.js b/src/nls/ko/strings.js index 50100ced0d..5961e284d5 100644 --- a/src/nls/ko/strings.js +++ b/src/nls/ko/strings.js @@ -195,7 +195,6 @@ define({ "LIVE_DEV_STYLER_SEARCH_FONTS": "글꼴 검색…", "LIVE_DEV_STYLER_FONTS_GOOGLE": "구글", "LIVE_DEV_STYLER_FONTS_SYSTEM": "시스템", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "현재 페이지", "LIVE_DEV_STYLER_FONTS_CUSTOM": "사용자 지정", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "\"{0}\" 사용", "LIVE_DEV_STYLER_NO_FONTS_FOUND": "글꼴을 찾을 수 없습니다", @@ -229,7 +228,6 @@ define({ "LIVE_DEV_STYLER_RADIUS": "반경", "LIVE_DEV_STYLER_WIDTH": "너비", "LIVE_DEV_STYLER_COLOR": "색상", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "페이지 내", "LIVE_DEV_STYLER_COMMON_COLORS": "공통", "LIVE_DEV_STYLER_COLOR_WHITE": "흰색", "LIVE_DEV_STYLER_COLOR_SILVER": "은색", @@ -322,10 +320,10 @@ define({ "LIVE_DEV_STYLER_NEW_SAVES_MANY": "{0}에 스타일을 저장합니다 - 페이지의 {1}개 요소에 스타일을 적용합니다", "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "다른 요소에 이미 해당 아이디가 있습니다 - 대신 클래스를 사용해 보세요", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "이것은 선택된 요소와 일치하지 않으므로 편집해도 변경되지 않습니다", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "\":hover\"와 같은 스타일은 아직 여기에서 실시간으로 편집할 수 없습니다", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "유효한 스타일 이름이 아닌 것 같습니다 - .card와 같은 클래스나 #hero와 같은 아이디를 사용해 보세요", "LIVE_DEV_STYLER_CREATE": "만들기", "LIVE_DEV_STYLER_SELECTOR_PLACEHOLDER": "예: .card 또는 #hero", + "LIVE_DEV_STYLER_STATE_EXIT": "종료", "LIVE_DEV_STYLER_HEIGHT": "높이", "LIVE_DEV_STYLER_SIZE_TAB": "크기", "LIVE_DEV_STYLER_MIN_WIDTH": "최소 너비", @@ -359,11 +357,6 @@ define({ "LIVE_DEV_EMPTY_CANVAS_LABEL": "페이지가 비어 있습니다 — 요소를 추가하세요", "LIVE_DEV_EMPTY_CANVAS_ADD": "첫 요소 추가", "LIVE_DEV_EMPTY_CANVAS_COLLAPSE": "접기", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "두 가지 새로운 편집 방법", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "새로운 HTML 요소 추가", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "태그, 클래스, 아이디 및 속성 편집", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "알겠습니다", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "문서 읽기", "LIVE_DEV_IMAGE_GALLERY_USE_IMAGE": "이미지 다운로드", "LIVE_DEV_IMAGE_GALLERY_SELECT_DOWNLOAD_FOLDER": "이미지 다운로드 폴더 선택", "LIVE_DEV_IMAGE_GALLERY_SEARCH_PLACEHOLDER": "이미지 검색…", @@ -1357,6 +1350,8 @@ define({ "CMD_JUMPTO_DEFINITION": "정의로 이동", "CMD_SHOW_PARAMETER_HINT": "파라메터 정보를 표시", "NO_ARGUMENTS": "<매개변수가 없습니다>", + "CODE_HINT_IMPORT_FROM_N": "{0}개의 가져오기…", + "CODE_HINT_IMPORT_CHOOSE": "{1}을(를) 가져올 모듈을 {0}개 중에서 선택하세요.", "DETECTED_EXCLUSION_TITLE": "자바스크립트 파일 추론 문제", "DETECTED_EXCLUSION_INFO": "{APP_NAME}에서 {0} 파일을 처리하는 동안 문제가 발생했습니다.

이 파일은 더 이상 코드 힌트, 정의로 이동 또는 빠른 편집에 사용되지 않습니다. 이 파일을 다시 활성화하려면 프로젝트에서 .phcode.json 파일을 열고 jscodehints.detectedExclusions를 편집하세요.

이는 {APP_NAME} 버그일 가능성이 높습니다. 이 파일의 사본을 제공할 수 있다면 버그 신고를 통해 해당 파일 링크를 함께 제출해 주세요.", "CMD_REFACTOR": "리팩터링", @@ -2461,6 +2456,41 @@ define({ "DEMO_JS_BUTTON_START_AGAIN": "다시 시작", "DEMO_JS_CARD_COUNT_TEMPLATE": "{NUM_DONE}/3 카드", "DEMO_JS_DELETE_COUNT_TEMPLATE": "{NUM_DONE}/1 삭제됨", - "CODE_HINT_IMPORT_FROM_N": "{0}개의 가져오기…", - "CODE_HINT_IMPORT_CHOOSE": "{1}을(를) 가져올 모듈을 {0}개 중에서 선택하세요." + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "클릭하여 보통 / 굵게 / 아주 굵게 순환 · 시프트-클릭하여 모든 굵기 보기", + "LIVE_DEV_STYLER_OVERRIDDEN": "이 변경 사항은 더 구체적인 규칙에 의해 재정의되었습니다", + "LIVE_DEV_STYLER_APPLY_INLINE": "그래도 적용", + "LIVE_DEV_STYLER_FONTS_MANUAL": "수동", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "예: Helvetica Neue", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "적용", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "글꼴 이름을 입력하세요. 구글 글꼴은 자동으로 추가되며, 다른 글꼴은 이미 사용 가능해야 합니다.", + "LIVE_DEV_STYLER_FONT_UPLOAD": "글꼴 파일 업로드", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "해당 글꼴 파일을 추가할 수 없습니다", + "LIVE_DEV_STYLER_TEXT_INDENT": "텍스트 들여쓰기", + "LIVE_DEV_STYLER_FORMAT_TAB": "서식", + "LIVE_DEV_STYLER_SPACING_TAB": "간격", + "LIVE_DEV_STYLER_OVERLINE": "윗줄", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "이 페이지에서", + "LIVE_DEV_STYLER_TARGET_CREATE": "{0}에 새 규칙", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "'::before'와 같은 의사 요소는 여기에서 스타일을 지정할 수 없습니다", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": ".button:hover와 같이 상태 앞에 클래스 또는 아이디를 추가하세요", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "'{0}' 생성 - 편집 내용은 {1} 상태에 적용됩니다", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "이 요소에 '{0}' 클래스를 추가하고 {1} 상태의 스타일을 지정합니다", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "이 요소에 아이디 \"{0}\"을(를) 부여하고 {1} 상태를 스타일링합니다", + "LIVE_DEV_STYLER_STATE": "상태", + "LIVE_DEV_STYLER_STATE_PICK": "상태(hover, focus, …) 편집", + "LIVE_DEV_STYLER_STATE_NORMAL": "일반", + "LIVE_DEV_STYLER_STATE_BANNER": "{0} 상태 편집 중 — 변경 사항은 {0}에만 적용됩니다", + "LIVE_DEV_STYLER_STATE_NO_BASE": "상태를 정의하려면 먼저 이 요소에 클래스나 아이디를 추가하세요", + "LIVE_DEV_STYLER_STATE_HOVER": "호버", + "LIVE_DEV_STYLER_STATE_FOCUS": "포커스", + "LIVE_DEV_STYLER_STATE_ACTIVE": "액티브", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "포커스 위드인", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "포커스 표시", + "LIVE_DEV_STYLER_STATE_VISITED": "방문함", + "LIVE_DEV_STYLER_STATE_TARGET": "대상", + "LIVE_DEV_STYLER_STATE_CHECKED": "선택됨", + "LIVE_DEV_STYLER_STATE_DISABLED": "비활성화됨", + "LIVE_DEV_STYLER_STATE_ENABLED": "활성화됨", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "플레이스홀더 표시됨" }); \ No newline at end of file diff --git a/src/nls/lv/lastTranslated.json b/src/nls/lv/lastTranslated.json index 70137f6f2f..44d3da3000 100644 --- a/src/nls/lv/lastTranslated.json +++ b/src/nls/lv/lastTranslated.json @@ -1578,11 +1578,6 @@ "LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element", "LIVE_DEV_DETACHED_REPLACED_WITH_DEVTOOLS": "Live Preview was canceled because the browser's developer tools were opened", "LIVE_DEV_DETACHED_TARGET_CLOSED": "Live Preview was canceled because the page was closed in the browser", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Got it", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Add new HTML elements", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Edit tag, classes, ID and attributes", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Read docs", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Two new ways to edit", "LIVE_DEV_ELEMENT_PROPS_ADD_ATTR": "+ add attribute", "LIVE_DEV_ELEMENT_PROPS_ADD_CLASS": "+ add class", "LIVE_DEV_ELEMENT_PROPS_ATTRIBUTES": "Attributes", @@ -1825,6 +1820,7 @@ "LIVE_DEV_STYLER_ALIGN_RIGHT": "Align right", "LIVE_DEV_STYLER_ALL_SIDES": "All", "LIVE_DEV_STYLER_APPLIES_TO": "Save changes to", + "LIVE_DEV_STYLER_APPLY_INLINE": "Apply anyway", "LIVE_DEV_STYLER_BACKGROUND": "Background color", "LIVE_DEV_STYLER_BASELINE": "Baseline", "LIVE_DEV_STYLER_BLOCK": "Block", @@ -1884,9 +1880,16 @@ "LIVE_DEV_STYLER_FONT": "Font family", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Custom", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "On this page", + "LIVE_DEV_STYLER_FONTS_MANUAL": "Manual", "LIVE_DEV_STYLER_FONTS_SYSTEM": "System", + "LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Apply", + "LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Type any font name. Google Fonts are added for you; others must already be available.", + "LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "e.g. Helvetica Neue", + "LIVE_DEV_STYLER_FONT_UPLOAD": "Upload a font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Couldn't add that font file", + "LIVE_DEV_STYLER_FONT_UPLOAD_HINT": ".ttf .otf .woff .woff2", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Use \"{0}\"", + "LIVE_DEV_STYLER_FORMAT_TAB": "Format", "LIVE_DEV_STYLER_GAP": "Gap", "LIVE_DEV_STYLER_GRID": "Grid", "LIVE_DEV_STYLER_HEIGHT": "Height", @@ -1922,9 +1925,13 @@ "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Another element already has that id - try a class instead", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "That doesn't look like a valid style name - try a class like .card or an id like #hero", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "This doesn't match the selected element, so your edits wouldn't change it", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Styles like \":hover\" can't be edited live here yet", + "LIVE_DEV_STYLER_NEW_ERR_PSEUDO_ELEMENT": "Pseudo-elements like \"::before\" can't be styled here", + "LIVE_DEV_STYLER_NEW_ERR_STATE_BASE": "Add a class or id before the state, like .button:hover", "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Saves the style in {0} - styles {1} elements on the page", "LIVE_DEV_STYLER_NEW_SAVES_ONE": "Saves the style in {0} - styles just this element", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_CLASS": "Adds class \"{0}\" to this element and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_ADDS_ID": "Gives this element the id \"{0}\" and styles its {1} state", + "LIVE_DEV_STYLER_NEW_STATE_SAVES": "Creates \"{0}\" - edits apply in the {1} state", "LIVE_DEV_STYLER_NEW_STYLE": "New style…", "LIVE_DEV_STYLER_NEW_STYLE_TITLE": "New style", "LIVE_DEV_STYLER_NONE": "None", @@ -1932,9 +1939,11 @@ "LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found", "LIVE_DEV_STYLER_NO_WRAP": "No Wrap", "LIVE_DEV_STYLER_OFFSET": "Offset", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "On the page", + "LIVE_DEV_STYLER_ON_THIS_PAGE": "On this page", "LIVE_DEV_STYLER_OPACITY": "Opacity", "LIVE_DEV_STYLER_OUTLINE": "Outline", + "LIVE_DEV_STYLER_OVERLINE": "Overline", + "LIVE_DEV_STYLER_OVERRIDDEN": "This change is overridden by a more specific rule", "LIVE_DEV_STYLER_PADDING": "Padding", "LIVE_DEV_STYLER_POSITION": "Position", "LIVE_DEV_STYLER_RADIUS": "Radius", @@ -1957,7 +1966,25 @@ "LIVE_DEV_STYLER_SPACE_BETWEEN": "Space Between", "LIVE_DEV_STYLER_SPACE_EVENLY": "Space Evenly", "LIVE_DEV_STYLER_SPACING": "Margin & padding", + "LIVE_DEV_STYLER_SPACING_TAB": "Spacing", "LIVE_DEV_STYLER_START": "Start", + "LIVE_DEV_STYLER_STATE": "State", + "LIVE_DEV_STYLER_STATE_ACTIVE": "Active", + "LIVE_DEV_STYLER_STATE_BANNER": "Editing the {0} state — changes apply only to {0}", + "LIVE_DEV_STYLER_STATE_CHECKED": "Checked", + "LIVE_DEV_STYLER_STATE_DISABLED": "Disabled", + "LIVE_DEV_STYLER_STATE_ENABLED": "Enabled", + "LIVE_DEV_STYLER_STATE_EXIT": "Exit", + "LIVE_DEV_STYLER_STATE_FOCUS": "Focus", + "LIVE_DEV_STYLER_STATE_FOCUS_VISIBLE": "Focus visible", + "LIVE_DEV_STYLER_STATE_FOCUS_WITHIN": "Focus within", + "LIVE_DEV_STYLER_STATE_HOVER": "Hover", + "LIVE_DEV_STYLER_STATE_NORMAL": "Normal", + "LIVE_DEV_STYLER_STATE_NO_BASE": "Add a class or id to this element first so the state has somewhere to live", + "LIVE_DEV_STYLER_STATE_PICK": "Edit a state (hover, focus, …)", + "LIVE_DEV_STYLER_STATE_PLACEHOLDER_SHOWN": "Placeholder shown", + "LIVE_DEV_STYLER_STATE_TARGET": "Target", + "LIVE_DEV_STYLER_STATE_VISITED": "Visited", "LIVE_DEV_STYLER_STATIC": "Static", "LIVE_DEV_STYLER_STEP_HINT": "Shift + Click: x10\nAlt + Click: x0.1", "LIVE_DEV_STYLER_STICKY": "Sticky", @@ -1965,8 +1992,10 @@ "LIVE_DEV_STYLER_STRIKETHROUGH": "Strikethrough", "LIVE_DEV_STYLER_STYLE": "Style", "LIVE_DEV_STYLER_TARGET_COUNT": "affects {0} on page", + "LIVE_DEV_STYLER_TARGET_CREATE": "New rule in {0}", "LIVE_DEV_STYLER_TARGET_INLINE_HINT": "directly on the element", "LIVE_DEV_STYLER_TEXT_COLOR": "Text color", + "LIVE_DEV_STYLER_TEXT_INDENT": "Text indent", "LIVE_DEV_STYLER_TEXT_STYLE": "Text style", "LIVE_DEV_STYLER_TOP": "Top", "LIVE_DEV_STYLER_UNDERLINE": "Underline", @@ -1974,6 +2003,7 @@ "LIVE_DEV_STYLER_WEIGHT": "Font weight", "LIVE_DEV_STYLER_WEIGHT_BLACK": "Black", "LIVE_DEV_STYLER_WEIGHT_BOLD": "Bold", + "LIVE_DEV_STYLER_WEIGHT_CYCLE_HINT": "Click to cycle Regular / Bold / Black · Shift-click for all weights", "LIVE_DEV_STYLER_WEIGHT_EXTRA_BOLD": "Extra Bold", "LIVE_DEV_STYLER_WEIGHT_EXTRA_LIGHT": "Extra Light", "LIVE_DEV_STYLER_WEIGHT_LIGHT": "Light", diff --git a/src/nls/lv/strings.js b/src/nls/lv/strings.js index 58766479f6..704edadad0 100644 --- a/src/nls/lv/strings.js +++ b/src/nls/lv/strings.js @@ -195,7 +195,6 @@ define({ "LIVE_DEV_STYLER_SEARCH_FONTS": "Meklēt fontus…", "LIVE_DEV_STYLER_FONTS_GOOGLE": "Google", "LIVE_DEV_STYLER_FONTS_SYSTEM": "Sistēmas", - "LIVE_DEV_STYLER_FONTS_ON_PAGE": "Šajā lapā", "LIVE_DEV_STYLER_FONTS_CUSTOM": "Pielāgots", "LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Lietot \"{0}\"", "LIVE_DEV_STYLER_NO_FONTS_FOUND": "Fonti nav atrasti", @@ -229,7 +228,6 @@ define({ "LIVE_DEV_STYLER_RADIUS": "Rādiuss", "LIVE_DEV_STYLER_WIDTH": "Platums", "LIVE_DEV_STYLER_COLOR": "Krāsa", - "LIVE_DEV_STYLER_ON_THIS_PAGE": "Šajā lapā", "LIVE_DEV_STYLER_COMMON_COLORS": "Biežāk lietotie", "LIVE_DEV_STYLER_COLOR_WHITE": "Balts", "LIVE_DEV_STYLER_COLOR_SILVER": "Sudraba", @@ -322,10 +320,10 @@ define({ "LIVE_DEV_STYLER_NEW_SAVES_MANY": "Saglabā stilu {0} – stilizē {1} elementus lapā", "LIVE_DEV_STYLER_NEW_ERR_ID_TAKEN": "Citam elementam jau ir šāds ID – tā vietā pamēģiniet klasi", "LIVE_DEV_STYLER_NEW_ERR_NO_MATCH": "Šis neatbilst atlasītajam elementam, tāpēc jūsu labojumi to neietekmēs", - "LIVE_DEV_STYLER_NEW_ERR_STATE": "Stilus, piemēram, “:hover”, šeit vēl nevar rediģēt reāllaikā", "LIVE_DEV_STYLER_NEW_ERR_INVALID": "Tas neizskatās pēc derīga stila nosaukuma – pamēģiniet klasi, piemēram, .card, vai ID, piemēram, #hero", "LIVE_DEV_STYLER_CREATE": "Izveidot", "LIVE_DEV_STYLER_SELECTOR_PLACEHOLDER": "piem., .card vai #hero", + "LIVE_DEV_STYLER_STATE_EXIT": "Iziet", "LIVE_DEV_STYLER_HEIGHT": "Augstums", "LIVE_DEV_STYLER_SIZE_TAB": "Izmērs", "LIVE_DEV_STYLER_MIN_WIDTH": "Min. platums", @@ -359,11 +357,6 @@ define({ "LIVE_DEV_EMPTY_CANVAS_LABEL": "Jūsu lapa ir tukša — pievienojiet elementu", "LIVE_DEV_EMPTY_CANVAS_ADD": "Pievienojiet savu pirmo elementu", "LIVE_DEV_EMPTY_CANVAS_COLLAPSE": "Sakļaut", - "LIVE_DEV_EDIT_ONBOARD_TITLE": "Divi jauni veidi, kā rediģēt", - "LIVE_DEV_EDIT_ONBOARD_INSERT": "Pievienojiet jaunus HTML elementus", - "LIVE_DEV_EDIT_ONBOARD_PROPS": "Rediģējiet tagu, klases, ID un atribūtus", - "LIVE_DEV_EDIT_ONBOARD_GOT_IT": "Skaidrs", - "LIVE_DEV_EDIT_ONBOARD_READ_DOCS": "Lasīt dokumentāciju", "LIVE_DEV_IMAGE_GALLERY_USE_IMAGE": "Lejupielādēt attēlu", "LIVE_DEV_IMAGE_GALLERY_SELECT_DOWNLOAD_FOLDER": "Izvēlieties attēlu lejupielādes mapi", "LIVE_DEV_IMAGE_GALLERY_SEARCH_PLACEHOLDER": "Meklēt attēlus…", @@ -1357,6 +1350,8 @@ define({ "CMD_JUMPTO_DEFINITION": "Doties uz definīciju", "CMD_SHOW_PARAMETER_HINT": "Rādīt parametru ieteikumus", "NO_ARGUMENTS": "