Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-16.0/server-tools-16.0-excel_import_export
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/
pull/2710/head
Weblate 2023-09-03 00:16:06 +00:00
parent c2b05848ea
commit 899faa1c7d
3 changed files with 93 additions and 64 deletions

View File

@ -24,7 +24,6 @@ msgstr "${object.post_import_do_something()}"
#. module: excel_import_export #. module: excel_import_export
#. odoo-python #. odoo-python
#: code:addons/excel_import_export/models/common.py:0 #: code:addons/excel_import_export/models/common.py:0
#: code:addons/excel_import_export/models/common.py:0
#, python-format #, python-format
msgid "'%s' sheet not found" msgid "'%s' sheet not found"
msgstr "Hoja '%s' no encontrada" msgstr "Hoja '%s' no encontrada"
@ -44,8 +43,8 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
msgid "<b>Cell</b>: Location of data in excel sheet (e.g., A1, B1, ...)" msgid "<b>Cell</b>: Location of data in excel sheet (e.g., A1, B1, ...)"
msgstr "" msgstr ""
"<b>Cell</b>: Ubicación de los datos en la hoja excel (por ejemplo, A1, B1, " "<b>Cell</b>: Ubicación de los datos en la hoja excel (por ejemplo, A1, "
"...)" "B1, ...)"
#. module: excel_import_export #. module: excel_import_export
#: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
@ -70,28 +69,28 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
msgid "" msgid ""
"<b>Field Cond.</b>: Python code in <code>$</code><code>{...}</code> to " "<b>Field Cond.</b>: Python code in <code>$</code><code>{...}</code> to "
"manipulate field value, e.g., if field = product_id, <code>value</code> will" "manipulate field value, e.g., if field = product_id, <code>value</code> will "
" represent product object, e.g., <code>$</code><code>{value and " "represent product object, e.g., <code>$</code><code>{value and value.uom_id."
"value.uom_id.name or \"\"}</code>" "name or \"\"}</code>"
msgstr "" msgstr ""
"<b>Cond. de campo</b>: código Python en <code>$</code><code>{...}</code> " "<b>Cond. de campo</b>: código Python en <code>$</code><code>{...}</code> "
"para manipular el valor del campo, por ejemplo, si campo = product_id, " "para manipular el valor del campo, por ejemplo, si campo = product_id, "
"<code>valor </code> representará el objeto del producto, por ejemplo, " "<code>valor </code> representará el objeto del producto, por ejemplo, <code>"
"<code>$</code><code>{value y value.uom_id.name o \"\"}</code>" "$</code><code>{value y value.uom_id.name o \"\"}</code>"
#. module: excel_import_export #. module: excel_import_export
#: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
msgid "" msgid ""
"<b>Field Cond.</b>: Python code in <code>$</code><code>{...}</code> value " "<b>Field Cond.</b>: Python code in <code>$</code><code>{...}</code> value "
"will represent data from excel cell, e.g., if A1 = 'ABC', <code>value</code>" "will represent data from excel cell, e.g., if A1 = 'ABC', <code>value</code> "
" will represent 'ABC', e.g., <code>$</code><code>{value == \"ABC\" and \"X\"" "will represent 'ABC', e.g., <code>$</code><code>{value == \"ABC\" and \"X\" "
" or \"Y\"}</code> thus can change from cell value to other value for import." "or \"Y\"}</code> thus can change from cell value to other value for import."
msgstr "" msgstr ""
"<b>Cond. de campo</b>: el código Python en el valor " "<b>Cond. de campo</b>: el código Python en el valor <code>$</code><code>{...}"
"<code>$</code><code>{...}</code> representará datos de la celda de Excel, " "</code> representará datos de la celda de Excel, por ejemplo, si A1 = "
"por ejemplo, si A1 = 'ABC' , <code>value</code> representará 'ABC', por " "'ABC' , <code>value</code> representará 'ABC', por ejemplo, <code>$</"
"ejemplo, <code>$</code><code>{value == \"ABC\" y \"X\" o \"Y\"}</code>, por " "code><code>{value == \"ABC\" y \"X\" o \"Y\"}</code>, por lo que puede "
"lo que puede cambie del valor de celda a otro valor para importar." "cambie del valor de celda a otro valor para importar."
#. module: excel_import_export #. module: excel_import_export
#: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
@ -126,11 +125,11 @@ msgstr "<b>Nota:</b>"
#. module: excel_import_export #. module: excel_import_export
#: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
msgid "" msgid ""
"<b>Row Field</b>: Use _HEAD_ for the record itself, and one2many field " "<b>Row Field</b>: Use _HEAD_ for the record itself, and one2many field (e."
"(e.g., line_ids) for row data" "g., line_ids) for row data"
msgstr "" msgstr ""
"<b>Campo de fila</b>: use _HEAD_ para el registro en sí y un campo one2many (" "<b>Campo de fila</b>: use _HEAD_ para el registro en sí y un campo one2many "
"por ejemplo, line_ids) para los datos de la fila" "(por ejemplo, line_ids) para los datos de la fila"
#. module: excel_import_export #. module: excel_import_export
#: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
@ -162,14 +161,13 @@ msgstr ""
#. module: excel_import_export #. module: excel_import_export
#: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
msgid "" msgid ""
"<b>Style w/Cond.</b>: Conditional style by python code in " "<b>Style w/Cond.</b>: Conditional style by python code in <code>#?...?</"
"<code>#?...?</code>, e.g., apply style for specific product, " "code>, e.g., apply style for specific product, <code>#?value.name == \"ABC\" "
"<code>#?value.name == \"ABC\" and #{font=bold;fill=red} or None?</code>" "and #{font=bold;fill=red} or None?</code>"
msgstr "" msgstr ""
"<b>Estilo con Cond.</b>: Estilo condicional por código Python en " "<b>Estilo con Cond.</b>: Estilo condicional por código Python en <code>#?...?"
"<code>#?...?</code>, por ejemplo, aplicar estilo para un producto " "</code>, por ejemplo, aplicar estilo para un producto específico, <code>#?"
"específico, <code>#?value.name = = \"ABC\" y #{font=bold;fill=red} o " "value.name = = \"ABC\" y #{font=bold;fill=red} o ¿Ninguno?</code>"
"¿Ninguno?</code>"
#. module: excel_import_export #. module: excel_import_export
#: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
@ -186,8 +184,8 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
msgid "<b>Sum</b>: Add sum value on last row, <code>@{sum}</code>" msgid "<b>Sum</b>: Add sum value on last row, <code>@{sum}</code>"
msgstr "" msgstr ""
"<b>Suma</b>: agregue el valor de la suma en la última fila, " "<b>Suma</b>: agregue el valor de la suma en la última fila, <code>@{sum}</"
"<code>@{sum}</code>" "code>"
#. module: excel_import_export #. module: excel_import_export
#: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
@ -197,23 +195,32 @@ msgid ""
" '__EXPORT__': {\n" " '__EXPORT__': {\n"
" 'sale_order': { # sheet can be name (string) or index (integer)\n" " 'sale_order': { # sheet can be name (string) or index (integer)\n"
" '_HEAD_': {\n" " '_HEAD_': {\n"
" 'B2': 'partner_id.display_name<span>$</span>{value or \"\"}#{align=left;style=text}',\n" " 'B2': 'partner_id.display_name<span>$</span>{value or \"\"}"
" 'B3': 'name<span>$</span>{value or \"\"}#{align=left;style=text}',\n" "#{align=left;style=text}',\n"
" 'B3': 'name<span>$</span>{value or \"\"}#{align=left;"
"style=text}',\n"
" },\n" " },\n"
" 'line_ids': { # prefix with _CONT_ to continue rows from previous row field\n" " 'line_ids': { # prefix with _CONT_ to continue rows from "
" 'A6': 'product_id.display_name<span>$</span>{value or \"\"}#{style=text}',\n" "previous row field\n"
" 'C6': 'product_uom_qty<span>$</span>{value or 0}#{style=number}',\n" " 'A6': 'product_id.display_name<span>$</span>{value or \"\"}"
" 'E6': 'price_unit<span>$</span>{value or 0}#{style=number}',\n" "#{style=text}',\n"
" 'G6': 'price_subtotal<span>$</span>{value or 0}#{style=number}',\n" " 'C6': 'product_uom_qty<span>$</span>{value or 0}"
"#{style=number}',\n"
" 'E6': 'price_unit<span>$</span>{value or 0}"
"#{style=number}',\n"
" 'G6': 'price_subtotal<span>$</span>{value or 0}"
"#{style=number}',\n"
" },\n" " },\n"
" },\n" " },\n"
" },\n" " },\n"
" '__IMPORT__': {\n" " '__IMPORT__': {\n"
" 'sale_order': { # sheet can be name (string) or index (integer)\n" " 'sale_order': { # sheet can be name (string) or index (integer)\n"
" 'order_line': { # prefix with _NODEL_ to not delete rows before import\n" " 'order_line': { # prefix with _NODEL_ to not delete rows before "
"import\n"
" 'A6': 'product_id',\n" " 'A6': 'product_id',\n"
" 'C6': 'product_uom_qty',\n" " 'C6': 'product_uom_qty',\n"
" 'E6': 'price_unit<span>$</span>{value &gt; 0 and value or 0}',\n" " 'E6': 'price_unit<span>$</span>{value &gt; 0 and value or "
"0}',\n"
" },\n" " },\n"
" },\n" " },\n"
" },\n" " },\n"
@ -227,21 +234,21 @@ msgstr ""
" '__EXPORTAR__': {\n" " '__EXPORTAR__': {\n"
" 'sale_order': {# hoja puede ser nombre (cadena) o índice (entero)\n" " 'sale_order': {# hoja puede ser nombre (cadena) o índice (entero)\n"
" '_CABEZA_': {\n" " '_CABEZA_': {\n"
" 'B2': 'partner_id.display_name<span>$</span>{valor o \"\"" " 'B2': 'partner_id.display_name<span>$</span>{valor o \"\"}"
"}#{align=left;style=text}',\n" "#{align=left;style=text}',\n"
" 'B3': 'nombre<span>$</span>{valor o \"\"" " 'B3': 'nombre<span>$</span>{valor o \"\"}#{align=left;"
"}#{align=left;style=text}',\n" "style=text}',\n"
" },\n" " },\n"
" 'line_ids': { # prefijo con _CONT_ para continuar filas del " " 'line_ids': { # prefijo con _CONT_ para continuar filas del "
"campo de fila anterior\n" "campo de fila anterior\n"
" 'A6': 'product_id.display_name<span>$</span>{valor o \"\"" " 'A6': 'product_id.display_name<span>$</span>{valor o \"\"}"
"}#{style=text}',\n" "#{style=text}',\n"
" 'C6': 'product_uom_qty<span>$</span>{valor o " " 'C6': 'product_uom_qty<span>$</span>{valor o 0}"
"0}#{estilo=número}',\n" "#{estilo=número}',\n"
" 'E6': 'precio_unidad<span>$</span>{valor o " " 'E6': 'precio_unidad<span>$</span>{valor o 0}"
"0}#{estilo=número}',\n" "#{estilo=número}',\n"
" 'G6': 'precio_subtotal<span>$</span>{valor o " " 'G6': 'precio_subtotal<span>$</span>{valor o 0}"
"0}#{estilo=número}',\n" "#{estilo=número}',\n"
" },\n" " },\n"
" },\n" " },\n"
" },\n" " },\n"
@ -274,8 +281,7 @@ msgstr "<code>modelo</code>: modelo activo, por ejemplo, self.env['my.model']"
#. module: excel_import_export #. module: excel_import_export
#: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
msgid "" msgid ""
"<code>object</code>: record object or line object depends on <b>Row " "<code>object</code>: record object or line object depends on <b>Row Field</b>"
"Field</b>"
msgstr "" msgstr ""
"<code>objeto</code>: objeto de registro u objeto de línea depende del " "<code>objeto</code>: objeto de registro u objeto de línea depende del "
"<b>campo de fila</b>" "<b>campo de fila</b>"
@ -390,6 +396,8 @@ msgstr "Celda"
#. module: excel_import_export #. module: excel_import_export
#: model:ir.model.fields.selection,name:excel_import_export.selection__export_xlsx_wizard__state__choose #: model:ir.model.fields.selection,name:excel_import_export.selection__export_xlsx_wizard__state__choose
#: model:ir.model.fields.selection,name:excel_import_export.selection__import_xlsx_wizard__state__choose #: model:ir.model.fields.selection,name:excel_import_export.selection__import_xlsx_wizard__state__choose
#: model:ir.model.fields.selection,name:excel_import_export.selection__report_crm_lead__state__choose
#: model:ir.model.fields.selection,name:excel_import_export.selection__report_sale_order__state__choose
#: model:ir.model.fields.selection,name:excel_import_export.selection__xlsx_report__state__choose #: model:ir.model.fields.selection,name:excel_import_export.selection__xlsx_report__state__choose
msgid "Choose" msgid "Choose"
msgstr "Elegir" msgstr "Elegir"
@ -605,10 +613,16 @@ msgstr "Acción de exportación"
#. module: excel_import_export #. module: excel_import_export
#: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
msgid "" msgid ""
"Export Instruction is how to write data from an active data record to specified cells in excel sheet.\n" "Export Instruction is how to write data from an active data record to "
" For example, an active record can be a sale order that user want to export.\n" "specified cells in excel sheet.\n"
" The record itself will be mapped to the header part of excel sheet. The record can contain multiple one2many fields, which will be written as data lines.\n" " For example, an active record can be a "
" You can look at following instruction as Excel Sheet(s), each with 1 header section (_HEAD_) and multiple row sections (one2many fields)." "sale order that user want to export.\n"
" The record itself will be mapped to the "
"header part of excel sheet. The record can contain multiple one2many fields, "
"which will be written as data lines.\n"
" You can look at following instruction as "
"Excel Sheet(s), each with 1 header section (_HEAD_) and multiple row "
"sections (one2many fields)."
msgstr "" msgstr ""
"Instrucción de Exportación es como escribir datos de un registro de datos " "Instrucción de Exportación es como escribir datos de un registro de datos "
"activo a celdas especificadas en una hoja de Excel.\n" "activo a celdas especificadas en una hoja de Excel.\n"
@ -679,7 +693,8 @@ msgstr "A continuación encontrará más explicaciones sobre cada columna:"
#: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
msgid "" msgid ""
"Following show very simple example of the dictionary construct.\n" "Following show very simple example of the dictionary construct.\n"
" Normally, this will be within templates.xml file within addons." " Normally, this will be within templates."
"xml file within addons."
msgstr "" msgstr ""
"A continuación se muestra un ejemplo muy simple de la construcción del " "A continuación se muestra un ejemplo muy simple de la construcción del "
"diccionario.\n" "diccionario.\n"
@ -714,6 +729,8 @@ msgstr ""
#. module: excel_import_export #. module: excel_import_export
#: model:ir.model.fields.selection,name:excel_import_export.selection__export_xlsx_wizard__state__get #: model:ir.model.fields.selection,name:excel_import_export.selection__export_xlsx_wizard__state__get
#: model:ir.model.fields.selection,name:excel_import_export.selection__import_xlsx_wizard__state__get #: model:ir.model.fields.selection,name:excel_import_export.selection__import_xlsx_wizard__state__get
#: model:ir.model.fields.selection,name:excel_import_export.selection__report_crm_lead__state__get
#: model:ir.model.fields.selection,name:excel_import_export.selection__report_sale_order__state__get
#: model:ir.model.fields.selection,name:excel_import_export.selection__xlsx_report__state__get #: model:ir.model.fields.selection,name:excel_import_export.selection__xlsx_report__state__get
msgid "Get" msgid "Get"
msgstr "Obtener" msgstr "Obtener"
@ -820,10 +837,15 @@ msgstr "Importar archivos (*.xlsx)"
#. module: excel_import_export #. module: excel_import_export
#: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
msgid "" msgid ""
"Import Instruction is how to get data from excel sheet and write them to an active record.\n" "Import Instruction is how to get data from excel sheet and write them to an "
" For example, user create a sales order document, and want to import order lines from excel.\n" "active record.\n"
" In reverse direction to exporting, data from excel's cells will be mapped to record fields during import.\n" " For example, user create a sales order "
" Cells can be mapped to record in header section (_HEAD_) and data table can be mapped to row section (one2many field, begins from specifed cells." "document, and want to import order lines from excel.\n"
" In reverse direction to exporting, data "
"from excel's cells will be mapped to record fields during import.\n"
" Cells can be mapped to record in header "
"section (_HEAD_) and data table can be mapped to row section (one2many "
"field, begins from specifed cells."
msgstr "" msgstr ""
"La instrucción de importación es cómo obtener datos de una hoja de Excel y " "La instrucción de importación es cómo obtener datos de una hoja de Excel y "
"escribirlos en un registro activo.\n" "escribirlos en un registro activo.\n"
@ -845,8 +867,8 @@ msgstr "¡Importación exitosa!"
#. module: excel_import_export #. module: excel_import_export
#: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
msgid "" msgid ""
"In header section part, map data fields (e.g., number, partner_id.name) into" "In header section part, map data fields (e.g., number, partner_id.name) into "
" cells (e.g., B1, B2)." "cells (e.g., B1, B2)."
msgstr "" msgstr ""
"En la parte de la sección del encabezado, asigne los campos de datos (por " "En la parte de la sección del encabezado, asigne los campos de datos (por "
"ejemplo, número, socio_id.nombre) a celdas (por ejemplo, B1, B2)." "ejemplo, número, socio_id.nombre) a celdas (por ejemplo, B1, B2)."
@ -1063,7 +1085,6 @@ msgstr "Seleccione el archivo Excel para importar"
#. module: excel_import_export #. module: excel_import_export
#. odoo-python #. odoo-python
#: code:addons/excel_import_export/models/common.py:0 #: code:addons/excel_import_export/models/common.py:0
#: code:addons/excel_import_export/models/common.py:0
#, python-format #, python-format
msgid "Position %s is not valid" msgid "Position %s is not valid"
msgstr "La posición %s no es válida" msgstr "La posición %s no es válida"

