mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
[fenix] Import l10n.
This commit is contained in:
parent
6569002f02
commit
a0bb1ae5d3
@ -5,6 +5,7 @@
|
||||
<string name="app_name_private_5">%s Privat</string>
|
||||
<!-- App name for private browsing mode. The first parameter is the name of the app defined in app_name (for example: Fenix)-->
|
||||
<string name="app_name_private_4">%s (Privat)</string>
|
||||
|
||||
<!-- Home Fragment -->
|
||||
<!-- Content description (not visible, for screen readers etc.): "Three dot" menu button. -->
|
||||
<string name="content_description_menu">Opsi lainnya</string>
|
||||
@ -50,6 +51,16 @@
|
||||
<!-- Content description on checkmark while tab is selected in multiselect mode in tab tray -->
|
||||
<string name="tab_tray_multiselect_selected_content_description">Terpilih</string>
|
||||
|
||||
<!-- Home - Recently saved bookmarks -->
|
||||
<!-- Title for the home screen section with recently saved bookmarks. -->
|
||||
<string name="recently_saved_bookmarks">Baru saja disimpan</string>
|
||||
<!-- Content description for the recently saved bookmarks section on the home screen. -->
|
||||
<string name="recently_saved_bookmarks_content_description">Markah yang baru saja disimpan</string>
|
||||
<!-- Title for the button which navigates the user to show all of their saved bookmarks. -->
|
||||
<string name="recently_saved_show_all">Tampilkan semua</string>
|
||||
<!-- Content description for the button which navigates the user to show all of their saved bookmarks. -->
|
||||
<string name="recently_saved_show_all_content_description">Tampilkan tombol semua markah tersimpan</string>
|
||||
|
||||
<!-- About content. The first parameter is the name of the application. (For example: Fenix) -->
|
||||
<string name="about_content">%1$s diproduksi oleh Mozilla.</string>
|
||||
|
||||
@ -104,6 +115,12 @@
|
||||
<!-- Heading for the Top Sites block -->
|
||||
<string name="home_screen_top_sites_heading">Situs teratas</string>
|
||||
|
||||
<!-- Recent Tabs -->
|
||||
<!-- Header text for jumping back into the recent tab in the home screen -->
|
||||
<string name="recent_tabs_header">Lompat Kembali</string>
|
||||
<!-- Button text for showing all the tabs in the tabs tray -->
|
||||
<string name="recent_tabs_show_all">Tampilkan semua</string>
|
||||
|
||||
<!-- Browser Fragment -->
|
||||
<!-- Content description (not visible, for screen readers etc.): Navigate to open tabs -->
|
||||
<string name="browser_tabs_button">Buka Tab</string>
|
||||
@ -1591,9 +1608,9 @@
|
||||
<string name="credit_cards_card_number">Nomor Kartu</string>
|
||||
<!-- The header for the expiration date of a credit card -->
|
||||
<string name="credit_cards_expiration_date">Tanggal Kedaluwarsa</string>
|
||||
<!-- The label for the expiration date month of a credit card -->
|
||||
<!-- The label for the expiration date month of a credit card to be used by a11y services-->
|
||||
<string name="credit_cards_expiration_date_month">Bulan Tanggal Kedaluwarsa</string>
|
||||
<!-- The label for the expiration date year of a credit card -->
|
||||
<!-- The label for the expiration date year of a credit card to be used by a11y services-->
|
||||
<string name="credit_cards_expiration_date_year">Tanggal Tahun Kedaluwarsa</string>
|
||||
<!-- The header for the name on the credit card -->
|
||||
<string name="credit_cards_name_on_card">Nama pada Kartu</string>
|
||||
|
@ -51,9 +51,14 @@
|
||||
<!-- Home - Recently saved bookmarks -->
|
||||
<!-- Title for the home screen section with recently saved bookmarks. -->
|
||||
<string name="recently_saved_bookmarks">บันทึกไว้ล่าสุด</string>
|
||||
<!-- Content description for the recently saved bookmarks section on the home screen. -->
|
||||
<string name="recently_saved_bookmarks_content_description">ที่คั่นหน้าที่บันทึกไว้ล่าสุด</string>
|
||||
<!-- Title for the button which navigates the user to show all of their saved bookmarks. -->
|
||||
<string name="recently_saved_show_all">แสดงหมด</string>
|
||||
|
||||
<!-- Content description for the button which navigates the user to show all of their saved bookmarks. -->
|
||||
<string name="recently_saved_show_all_content_description">แสดงปุ่มที่คั่นหน้าทั้งหมดที่บันทึกไว้</string>
|
||||
|
||||
<!-- About content. The first parameter is the name of the application. (For example: Fenix) -->
|
||||
<string name="about_content">%1$s ผลิตขึ้นโดย Mozilla</string>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user