diff --git a/src/livecodes/i18n/locales/ar/translation.lokalise.json b/src/livecodes/i18n/locales/ar/translation.lokalise.json index 1133c8133..e3ac2240e 100644 --- a/src/livecodes/i18n/locales/ar/translation.lokalise.json +++ b/src/livecodes/i18n/locales/ar/translation.lokalise.json @@ -399,8 +399,11 @@ "codeToImage.code": { "translation": "الكود" }, - "codeToImage.copy": { - "translation": "نسخ" + "codeToImage.copyCode": { + "translation": "نسخ الكود" + }, + "codeToImage.copyImage": { + "translation": "نسخ الصورة" }, "codeToImage.default": { "translation": "افتراضي" @@ -501,6 +504,9 @@ "core.copy.copiedAsDataURL": { "translation": "تم نسخ الكود كرابط بيانات" }, + "core.copy.copiedImage": { + "translation": "تم نسخ الصورة إلى الحافظة." + }, "core.copy.hint": { "translation": "تم النسخ!" }, @@ -513,6 +519,9 @@ "core.error.failedToCopyCode": { "translation": "فشل في نسخ الكود" }, + "core.error.failedToCopyImage": { + "translation": "فشل في نسخ الصورة" + }, "core.error.failedToLoadTemplate": { "translation": "فشل في تحميل القالب" }, diff --git a/src/livecodes/i18n/locales/ar/translation.ts b/src/livecodes/i18n/locales/ar/translation.ts index 96fa06fcc..feeb9b4b7 100644 --- a/src/livecodes/i18n/locales/ar/translation.ts +++ b/src/livecodes/i18n/locales/ar/translation.ts @@ -250,7 +250,8 @@ const translation: I18nTranslation = { background: 'الخلفية', borderRadius: 'نصف قطر الحدود', code: 'الكود', - copy: 'نسخ', + copyCode: 'نسخ الكود', + copyImage: 'نسخ الصورة', default: 'افتراضي', direction: 'الاتجاه', fileName: 'اسم الملف', @@ -295,12 +296,14 @@ const translation: I18nTranslation = { copy: { copied: 'تم نسخ الكود إلى الحافظة', copiedAsDataURL: 'تم نسخ الكود كرابط بيانات', + copiedImage: 'تم نسخ الصورة إلى الحافظة.', hint: 'تم النسخ!', title: 'نسخ', }, error: { couldNotLoadTemplate: 'تعذر تحميل القالب: {{template}}', failedToCopyCode: 'فشل في نسخ الكود', + failedToCopyImage: 'فشل في نسخ الصورة', failedToLoadTemplate: 'فشل في تحميل القالب', failedToLoadTemplates: 'فشل في تحميل قوالب البداية', failedToParseSettings: 'فشل في تحليل الإعدادات كـ JSON', diff --git a/src/livecodes/i18n/locales/de/translation.lokalise.json b/src/livecodes/i18n/locales/de/translation.lokalise.json index 1678712ea..dee626757 100644 --- a/src/livecodes/i18n/locales/de/translation.lokalise.json +++ b/src/livecodes/i18n/locales/de/translation.lokalise.json @@ -399,8 +399,11 @@ "codeToImage.code": { "translation": "Code" }, - "codeToImage.copy": { - "translation": "Kopieren" + "codeToImage.copyCode": { + "translation": "Code kopieren" + }, + "codeToImage.copyImage": { + "translation": "Bild kopieren" }, "codeToImage.default": { "translation": "Standard" @@ -501,6 +504,9 @@ "core.copy.copiedAsDataURL": { "translation": "Code als Daten-URL kopiert" }, + "core.copy.copiedImage": { + "translation": "Bild in die Zwischenablage kopiert." + }, "core.copy.hint": { "translation": "Kopiert!" }, @@ -513,6 +519,9 @@ "core.error.failedToCopyCode": { "translation": "Code konnte nicht kopiert werden" }, + "core.error.failedToCopyImage": { + "translation": "Bild kann nicht kopiert werden" + }, "core.error.failedToLoadTemplate": { "translation": "Fehler beim Laden der Vorlage" }, diff --git a/src/livecodes/i18n/locales/de/translation.ts b/src/livecodes/i18n/locales/de/translation.ts index 0d2910220..ada20d227 100644 --- a/src/livecodes/i18n/locales/de/translation.ts +++ b/src/livecodes/i18n/locales/de/translation.ts @@ -250,7 +250,8 @@ const translation: I18nTranslation = { background: 'Hintergrund', borderRadius: 'Randradius', code: 'Code', - copy: 'Kopieren', + copyCode: 'Code kopieren', + copyImage: 'Bild kopieren', default: 'Standard', direction: 'Richtung', fileName: 'Dateiname', @@ -295,12 +296,14 @@ const translation: I18nTranslation = { copy: { copied: 'Code in die Zwischenablage kopiert', copiedAsDataURL: 'Code als Daten-URL kopiert', + copiedImage: 'Bild in die Zwischenablage kopiert.', hint: 'Kopiert!', title: 'Kopieren', }, error: { couldNotLoadTemplate: 'Konnte Vorlage nicht laden: {{template}}', failedToCopyCode: 'Code konnte nicht kopiert werden', + failedToCopyImage: 'Bild kann nicht kopiert werden', failedToLoadTemplate: 'Fehler beim Laden der Vorlage', failedToLoadTemplates: 'Fehler beim Laden der Startvorlagen', failedToParseSettings: 'Fehler beim Parsen der Einstellungen als JSON', diff --git a/src/livecodes/i18n/locales/es/translation.lokalise.json b/src/livecodes/i18n/locales/es/translation.lokalise.json index 0f55ac9fe..20bedf1b6 100644 --- a/src/livecodes/i18n/locales/es/translation.lokalise.json +++ b/src/livecodes/i18n/locales/es/translation.lokalise.json @@ -399,8 +399,11 @@ "codeToImage.code": { "translation": "Código" }, - "codeToImage.copy": { - "translation": "Copiar" + "codeToImage.copyCode": { + "translation": "Copiar código" + }, + "codeToImage.copyImage": { + "translation": "Copiar imagen" }, "codeToImage.default": { "translation": "Predeterminado" @@ -501,6 +504,9 @@ "core.copy.copiedAsDataURL": { "translation": "Código copiado como URL de datos" }, + "core.copy.copiedImage": { + "translation": "Imagen copiada en el portapapeles." + }, "core.copy.hint": { "translation": "¡Copiado!" }, @@ -513,6 +519,9 @@ "core.error.failedToCopyCode": { "translation": "No se pudo copiar el código" }, + "core.error.failedToCopyImage": { + "translation": "Error al copiar la imagen" + }, "core.error.failedToLoadTemplate": { "translation": "Fallo al cargar la plantilla" }, diff --git a/src/livecodes/i18n/locales/es/translation.ts b/src/livecodes/i18n/locales/es/translation.ts index 22aba472f..fc3186682 100644 --- a/src/livecodes/i18n/locales/es/translation.ts +++ b/src/livecodes/i18n/locales/es/translation.ts @@ -250,7 +250,8 @@ const translation: I18nTranslation = { background: 'Fondo', borderRadius: 'Radio del borde', code: 'Código', - copy: 'Copiar', + copyCode: 'Copiar código', + copyImage: 'Copiar imagen', default: 'Predeterminado', direction: 'Dirección', fileName: 'Nombre del archivo', @@ -295,12 +296,14 @@ const translation: I18nTranslation = { copy: { copied: 'Código copiado al portapapeles', copiedAsDataURL: 'Código copiado como URL de datos', + copiedImage: 'Imagen copiada en el portapapeles.', hint: '¡Copiado!', title: 'Copiar', }, error: { couldNotLoadTemplate: 'No se pudo cargar la plantilla: {{template}}', failedToCopyCode: 'No se pudo copiar el código', + failedToCopyImage: 'Error al copiar la imagen', failedToLoadTemplate: 'Fallo al cargar la plantilla', failedToLoadTemplates: 'Fallo al cargar las plantillas iniciales', failedToParseSettings: 'Fallo al analizar las configuraciones como JSON', diff --git a/src/livecodes/i18n/locales/fr/translation.lokalise.json b/src/livecodes/i18n/locales/fr/translation.lokalise.json index 65a3fb10e..c5d345e33 100644 --- a/src/livecodes/i18n/locales/fr/translation.lokalise.json +++ b/src/livecodes/i18n/locales/fr/translation.lokalise.json @@ -399,8 +399,11 @@ "codeToImage.code": { "translation": "Code" }, - "codeToImage.copy": { - "translation": "Copier" + "codeToImage.copyCode": { + "translation": "Copier le code" + }, + "codeToImage.copyImage": { + "translation": "Copier l'image" }, "codeToImage.default": { "translation": "Par défaut" @@ -501,6 +504,9 @@ "core.copy.copiedAsDataURL": { "translation": "Code copié comme URL de données" }, + "core.copy.copiedImage": { + "translation": "Image copiée dans le presse-papiers." + }, "core.copy.hint": { "translation": "Copié !" }, @@ -513,6 +519,9 @@ "core.error.failedToCopyCode": { "translation": "Échec de la copie du code" }, + "core.error.failedToCopyImage": { + "translation": "Échec de la copie de l'image" + }, "core.error.failedToLoadTemplate": { "translation": "Échec du chargement du modèle" }, diff --git a/src/livecodes/i18n/locales/fr/translation.ts b/src/livecodes/i18n/locales/fr/translation.ts index 1faf2713e..c7d68d045 100644 --- a/src/livecodes/i18n/locales/fr/translation.ts +++ b/src/livecodes/i18n/locales/fr/translation.ts @@ -250,7 +250,8 @@ const translation: I18nTranslation = { background: 'Arrière-plan', borderRadius: 'Rayon de bordure', code: 'Code', - copy: 'Copier', + copyCode: 'Copier le code', + copyImage: "Copier l'image", default: 'Par défaut', direction: 'Direction', fileName: 'Nom de fichier', @@ -295,12 +296,14 @@ const translation: I18nTranslation = { copy: { copied: 'Code copié dans le presse-papiers', copiedAsDataURL: 'Code copié comme URL de données', + copiedImage: 'Image copiée dans le presse-papiers.', hint: 'Copié !', title: 'Copier', }, error: { couldNotLoadTemplate: 'Impossible de charger le modèle : {{template}}', failedToCopyCode: 'Échec de la copie du code', + failedToCopyImage: "Échec de la copie de l'image", failedToLoadTemplate: 'Échec du chargement du modèle', failedToLoadTemplates: 'Échec du chargement des modèles de démarrage', failedToParseSettings: "Échec de l'analyse des paramètres en JSON", diff --git a/src/livecodes/i18n/locales/hi/translation.lokalise.json b/src/livecodes/i18n/locales/hi/translation.lokalise.json index 525be68ce..5c1973967 100644 --- a/src/livecodes/i18n/locales/hi/translation.lokalise.json +++ b/src/livecodes/i18n/locales/hi/translation.lokalise.json @@ -399,8 +399,11 @@ "codeToImage.code": { "translation": "कोड" }, - "codeToImage.copy": { - "translation": "कॉपी करें" + "codeToImage.copyCode": { + "translation": "कोड कॉपी करें" + }, + "codeToImage.copyImage": { + "translation": "नकल छवि" }, "codeToImage.default": { "translation": "डिफ़ॉल्ट" @@ -501,6 +504,9 @@ "core.copy.copiedAsDataURL": { "translation": "कोड डेटा URL के रूप में कॉपी किया गया" }, + "core.copy.copiedImage": { + "translation": "छवि क्लिपबोर्ड पर कॉपी की गई." + }, "core.copy.hint": { "translation": "कॉपी किया गया!" }, @@ -513,6 +519,9 @@ "core.error.failedToCopyCode": { "translation": "कोड कॉपी करने में विफल" }, + "core.error.failedToCopyImage": { + "translation": "छवि कॉपी करने में विफल" + }, "core.error.failedToLoadTemplate": { "translation": "टेम्पलेट लोड करने में विफल" }, diff --git a/src/livecodes/i18n/locales/hi/translation.ts b/src/livecodes/i18n/locales/hi/translation.ts index 4355d74c4..9418033a0 100644 --- a/src/livecodes/i18n/locales/hi/translation.ts +++ b/src/livecodes/i18n/locales/hi/translation.ts @@ -250,7 +250,8 @@ const translation: I18nTranslation = { background: 'पृष्ठभूमि', borderRadius: 'बॉर्डर त्रिज्या', code: 'कोड', - copy: 'कॉपी करें', + copyCode: 'कोड कॉपी करें', + copyImage: 'नकल छवि', default: 'डिफ़ॉल्ट', direction: 'दिशा', fileName: 'फ़ाइल का नाम', @@ -295,12 +296,14 @@ const translation: I18nTranslation = { copy: { copied: 'कोड क्लिपबोर्ड पर कॉपी किया गया', copiedAsDataURL: 'कोड डेटा URL के रूप में कॉपी किया गया', + copiedImage: 'छवि क्लिपबोर्ड पर कॉपी की गई.', hint: 'कॉपी किया गया!', title: 'कॉपी करें', }, error: { couldNotLoadTemplate: 'टेम्पलेट लोड नहीं किया जा सका: {{template}}', failedToCopyCode: 'कोड कॉपी करने में विफल', + failedToCopyImage: 'छवि कॉपी करने में विफल', failedToLoadTemplate: 'टेम्पलेट लोड करने में विफल', failedToLoadTemplates: 'स्टार्टर टेम्पलेट्स लोड करने में विफल', failedToParseSettings: 'सेटिंग्स को JSON के रूप में पार्स करने में विफल', diff --git a/src/livecodes/i18n/locales/it/translation.lokalise.json b/src/livecodes/i18n/locales/it/translation.lokalise.json index 1397abb29..e522de991 100644 --- a/src/livecodes/i18n/locales/it/translation.lokalise.json +++ b/src/livecodes/i18n/locales/it/translation.lokalise.json @@ -399,8 +399,11 @@ "codeToImage.code": { "translation": "Codice" }, - "codeToImage.copy": { - "translation": "Copia" + "codeToImage.copyCode": { + "translation": "Copia Codice" + }, + "codeToImage.copyImage": { + "translation": "Copia immagine" }, "codeToImage.default": { "translation": "Predefinito" @@ -501,6 +504,9 @@ "core.copy.copiedAsDataURL": { "translation": "Codice copiato come URL dati" }, + "core.copy.copiedImage": { + "translation": "Immagine copiata negli appunti." + }, "core.copy.hint": { "translation": "Copiato!" }, @@ -513,6 +519,9 @@ "core.error.failedToCopyCode": { "translation": "Impossibile copiare il codice" }, + "core.error.failedToCopyImage": { + "translation": "Impossibile copiare l'immagine" + }, "core.error.failedToLoadTemplate": { "translation": "Caricamento del modello fallito" }, diff --git a/src/livecodes/i18n/locales/it/translation.ts b/src/livecodes/i18n/locales/it/translation.ts index 5fdf7cd33..305b73d6c 100644 --- a/src/livecodes/i18n/locales/it/translation.ts +++ b/src/livecodes/i18n/locales/it/translation.ts @@ -250,7 +250,8 @@ const translation: I18nTranslation = { background: 'Sfondo', borderRadius: 'Raggio del bordo', code: 'Codice', - copy: 'Copia', + copyCode: 'Copia Codice', + copyImage: 'Copia immagine', default: 'Predefinito', direction: 'Direzione', fileName: 'Nome file', @@ -295,12 +296,14 @@ const translation: I18nTranslation = { copy: { copied: 'Codice copiato negli appunti', copiedAsDataURL: 'Codice copiato come URL dati', + copiedImage: 'Immagine copiata negli appunti.', hint: 'Copiato!', title: 'Copia', }, error: { couldNotLoadTemplate: 'Impossibile caricare il modello: {{template}}', failedToCopyCode: 'Impossibile copiare il codice', + failedToCopyImage: "Impossibile copiare l'immagine", failedToLoadTemplate: 'Caricamento del modello fallito', failedToLoadTemplates: 'Caricamento dei modelli di partenza fallito', failedToParseSettings: 'Impossibile analizzare le impostazioni come JSON', diff --git a/src/livecodes/i18n/locales/ja/translation.lokalise.json b/src/livecodes/i18n/locales/ja/translation.lokalise.json index 84eb45341..cb0c3db9d 100644 --- a/src/livecodes/i18n/locales/ja/translation.lokalise.json +++ b/src/livecodes/i18n/locales/ja/translation.lokalise.json @@ -399,8 +399,11 @@ "codeToImage.code": { "translation": "コード" }, - "codeToImage.copy": { - "translation": "コピー" + "codeToImage.copyCode": { + "translation": "コードをコピー" + }, + "codeToImage.copyImage": { + "translation": "コピー画像" }, "codeToImage.default": { "translation": "デフォルト" @@ -501,6 +504,9 @@ "core.copy.copiedAsDataURL": { "translation": "コードがデータURLとしてコピーされました" }, + "core.copy.copiedImage": { + "translation": "クリップボードにコピーされた画像。" + }, "core.copy.hint": { "translation": "コピーしました!" }, @@ -513,6 +519,9 @@ "core.error.failedToCopyCode": { "translation": "コードのコピーに失敗しました" }, + "core.error.failedToCopyImage": { + "translation": "イメージのコピーに失敗しました" + }, "core.error.failedToLoadTemplate": { "translation": "テンプレートの読み込みに失敗しました" }, diff --git a/src/livecodes/i18n/locales/ja/translation.ts b/src/livecodes/i18n/locales/ja/translation.ts index 2763110a9..e537f43ee 100644 --- a/src/livecodes/i18n/locales/ja/translation.ts +++ b/src/livecodes/i18n/locales/ja/translation.ts @@ -250,7 +250,8 @@ const translation: I18nTranslation = { background: '背景', borderRadius: '境界半径', code: 'コード', - copy: 'コピー', + copyCode: 'コードをコピー', + copyImage: 'コピー画像', default: 'デフォルト', direction: 'ディレクション', fileName: 'ファイル名', @@ -295,12 +296,14 @@ const translation: I18nTranslation = { copy: { copied: 'コードがクリップボードにコピーされました', copiedAsDataURL: 'コードがデータURLとしてコピーされました', + copiedImage: 'クリップボードにコピーされた画像。', hint: 'コピーしました!', title: 'コピー', }, error: { couldNotLoadTemplate: 'テンプレートを読み込めませんでした: {{template}}', failedToCopyCode: 'コードのコピーに失敗しました', + failedToCopyImage: 'イメージのコピーに失敗しました', failedToLoadTemplate: 'テンプレートの読み込みに失敗しました', failedToLoadTemplates: 'スターターテンプレートの読み込みに失敗しました', failedToParseSettings: '設定をJSONとして解析できませんでした', diff --git a/src/livecodes/i18n/locales/pt/translation.lokalise.json b/src/livecodes/i18n/locales/pt/translation.lokalise.json index 84c304078..705c4ae16 100644 --- a/src/livecodes/i18n/locales/pt/translation.lokalise.json +++ b/src/livecodes/i18n/locales/pt/translation.lokalise.json @@ -399,8 +399,11 @@ "codeToImage.code": { "translation": "Código" }, - "codeToImage.copy": { - "translation": "Copiar" + "codeToImage.copyCode": { + "translation": "Copiar Código" + }, + "codeToImage.copyImage": { + "translation": "Copiar imagem" }, "codeToImage.default": { "translation": "Padrão" @@ -501,6 +504,9 @@ "core.copy.copiedAsDataURL": { "translation": "Código copiado como URL de dados" }, + "core.copy.copiedImage": { + "translation": "Imagem copiada para a área de transferência." + }, "core.copy.hint": { "translation": "Copiado!" }, @@ -513,6 +519,9 @@ "core.error.failedToCopyCode": { "translation": "Não foi possível copiar o código" }, + "core.error.failedToCopyImage": { + "translation": "Falha ao copiar a imagem" + }, "core.error.failedToLoadTemplate": { "translation": "Falha no carregamento do modelo" }, diff --git a/src/livecodes/i18n/locales/pt/translation.ts b/src/livecodes/i18n/locales/pt/translation.ts index 9e5917284..ecb52920b 100644 --- a/src/livecodes/i18n/locales/pt/translation.ts +++ b/src/livecodes/i18n/locales/pt/translation.ts @@ -250,7 +250,8 @@ const translation: I18nTranslation = { background: 'Antecedentes', borderRadius: 'Raio da Borda', code: 'Código', - copy: 'Copiar', + copyCode: 'Copiar Código', + copyImage: 'Copiar imagem', default: 'Padrão', direction: 'Direção', fileName: 'Nome do Arquivo', @@ -295,12 +296,14 @@ const translation: I18nTranslation = { copy: { copied: 'Código copiado para a área de transferência', copiedAsDataURL: 'Código copiado como URL de dados', + copiedImage: 'Imagem copiada para a área de transferência.', hint: 'Copiado!', title: 'Copiar', }, error: { couldNotLoadTemplate: 'Não foi possível carregar o modelo: {{template}}', failedToCopyCode: 'Não foi possível copiar o código', + failedToCopyImage: 'Falha ao copiar a imagem', failedToLoadTemplate: 'Falha no carregamento do modelo', failedToLoadTemplates: 'Falha no carregamento dos modelos iniciais', failedToParseSettings: 'Falha na análise das configurações como JSON', diff --git a/src/livecodes/i18n/locales/ru/translation.lokalise.json b/src/livecodes/i18n/locales/ru/translation.lokalise.json index 9f4fd33ac..2d33d12ff 100644 --- a/src/livecodes/i18n/locales/ru/translation.lokalise.json +++ b/src/livecodes/i18n/locales/ru/translation.lokalise.json @@ -399,8 +399,11 @@ "codeToImage.code": { "translation": "Код" }, - "codeToImage.copy": { - "translation": "Копировать" + "codeToImage.copyCode": { + "translation": "Копировать код" + }, + "codeToImage.copyImage": { + "translation": "Копирование изображения" }, "codeToImage.default": { "translation": "По умолчанию" @@ -501,6 +504,9 @@ "core.copy.copiedAsDataURL": { "translation": "Код скопирован как URL данных" }, + "core.copy.copiedImage": { + "translation": "Изображение копируется в буфер обмена." + }, "core.copy.hint": { "translation": "Скопировано!" }, @@ -513,6 +519,9 @@ "core.error.failedToCopyCode": { "translation": "Не удалось скопировать код" }, + "core.error.failedToCopyImage": { + "translation": "Не удалось скопировать изображение" + }, "core.error.failedToLoadTemplate": { "translation": "Не удалось загрузить шаблон" }, diff --git a/src/livecodes/i18n/locales/ru/translation.ts b/src/livecodes/i18n/locales/ru/translation.ts index 1b8dc808e..0fc8eb585 100644 --- a/src/livecodes/i18n/locales/ru/translation.ts +++ b/src/livecodes/i18n/locales/ru/translation.ts @@ -250,7 +250,8 @@ const translation: I18nTranslation = { background: 'Фон', borderRadius: 'Радиус границы', code: 'Код', - copy: 'Копировать', + copyCode: 'Копировать код', + copyImage: 'Копирование изображения', default: 'По умолчанию', direction: 'Направление', fileName: 'Имя файла', @@ -295,12 +296,14 @@ const translation: I18nTranslation = { copy: { copied: 'Код скопирован в буфер обмена', copiedAsDataURL: 'Код скопирован как URL данных', + copiedImage: 'Изображение копируется в буфер обмена.', hint: 'Скопировано!', title: 'Копировать', }, error: { couldNotLoadTemplate: 'Не удалось загрузить шаблон: {{template}}', failedToCopyCode: 'Не удалось скопировать код', + failedToCopyImage: 'Не удалось скопировать изображение', failedToLoadTemplate: 'Не удалось загрузить шаблон', failedToLoadTemplates: 'Не удалось загрузить стартовые шаблоны', failedToParseSettings: 'Не удалось разобрать настройки как JSON', diff --git a/src/livecodes/i18n/locales/ur/translation.lokalise.json b/src/livecodes/i18n/locales/ur/translation.lokalise.json index a1b565c1f..4860d9a71 100644 --- a/src/livecodes/i18n/locales/ur/translation.lokalise.json +++ b/src/livecodes/i18n/locales/ur/translation.lokalise.json @@ -399,8 +399,11 @@ "codeToImage.code": { "translation": "کوڈ" }, - "codeToImage.copy": { - "translation": "کاپی کریں" + "codeToImage.copyCode": { + "translation": "کوڈ کاپی کریں" + }, + "codeToImage.copyImage": { + "translation": "تصویر کاپی کریں۔" }, "codeToImage.default": { "translation": "ڈیفالٹ" @@ -501,6 +504,9 @@ "core.copy.copiedAsDataURL": { "translation": "کوڈ ڈیٹا یو آر ایل کے طور پر کاپی کیا گیا" }, + "core.copy.copiedImage": { + "translation": "تصویر کلپ بورڈ پر کاپی ہو گئی۔" + }, "core.copy.hint": { "translation": "کاپی ہو گیا!" }, @@ -513,6 +519,9 @@ "core.error.failedToCopyCode": { "translation": "کوڈ کاپی کرنے میں ناکام" }, + "core.error.failedToCopyImage": { + "translation": "تصویر کاپی کرنے میں ناکام" + }, "core.error.failedToLoadTemplate": { "translation": "ٹیمپلیٹ لوڈ کرنے میں ناکام" }, diff --git a/src/livecodes/i18n/locales/ur/translation.ts b/src/livecodes/i18n/locales/ur/translation.ts index 775281e15..5d96adf9a 100644 --- a/src/livecodes/i18n/locales/ur/translation.ts +++ b/src/livecodes/i18n/locales/ur/translation.ts @@ -250,7 +250,8 @@ const translation: I18nTranslation = { background: 'پس منظر', borderRadius: 'سرحدی رداس', code: 'کوڈ', - copy: 'کاپی کریں', + copyCode: 'کوڈ کاپی کریں', + copyImage: 'تصویر کاپی کریں۔', default: 'ڈیفالٹ', direction: 'سمت', fileName: 'فائل کا نام', @@ -295,12 +296,14 @@ const translation: I18nTranslation = { copy: { copied: 'کوڈ کلپ بورڈ پر کاپی کر دیا گیا', copiedAsDataURL: 'کوڈ ڈیٹا یو آر ایل کے طور پر کاپی کیا گیا', + copiedImage: 'تصویر کلپ بورڈ پر کاپی ہو گئی۔', hint: 'کاپی ہو گیا!', title: 'کاپی کریں', }, error: { couldNotLoadTemplate: 'ٹیمپلیٹ لوڈ نہیں ہو سکا: {{template}}', failedToCopyCode: 'کوڈ کاپی کرنے میں ناکام', + failedToCopyImage: 'تصویر کاپی کرنے میں ناکام', failedToLoadTemplate: 'ٹیمپلیٹ لوڈ کرنے میں ناکام', failedToLoadTemplates: 'شروعاتی ٹیمپلیٹس لوڈ کرنے میں ناکام', failedToParseSettings: 'ترتیبات کو JSON کے طور پر پارس کرنے میں ناکام', diff --git a/src/livecodes/i18n/locales/zh-CN/translation.lokalise.json b/src/livecodes/i18n/locales/zh-CN/translation.lokalise.json index 095897d0a..2d44084a2 100644 --- a/src/livecodes/i18n/locales/zh-CN/translation.lokalise.json +++ b/src/livecodes/i18n/locales/zh-CN/translation.lokalise.json @@ -399,8 +399,11 @@ "codeToImage.code": { "translation": "代码" }, - "codeToImage.copy": { - "translation": "复制" + "codeToImage.copyCode": { + "translation": "复制代码" + }, + "codeToImage.copyImage": { + "translation": "复制图像" }, "codeToImage.default": { "translation": "默认" @@ -501,6 +504,9 @@ "core.copy.copiedAsDataURL": { "translation": "将代码复制为 Data URL" }, + "core.copy.copiedImage": { + "translation": "图像复制到剪贴板。" + }, "core.copy.hint": { "translation": "已复制!" }, @@ -513,6 +519,9 @@ "core.error.failedToCopyCode": { "translation": "复制代码失败" }, + "core.error.failedToCopyImage": { + "translation": "复制图像失败" + }, "core.error.failedToLoadTemplate": { "translation": "加载模板失败" }, diff --git a/src/livecodes/i18n/locales/zh-CN/translation.ts b/src/livecodes/i18n/locales/zh-CN/translation.ts index 458e1be7b..6e0b89366 100644 --- a/src/livecodes/i18n/locales/zh-CN/translation.ts +++ b/src/livecodes/i18n/locales/zh-CN/translation.ts @@ -249,7 +249,8 @@ const translation: I18nTranslation = { background: '背景色', borderRadius: '边框半径', code: '代码', - copy: '复制', + copyCode: '复制代码', + copyImage: '复制图像', default: '默认', direction: '方向', fileName: '文件名', @@ -294,12 +295,14 @@ const translation: I18nTranslation = { copy: { copied: '代码已复制到剪贴板', copiedAsDataURL: '将代码复制为 Data URL', + copiedImage: '图像复制到剪贴板。', hint: '已复制!', title: '复制', }, error: { couldNotLoadTemplate: '无法加载模板:{{template}}', failedToCopyCode: '复制代码失败', + failedToCopyImage: '复制图像失败', failedToLoadTemplate: '加载模板失败', failedToLoadTemplates: '加载启动模板失败', failedToParseSettings: '无法将设置解析为 JSON',