View File

@ -337,6 +337,8 @@ msgstr "Cella"
#. module: excel_import_export #. module: excel_import_export
#: model:ir.model.fields.selection,name:excel_import_export.selection__export_xlsx_wizard__state__choose #: model:ir.model.fields.selection,name:excel_import_export.selection__export_xlsx_wizard__state__choose
#: model:ir.model.fields.selection,name:excel_import_export.selection__import_xlsx_wizard__state__choose #: model:ir.model.fields.selection,name:excel_import_export.selection__import_xlsx_wizard__state__choose
#: model:ir.model.fields.selection,name:excel_import_export.selection__report_crm_lead__state__choose
#: model:ir.model.fields.selection,name:excel_import_export.selection__report_sale_order__state__choose
#: model:ir.model.fields.selection,name:excel_import_export.selection__xlsx_report__state__choose #: model:ir.model.fields.selection,name:excel_import_export.selection__xlsx_report__state__choose
msgid "Choose" msgid "Choose"
msgstr "Selezione" msgstr "Selezione"
@ -648,6 +650,8 @@ msgstr "Wizard Report Generico, usato con l'opzione dei modelli di report"
#. module: excel_import_export #. module: excel_import_export
#: model:ir.model.fields.selection,name:excel_import_export.selection__export_xlsx_wizard__state__get #: model:ir.model.fields.selection,name:excel_import_export.selection__export_xlsx_wizard__state__get
#: model:ir.model.fields.selection,name:excel_import_export.selection__import_xlsx_wizard__state__get #: model:ir.model.fields.selection,name:excel_import_export.selection__import_xlsx_wizard__state__get
#: model:ir.model.fields.selection,name:excel_import_export.selection__report_crm_lead__state__get
#: model:ir.model.fields.selection,name:excel_import_export.selection__report_sale_order__state__get
#: model:ir.model.fields.selection,name:excel_import_export.selection__xlsx_report__state__get #: model:ir.model.fields.selection,name:excel_import_export.selection__xlsx_report__state__get
msgid "Get" msgid "Get"
msgstr "" msgstr ""

