diff --git a/src/i18n/locales/es/settings.json b/src/i18n/locales/es/settings.json index 1393bf05..ab686b30 100644 --- a/src/i18n/locales/es/settings.json +++ b/src/i18n/locales/es/settings.json @@ -92,6 +92,12 @@ "radius": "Radio", "roundness": "Redondez", "padding": "Relleno", + "paddingLinked": "Vinculado (uniforme)", + "paddingUnlinked": "No vinculado (asimétrico)", + "paddingTop": "Superior", + "paddingBottom": "Inferior", + "paddingLeft": "Izquierdo", + "paddingRight": "Derecho", "removeBackground": "Quitar fondo" }, "sections": { diff --git a/src/i18n/locales/fr/settings.json b/src/i18n/locales/fr/settings.json index a1a12134..c4748e3d 100644 --- a/src/i18n/locales/fr/settings.json +++ b/src/i18n/locales/fr/settings.json @@ -92,6 +92,12 @@ "radius": "Rayon", "roundness": "Arrondi", "padding": "Marge intérieure", + "paddingLinked": "Lié (uniforme)", + "paddingUnlinked": "Dissocié (asymétrique)", + "paddingTop": "Haut", + "paddingBottom": "Bas", + "paddingLeft": "Gauche", + "paddingRight": "Droite", "removeBackground": "Supprimer l’arrière-plan" }, "sections": { diff --git a/src/i18n/locales/ko/settings.json b/src/i18n/locales/ko/settings.json index b0657d96..62f6f8fd 100644 --- a/src/i18n/locales/ko/settings.json +++ b/src/i18n/locales/ko/settings.json @@ -92,6 +92,12 @@ "radius": "반경", "roundness": "둥글기", "padding": "여백", + "paddingLinked": "연결됨 (균일)", + "paddingUnlinked": "연결 안 됨 (비대칭)", + "paddingTop": "위", + "paddingBottom": "아래", + "paddingLeft": "왼쪽", + "paddingRight": "오른쪽", "removeBackground": "배경 제거" }, "sections": { diff --git a/src/i18n/locales/nl/settings.json b/src/i18n/locales/nl/settings.json index 9ce12a97..2aaa43e9 100644 --- a/src/i18n/locales/nl/settings.json +++ b/src/i18n/locales/nl/settings.json @@ -92,6 +92,12 @@ "radius": "Straal", "roundness": "Afronding", "padding": "Opvulling", + "paddingLinked": "Gekoppeld (uniform)", + "paddingUnlinked": "Ontkoppeld (asymmetrisch)", + "paddingTop": "Boven", + "paddingBottom": "Onder", + "paddingLeft": "Links", + "paddingRight": "Rechts", "removeBackground": "Achtergrond verwijderen" }, "sections": { diff --git a/src/i18n/locales/pt-BR/editor.json b/src/i18n/locales/pt-BR/editor.json index fff93fe9..175bf674 100644 --- a/src/i18n/locales/pt-BR/editor.json +++ b/src/i18n/locales/pt-BR/editor.json @@ -122,6 +122,9 @@ "complete": "Exportação concluída", "savedSuccessfully": "Seu arquivo foi salvo com sucesso." }, + "export": { + "processingAudioEdits": "Processando áudio com edições de velocidade/sobreposição" + }, "toolbar": { "addLayer": "Adicionar camada", "splitClip": "Dividir clipe (C)" diff --git a/src/i18n/locales/pt-BR/settings.json b/src/i18n/locales/pt-BR/settings.json index dbc21b19..86e969d5 100644 --- a/src/i18n/locales/pt-BR/settings.json +++ b/src/i18n/locales/pt-BR/settings.json @@ -29,10 +29,11 @@ "loopCursor": "Loop do cursor", "cursorStyle": "Estilo do cursor", "cursorStyleOptions": { + "macos": "macOS", "tahoe": "Tahoe", + "tahoe-inverted": "Tahoe invertido", "dot": "Dot", "figma": "Minimal", - "mono": "Inverted", "lavender": "Lavender", "parched": "Parched", "chooper": "Chooper", @@ -91,6 +92,12 @@ "radius": "Raio", "roundness": "Arredondamento", "padding": "Espaçamento", + "paddingLinked": "Vinculado (uniforme)", + "paddingUnlinked": "Não vinculado (assimétrico)", + "paddingTop": "Superior", + "paddingBottom": "Inferior", + "paddingLeft": "Esquerdo", + "paddingRight": "Direito", "removeBackground": "Remover fundo" }, "sections": { diff --git a/src/i18n/locales/zh-CN/settings.json b/src/i18n/locales/zh-CN/settings.json index f52d86f5..dae55a79 100644 --- a/src/i18n/locales/zh-CN/settings.json +++ b/src/i18n/locales/zh-CN/settings.json @@ -92,6 +92,12 @@ "radius": "圆角半径", "roundness": "圆角", "padding": "内边距", + "paddingLinked": "联动(统一)", + "paddingUnlinked": "独立(非对称)", + "paddingTop": "上", + "paddingBottom": "下", + "paddingLeft": "左", + "paddingRight": "右", "removeBackground": "移除背景" }, "sections": {