From 8355ce0c65c938f0f66cdbee1aa7a2a9e4d88542 Mon Sep 17 00:00:00 2001 From: Alex Ma Date: Thu, 14 Sep 2023 14:42:21 -0700 Subject: [PATCH] [Loc] added in checked in XLFS (#2241) --- .../Localization/sr.de.resx | 63 +++++++++++ .../Localization/sr.es.resx | 63 +++++++++++ .../Localization/sr.fr.resx | 63 +++++++++++ .../Localization/sr.it.resx | 63 +++++++++++ .../Localization/sr.ja.resx | 63 +++++++++++ .../Localization/sr.ko.resx | 63 +++++++++++ .../Localization/sr.pt-br.resx | 63 +++++++++++ .../Localization/sr.ru.resx | 63 +++++++++++ .../Localization/sr.zh-Hans.resx | 63 +++++++++++ .../Localization/sr.zh-Hant.resx | 63 +++++++++++ .../Localization/transXliff/sr.de.xlf | 105 ++++++++++++++++++ .../Localization/transXliff/sr.es.xlf | 105 ++++++++++++++++++ .../Localization/transXliff/sr.fr.xlf | 105 ++++++++++++++++++ .../Localization/transXliff/sr.it.xlf | 105 ++++++++++++++++++ .../Localization/transXliff/sr.ja.xlf | 105 ++++++++++++++++++ .../Localization/transXliff/sr.ko.xlf | 105 ++++++++++++++++++ .../Localization/transXliff/sr.pt-br.xlf | 105 ++++++++++++++++++ .../Localization/transXliff/sr.ru.xlf | 105 ++++++++++++++++++ .../Localization/transXliff/sr.zh-hans.xlf | 105 ++++++++++++++++++ .../Localization/transXliff/sr.zh-hant.xlf | 105 ++++++++++++++++++ 20 files changed, 1680 insertions(+) diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.de.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.de.resx index 4c1757f7..5cf8ad82 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.de.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.de.resx @@ -4420,4 +4420,67 @@ Der Abfrageprozessor schätzt, dass durch das Implementieren des folgenden Index Fehler beim Generieren von Serverkontextualisierungsskripts. + + Es wurden keine Verbindungsinformationen zum Server gefunden + + + Alle + + + Automatisch + + + Keine + + + Benutzerdefiniert + + + Aus + + + Automatisch + + + 1 Minute + + + 5 Minuten + + + 10 Minuten + + + 15 Minuten + + + 30 Minuten + + + 1 Stunde + + + 1 Tag + + + 1 Stunde + + + 4 Stunden + + + 8 Stunden + + + 12 Stunden + + + 1 Tag + + + 3 Tage + + + 7 Tage + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.es.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.es.resx index 5c60153f..06c74eb4 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.es.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.es.resx @@ -4420,4 +4420,67 @@ El procesador de consultas estima que la implementación del siguiente índice p No se pudieron generar los scripts de contextualización del servidor + + No se pudo encontrar información de conexión sobre el servidor + + + Todas + + + Automático + + + Ninguno + + + Personalizado + + + Desactivado + + + Automático + + + 1 minuto + + + 5 minutos + + + 10 minutos + + + 15 minutos + + + 30 minutos + + + 1 hora + + + 1 día + + + 1 hora + + + 4 horas + + + 8 horas + + + 12 horas + + + 1 día + + + 3 días + + + 7 días + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.fr.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.fr.resx index afad7317..00a4cdd5 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.fr.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.fr.resx @@ -4420,4 +4420,67 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut Échec de la génération des scripts de contextualisation du serveur + + Nous n’avons pas pu trouver les informations de connexion sur le serveur + + + Tous + + + Automatique + + + Aucun + + + Personnalisé + + + Désactivé + + + Automatique + + + 1 minute + + + 5 minutes + + + 10 minutes + + + 15 minutes + + + 30 minutes + + + 1 heure + + + 1 jour + + + 1 heure + + + 4 heures + + + 8 heures + + + 12 heures + + + 1 jour + + + 3 jours + + + 7 jours + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.it.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.it.resx index fc9d2acf..86307ea8 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.it.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.it.resx @@ -4420,4 +4420,67 @@ Query Processor stima che l'implementazione del seguente indice potrebbe miglior Non è stato possibile generare gli script di contestualizzazione del server + + Impossibile trovare le informazioni di connessione sul server + + + Tutti + + + Automatico + + + Nessuno + + + Personalizzato + + + Disattivato + + + Automatico + + + 1 minuto + + + 5 minuti + + + 10 minuti + + + 15 minuti + + + 30 minuti + + + 1 ora + + + 1 giorno + + + 1 ora + + + 4 ore + + + 8 ore + + + 12 ore + + + 1 giorno + + + 3 giorni + + + 7 giorni + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ja.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ja.resx index bfc9df97..60558130 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ja.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ja.resx @@ -4420,4 +4420,67 @@ サーバー コンテキスト化スクリプトを生成できませんでした + + サーバーに関する接続情報が見つかりませんでした + + + すべて + + + 自動 + + + なし + + + カスタム + + + オフ + + + 自動 + + + 1 分 + + + 5 分 + + + 10 分 + + + 15 分 + + + 30 分 + + + 1 時間 + + + 1 日 + + + 1 時間 + + + 4 時間 + + + 8 時間 + + + 12 時間 + + + 1 日 + + + 3 日 + + + 7 日 + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ko.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ko.resx index 1ac31cf5..9f1cfddd 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ko.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ko.resx @@ -4420,4 +4420,67 @@ 서버 컨텍스트화 스크립트를 생성하지 못했습니다. + + 서버에 대한 연결 정보를 찾지 못했습니다. + + + 모두 + + + 자동 + + + 없음 + + + 사용자 지정 + + + 끄기 + + + 자동 + + + 1분 + + + 5분 + + + 10분 + + + 15분 + + + 30분 + + + 1시간 + + + 1일 + + + 1시간 + + + 4시간 + + + 8시간 + + + 12시간 + + + 1일 + + + 3일 + + + 7일 + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.pt-br.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.pt-br.resx index 7da51cf3..fcc9ca56 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.pt-br.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.pt-br.resx @@ -4420,4 +4420,67 @@ O Processador de Consultas estima que a implementação do índice a seguir pode Falha ao gerar scripts de contextualização do servidor + + Ocorreu um erro ao localizar as informações de conexão do servidor + + + Tudo + + + Automático + + + Nenhum + + + Personalizado + + + Desligado + + + Automático + + + 1 minuto + + + 5 minutos + + + 10 minutos + + + 15 minutos + + + 30 minutos + + + 1 hora + + + 1 dia + + + 1 hora + + + 4 Horas + + + 8 Horas + + + 12 Horas + + + 1 dia + + + 3 Dias + + + 7 dias + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ru.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ru.resx index 289bde49..54f365e7 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ru.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ru.resx @@ -4420,4 +4420,67 @@ Не удалось создать сценарии контекстуализации сервера. + + Не удалось найти информацию о подключении к серверу + + + Все + + + Автоматически + + + Нет + + + Настраиваемое + + + Откл. + + + Автоматически + + + 1 минута + + + 5 минут + + + 10 минут + + + 15 минут + + + 30 минут + + + 1 час + + + 1 день + + + 1 час + + + 4 часа + + + 8 часов + + + 12 часов + + + 1 день + + + 3 дня + + + 7 дней + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hans.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hans.resx index 0708992f..74b7e435 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hans.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hans.resx @@ -4420,4 +4420,67 @@ 未能生成服务器上下文化脚本 + + 找不到有关服务器的连接信息 + + + 全部 + + + 自动 + + + + + + 自定义 + + + + + + 自动 + + + 1 分钟 + + + 5 分钟 + + + 10 分钟 + + + 15 分钟 + + + 30 分钟 + + + 1 小时 + + + 1 天 + + + 1 小时 + + + 4 小时 + + + 8 小时 + + + 12 小时 + + + 1 天 + + + 3 天 + + + 7 天 + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hant.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hant.resx index 462dc503..9f900e32 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hant.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hant.resx @@ -4420,4 +4420,67 @@ 無法產生伺服器關聯式化的指令碼 + + 找不到伺服器的連線資訊 + + + 全部 + + + 自動 + + + + + + 自訂 + + + 關閉 + + + 自動 + + + 1 分鐘 + + + 5 分鐘 + + + 10 分鐘 + + + 15 分鐘 + + + 30 分鐘 + + + 1 小時 + + + 1 天 + + + 1 小時 + + + 4 小時 + + + 8 小時 + + + 12 小時 + + + 1 天 + + + 3 天 + + + 7 天 + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf index e412ed92..805af686 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf @@ -7259,6 +7259,111 @@ Der Abfrageprozessor schätzt, dass durch das Implementieren des folgenden Index Fehler beim Generieren von Serverkontextualisierungsskripts. + + Failed to find connection info about the server + Es wurden keine Verbindungsinformationen zum Server gefunden + + + + All + Alle + + + + Auto + Automatisch + + + + None + Keine + + + + Custom + Benutzerdefiniert + + + + Off + Aus + + + + Auto + Automatisch + + + + 1 Minute + 1 Minute + + + + 5 Minutes + 5 Minuten + + + + 10 Minutes + 10 Minuten + + + + 15 Minutes + 15 Minuten + + + + 30 Minutes + 30 Minuten + + + + 1 Hour + 1 Stunde + + + + 1 Day + 1 Tag + + + + 1 Hour + 1 Stunde + + + + 4 Hours + 4 Stunden + + + + 8 Hours + 8 Stunden + + + + 12 Hours + 12 Stunden + + + + 1 Day + 1 Tag + + + + 3 Days + 3 Tage + + + + 7 Days + 7 Tage + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf index 358f60fc..22e618fd 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf @@ -7259,6 +7259,111 @@ El procesador de consultas estima que la implementación del siguiente índice p No se pudieron generar los scripts de contextualización del servidor + + Failed to find connection info about the server + No se pudo encontrar información de conexión sobre el servidor + + + + All + Todas + + + + Auto + Automático + + + + None + Ninguno + + + + Custom + Personalizado + + + + Off + Desactivado + + + + Auto + Automático + + + + 1 Minute + 1 minuto + + + + 5 Minutes + 5 minutos + + + + 10 Minutes + 10 minutos + + + + 15 Minutes + 15 minutos + + + + 30 Minutes + 30 minutos + + + + 1 Hour + 1 hora + + + + 1 Day + 1 día + + + + 1 Hour + 1 hora + + + + 4 Hours + 4 horas + + + + 8 Hours + 8 horas + + + + 12 Hours + 12 horas + + + + 1 Day + 1 día + + + + 3 Days + 3 días + + + + 7 Days + 7 días + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf index ec799ee3..1f27ed30 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf @@ -7259,6 +7259,111 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut Échec de la génération des scripts de contextualisation du serveur + + Failed to find connection info about the server + Nous n’avons pas pu trouver les informations de connexion sur le serveur + + + + All + Tous + + + + Auto + Automatique + + + + None + Aucun + + + + Custom + Personnalisé + + + + Off + Désactivé + + + + Auto + Automatique + + + + 1 Minute + 1 minute + + + + 5 Minutes + 5 minutes + + + + 10 Minutes + 10 minutes + + + + 15 Minutes + 15 minutes + + + + 30 Minutes + 30 minutes + + + + 1 Hour + 1 heure + + + + 1 Day + 1 jour + + + + 1 Hour + 1 heure + + + + 4 Hours + 4 heures + + + + 8 Hours + 8 heures + + + + 12 Hours + 12 heures + + + + 1 Day + 1 jour + + + + 3 Days + 3 jours + + + + 7 Days + 7 jours + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf index 1bcb89f7..7636a0c4 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf @@ -7259,6 +7259,111 @@ Query Processor stima che l'implementazione del seguente indice potrebbe miglior Non è stato possibile generare gli script di contestualizzazione del server + + Failed to find connection info about the server + Impossibile trovare le informazioni di connessione sul server + + + + All + Tutti + + + + Auto + Automatico + + + + None + Nessuno + + + + Custom + Personalizzato + + + + Off + Disattivato + + + + Auto + Automatico + + + + 1 Minute + 1 minuto + + + + 5 Minutes + 5 minuti + + + + 10 Minutes + 10 minuti + + + + 15 Minutes + 15 minuti + + + + 30 Minutes + 30 minuti + + + + 1 Hour + 1 ora + + + + 1 Day + 1 giorno + + + + 1 Hour + 1 ora + + + + 4 Hours + 4 ore + + + + 8 Hours + 8 ore + + + + 12 Hours + 12 ore + + + + 1 Day + 1 giorno + + + + 3 Days + 3 giorni + + + + 7 Days + 7 giorni + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf index aa864b30..659536ec 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf @@ -7259,6 +7259,111 @@ The Query Processor estimates that implementing the following index could improv サーバー コンテキスト化スクリプトを生成できませんでした + + Failed to find connection info about the server + サーバーに関する接続情報が見つかりませんでした + + + + All + すべて + + + + Auto + 自動 + + + + None + なし + + + + Custom + カスタム + + + + Off + オフ + + + + Auto + 自動 + + + + 1 Minute + 1 分 + + + + 5 Minutes + 5 分 + + + + 10 Minutes + 10 分 + + + + 15 Minutes + 15 分 + + + + 30 Minutes + 30 分 + + + + 1 Hour + 1 時間 + + + + 1 Day + 1 日 + + + + 1 Hour + 1 時間 + + + + 4 Hours + 4 時間 + + + + 8 Hours + 8 時間 + + + + 12 Hours + 12 時間 + + + + 1 Day + 1 日 + + + + 3 Days + 3 日 + + + + 7 Days + 7 日 + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf index c758253f..0359649a 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf @@ -7259,6 +7259,111 @@ The Query Processor estimates that implementing the following index could improv 서버 컨텍스트화 스크립트를 생성하지 못했습니다. + + Failed to find connection info about the server + 서버에 대한 연결 정보를 찾지 못했습니다. + + + + All + 모두 + + + + Auto + 자동 + + + + None + 없음 + + + + Custom + 사용자 지정 + + + + Off + 끄기 + + + + Auto + 자동 + + + + 1 Minute + 1분 + + + + 5 Minutes + 5분 + + + + 10 Minutes + 10분 + + + + 15 Minutes + 15분 + + + + 30 Minutes + 30분 + + + + 1 Hour + 1시간 + + + + 1 Day + 1일 + + + + 1 Hour + 1시간 + + + + 4 Hours + 4시간 + + + + 8 Hours + 8시간 + + + + 12 Hours + 12시간 + + + + 1 Day + 1일 + + + + 3 Days + 3일 + + + + 7 Days + 7일 + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.pt-br.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.pt-br.xlf index dc32b133..15e61171 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.pt-br.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.pt-br.xlf @@ -7259,6 +7259,111 @@ O Processador de Consultas estima que a implementação do índice a seguir pode Falha ao gerar scripts de contextualização do servidor + + Failed to find connection info about the server + Ocorreu um erro ao localizar as informações de conexão do servidor + + + + All + Tudo + + + + Auto + Automático + + + + None + Nenhum + + + + Custom + Personalizado + + + + Off + Desligado + + + + Auto + Automático + + + + 1 Minute + 1 minuto + + + + 5 Minutes + 5 minutos + + + + 10 Minutes + 10 minutos + + + + 15 Minutes + 15 minutos + + + + 30 Minutes + 30 minutos + + + + 1 Hour + 1 hora + + + + 1 Day + 1 dia + + + + 1 Hour + 1 hora + + + + 4 Hours + 4 Horas + + + + 8 Hours + 8 Horas + + + + 12 Hours + 12 Horas + + + + 1 Day + 1 dia + + + + 3 Days + 3 Dias + + + + 7 Days + 7 dias + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf index 5caa7d5e..3e0ec014 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf @@ -7259,6 +7259,111 @@ The Query Processor estimates that implementing the following index could improv Не удалось создать сценарии контекстуализации сервера. + + Failed to find connection info about the server + Не удалось найти информацию о подключении к серверу + + + + All + Все + + + + Auto + Автоматически + + + + None + Нет + + + + Custom + Настраиваемое + + + + Off + Откл. + + + + Auto + Автоматически + + + + 1 Minute + 1 минута + + + + 5 Minutes + 5 минут + + + + 10 Minutes + 10 минут + + + + 15 Minutes + 15 минут + + + + 30 Minutes + 30 минут + + + + 1 Hour + 1 час + + + + 1 Day + 1 день + + + + 1 Hour + 1 час + + + + 4 Hours + 4 часа + + + + 8 Hours + 8 часов + + + + 12 Hours + 12 часов + + + + 1 Day + 1 день + + + + 3 Days + 3 дня + + + + 7 Days + 7 дней + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf index b0395e51..cb183678 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf @@ -7259,6 +7259,111 @@ The Query Processor estimates that implementing the following index could improv 未能生成服务器上下文化脚本 + + Failed to find connection info about the server + 找不到有关服务器的连接信息 + + + + All + 全部 + + + + Auto + 自动 + + + + None + + + + + Custom + 自定义 + + + + Off + + + + + Auto + 自动 + + + + 1 Minute + 1 分钟 + + + + 5 Minutes + 5 分钟 + + + + 10 Minutes + 10 分钟 + + + + 15 Minutes + 15 分钟 + + + + 30 Minutes + 30 分钟 + + + + 1 Hour + 1 小时 + + + + 1 Day + 1 天 + + + + 1 Hour + 1 小时 + + + + 4 Hours + 4 小时 + + + + 8 Hours + 8 小时 + + + + 12 Hours + 12 小时 + + + + 1 Day + 1 天 + + + + 3 Days + 3 天 + + + + 7 Days + 7 天 + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf index 9ec8da3c..4b087f8c 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf @@ -7259,6 +7259,111 @@ The Query Processor estimates that implementing the following index could improv 無法產生伺服器關聯式化的指令碼 + + Failed to find connection info about the server + 找不到伺服器的連線資訊 + + + + All + 全部 + + + + Auto + 自動 + + + + None + + + + + Custom + 自訂 + + + + Off + 關閉 + + + + Auto + 自動 + + + + 1 Minute + 1 分鐘 + + + + 5 Minutes + 5 分鐘 + + + + 10 Minutes + 10 分鐘 + + + + 15 Minutes + 15 分鐘 + + + + 30 Minutes + 30 分鐘 + + + + 1 Hour + 1 小時 + + + + 1 Day + 1 天 + + + + 1 Hour + 1 小時 + + + + 4 Hours + 4 小時 + + + + 8 Hours + 8 小時 + + + + 12 Hours + 12 小時 + + + + 1 Day + 1 天 + + + + 3 Days + 3 天 + + + + 7 Days + 7 天 + + \ No newline at end of file