View File

@ -330,6 +330,8 @@ msgstr "单元格"
#. module: excel_import_export #. module: excel_import_export
#: model:ir.model.fields.selection,name:excel_import_export.selection__export_xlsx_wizard__state__choose #: model:ir.model.fields.selection,name:excel_import_export.selection__export_xlsx_wizard__state__choose
#: model:ir.model.fields.selection,name:excel_import_export.selection__import_xlsx_wizard__state__choose #: model:ir.model.fields.selection,name:excel_import_export.selection__import_xlsx_wizard__state__choose
#: model:ir.model.fields.selection,name:excel_import_export.selection__report_crm_lead__state__choose
#: model:ir.model.fields.selection,name:excel_import_export.selection__report_sale_order__state__choose
#: model:ir.model.fields.selection,name:excel_import_export.selection__xlsx_report__state__choose #: model:ir.model.fields.selection,name:excel_import_export.selection__xlsx_report__state__choose
msgid "Choose" msgid "Choose"
msgstr "选择" msgstr "选择"
@ -649,6 +651,8 @@ msgstr ""
#. module: excel_import_export #. module: excel_import_export
#: model:ir.model.fields.selection,name:excel_import_export.selection__export_xlsx_wizard__state__get #: model:ir.model.fields.selection,name:excel_import_export.selection__export_xlsx_wizard__state__get
#: model:ir.model.fields.selection,name:excel_import_export.selection__import_xlsx_wizard__state__get #: model:ir.model.fields.selection,name:excel_import_export.selection__import_xlsx_wizard__state__get
#: model:ir.model.fields.selection,name:excel_import_export.selection__report_crm_lead__state__get
#: model:ir.model.fields.selection,name:excel_import_export.selection__report_sale_order__state__get
#: model:ir.model.fields.selection,name:excel_import_export.selection__xlsx_report__state__get #: model:ir.model.fields.selection,name:excel_import_export.selection__xlsx_report__state__get
msgid "Get" msgid "Get"
msgstr "获取" msgstr "获取"