blob: bccdac9a7d7c727d58d09e8399447ae1ed27a47c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
# Translation of in es
# Copyright (C) 2024
# This file is distributed under the same license as the package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-31 09:24-0300\n"
"PO-Revision-Date: 2024-10-31 09:26-0300\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.4.2\n"
#: kodereviewer/qml/Main.qml
msgid "Info"
msgstr "Info"
#: kodereviewer/qml/Main.qml
msgid "Comments"
msgstr "Comentarios"
#: kodereviewer/qml/Main.qml
msgid "Files"
msgstr "Archivos"
#: kodereviewer/qml/Main.qml
msgid "Reviews"
msgstr "Revisiones"
#: kodereviewer/qml/PullRequestDescription.qml
msgid "Yes"
msgstr "Si"
#: kodereviewer/qml/PullRequestDescription.qml
msgid "No"
msgstr "No"
#: kodereviewer/qml/ReviewDialog.qml
msgctxt "@title:window"
msgid "Review changes"
msgstr "Revisar cambios"
#: kodereviewer/qml/WelcomePage.qml
msgctxt "@action:button"
msgid "General"
msgstr "General"
#: kodereviewer/qml/WelcomePage.qml
msgctxt "@action:button"
msgid "About Kode Reviewer"
msgstr "Acerca Kode Reviewer"
#: kodereviewer/qml/WelcomePage.qml
msgctxt "@title:group"
msgid "About"
msgstr "Acerca"
#: kodereviewer/qml/WelcomePage.qml
msgctxt "@action:button"
msgid "About KDE"
msgstr "Acerca KDE"
#: kodereviewer/qml/WelcomePage.qml
msgid "Welcome to Kode Reviewer"
msgstr "Bienvenido a Kode Reviewer"
#: kodereviewer/qml/WelcomePage.qml
msgid "Add new project"
msgstr "Agregar nuevo projecto"
#: kodereviewer/qml/WelcomePage.qml
msgid "Settings"
msgstr "Configuración"
|