diff options
Diffstat (limited to 'Plugins/SqlFormatterSimple')
| -rw-r--r-- | Plugins/SqlFormatterSimple/SqlFormatterSimple.pro | 4 | ||||
| -rw-r--r-- | Plugins/SqlFormatterSimple/SqlFormatterSimple_it.ts | 17 | ||||
| -rw-r--r-- | Plugins/SqlFormatterSimple/SqlFormatterSimple_zh_CN.ts | 4 |
3 files changed, 22 insertions, 3 deletions
diff --git a/Plugins/SqlFormatterSimple/SqlFormatterSimple.pro b/Plugins/SqlFormatterSimple/SqlFormatterSimple.pro index 61ec27a..7329f93 100644 --- a/Plugins/SqlFormatterSimple/SqlFormatterSimple.pro +++ b/Plugins/SqlFormatterSimple/SqlFormatterSimple.pro @@ -28,7 +28,8 @@ RESOURCES += \ sqlformattersimple.qrc -TRANSLATIONS += SqlFormatterSimple_zh_CN.ts \ +TRANSLATIONS += SqlFormatterSimple_it.ts \ + SqlFormatterSimple_zh_CN.ts \ SqlFormatterSimple_sk.ts \ SqlFormatterSimple_de.ts \ SqlFormatterSimple_ru.ts \ @@ -48,3 +49,4 @@ TRANSLATIONS += SqlFormatterSimple_zh_CN.ts \ + diff --git a/Plugins/SqlFormatterSimple/SqlFormatterSimple_it.ts b/Plugins/SqlFormatterSimple/SqlFormatterSimple_it.ts new file mode 100644 index 0000000..91208f1 --- /dev/null +++ b/Plugins/SqlFormatterSimple/SqlFormatterSimple_it.ts @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="it_IT"> +<context> + <name>SqlFormatterSimplePlugin</name> + <message> + <location filename="SqlFormatterSimple.ui" line="20"/> + <source>Upper case keywords</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="SqlFormatterSimple.ui" line="30"/> + <source>Reduce multiple whitespaces to single whitespace</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/Plugins/SqlFormatterSimple/SqlFormatterSimple_zh_CN.ts b/Plugins/SqlFormatterSimple/SqlFormatterSimple_zh_CN.ts index aaa7f79..40c7f1e 100644 --- a/Plugins/SqlFormatterSimple/SqlFormatterSimple_zh_CN.ts +++ b/Plugins/SqlFormatterSimple/SqlFormatterSimple_zh_CN.ts @@ -6,12 +6,12 @@ <message> <location filename="SqlFormatterSimple.ui" line="20"/> <source>Upper case keywords</source> - <translation type="unfinished"></translation> + <translation>大写关键字</translation> </message> <message> <location filename="SqlFormatterSimple.ui" line="30"/> <source>Reduce multiple whitespaces to single whitespace</source> - <translation type="unfinished"></translation> + <translation>将多个空白转换为一个空白</translation> </message> </context> </TS> |
