Import l10n. (#28218)

This commit is contained in:
mozilla-l10n-automation-bot 2022-12-16 01:38:05 +01:00 committed by GitHub
parent 499385fb9c
commit 4a0c1e5a8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 64 additions and 21 deletions

View File

@ -71,10 +71,12 @@
<!-- Private mode shortcut "contextual feature recommendation" (CFR) -->
<!-- Text for the main message -->
<string name="cfr_message">Προσθέστε συντόμευση για άνοιγμα ιδιωτικών καρτελών από την αρχική οθόνη.</string>
<string moz:removedIn="109" name="cfr_message" tools:ignore="UnusedResources">Προσθέστε συντόμευση για άνοιγμα ιδιωτικών καρτελών από την αρχική οθόνη.</string>
<!-- Text for the positive button -->
<string name="cfr_pos_button_text">Προσθήκη συντόμευσης</string>
<!-- Text for the negative button -->
<string moz:removedIn="109" name="cfr_pos_button_text" tools:ignore="UnusedResources">Προσθήκη συντόμευσης</string>
<!-- Text for the positive button to accept adding a Private Browsing shortcut to the Home screen -->
<string name="private_mode_cfr_pos_button_text">Προσθήκη στην αρχική οθόνη</string>
<!-- Text for the negative button to decline adding a Private Browsing shortcut to the Home screen -->
<string name="cfr_neg_button_text">Όχι, ευχαριστώ</string>
<!-- Open in App "contextual feature recommendation" (CFR) -->
@ -348,6 +350,11 @@
<!-- Summary for the preference for rejecting all cookies whenever possible. -->
<string name="reduce_cookie_banner_summary">Το Firefox προσπαθεί αυτόματα να απορρίψει τα αιτήματα cookie σε μπάνερ cookie. Εάν δεν διατίθεται επιλογή απόρριψης, το Firefox μπορεί να αποδεχτεί όλα τα cookies για να απορρίψει το μπάνερ.</string>
<!-- Title text for a detail explanation indicating cookie banner handling is on this site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is a shortened URL of the current site-->
<string name="reduce_cookie_banner_details_panel_title_on_for_site">Ενεργοποίηση μείωσης banner cookie για το %1$s;</string>
<!-- Title text for a detail explanation indicating cookie banner handling is off this site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is a shortened URL of the current site-->
<string name="reduce_cookie_banner_details_panel_title_off_for_site">Απενεργοποίηση μείωσης banner cookie για το %1$s;</string>
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Προσπαθεί αυτόματα να συνδεθεί σε ιστοτόπους με το πρωτόκολλο κρυπτογράφησης HTTPS για αυξημένη ασφάλεια.</string>
<!-- Summary of tracking protection preference if tracking protection is set to on -->
@ -1078,8 +1085,6 @@
<string name="share_copy_link_to_clipboard">Αντιγραφή στο πρόχειρο</string>
<!-- Toast shown after copying link to clipboard -->
<string name="toast_copy_link_to_clipboard">Αντιγράφηκε στο πρόχειρο</string>
<!-- An option from the three dot menu to into sync -->
<string moz:removedIn="107" name="sync_menu_sign_in" tools:ignore="UnusedResources">Σύνδεση για συγχρονισμό</string>
<!-- An option from the share dialog to sign into sync -->
<string name="sync_sign_in">Σύνδεση στο Sync</string>
<!-- An option from the three dot menu to sync and save data -->

View File

@ -63,10 +63,14 @@
<!-- Private mode shortcut "contextual feature recommendation" (CFR) -->
<!-- Text for the main message -->
<string name="cfr_message">Agregar un acceso directo para abrir pestañas privadas desde su pantalla de inicio.</string>
<string moz:removedIn="109" name="cfr_message" tools:ignore="UnusedResources">Agregar un acceso directo para abrir pestañas privadas desde su pantalla de inicio.</string>
<!-- Text for the Private mode shortcut CFR message for adding a private mode shortcut to open private tabs from the Home screen -->
<string name="private_mode_cfr_message">Inicia la siguiente pestaña privada con un toque.</string>
<!-- Text for the positive button -->
<string name="cfr_pos_button_text">Agregar acceso directo</string>
<!-- Text for the negative button -->
<string moz:removedIn="109" name="cfr_pos_button_text" tools:ignore="UnusedResources">Agregar acceso directo</string>
<!-- Text for the positive button to accept adding a Private Browsing shortcut to the Home screen -->
<string name="private_mode_cfr_pos_button_text">Agregar a la pantalla de inicio</string>
<!-- Text for the negative button to decline adding a Private Browsing shortcut to the Home screen -->
<string name="cfr_neg_button_text">No, gracias</string>
<!-- Open in App "contextual feature recommendation" (CFR) -->
@ -342,6 +346,15 @@
<!-- Summary for the preference for rejecting all cookies whenever possible. -->
<string name="reduce_cookie_banner_summary">Firefox intenta rechazar automáticamente las solicitudes de cookies en los banners de cookies. Si una opción de rechazo no está disponible, Firefox puede aceptar todas las cookies para descartar el banner.</string>
<!-- Text for indicating cookie banner handling is off this site, this is shown as part of the protections panel with the tracking protection toggle -->
<string name="reduce_cookie_banner_off_for_site">Desactivar para este sitio</string>
<!-- Text for indicating cookie banner handling is on this site, this is shown as part of the protections panel with the tracking protection toggle -->
<string name="reduce_cookie_banner_on_for_site">Activar para este sitio</string>
<!-- Title text for a detail explanation indicating cookie banner handling is on this site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is a shortened URL of the current site-->
<string name="reduce_cookie_banner_details_panel_title_on_for_site">¿Activar la reducción de banner de cookies para %1$s?</string>
<!-- Title text for a detail explanation indicating cookie banner handling is off this site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is a shortened URL of the current site-->
<string name="reduce_cookie_banner_details_panel_title_off_for_site">¿Desactivar la reducción de banner de cookies para %1$s?</string>
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Intentar conectarse automáticamente a sitios que utilizan el protocolo de encriptación HTTPS para mayor seguridad.</string>
<!-- Summary of tracking protection preference if tracking protection is set to on -->
@ -1069,8 +1082,6 @@
<string name="share_copy_link_to_clipboard">Copiar al portapapeles</string>
<!-- Toast shown after copying link to clipboard -->
<string name="toast_copy_link_to_clipboard">Copiado al portapapeles</string>
<!-- An option from the three dot menu to into sync -->
<string moz:removedIn="107" name="sync_menu_sign_in" tools:ignore="UnusedResources">Iniciar sesión para sincronizar</string>
<!-- An option from the share dialog to sign into sync -->
<string name="sync_sign_in">Iniciar sesión en Sync</string>
<!-- An option from the three dot menu to sync and save data -->

View File

@ -354,6 +354,12 @@
<string name="reduce_cookie_banner_off_for_site">Disactivar pro iste sito</string>
<!-- Text for indicating cookie banner handling is on this site, this is shown as part of the protections panel with the tracking protection toggle -->
<string name="reduce_cookie_banner_on_for_site">Activar pro iste sito</string>
<!-- Title text for a detail explanation indicating cookie banner handling is on this site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is a shortened URL of the current site-->
<string name="reduce_cookie_banner_details_panel_title_on_for_site">Activar le reduction de banner pro cookie pro %1$s?</string>
<!-- Title text for a detail explanation indicating cookie banner handling is off this site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is a shortened URL of the current site-->
<string name="reduce_cookie_banner_details_panel_title_off_for_site">Disactivar le reduction de banner pro cookie pro %1$s?</string>
<!-- Long text for a detail explanation indicating what will happen if cookie banner handling is off for a site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is the application name -->
<string name="reduce_cookie_banner_details_panel_description_off_for_site">%1$s clarara le cookies de iste sito e actualisara le pagina. Clarar tote le cookies pote clauder tu connexion o vacuar tu carrettos de compras.</string>
<!-- Long text for a detail explanation indicating what will happen if cookie banner handling is on for a site, this is shown as part of the cookie banner panel in the toolbar. The first and second parameter are the application name -->
<string name="reduce_cookie_banner_details_panel_description_on_for_site">%1$s pote probar automaticamente a rejectar requestas de cookies. Si un option pro rejectar non es disponibile, %2$s pote acceptar tote le cookies pro dimitter le banner.</string>

View File

@ -65,10 +65,14 @@
<!-- Private mode shortcut "contextual feature recommendation" (CFR) -->
<!-- Text for the main message -->
<string name="cfr_message">Adicione um atalho na tela inicial para abrir abas privativas.</string>
<string moz:removedIn="109" name="cfr_message" tools:ignore="UnusedResources">Adicione um atalho na tela inicial do dispositivo para abrir abas privativas.</string>
<!-- Text for the Private mode shortcut CFR message for adding a private mode shortcut to open private tabs from the Home screen -->
<string name="private_mode_cfr_message">Aba a próxima aba privativa com apenas um toque.</string>
<!-- Text for the positive button -->
<string name="cfr_pos_button_text">Adicionar atalho</string>
<!-- Text for the negative button -->
<string moz:removedIn="109" name="cfr_pos_button_text" tools:ignore="UnusedResources">Adicionar atalho</string>
<!-- Text for the positive button to accept adding a Private Browsing shortcut to the Home screen -->
<string name="private_mode_cfr_pos_button_text">Adicionar à tela inicial do dispositivo</string>
<!-- Text for the negative button to decline adding a Private Browsing shortcut to the Home screen -->
<string name="cfr_neg_button_text">Não, obrigado</string>
<!-- Open in App "contextual feature recommendation" (CFR) -->
@ -343,6 +347,20 @@
<!-- Summary for the preference for rejecting all cookies whenever possible. -->
<string name="reduce_cookie_banner_summary">O Firefox tenta rejeitar automaticamente solicitações de cookies em avisos de cookies. Se não estiver disponível uma opção de rejeição, o Firefox pode aceitar todos os cookies para descartar o aviso.</string>
<!-- Text for indicating cookie banner handling is off this site, this is shown as part of the protections panel with the tracking protection toggle -->
<string name="reduce_cookie_banner_off_for_site">Desativado neste site</string>
<!-- Text for indicating cookie banner handling is on this site, this is shown as part of the protections panel with the tracking protection toggle -->
<string name="reduce_cookie_banner_on_for_site">Ativado neste site</string>
<!-- Title text for a detail explanation indicating cookie banner handling is on this site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is a shortened URL of the current site-->
<string name="reduce_cookie_banner_details_panel_title_on_for_site">Ativar redução de avisos de cookies em %1$s?</string>
<!-- Title text for a detail explanation indicating cookie banner handling is off this site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is a shortened URL of the current site-->
<string name="reduce_cookie_banner_details_panel_title_off_for_site">Desativar redução de avisos de cookies em %1$s?</string>
<!-- Long text for a detail explanation indicating what will happen if cookie banner handling is off for a site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is the application name -->
<string name="reduce_cookie_banner_details_panel_description_off_for_site">O %1$s irá limpar os cookies deste site e atualizar a página. Limpar todos os cookies pode encerrar a sessão de acesso no site ou esvaziar carrinhos de compras.</string>
<!-- Long text for a detail explanation indicating what will happen if cookie banner handling is on for a site, this is shown as part of the cookie banner panel in the toolbar. The first and second parameter are the application name -->
<string name="reduce_cookie_banner_details_panel_description_on_for_site">O %1$s pode tentar rejeitar solicitações de cookies automaticamente. Se não estiver disponível uma opção de rejeição, o %2$s pode aceitar todos os cookies para descartar o aviso.</string>
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Tentar se conectar com sites usando automaticamente o protocolo de criptografia HTTPS para maior segurança.</string>
<!-- Summary of tracking protection preference if tracking protection is set to on -->
@ -1071,8 +1089,6 @@
<string name="share_copy_link_to_clipboard">Copiar para área de transferência</string>
<!-- Toast shown after copying link to clipboard -->
<string name="toast_copy_link_to_clipboard">Copiado para área de transferência</string>
<!-- An option from the three dot menu to into sync -->
<string moz:removedIn="107" name="sync_menu_sign_in" tools:ignore="UnusedResources">Entrar para sincronizar</string>
<!-- An option from the share dialog to sign into sync -->
<string name="sync_sign_in">Entrar no Sync</string>
<!-- An option from the three dot menu to sync and save data -->
@ -1468,7 +1484,7 @@
<string name="browser_toolbar_url_copied_to_clipboard_snackbar">URL copiada para área de transferência</string>
<!-- Title text for the Add To Homescreen dialog -->
<string name="add_to_homescreen_title">Adicionar à tela inicial</string>
<string name="add_to_homescreen_title">Adicionar à tela inicial do dispositivo</string>
<!-- Cancel button text for the Add to Homescreen dialog -->
<string name="add_to_homescreen_cancel">Cancelar</string>
<!-- Add button text for the Add to Homescreen dialog -->

View File

@ -63,10 +63,12 @@
<!-- Private mode shortcut "contextual feature recommendation" (CFR) -->
<!-- Text for the main message -->
<string name="cfr_message">เพิ่มทางลัดเพื่อเปิดแท็บส่วนตัวจากหน้าจอหลักของคุณ</string>
<string moz:removedIn="109" name="cfr_message" tools:ignore="UnusedResources">เพิ่มทางลัดเพื่อเปิดแท็บส่วนตัวจากหน้าจอหลักของคุณ</string>
<!-- Text for the positive button -->
<string name="cfr_pos_button_text">เพิ่มทางลัด</string>
<!-- Text for the negative button -->
<string moz:removedIn="109" name="cfr_pos_button_text" tools:ignore="UnusedResources">เพิ่มทางลัด</string>
<!-- Text for the positive button to accept adding a Private Browsing shortcut to the Home screen -->
<string name="private_mode_cfr_pos_button_text">เพิ่มไปยังหน้าจอหลัก</string>
<!-- Text for the negative button to decline adding a Private Browsing shortcut to the Home screen -->
<string name="cfr_neg_button_text">ไม่ ขอบคุณ</string>
<!-- Open in App "contextual feature recommendation" (CFR) -->
@ -341,6 +343,11 @@
<!-- Summary for the preference for rejecting all cookies whenever possible. -->
<string name="reduce_cookie_banner_summary">Firefox จะพยายามปฏิเสธคำขอคุกกี้บนแบนเนอร์คุกกี้โดยอัตโนมัติ หากไม่มีตัวเลือกปฏิเสธ Firefox อาจยอมรับคุกกี้ทั้งหมดเพื่อปิดแบนเนอร์</string>
<!-- Text for indicating cookie banner handling is off this site, this is shown as part of the protections panel with the tracking protection toggle -->
<string name="reduce_cookie_banner_off_for_site">ปิดสำหรับไซต์นี้</string>
<!-- Text for indicating cookie banner handling is on this site, this is shown as part of the protections panel with the tracking protection toggle -->
<string name="reduce_cookie_banner_on_for_site">เปิดสำหรับไซต์นี้</string>
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">พยายามเชื่อมต่อกับเว็บไซต์โดยใช้โปรโตคอลการเข้ารหัส HTTPS โดยอัตโนมัติเพื่อเพิ่มความปลอดภัย</string>
<!-- Summary of tracking protection preference if tracking protection is set to on -->
@ -1068,8 +1075,6 @@
<string name="share_copy_link_to_clipboard">คัดลอกไปยังคลิปบอร์ด</string>
<!-- Toast shown after copying link to clipboard -->
<string name="toast_copy_link_to_clipboard">คัดลอกไปยังคลิปบอร์ดแล้ว</string>
<!-- An option from the three dot menu to into sync -->
<string moz:removedIn="107" name="sync_menu_sign_in" tools:ignore="UnusedResources">ลงชื่อเข้าใช้เพื่อซิงค์</string>
<!-- An option from the share dialog to sign into sync -->
<string name="sync_sign_in">ลงชื่อเข้าไปยัง Sync</string>
<!-- An option from the three dot menu to sync and save data -->