shift-shell/po/ca/plasma_org.kde.plasma.mobileinitialstart.po

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

271 lines
6.7 KiB
Text
Raw Normal View History

2023-04-03 02:30:11 +00:00
# Translation of plasma_org.kde.plasma.mobileinitialstart.po to Catalan
# Copyright (C) 2023 This_file_is_part_of_KDE
# This file is distributed under the license LGPL version 2.1 or
# version 3 or later versions approved by the membership of KDE e.V.
#
# Josep M. Ferrer <txemaq@gmail.com>, 2023.
msgid ""
msgstr ""
"Project-Id-Version: plasma-mobile\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
2023-09-22 02:16:57 +00:00
"POT-Creation-Date: 2023-09-22 01:46+0000\n"
2023-04-03 02:30:11 +00:00
"PO-Revision-Date: 2023-04-02 10:45+0200\n"
"Last-Translator: Josep M. Ferrer <txemaq@gmail.com>\n"
"Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 20.12.0\n"
#, kde-format
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr "Josep M. Ferrer"
#, kde-format
msgctxt "EMAIL OF TRANSLATORS"
msgid "Your emails"
msgstr "txemaq@gmail.com"
#: main.cpp:21
#, kde-format
msgid "Opens the initial start wizard without modifying configuration"
msgstr ""
"Obre l'assistent de començament inicial sense modificar la configuració"
#: main.cpp:52
#, kde-format
msgid "© 2023 KDE Community"
msgstr "© 2023 KDE Community"
#: main.cpp:53
#, kde-format
msgid "Devin Lin"
msgstr "Devin Lin"
#: modules/cellular/package/contents/ui/EditProfileDialog.qml:14
#, kde-format
msgid "Edit APN"
msgstr "Edita l'APN"
#: modules/cellular/package/contents/ui/EditProfileDialog.qml:38
#, kde-format
msgid "Name"
msgstr "Nom"
#: modules/cellular/package/contents/ui/EditProfileDialog.qml:43
#, kde-format
msgid "APN"
msgstr "APN"
#: modules/cellular/package/contents/ui/EditProfileDialog.qml:48
#, kde-format
msgid "Username"
msgstr "Nom d'usuari"
#: modules/cellular/package/contents/ui/EditProfileDialog.qml:53
#, kde-format
msgid "Password"
msgstr "Contrasenya"
#: modules/cellular/package/contents/ui/EditProfileDialog.qml:58
#, kde-format
msgid "Network type"
msgstr "Tipus de xarxa"
#: modules/cellular/package/contents/ui/EditProfileDialog.qml:59
#, kde-format
msgid "4G/3G/2G"
msgstr "4G/3G/2G"
#: modules/cellular/package/contents/ui/EditProfileDialog.qml:59
#, kde-format
msgid "3G/2G"
msgstr "3G/2G"
#: modules/cellular/package/contents/ui/EditProfileDialog.qml:59
#, kde-format
msgid "2G"
msgstr "2G"
#: modules/cellular/package/contents/ui/EditProfileDialog.qml:59
#, kde-format
msgid "Only 4G"
msgstr "Només 4G"
#: modules/cellular/package/contents/ui/EditProfileDialog.qml:59
#, kde-format
msgid "Only 3G"
msgstr "Només 3G"
#: modules/cellular/package/contents/ui/EditProfileDialog.qml:59
#, kde-format
msgid "Only 2G"
msgstr "Només 2G"
#: modules/cellular/package/contents/ui/EditProfileDialog.qml:59
#, kde-format
msgid "Any"
msgstr "Qualsevol"
#: modules/cellular/package/contents/ui/main.qml:14
#, kde-format
msgid "Cellular"
msgstr "Mòbil"
#: modules/cellular/package/contents/ui/main.qml:51
#: modules/cellular/package/contents/ui/main.qml:59
#, kde-format
msgid "Your device does not have a modem available."
msgstr "El dispositiu no té cap mòdem disponible."
#: modules/cellular/package/contents/ui/main.qml:53
#, kde-format
msgid ""
"Please configure your APN below for mobile data, further information will be "
"available with your carrier."
msgstr ""
"Configureu l'APN següent per a les dades mòbils, la informació addicional "
"estarà disponible en el vostre operador."
#: modules/cellular/package/contents/ui/main.qml:55
#, kde-format
msgid "You are connected to the mobile network."
msgstr "Esteu connectat/da a la xarxa mòbil."
#: modules/cellular/package/contents/ui/main.qml:57
#, kde-format
msgid "Please insert a SIM card into your device."
msgstr "Inseriu una targeta SIM en el vostre dispositiu."
2023-09-22 02:16:57 +00:00
#: modules/cellular/package/contents/ui/main.qml:71
2023-04-03 02:30:11 +00:00
#, kde-format
msgid "Mobile Data"
msgstr "Dades mòbils"
2023-09-22 02:16:57 +00:00
#: modules/cellular/package/contents/ui/main.qml:114
2023-04-03 02:30:11 +00:00
#, kde-format
msgid "Edit"
msgstr "Edita"
2023-09-22 02:16:57 +00:00
#: modules/cellular/package/contents/ui/main.qml:122
2023-04-03 02:30:11 +00:00
#, kde-format
msgid "Delete"
msgstr "Suprimeix"
2023-09-22 02:16:57 +00:00
#: modules/cellular/package/contents/ui/main.qml:131
2023-04-03 02:30:11 +00:00
#, kde-format
msgid "Add APN"
msgstr "Afegeix un APN"
#: modules/finished/contents/ui/main.qml:12
#, kde-format
msgid "Complete!"
msgstr "Finalitzat!"
#: modules/finished/contents/ui/main.qml:21
#, kde-format
msgid "Your device is now ready. <br /><br />Enjoy <b>Plasma 6.0</b>!"
msgstr ""
"El dispositiu ara està llest. <br /><br />Gaudiu del <b>Plasma 6.0</b>!"
2023-07-25 02:18:52 +00:00
#: modules/prepare/package/contents/ui/main.qml:15
2023-04-03 02:30:11 +00:00
#, kde-format
msgid "Before we get started…"
msgstr "Abans de començar…"
2023-07-25 02:18:52 +00:00
#: modules/prepare/package/contents/ui/main.qml:82
2023-04-03 02:30:11 +00:00
#, kde-format
msgid ""
"Adjust the screen brightness to be comfortable for the installation process."
msgstr ""
"Ajusteu la lluminositat de la pantalla per a que sigui confortable durant el "
"procés d'instal·lació."
2023-09-22 02:16:57 +00:00
#: modules/prepare/package/contents/ui/main.qml:128
2023-04-03 02:30:11 +00:00
#, kde-format
msgid "Adjust the size of elements on the screen."
msgstr "Ajusteu la mida dels elements a la pantalla."
2023-09-22 02:16:57 +00:00
#: modules/prepare/package/contents/ui/main.qml:138
2023-04-03 02:30:11 +00:00
#, kde-format
msgid "Display Scaling"
msgstr "Escalat de la pantalla"
2023-07-25 02:18:52 +00:00
#: modules/time/package/contents/ui/main.qml:14
2023-04-03 02:30:11 +00:00
#, kde-format
msgid "Time and Date"
msgstr "Hora i data"
2023-07-25 02:18:52 +00:00
#: modules/time/package/contents/ui/main.qml:36
2023-04-03 02:30:11 +00:00
#, kde-format
msgid "Select your time zone and preferred time format."
msgstr "Seleccioneu la zona horària i el format de l'hora."
2023-09-22 02:16:57 +00:00
#: modules/time/package/contents/ui/main.qml:47
2023-04-03 02:30:11 +00:00
#, kde-format
msgid "24-Hour Format"
msgstr "Format de 24 hores"
#: modules/wifi/package/contents/ui/ConnectDialog.qml:57
#, kde-format
msgid "Invalid input."
msgstr "Entrada no vàlida."
2023-07-25 02:18:52 +00:00
#: modules/wifi/package/contents/ui/ConnectionItemDelegate.qml:41
2023-04-03 02:30:11 +00:00
#, kde-format
msgid "Connect to"
msgstr "Connecta a"
2023-07-25 02:18:52 +00:00
#: modules/wifi/package/contents/ui/main.qml:16
2023-04-03 02:30:11 +00:00
#, kde-format
msgid "Network"
msgstr "Xarxa"
2023-07-25 02:18:52 +00:00
#: modules/wifi/package/contents/ui/main.qml:68
2023-04-03 02:30:11 +00:00
#, kde-format
msgid "Connect to a WiFi network for network access."
msgstr "Connecta a una xarxa Wi-Fi per a l'accés a la xarxa."
2023-09-22 02:16:57 +00:00
#: modules/wifi/package/contents/ui/main.qml:96
2023-04-03 02:30:11 +00:00
#, kde-format
msgid "Wi-Fi is disabled"
msgstr "La Wi-Fi està desactivada"
2023-09-22 02:16:57 +00:00
#: modules/wifi/package/contents/ui/main.qml:100
2023-04-03 02:30:11 +00:00
#, kde-format
msgid "Enable"
msgstr "Activa"
#: modules/wifi/package/contents/ui/PasswordField.qml:10
#, kde-format
msgid "Password…"
msgstr "Contrasenya…"
#: qml/LandingComponent.qml:81
#, kde-format
msgid "Welcome to <b>Plasma</b>"
msgstr "Us donem la benvinguda al <b>Plasma</b>"
2023-07-26 02:20:03 +00:00
#: qml/LandingComponent.qml:102 qml/Wizard.qml:312
2023-04-03 02:30:11 +00:00
#, kde-format
msgid "Next"
msgstr "Següent"
#: qml/main.qml:19
#, kde-format
msgid "Initial Start"
msgstr "Començament inicial"
2023-07-26 02:20:03 +00:00
#: qml/Wizard.qml:293
2023-04-03 02:30:11 +00:00
#, kde-format
msgid "Back"
msgstr "Enrere"
2023-07-26 02:20:03 +00:00
#: qml/Wizard.qml:329
2023-04-03 02:30:11 +00:00
#, kde-format
msgid "Finish"
msgstr "Finalitza"