Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

translate error messages ES: #565

Merged
merged 1 commit into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 68 additions & 0 deletions po/R-es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
msgid ""
msgstr ""
"Project-Id-Version: stringr 1.5.1.9000\n"
"POT-Creation-Date: 2024-08-15 10:19-0700\n"
"PO-Revision-Date: 2024-08-15 10:19-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: es\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"

#: detect.R:141
msgid "{.arg pattern} must be a plain string, not a stringr modifier."
msgstr ""

#: interp.R:105
msgid "Invalid template string for interpolation."
msgstr ""

#: interp.R:176
msgid "Failed to parse input {.str {text}}"
msgstr ""

#: match.R:54 match.R:68
msgid "{.arg pattern} must be a regular expression."
msgstr ""

#: modifiers.R:216
msgid "{.arg pattern} must be a string, not {.obj_type_friendly {x}}."
msgstr ""

#: replace.R:208
msgid "Failed to apply {.arg replacement} function."
msgstr ""

#: replace.R:209
msgid "It must accept a character vector of any length."
msgstr "Debe aceptar un vector de caracteres de cualquier longitud."

#: replace.R:220
msgid ""
"{.arg replacement} function must return a character vector, not {."
"obj_type_friendly {new_flat}}."
msgstr ""

#: replace.R:226
msgid ""
"{.arg replacement} function must return a vector the same length as the input "
"({length(old_flat)}), not length {length(new_flat)}."
msgstr ""

#: split.R:122
msgid "{.arg i} must not be 0."
msgstr "{.arg i} no debe ser igual a 0."

#: trunc.R:32
msgid "`width` ({width}) is shorter than `ellipsis` ({str_length(ellipsis)})."
msgstr ""

#: utils.R:23
msgid "{.arg pattern} can't be a boundary."
msgstr ""

#: utils.R:26
msgid "{.arg pattern} can't be the empty string ({.code \"\"})."
msgstr "{.arg pattern} no puede ser una cadena de caracteres vacia ({.code \"\"})."
2 changes: 1 addition & 1 deletion po/R-stringr.pot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: stringr 1.5.1.9000\n"
"POT-Creation-Date: 2024-07-17 11:07-0500\n"
"POT-Creation-Date: 2024-08-15 10:19-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
Loading