60 lines
1.6 KiB
Plaintext
60 lines
1.6 KiB
Plaintext
# Catalan translations for camper package
|
||
# Traduccions al català del paquet «camper».
|
||
# Copyright (C) 2023 THE camper'S COPYRIGHT HOLDER
|
||
# This file is distributed under the same license as the camper package.
|
||
# jordi fita mas <jordi@tandem.blog>, 2023.
|
||
#
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: camper\n"
|
||
"Report-Msgid-Bugs-To: jordi@tandem.blog\n"
|
||
"POT-Creation-Date: 2023-07-24 17:04+0200\n"
|
||
"PO-Revision-Date: 2023-07-22 23:45+0200\n"
|
||
"Last-Translator: jordi fita mas <jordi@tandem.blog>\n"
|
||
"Language-Team: Catalan <ca@dodds.net>\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"
|
||
|
||
#: web/templates/login.gohtml:2 web/templates/login.gohtml:8
|
||
msgctxt "title"
|
||
msgid "Login"
|
||
msgstr "Entrada"
|
||
|
||
#: web/templates/login.gohtml:17
|
||
msgctxt "input"
|
||
msgid "Email"
|
||
msgstr "Correu-e"
|
||
|
||
#: web/templates/login.gohtml:26
|
||
msgctxt "input"
|
||
msgid "Password"
|
||
msgstr "Contrasenya"
|
||
|
||
#: web/templates/login.gohtml:35
|
||
msgctxt "action"
|
||
msgid "Login"
|
||
msgstr "Entra"
|
||
|
||
#: web/templates/layout.gohtml:15
|
||
msgid "Skip to main content"
|
||
msgstr "Salta al contingut principal"
|
||
|
||
#: pkg/app/login.go:50
|
||
msgid "Email can not be empty."
|
||
msgstr "No podeu deixar el correu en blanc."
|
||
|
||
#: pkg/app/login.go:51
|
||
msgid "This email is not valid. It should be like name@domain.com."
|
||
msgstr "Aquest correu-e no és vàlid. Hauria de ser similar a nom@domini.com."
|
||
|
||
#: pkg/app/login.go:53
|
||
msgid "Password can not be empty."
|
||
msgstr "No podeu deixar la contrasenya en blanc."
|
||
|
||
#: pkg/app/login.go:82
|
||
msgid "Invalid user or password."
|
||
msgstr "Nom d’usuari o contrasenya incorrectes."
|