-rw-r--r-- | i18n/ru/libbatteryapplet.ts | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/i18n/ru/libbatteryapplet.ts b/i18n/ru/libbatteryapplet.ts new file mode 100644 index 0000000..4158194 --- a/dev/null +++ b/i18n/ru/libbatteryapplet.ts @@ -0,0 +1,85 @@ +<!DOCTYPE TS><TS> +<context> + <name>BatteryStatus</name> + <message> + <source>Close</source> + <translation>Закрыть</translation> + </message> + <message> + <source>Charging</source> + <translation>Заряжается</translation> + </message> + <message> + <source>Percentage battery remaining</source> + <translation>Остался процент заряда</translation> + </message> + <message> + <source>Battery status: </source> + <translation>Статус аккумулятора:</translation> + </message> + <message> + <source>Good</source> + <translation>Хороший</translation> + </message> + <message> + <source>Low</source> + <translation>Низкий</translation> + </message> + <message> + <source>Very Low</source> + <translation>Очень низкий</translation> + </message> + <message> + <source>Critical</source> + <translation>Критический</translation> + </message> + <message> + <source>Unknown</source> + <translation>Неизвестный</translation> + </message> + <message> + <source>On backup power</source> + <translation>На запасном питании</translation> + </message> + <message> + <source>Power on-line</source> + <translation>Питание подключено</translation> + </message> + <message> + <source>External power disconnected</source> + <translation>Внешний источник отключен</translation> + </message> + <message> + <source>Battery time remaining</source> + <translation>Осталось времени на заряде</translation> + </message> + <message> + <source>Battery status</source> + <translation>Статус аккумулятора</translation> + </message> + <message> + <source>Failure</source> + <translation>Неудача</translation> + </message> + <message> + <source>could not open file</source> + <translation>не смог открыть файл</translation> + </message> + <message> + <source>Charging both devices</source> + <translation>Заряжаются оба устройства</translation> + </message> + <message> + <source>Percentage battery remaining: </source> + <translation>Остался процент заряда:</translation> + </message> + <message> + <source>Battery time remaining: </source> + <translation>Осталось времени на заряде:</translation> + </message> + <message> + <source>No jacket with battery inserted</source> + <translation>Нету вставленного аккумулятора</translation> + </message> +</context> +</TS> |