From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- l10n-tr/toolkit/toolkit/global/datetimebox.ftl | 42 ++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 l10n-tr/toolkit/toolkit/global/datetimebox.ftl (limited to 'l10n-tr/toolkit/toolkit/global/datetimebox.ftl') diff --git a/l10n-tr/toolkit/toolkit/global/datetimebox.ftl b/l10n-tr/toolkit/toolkit/global/datetimebox.ftl new file mode 100644 index 0000000000..480d2d833a --- /dev/null +++ b/l10n-tr/toolkit/toolkit/global/datetimebox.ftl @@ -0,0 +1,42 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +## Placeholders for date and time inputs + +datetime-year-placeholder = yyyy +datetime-month-placeholder = aa +datetime-day-placeholder = gg +datetime-time-placeholder = -- + +## Field labels for input type=date + +datetime-year = + .aria-label = Yıl +datetime-month = + .aria-label = Ay +datetime-day = + .aria-label = Gün + +## Field labels for input type=time + +datetime-hour = + .aria-label = Saat +datetime-minute = + .aria-label = Dakika +datetime-second = + .aria-label = Saniye +datetime-millisecond = + .aria-label = Milisaniye +datetime-dayperiod = + .aria-label = ÖÖ/ÖS + +## Calendar button for input type=date + + +# This label is used by screenreaders and other assistive technology +# to indicate the purpose of a toggle button inside of the +# field that opens/closes a date picker calendar dialog + +datetime-calendar = + .aria-label = Takvim -- cgit v1.2.3