diff --git a/CHANGELOG.md b/CHANGELOG.md index c384bf5a9..ada62b2b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Korean localization for macOS, iPhone and iPad, with a 한국어 language option in General settings. (#2219) - Query results can be drawn as native bar, line, area and scatter charts from the loaded rows. Date and timestamp columns plot on a real time axis. Axis and series controls stack when the pane is narrow, hover shows exact values, and the chart keeps its type and axes across a page turn, a sort and a re-run. A result past the plotting limit still draws what fits and says how much. The status bar keeps the row count and pagination in Chart mode. This is a Starter feature. - Every database operation TablePro authorizes is written to a local execution log, including the ones the AI assistant and MCP clients ask for, with the statement stored as a digest rather than as text. Records are hash chained, so an edited, reordered or removed entry can be detected. The log stays on the Mac and is not synced. - An administrator can set a minimum Safe Mode level for every connection through a macOS configuration profile, so a managed Mac cannot be dropped below it. A connection set stricter keeps its own level, since the policy is a floor rather than a ceiling. The control shows as managed instead of editable. diff --git a/Packages/TableProCore/Sources/TableProMSSQLCore/MSSQLCoreError.swift b/Packages/TableProCore/Sources/TableProMSSQLCore/MSSQLCoreError.swift index 58c55d43d..303f8d773 100644 --- a/Packages/TableProCore/Sources/TableProMSSQLCore/MSSQLCoreError.swift +++ b/Packages/TableProCore/Sources/TableProMSSQLCore/MSSQLCoreError.swift @@ -44,7 +44,11 @@ public enum MSSQLCoreError: LocalizedError, Sendable { return String(format: String(localized: "Kerberos authentication failed: %@"), serverMessage) case .connectionTimedOut(let isKerberos): if isKerberos { - return String(localized: "Timed out completing Kerberos authentication. The Kerberos KDC (domain controller) may be unreachable, the server's SPN may be missing, or this Mac's clock may be off. Check your network to the domain, or use SQL Server Authentication.") + return String(localized: """ + Timed out completing Kerberos authentication. The Kerberos KDC (domain controller) may be \ + unreachable, the server's SPN may be missing, or this device's clock may be off. Check your \ + network to the domain, or use SQL Server Authentication. + """) } return String(localized: "Timed out connecting to the server. Check the host, port, and that the server is reachable and accepting connections.") } diff --git a/Packages/TableProCore/Sources/TableProModels/SafeModeLevel.swift b/Packages/TableProCore/Sources/TableProModels/SafeModeLevel.swift index 60cd3c9ef..8e477c2f2 100644 --- a/Packages/TableProCore/Sources/TableProModels/SafeModeLevel.swift +++ b/Packages/TableProCore/Sources/TableProModels/SafeModeLevel.swift @@ -25,9 +25,9 @@ public enum SafeModeLevel: String, Codable, Sendable, CaseIterable, Identifiable public var displayName: String { switch self { - case .off: return "Off" - case .confirmWrites: return "Confirm Writes" - case .readOnly: return "Read-Only" + case .off: return String(localized: "Off") + case .confirmWrites: return String(localized: "Confirm Writes") + case .readOnly: return String(localized: "Read-Only") } } } diff --git a/README.ko.md b/README.ko.md new file mode 100644 index 000000000..9c701ae83 --- /dev/null +++ b/README.ko.md @@ -0,0 +1,174 @@ +
+
+
+ 개발자를 위한 빠른 네이티브 데이터베이스 클라이언트입니다.
+ 무료 오픈 소스입니다.
+
+ 웹사이트 · + 문서 · + 다운로드 · + Discord +
+ + + ++ English + Tiếng Việt + 简体中文 +
+ + + +--- + +
+
+
diff --git a/README.vi.md b/README.vi.md index 6e611ee58..04c0e9987 100644 --- a/README.vi.md +++ b/README.vi.md @@ -24,6 +24,7 @@
diff --git a/README.zh.md b/README.zh.md index ab283e5c4..5c8439fcd 100644 --- a/README.zh.md +++ b/README.zh.md @@ -24,6 +24,7 @@
diff --git a/TablePro/InfoPlist.xcstrings b/TablePro/InfoPlist.xcstrings
new file mode 100644
index 000000000..0af4dd1bd
--- /dev/null
+++ b/TablePro/InfoPlist.xcstrings
@@ -0,0 +1,78 @@
+{
+ "sourceLanguage" : "en",
+ "strings" : {
+ "NSDesktopFolderUsageDescription" : {
+ "comment" : "Privacy - Desktop Folder Usage Description",
+ "extractionState" : "manual",
+ "localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "TablePro reads database settings from the project folder you choose."
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "TablePro는 선택한 프로젝트 폴더에서 데이터베이스 설정을 읽습니다."
+ }
+ }
+ }
+ },
+ "NSDocumentsFolderUsageDescription" : {
+ "comment" : "Privacy - Documents Folder Usage Description",
+ "extractionState" : "manual",
+ "localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "TablePro reads database settings from the project folder you choose."
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "TablePro는 선택한 프로젝트 폴더에서 데이터베이스 설정을 읽습니다."
+ }
+ }
+ }
+ },
+ "NSDownloadsFolderUsageDescription" : {
+ "comment" : "Privacy - Downloads Folder Usage Description",
+ "extractionState" : "manual",
+ "localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "TablePro reads database settings from the project folder you choose."
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "TablePro는 선택한 프로젝트 폴더에서 데이터베이스 설정을 읽습니다."
+ }
+ }
+ }
+ },
+ "NSLocalNetworkUsageDescription" : {
+ "comment" : "Privacy - Local Network Usage Description",
+ "extractionState" : "manual",
+ "localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "TablePro connects to database servers and SSH tunnels running on your local network, including Bonjour (.local) hostnames."
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "TablePro는 Bonjour(.local) 호스트 이름을 포함하여 로컬 네트워크에서 실행되는 데이터베이스 서버 및 SSH 터널에 연결합니다."
+ }
+ }
+ }
+ }
+ },
+ "version" : "1.0"
+}
diff --git a/TablePro/Models/Settings/GeneralSettings.swift b/TablePro/Models/Settings/GeneralSettings.swift
index d2f262ad7..2536d03c5 100644
--- a/TablePro/Models/Settings/GeneralSettings.swift
+++ b/TablePro/Models/Settings/GeneralSettings.swift
@@ -27,6 +27,7 @@ enum AppLanguage: String, Codable, CaseIterable, Identifiable {
case vietnamese = "vi"
case chineseSimplified = "zh-Hans"
case chineseTraditional = "zh-Hant"
+ case korean = "ko"
case turkish = "tr"
var id: String { rawValue }
@@ -38,6 +39,7 @@ enum AppLanguage: String, Codable, CaseIterable, Identifiable {
case .vietnamese: return "Tiếng Việt"
case .chineseSimplified: return "简体中文"
case .chineseTraditional: return "繁體中文"
+ case .korean: return "한국어"
case .turkish: return "Türkçe"
}
}
diff --git a/TablePro/Resources/Localizable.xcstrings b/TablePro/Resources/Localizable.xcstrings
index c7ca8ddda..655d747e2 100644
--- a/TablePro/Resources/Localizable.xcstrings
+++ b/TablePro/Resources/Localizable.xcstrings
@@ -31,6 +31,12 @@
},
"\n\n… (%d more characters not shown)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "\n\n… (나머지 %d자는 표시되지 않음)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -60,6 +66,12 @@
" — %@" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : " — %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -86,3064 +98,4353 @@
}
}
},
- "--" : {
+ "\"%@\" was changed since you opened it. Review the diff and choose how to resolve." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "\"%@\" 항목이 열린 후 변경되었습니다. 차이점을 검토하고 해결 방법을 선택하세요."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "--"
+ "value" : "\"%@\" siz açtıktan sonra değiştirildi. Farkları inceleyin ve nasıl çözeceğinizi seçin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "--"
+ "value" : "\"%@\" đã thay đổi kể từ khi bạn mở. Xem lại phần khác biệt và chọn cách xử lý."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "--"
+ "value" : "\"%@\"在您打开后已被更改。请查看差异并选择处理方式。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "--"
+ "value" : "「%@」在你開啟後已被變更。請查看差異並選擇處理方式。"
}
}
}
},
- "-- … %d more characters not shown; use Copy All for the full output." : {
+ "\"%@\" was modified on both this Mac and another device." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "\"%@\" 항목이 이 Mac과 다른 기기에서 모두 수정되었습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "-- … %d karakter daha gösterilmiyor; çıktının tamamı için Tümünü Kopyala'yı kullanın."
+ "value" : "\"%@\" bu Mac ve başka bir cihazda değiştirildi."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "-- … còn %d ký tự nữa không hiển thị; dùng Sao chép tất cả để xem toàn bộ kết quả."
+ "value" : "\"%@\" đã bị thay đổi trên cả máy Mac này và thiết bị khác."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "-- … 还有%d个字符未显示;使用\"全部复制\"获取完整输出。"
+ "value" : "\"%@\" 在此 Mac 和另一台设备上均已修改。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "-- … 還有 %d 個字未顯示;請使用「全部複製」取得完整輸出。"
+ "value" : "「%@」在這台 Mac 和另一台裝置上都被修改了。"
}
}
}
},
- "—" : {
- "extractionState" : "stale",
+ "\"%@\" was modified on disk." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "\"%@\" 항목이 디스크에서 수정되었습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "—"
+ "value" : "\"%@\" diskte değiştirildi."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "—"
+ "value" : "\"%@\" đã bị thay đổi trên đĩa."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "—"
+ "value" : "\"%@\"已在磁盘上被修改。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "—"
+ "value" : "「%@」已在磁碟上被修改。"
}
}
}
},
- ", %@" : {
+ "\"%@\" will be moved to Trash. You can recover it from there." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "\"%@\" 항목이 휴지통으로 이동됩니다. 휴지통에서 복구할 수 있습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : ", %@"
+ "value" : "\"%@\" Çöp Sepeti'ne taşınacak. Oradan geri alabilirsiniz."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : ", %@"
+ "value" : "\"%@\" sẽ được chuyển vào Thùng rác. Bạn có thể khôi phục từ đó."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : ",%@"
+ "value" : "\"%@\"将被移到废纸篓。您可以从那里恢复它。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : ",%@"
+ "value" : "「%@」將被移到垃圾桶。你可以從那裡復原它。"
}
}
}
},
- ", and %lld more" : {
- "comment" : "Plural suffix for the number of overflow items.",
- "isCommentAutoGenerated" : true,
+ "\"%@\" will be permanently deleted." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "\"%@\" 항목이 영구적으로 삭제됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : " ve %lld tane daha"
+ "value" : "\"%@\" kalıcı olarak silinecek."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : " và %lld mục nữa"
+ "value" : "\"%@\" sẽ bị xoá vĩnh viễn."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : ",还有 %lld 项"
+ "value" : "\"%@\" 将被永久删除。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : ",還有 %lld 項"
+ "value" : "「%@」將會永久刪除。"
}
}
}
},
- ":" : {
+ "\"%@\" will be removed from the sidebar. Files on disk will not be deleted." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "\"%@\" 항목이 사이드바에서 제거됩니다. 디스크의 파일은 삭제되지 않습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : ":"
+ "value" : "\"%@\" Sidebar'dan kaldırılacak. Diskteki dosyalar silinmeyecek."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : ":"
+ "value" : "\"%@\" sẽ bị gỡ khỏi thanh bên. Các tệp trên đĩa sẽ không bị xóa."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : ":"
+ "value" : "\"%@\"将从侧边栏中移除。磁盘上的文件不会被删除。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : ":"
+ "value" : "「%@」將從側邊欄移除。磁碟上的檔案不會被刪除。"
}
}
}
},
- ":%@" : {
- "shouldTranslate" : false
- },
- "…and %d more lines" : {
+ "\"%@\" will be removed from your system. This action cannot be undone." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "\"%@\" 항목이 시스템에서 제거됩니다. 이 작업은 취소할 수 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "…ve %d satır daha"
+ "value" : "\"%@\" sisteminizden kaldırılacak. Bu işlem geri alınamaz."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "…và %d dòng nữa"
+ "value" : "\"%@\" sẽ bị xoá khỏi hệ thống. Hành động này không thể hoàn tác."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "…还有 %d 行"
+ "value" : "\"%@\" 将从您的系统中移除。此操作无法撤销。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "…還有 %d 列"
+ "value" : "「%@」將從你的系統中移除。此動作無法復原。"
}
}
}
},
- ".%@" : {
- "extractionState" : "stale",
+ "%.3fms" : {
+ "comment" : "A value of a time in milliseconds.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%.3fms"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : ".%@"
+ "value" : "%.3fms"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : ".%@"
+ "value" : "%.3fms"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : ".%@"
+ "value" : "%.3fms"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : ".%@"
+ "value" : "%.3fms"
}
}
}
},
- "·" : {
+ "%1$@ (%2$@)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@ (%2$@)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "·"
+ "value" : "%1$@ (%2$@)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "·"
+ "value" : "%1$@ (%2$@)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "·"
+ "value" : "%1$@(%2$@)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "·"
+ "value" : "%1$@(%2$@)"
}
}
}
},
- "''" : {
- "extractionState" : "stale",
+ "%1$@ (ORA-%2$ld)." : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@ (ORA-%2$ld)."
+ }
+ }
+ }
+ },
+ "%1$@ +%2$lld" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@ +%2$lld"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "''"
+ "value" : "%1$@ +%2$lld"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "''"
+ "value" : "%1$@ +%2$lld"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "''"
+ "value" : "%1$@ +%2$lld"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "''"
+ "value" : "%1$@ +%2$lld"
}
}
}
},
- "'%@' is a reserved Windows device name" : {
- "extractionState" : "stale",
+ "%1$@ of %2$@" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@/%2$@"
+ }
+ }
+ }
+ },
+ "%1$@ of %2$@ on this page" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 페이지에서 %2$@개 중 %1$@개"
+ }
+ }
+ }
+ },
+ "%1$@ on %2$@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%2$@에서 %1$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "'%@' ayrılmış bir Windows aygıt adıdır"
+ "value" : "%2$@ üzerinde %1$@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "'%@' là tên thiết bị Windows dành riêng"
+ "value" : "%1$@ trên %2$@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "'%@' 是 Windows 保留设备名"
+ "value" : "%2$@ 上的 %1$@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "「%@」是 Windows 保留的裝置名稱"
+ "value" : "%2$@ 上的 %1$@"
}
}
}
},
- "“%@” owns database objects" : {
+ "%1$@ was signed by %2$@ (Team ID %3$@) and notarized by Apple. TablePro did not write it.\n\nA database plugin runs as part of TablePro and can read the credentials of every connection you open. Trust this developer only if you would give them that access.\n\nTrusting applies to every plugin this developer signs, now and later. You can withdraw it in Settings > Plugins." : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "플러그인: %1$@. 서명자: %2$@ (팀 ID %3$@). Apple의 공증을 받았습니다. TablePro에서 만든 플러그인이 아닙니다.\n\n데이터베이스 플러그인은 TablePro의 일부로 실행되며 사용자가 여는 모든 연결의 자격 증명을 읽을 수 있습니다. 해당 접근 권한을 부여해도 되는 개발자만 신뢰하세요.\n\n개발자를 신뢰하면 현재와 이후에 이 개발자가 서명하는 모든 플러그인에 적용됩니다. 설정 > 플러그인에서 언제든지 신뢰를 해제할 수 있습니다."
+ }
+ }
+ }
+ },
+ "%1$@ → %2$@ · %3$@ runs before, %4$@ now" : {
+ "comment" : "Regression detail: prior duration, recent duration, prior count, recent count",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@ → %2$@ · 이전 실행 %3$@, 현재 %4$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "“%@” veritabanı nesnelerinin sahibi"
+ "value" : "%1$@ → %2$@ · önce %3$@ çalışma, şimdi %4$@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "“%@” đang sở hữu các đối tượng cơ sở dữ liệu"
+ "value" : "%1$@ → %2$@ · trước %3$@ lần chạy, hiện %4$@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "“%@” 拥有数据库对象"
+ "value" : "%1$@ → %2$@ · 之前 %3$@ 次,现在 %4$@ 次"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "「%@」擁有資料庫物件"
+ "value" : "%1$@ → %2$@ · 之前 %3$@ 次,現在 %4$@ 次"
}
}
}
},
- "\"%@\" was changed since you opened it. Review the diff and choose how to resolve." : {
+ "%1$@, %2$@" : {
+ "shouldTranslate" : false
+ },
+ "%1$@: %2$@" : {
+ "comment" : "A list of failed drops, one per line.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@: %2$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" siz açtıktan sonra değiştirildi. Farkları inceleyin ve nasıl çözeceğinizi seçin."
+ "value" : "%1$@: %2$@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" đã thay đổi kể từ khi bạn mở. Xem lại phần khác biệt và chọn cách xử lý."
+ "value" : "%1$@: %2$@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\"在您打开后已被更改。请查看差异并选择处理方式。"
+ "value" : "%1$@:%2$@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "「%@」在你開啟後已被變更。請查看差異並選擇處理方式。"
+ "value" : "%1$@:%2$@"
}
}
}
},
- "\"%@\" was modified on both this Mac and another device." : {
- "extractionState" : "stale",
+ "%1$d of %2$d" : {
+ "comment" : "A description of the current position in a collection of items. The first argument is the current position. The second argument is the total number of items.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$d/%2$d"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" bu Mac ve başka bir cihazda değiştirildi."
+ "value" : "%2$d içinden %1$d"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" đã bị thay đổi trên cả máy Mac này và thiết bị khác."
+ "value" : "%1$d trên %2$d"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" 在此 Mac 和另一台设备上均已修改。"
+ "value" : "%1$d / %2$d"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "「%@」在這台 Mac 和另一台裝置上都被修改了。"
+ "value" : "%1$d / %2$d"
}
}
}
},
- "\"%@\" was modified on disk." : {
+ "%1$lld of %2$lld statements were applied. This connection does not roll back user and role changes." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$lld/%2$lld개 SQL 문이 적용되었습니다. 이 연결에서는 사용자 및 역할 변경을 롤백하지 않습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" diskte değiştirildi."
+ "value" : "%2$lld ifadeden %1$lld tanesi uygulandı. Bu bağlantı, kullanıcı ve rol değişikliklerini geri almaz."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" đã bị thay đổi trên đĩa."
+ "value" : "Đã áp dụng %1$lld trên %2$lld câu lệnh. Kết nối này không hoàn tác các thay đổi người dùng và vai trò."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\"已在磁盘上被修改。"
+ "value" : "已应用 %2$lld 条语句中的 %1$lld 条。此连接不会回滚用户和角色更改。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "「%@」已在磁碟上被修改。"
+ "value" : "已套用 %2$lld 條陳述式中的 %1$lld 條。此連線不會回復使用者與角色的變更。"
}
}
}
},
- "“%@” will be disconnected and any in-flight requests will be cancelled." : {
+ "%1$lld statements executed, %2$lld failed" : {
+ "comment" : "The number of statements that were skipped and the number of statements that failed.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$lld개 SQL 문 실행됨, %2$lld개 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" bağlantısı kesilecek ve devam eden tüm istekler iptal edilecek."
+ "value" : "%1$lld ifade çalıştırıldı, %2$lld başarısız"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "“%@” sẽ bị ngắt kết nối và mọi yêu cầu đang xử lý sẽ bị hủy."
+ "value" : "Đã chạy %1$lld câu lệnh, %2$lld lỗi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "“%@” 将被断开连接,所有进行中的请求将被取消。"
+ "value" : "已执行 %1$lld 条语句,%2$lld 条失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "「%@」將會中斷連線,所有進行中的請求都會被取消。"
+ "value" : "已執行 %1$lld 條陳述式,%2$lld 條失敗"
}
}
}
},
- "\"%@\" will be moved to Trash. You can recover it from there." : {
+ "%1$lld users, %2$lld roles" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사용자 %1$lld명, 역할 %2$lld개"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" Çöp Sepeti'ne taşınacak. Oradan geri alabilirsiniz."
+ "value" : "%1$lld kullanıcı, %2$lld rol"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" sẽ được chuyển vào Thùng rác. Bạn có thể khôi phục từ đó."
+ "value" : "%1$lld người dùng, %2$lld vai trò"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\"将被移到废纸篓。您可以从那里恢复它。"
+ "value" : "%1$lld 个用户,%2$lld 个角色"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "「%@」將被移到垃圾桶。你可以從那裡復原它。"
+ "value" : "%1$lld 個使用者、%2$lld 個角色"
}
}
}
},
- "\"%@\" will be permanently deleted." : {
+ "%@ %@" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "%1$@ %2$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@ %2$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" kalıcı olarak silinecek."
+ "value" : "%@ %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" sẽ bị xoá vĩnh viễn."
+ "value" : "%@ %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" 将被永久删除。"
+ "value" : "%@ %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "「%@」將會永久刪除。"
+ "value" : "%1$@ %2$@"
}
}
}
},
- "“%@” will be permanently deleted. External clients using this token will lose access immediately." : {
+ "%@ (%@@%@)" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "%1$@ (%2$@@%3$@)"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@ (%2$@@%3$@)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" kalıcı olarak silinecek. Bu token'ı kullanan harici istemciler erişimi anında kaybedecek."
+ "value" : "%@ (%@@%@)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "“%@” sẽ bị xóa vĩnh viễn. Các client bên ngoài đang dùng token này sẽ mất quyền truy cập ngay lập tức."
+ "value" : "%@ (%@@%@)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "“%@” 将被永久删除。使用此令牌的外部客户端将立即失去访问权限。"
+ "value" : "%@(%@@%@)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "「%@」將會永久刪除。使用此權杖的外部用戶端將立即失去存取權限。"
+ "value" : "%1$@(%2$@@%3$@)"
}
}
}
},
- "\"%@\" will be removed from the sidebar. Files on disk will not be deleted." : {
+ "%@ (%lld/%lld)" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "%1$@ (%2$lld/%3$lld)"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@ (%2$lld/%3$lld)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" Sidebar'dan kaldırılacak. Diskteki dosyalar silinmeyecek."
+ "value" : "%@ (%lld/%lld)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" sẽ bị gỡ khỏi thanh bên. Các tệp trên đĩa sẽ không bị xóa."
+ "value" : "%1$@ (%2$lld/%3$lld)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\"将从侧边栏中移除。磁盘上的文件不会被删除。"
+ "value" : "%@ (%lld/%lld)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "「%@」將從側邊欄移除。磁碟上的檔案不會被刪除。"
+ "value" : "%1$@ (%2$lld/%3$lld)"
}
}
}
},
- "\"%@\" will be removed from your system. This action cannot be undone." : {
+ "%@ (+%d more)" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "%1$@ (+%2$d more)"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@ (+%2$d개 더 있음)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" sisteminizden kaldırılacak. Bu işlem geri alınamaz."
+ "value" : "%@ (+%d daha)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" sẽ bị xoá khỏi hệ thống. Hành động này không thể hoàn tác."
+ "value" : "%@ (+%d nữa)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" 将从您的系统中移除。此操作无法撤销。"
+ "value" : "%@(另外 %d 个)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "「%@」將從你的系統中移除。此動作無法復原。"
+ "value" : "%1$@(另外 %2$d 個)"
}
}
}
},
- "(%@)" : {
+ "%@ (Copy)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ (복사본)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%@)"
+ "value" : "%@ (Kopya)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%@)"
+ "value" : "%@ (Bản sao)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%@)"
+ "value" : "%@(副本)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%@)"
+ "value" : "%@(副本)"
}
}
}
},
- "(%lld %@)" : {
+ "%@ (Pro)" : {
+ "extractionState" : "stale",
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "(%1$lld %2$@)"
+ "state" : "translated",
+ "value" : "%@ (Pro)"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%lld %@)"
+ "value" : "%@ (Pro)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%1$lld %2$@)"
+ "value" : "%@ (Pro)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%lld %@)"
+ "value" : "%@(Pro)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%1$lld %2$@)"
+ "value" : "%@(Pro)"
}
}
}
},
- "(%lld active)" : {
- "extractionState" : "stale",
+ "%@ Preview" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 미리보기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%lld etkin)"
+ "value" : "%@ Önizleme"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%lld đang hoạt động)"
+ "value" : "Xem trước %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%lld 活跃)"
+ "value" : "%@ 预览"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%lld 個使用中)"
+ "value" : "%@ 預覽"
}
}
}
},
- "(%lld hidden)" : {
- "extractionState" : "stale",
+ "%@ Query" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 쿼리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%lld gizli)"
+ "value" : "%@ Sorgusu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%lld ẩn)"
+ "value" : "Truy vấn %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%lld 个已隐藏)"
+ "value" : "%@ 查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%lld 個已隱藏)"
+ "value" : "%@ 查詢"
}
}
}
},
- "(%lld)" : {
+ "%@ Switch Failed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 전환 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%lld)"
+ "value" : "%@ Değiştirilemedi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%lld)"
+ "value" : "Chuyển %@ thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%lld)"
+ "value" : "%@ 切换失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%lld)"
+ "value" : "%@ 切換失敗"
}
}
}
},
- "(%lld/%lld)" : {
+ "%@ cannot be empty" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "(%1$lld/%2$lld)"
+ "state" : "translated",
+ "value" : "%@ 필드는 비워 둘 수 없습니다"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%lld/%lld)"
+ "value" : "%@ cannot be boş"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%lld/%lld)"
+ "value" : "%@ không được để trống"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%lld/%lld)"
+ "value" : "%@ 不能为空"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%1$lld/%2$lld)"
+ "value" : "%@ 不能為空白"
}
}
}
},
- "(Empty)" : {
+ "%@ cannot be negative" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 값은 음수일 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(Boş)"
+ "value" : "%@ cannot be negatif"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(Trống)"
+ "value" : "%@ không được là số âm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(空)"
+ "value" : "%@ 不能为负数"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(空)"
+ "value" : "%@ 不能為負數"
}
}
}
},
- "(NULL)" : {
+ "%@ completed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 완료"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(NULL)"
+ "value" : "%@ tamamlandı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(NULL)"
+ "value" : "%@ hoàn tất"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(NULL)"
+ "value" : "%@ 已完成"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(NULL)"
+ "value" : "%@ 已完成"
}
}
}
},
- "(optional)" : {
- "extractionState" : "stale",
+ "%@ could not be loaded" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 로드 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(isteğe bağlı)"
+ "value" : "%@ yüklenemedi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(tùy chọn)"
+ "value" : "Không thể tải %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(可选)"
+ "value" : "无法加载%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(選填)"
+ "value" : "無法載入 %@"
}
}
}
},
- "(showing %d of %d rows)" : {
+ "%@ does not support switching schemas in TablePro." : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "(showing %1$d of %2$d rows)"
+ "state" : "translated",
+ "value" : "%@에서는 TablePro의 스키마 전환을 지원하지 않습니다."
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(%d / %d satır gösteriliyor)"
+ "value" : "%@ TablePro'da şema değiştirmeyi desteklemiyor."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(đang hiển thị %d trên %d hàng)"
+ "value" : "%@ không hỗ trợ chuyển schema trong TablePro."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(显示 %d / %d 行)"
+ "value" : "%@在TablePro中不支持切换Schema。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(顯示 %1$d / %2$d 列)"
+ "value" : "%@ 在 TablePro 中不支援切換綱要。"
}
}
}
},
- "(this Mac)" : {
+ "%@ download" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(this Mac)"
+ "value" : "%@회 다운로드"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(bu Mac)"
+ "value" : "%@ indirme"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(máy Mac này)"
+ "value" : "%@ lượt tải"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(此 Mac)"
+ "value" : "%@ 次下载"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "(這台 Mac)"
+ "value" : "%@ 次下載"
}
}
}
},
- "**Available commands:**" : {
+ "%@ downloads" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@회 다운로드"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "**Kullanılabilir komutlar:**"
+ "value" : "%@ indirme"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "**Các lệnh khả dụng:**"
+ "value" : "%@ lượt tải"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "**可用命令:**"
+ "value" : "%@ 次下载"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "**可用指令:**"
+ "value" : "%@ 次下載"
}
}
}
},
- "/%@" : {
+ "%@ failed" : {
+ "comment" : "Failure count, %@ is a count",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "/%@"
+ "value" : "%@ başarısız oldu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "/%@"
+ "value" : "%@ thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "/%@"
+ "value" : "%@ 失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "/%@"
+ "value" : "%@ 失敗"
}
}
}
},
- "/%@ · %@" : {
+ "%@ is already assigned to \"%@\". Reassigning will remove it from that action." : {
+ "extractionState" : "stale",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
- "value" : "/%1$@ · %2$@"
+ "value" : "%1$@ is already assigned to \"%2$@\". Reassigning will remove it from that action."
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@ 키는 이미 \"%2$@\"에 할당되어 있습니다. 다시 할당하면 해당 동작에서 제거됩니다."
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "/%1$@ · %2$@"
+ "value" : "%@ is zaten şuna atanmış \"%@\". Yeniden atama bu işlemden kaldırır."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "/%1$@ · %2$@"
+ "value" : "%1$@ đã được gán cho \"%2$@\". Gán lại sẽ xóa phím tắt khỏi hành động đó."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "/%1$@ · %2$@"
+ "value" : "%@ 已分配给 \"%@\"。重新分配将从该操作中移除它。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "/%1$@ · %2$@"
+ "value" : "%1$@ 已指派給「%2$@」。重新指派會將它從該動作中移除。"
}
}
}
},
- "/%@ needs a query: type one in the editor or after the command." : {
+ "%@ is already in the favorites list." : {
+ "comment" : "A message that appears when the user tries to link a folder that is already linked. The argument is the name of the folder.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 항목은 이미 즐겨찾기 목록에 있습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "/%@ bir sorgu gerektirir: düzenleyiciye veya komutun ardına bir sorgu yazın."
+ "value" : "%@ zaten sık kullanılanlar listesinde."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "/%@ cần một truy vấn: nhập vào trình soạn thảo hoặc sau lệnh."
+ "value" : "%@ đã có trong danh sách yêu thích."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "/%@需要一个查询:请在编辑器中或命令后输入。"
+ "value" : "%@ 已在收藏列表中。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "/%@ 需要一個查詢:請在編輯器中或指令後輸入。"
+ "value" : "%@ 已在我的最愛清單中。"
}
}
}
},
- "/path/to/agent.sock" : {
+ "%@ is already used by \"%@\" in %@. Reassigning removes it from that action." : {
"localizations" : {
- "tr" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "/path/to/agent.sock"
- }
- },
- "vi" : {
+ "en" : {
"stringUnit" : {
- "state" : "translated",
- "value" : "/path/to/agent.sock"
+ "state" : "new",
+ "value" : "%1$@ is already used by \"%2$@\" in %3$@. Reassigning removes it from that action."
}
},
- "zh-Hans" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "/path/to/agent.sock"
+ "value" : "%1$@ 키는 이미 \"%2$@\" 동작(%3$@)에서 사용 중입니다. 다시 할당하면 해당 동작에서 제거됩니다."
}
},
- "zh-Hant" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "/path/to/agent.sock"
- }
- }
- }
- },
- "/path/to/ca-cert.pem" : {
- "localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "/path/to/ca-cert.pem"
+ "value" : "%1$@ zaten %3$@ içindeki \"%2$@\" tarafından kullanılıyor. Yeniden atamak onu o eylemden kaldırır."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "/đường/dẫn/tới/ca-cert.pem"
+ "value" : "%1$@ đang được dùng bởi \"%2$@\" trong %3$@. Gán lại sẽ gỡ nó khỏi thao tác đó."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "/path/to/ca-cert.pem"
+ "value" : "%1$@已被%3$@中的\"%2$@\"使用。重新指定会将其从该操作中移除。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "/path/to/ca-cert.pem"
+ "value" : "%1$@ 已被 %2$@ 中的「%3$@」使用。重新指派會將它從該動作中移除。"
}
}
}
},
- "/path/to/database.sqlite" : {
- "extractionState" : "stale",
+ "%@ is required" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 항목이 필요합니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "/path/to/database.sqlite"
+ "value" : "%@ gerekli"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "/đường/dẫn/tới/database.sqlite"
+ "value" : "%@ là bắt buộc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "/path/to/database.sqlite"
+ "value" : "%@为必填项"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "/path/to/database.sqlite"
+ "value" : "%@ 為必填"
}
}
}
},
- "%.3fms" : {
- "comment" : "A value of a time in milliseconds.",
- "isCommentAutoGenerated" : true,
+ "%@ ms" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ ms"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%.3fms"
+ "value" : "%@ ms"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%.3fms"
+ "value" : "%@ ms"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%.3fms"
+ "value" : "%@ ms"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%.3fms"
+ "value" : "%@ ms"
}
}
}
},
- "%@ (%@@%@)" : {
+ "%@ must be %d characters or less" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
- "value" : "%1$@ (%2$@@%3$@)"
+ "value" : "%1$@ must be %2$d characters or less"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@ 길이는 %2$d자 이하여야 합니다"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ (%@@%@)"
+ "value" : "%@ en fazla %d karakter olmalıdır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ (%@@%@)"
+ "value" : "%@ phải có %d ký tự trở xuống"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@(%@@%@)"
+ "value" : "%@不能超过%d个字符"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@(%2$@@%3$@)"
+ "value" : "%1$@ 不能超過 %2$d 個字"
}
}
}
},
- "%@ (%lld/%lld)" : {
+ "%@ must be %lld characters or less" : {
+ "extractionState" : "stale",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
- "value" : "%1$@ (%2$lld/%3$lld)"
+ "value" : "%1$@ must be %2$lld characters or less"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@ 길이는 %2$lld자 이하여야 합니다"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ (%lld/%lld)"
+ "value" : "%@ must be %lld karakter or az"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ (%2$lld/%3$lld)"
+ "value" : "%1$@ phải có %2$lld ký tự trở xuống"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ (%lld/%lld)"
+ "value" : "%@ 必须为 %lld 个字符或更少"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ (%2$lld/%3$lld)"
+ "value" : "%1$@ 不能超過 %2$lld 個字"
}
}
}
},
- "%@ (+%d more)" : {
+ "%@ must be between %@ and %@" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
- "value" : "%1$@ (+%2$d more)"
+ "value" : "%1$@ must be between %2$@ and %3$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@ 값은 %2$@에서 %3$@ 사이여야 합니다"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ (+%d daha)"
+ "value" : "%@ must be arasında %@ and %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ (+%d nữa)"
+ "value" : "%1$@ phải nằm trong khoảng %2$@ đến %3$@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@(另外 %d 个)"
+ "value" : "%@ 必须在 %@ 和 %@ 之间"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@(另外 %2$d 個)"
+ "value" : "%1$@ 必須介於 %2$@ 和 %3$@ 之間"
}
}
}
},
- "%@ (Copy)" : {
+ "%@ name" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 이름"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ (Kopya)"
+ "value" : "%@ adı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ (Bản sao)"
+ "value" : "Tên %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@(副本)"
+ "value" : "%@ 名称"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@(副本)"
+ "value" : "%@ 名稱"
}
}
}
},
- "%@ (Pro)" : {
- "extractionState" : "stale",
+ "%@ of %@" : {
+ "comment" : "Failed count out of total, both are counts",
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "%1$@ of %2$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@/%2$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ (Pro)"
+ "value" : "%2$@ içinden %1$@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ (Pro)"
+ "value" : "%1$@ trên %2$@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@(Pro)"
+ "value" : "%1$@ / %2$@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@(Pro)"
+ "value" : "%1$@ / %2$@"
}
}
}
},
- "%@ %@" : {
+ "%@ on %@ completed successfully." : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
- "value" : "%1$@ %2$@"
+ "value" : "%1$@ on %2$@ completed successfully."
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@ 작업이 %2$@에서 성공적으로 완료되었습니다."
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ %@"
+ "value" : "%@ üzerinde %@ başarıyla tamamlandı."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ %@"
+ "value" : "%@ trên %@ hoàn tất thành công."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ %@"
+ "value" : "%@ 在 %@ 上成功完成。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ %2$@"
+ "value" : "%1$@ 上的 %2$@ 已成功完成。"
}
}
}
},
- "%@ • %@" : {
+ "%@ requires a Pro license" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "%1$@ • %2$@"
+ "state" : "translated",
+ "value" : "%@에는 Pro 라이선스가 필요합니다"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ • %2$@"
+ "value" : "%@ requires a Pro license"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ • %2$@"
+ "value" : "%@ yêu cầu giấy phép Pro"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ • %2$@"
+ "value" : "%@ 需要 Pro 许可证"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ • %2$@"
+ "value" : "%@ 需要 Pro 授權"
}
}
}
},
- "%@ → %@.%@" : {
+ "%@ requires the %@ plan" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
- "value" : "%1$@ → %2$@.%3$@"
+ "value" : "%1$@ requires the %2$@ plan"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@에는 %2$@ 플랜이 필요합니다"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ → %@.%@"
+ "value" : "%1$@ için %2$@ planı gerekir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ → %@.%@"
+ "value" : "%1$@ yêu cầu gói %2$@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ → %@.%@"
+ "value" : "%1$@ 需要 %2$@ 方案"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ → %2$@.%3$@"
+ "value" : "%1$@ 需要 %2$@ 方案"
}
}
}
},
- "%@ cannot be empty" : {
+ "%@ rows" : {
+ "comment" : "Total rows for a query shape, %@ is a count",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@행"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ cannot be boş"
+ "value" : "%@ satır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ không được để trống"
+ "value" : "%@ dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 不能为空"
+ "value" : "%@ 行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 不能為空白"
+ "value" : "%@ 列"
}
}
}
},
- "%@ cannot be negative" : {
+ "%@ s" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@초"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ cannot be negatif"
+ "value" : "%@ s"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ không được là số âm"
+ "value" : "%@ giây"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 不能为负数"
+ "value" : "%@ 秒"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 不能為負數"
+ "value" : "%@ 秒"
}
}
}
},
- "%@ completed" : {
+ "%@ seconds" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@초"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ tamamlandı"
+ "value" : "%@ saniye"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ hoàn tất"
+ "value" : "%@ giây"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 已完成"
+ "value" : "%@ 秒"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 已完成"
+ "value" : "%@ 秒"
}
}
}
},
- "%@ could not be loaded" : {
+ "%@ shapes" : {
+ "comment" : "Number of distinct query shapes, %@ is a count",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@개 패턴"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ yüklenemedi"
+ "value" : "%@ sorgu şekli"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể tải %@"
+ "value" : "%@ dạng truy vấn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法加载%@"
+ "value" : "%@ 种查询形态"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法載入 %@"
+ "value" : "%@ 種查詢形態"
}
}
}
},
- "%@ does not support switching schemas in TablePro." : {
+ "%@ slowest" : {
+ "comment" : "Slowest single run, %@ is a duration",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최장 %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ TablePro'da şema değiştirmeyi desteklemiyor."
+ "value" : "en yavaş %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ không hỗ trợ chuyển schema trong TablePro."
+ "value" : "chậm nhất %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@在TablePro中不支持切换Schema。"
+ "value" : "最慢 %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 在 TablePro 中不支援切換綱要。"
+ "value" : "最慢 %@"
}
}
}
},
- "%@ download" : {
+ "%@ switches reconnect the session" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 전환 시 세션이 다시 연결됩니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ indirme"
+ "value" : "%@ değiştirmek oturumu yeniden bağlar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ lượt tải"
+ "value" : "Chuyển %@ sẽ kết nối lại phiên"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 次下载"
+ "value" : "切换%@会重新连接会话"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 次下載"
+ "value" : "切換%@會重新連線工作階段"
}
}
}
},
- "%@ downloads" : {
+ "%@ was not found on this system. Install it with `brew install libpq` and link it." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 시스템에서 %@ 프로그램을 찾을 수 없습니다. `brew install libpq`로 설치하고 링크하세요."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ indirme"
+ "value" : "%@ bu sistemde bulunamadı. `brew install libpq` ile yükleyin ve bağlayın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ lượt tải"
+ "value" : "Không tìm thấy %@ trên hệ thống này. Cài đặt bằng `brew install libpq` rồi liên kết nó."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 次下载"
+ "value" : "在此系统上未找到%@。请使用`brew install libpq`安装并链接它。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 次下載"
+ "value" : "在這個系統上找不到 %@。請使用 `brew install libpq` 安裝並連結它。"
}
}
}
},
- "%@ failed" : {
- "comment" : "Failure count, %@ is a count",
+ "%@ • %@" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "%1$@ • %2$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@ • %2$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ başarısız oldu"
+ "value" : "%1$@ • %2$@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ thất bại"
+ "value" : "%1$@ • %2$@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 失败"
+ "value" : "%1$@ • %2$@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 失敗"
+ "value" : "%1$@ • %2$@"
}
}
}
},
- "%@ is already assigned to \"%@\". Reassigning will remove it from that action." : {
- "extractionState" : "stale",
+ "%@ → %@.%@" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
- "value" : "%1$@ is already assigned to \"%2$@\". Reassigning will remove it from that action."
+ "value" : "%1$@ → %2$@.%3$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@ → %2$@.%3$@"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ is zaten şuna atanmış \"%@\". Yeniden atama bu işlemden kaldırır."
+ "value" : "%@ → %@.%@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ đã được gán cho \"%2$@\". Gán lại sẽ xóa phím tắt khỏi hành động đó."
+ "value" : "%@ → %@.%@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 已分配给 \"%@\"。重新分配将从该操作中移除它。"
+ "value" : "%@ → %@.%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ 已指派給「%2$@」。重新指派會將它從該動作中移除。"
+ "value" : "%1$@ → %2$@.%3$@"
}
}
}
},
- "%@ is already in the favorites list." : {
- "comment" : "A message that appears when the user tries to link a folder that is already linked. The argument is the name of the folder.",
- "isCommentAutoGenerated" : true,
+ "%@%@" : {
+ "extractionState" : "stale",
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "%1$@%2$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@%2$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ zaten sık kullanılanlar listesinde."
+ "value" : "%@%@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ đã có trong danh sách yêu thích."
+ "value" : "%@%@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 已在收藏列表中。"
+ "value" : "%@%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 已在我的最愛清單中。"
+ "value" : "%1$@%2$@"
}
}
}
},
- "%@ is already used by \"%@\" in %@. Reassigning removes it from that action." : {
+ "%@, %@" : {
+ "extractionState" : "stale",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
- "value" : "%1$@ is already used by \"%2$@\" in %3$@. Reassigning removes it from that action."
+ "value" : "%1$@, %2$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@, %2$@"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ zaten %3$@ içindeki \"%2$@\" tarafından kullanılıyor. Yeniden atamak onu o eylemden kaldırır."
+ "value" : "%@, %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ đang được dùng bởi \"%2$@\" trong %3$@. Gán lại sẽ gỡ nó khỏi thao tác đó."
+ "value" : "%@, %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@已被%3$@中的\"%2$@\"使用。重新指定会将其从该操作中移除。"
+ "value" : "%@, %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ 已被 %2$@ 中的「%3$@」使用。重新指派會將它從該動作中移除。"
+ "value" : "%1$@, %2$@"
}
}
}
},
- "%@ is required" : {
+ "%@, pinned" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@, 고정됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ gerekli"
+ "value" : "%@, sabitlendi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ là bắt buộc"
+ "value" : "%@, đã ghim"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@为必填项"
+ "value" : "%@,已固定"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 為必填"
+ "value" : "%@,已釘選"
}
}
}
},
- "%@ ms" : {
+ "%@." : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ ms"
+ "value" : "%@."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ ms"
+ "value" : "%@."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ ms"
+ "value" : "%@."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ ms"
+ "value" : "%@."
}
}
}
},
- "%@ must be %d characters or less" : {
+ "%@. %@" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
- "value" : "%1$@ must be %2$d characters or less"
+ "value" : "%1$@. %2$@"
}
},
- "tr" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ en fazla %d karakter olmalıdır"
+ "value" : "%1$@. %2$@"
}
},
- "vi" : {
+ "tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ phải có %d ký tự trở xuống"
+ "value" : "%@. %@"
+ }
+ },
+ "vi" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@. %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@不能超过%d个字符"
+ "value" : "%@。%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ 不能超過 %2$d 個字"
+ "value" : "%@。%@"
}
}
}
},
- "%@ must be %lld characters or less" : {
- "extractionState" : "stale",
+ "%@. %@. %@" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
- "value" : "%1$@ must be %2$lld characters or less"
+ "value" : "%1$@. %2$@. %3$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@. %2$@. %3$@"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ must be %lld karakter or az"
+ "value" : "%@. %@. %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ phải có %2$lld ký tự trở xuống"
+ "value" : "%@. %@. %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 必须为 %lld 个字符或更少"
+ "value" : "%@。%@。%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ 不能超過 %2$lld 個字"
+ "value" : "%@。%@。%@"
}
}
}
},
- "%@ must be between %@ and %@" : {
+ "%@/%@ rows" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
- "value" : "%1$@ must be between %2$@ and %3$@"
+ "value" : "%1$@/%2$@ rows"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@/%2$@행"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ must be arasında %@ and %@"
+ "value" : "%@/%@ satır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ phải nằm trong khoảng %2$@ đến %3$@"
+ "value" : "%1$@/%2$@ dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 必须在 %@ 和 %@ 之间"
+ "value" : "%@/%@ 行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ 必須介於 %2$@ 和 %3$@ 之間"
+ "value" : "%1$@/%2$@ 列"
}
}
}
},
- "%@ name" : {
+ "%@: %@" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "%1$@: %2$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@: %2$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ adı"
+ "value" : "%1$@: %2$@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên %@"
+ "value" : "%1$@: %2$@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 名称"
+ "value" : "%1$@: %2$@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 名稱"
+ "value" : "%1$@: %2$@"
}
}
}
},
- "%@ of %@" : {
- "comment" : "Failed count out of total, both are counts",
+ "%@: %@, %@" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
- "value" : "%1$@ of %2$@"
+ "value" : "%1$@: %2$@, %3$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@: %2$@, %3$@"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%2$@ içinden %1$@"
+ "value" : "%@: %@, %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ trên %2$@"
+ "value" : "%@: %@, %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ / %2$@"
+ "value" : "%@:%@、%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ / %2$@"
+ "value" : "%@:%@、%@"
}
}
}
},
- "%@ on %@ completed successfully." : {
+ "%@: %lld" : {
+ "extractionState" : "stale",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
- "value" : "%1$@ on %2$@ completed successfully."
+ "value" : "%1$@: %2$lld"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@: %2$lld"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ üzerinde %@ başarıyla tamamlandı."
+ "value" : "%@: %lld"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ trên %@ hoàn tất thành công."
+ "value" : "%@: %lld"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 在 %@ 上成功完成。"
+ "value" : "%@: %lld"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ 上的 %2$@ 已成功完成。"
+ "value" : "%1$@: %2$lld"
}
}
}
},
- "%@ Preview" : {
+ "%@:%@" : {
+ "extractionState" : "stale",
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "%1$@:%2$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@:%2$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ Önizleme"
+ "value" : "%@:%@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xem trước %@"
+ "value" : "%@:%@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 预览"
+ "value" : "%@:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 預覽"
+ "value" : "%1$@:%2$@"
}
}
}
},
- "%@ Query" : {
+ "%@_name" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@_name"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ Sorgusu"
+ "value" : "%@_name"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Truy vấn %@"
+ "value" : "%@_name"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 查询"
+ "value" : "%@_name"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 查詢"
+ "value" : "%@_name"
}
}
}
},
- "%@ requires a Pro license" : {
+ "%@ms" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ms"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ requires a Pro license"
+ "value" : "%@ms"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ yêu cầu giấy phép Pro"
+ "value" : "%@ms"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 需要 Pro 许可证"
+ "value" : "%@ms"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 需要 Pro 授權"
+ "value" : "%@ms"
}
}
}
},
- "%@ requires the %@ plan" : {
+ "%@s" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "%1$@ requires the %2$@ plan"
+ "state" : "translated",
+ "value" : "%@s"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ için %2$@ planı gerekir"
+ "value" : "%@s"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ yêu cầu gói %2$@"
+ "value" : "%@s"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ 需要 %2$@ 方案"
+ "value" : "%@s"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ 需要 %2$@ 方案"
+ "value" : "%@s"
}
}
}
},
- "%@ rows" : {
- "comment" : "Total rows for a query shape, %@ is a count",
+ "%@×" : {
+ "comment" : "Number of times a query ran, %@ is a count\nSlowdown multiple, %@ is a number",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@×"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ satır"
+ "value" : "%@ kez"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ dòng"
+ "value" : "%@ lần"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 行"
+ "value" : "%@ 次"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 列"
+ "value" : "%@ 次"
}
}
}
},
- "%@ s" : {
- "extractionState" : "stale",
+ "%d cells selected, rows %d to %d, columns %d to %d" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "%1$d cells selected, rows %2$d to %3$d, columns %4$d to %5$d"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$d개 셀 선택됨, %2$d~%3$d행, %4$d~%5$d열"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ s"
+ "value" : "%1$d hücre seçili, satırlar %2$d - %3$d, sütunlar %4$d - %5$d"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ giây"
+ "value" : "Đã chọn %1$d ô, hàng %2$d đến %3$d, cột %4$d đến %5$d"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 秒"
+ "value" : "已选择%1$d个单元格,行%2$d至%3$d,列%4$d至%5$d"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 秒"
+ "value" : "已選取 %1$d 個儲存格,第 %2$d 列到第 %3$d 列,第 %4$d 欄到第 %5$d 欄"
}
}
}
},
- "%@ seconds" : {
+ "%d columns" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%d개 열"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ saniye"
+ "value" : "%d sütun"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ giây"
+ "value" : "%d cột"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 秒"
+ "value" : "%d列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 秒"
+ "value" : "%d 個欄位"
}
}
}
},
- "%@ shapes" : {
- "comment" : "Number of distinct query shapes, %@ is a count",
+ "%d connected" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%d개 연결됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ sorgu şekli"
+ "value" : "%d bağlı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ dạng truy vấn"
+ "value" : "%d đã kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 种查询形态"
+ "value" : "已连接%d个"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 種查詢形態"
+ "value" : "已連線 %d 個"
}
}
}
},
- "%@ slowest" : {
- "comment" : "Slowest single run, %@ is a duration",
+ "%d connections" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%d개 연결"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "en yavaş %@"
+ "value" : "%d bağlantı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "chậm nhất %@"
+ "value" : "%d kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最慢 %@"
+ "value" : "%d 个连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最慢 %@"
+ "value" : "%d 個連線"
}
}
}
},
- "%@ Switch Failed" : {
+ "%d connections found" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%d개 연결 발견"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ Değiştirilemedi"
+ "value" : "%d bağlantı bulundu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chuyển %@ thất bại"
+ "value" : "Tìm thấy %d kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 切换失败"
+ "value" : "找到 %d 个连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 切換失敗"
+ "value" : "找到 %d 個連線"
}
}
}
},
- "%@ switches reconnect the session" : {
+ "%d connections were imported." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%d개 연결을 가져왔습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ değiştirmek oturumu yeniden bağlar"
+ "value" : "%d bağlantı içe aktarıldı."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chuyển %@ sẽ kết nối lại phiên"
+ "value" : "Đã nhập %d kết nối."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "切换%@会重新连接会话"
+ "value" : "已导入%d个连接。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "切換%@會重新連線工作階段"
+ "value" : "已匯入 %d 個連線。"
}
}
}
},
- "%@ was not found on this system. Install it with `brew install libpq` and link it." : {
+ "%d elements" : {
+ "comment" : "A label showing the number of elements in an array. The argument is the number of elements in the array.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%d개 요소"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ bu sistemde bulunamadı. `brew install libpq` ile yükleyin ve bağlayın."
+ "value" : "%d öğe"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy %@ trên hệ thống này. Cài đặt bằng `brew install libpq` rồi liên kết nó."
+ "value" : "%d phần tử"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在此系统上未找到%@。请使用`brew install libpq`安装并链接它。"
+ "value" : "%d 个元素"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在這個系統上找不到 %@。請使用 `brew install libpq` 安裝並連結它。"
+ "value" : "%d 個元素"
}
}
}
},
- "%@_name" : {
+ "%d favorites will be permanently deleted." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%d개 즐겨찾기가 영구적으로 삭제됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@_name"
+ "value" : "%d favori kalıcı olarak silinecek."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@_name"
+ "value" : "%d mục yêu thích sẽ bị xoá vĩnh viễn."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@_name"
+ "value" : "%d 个收藏将被永久删除。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@_name"
+ "value" : "%d 個我的最愛將會永久刪除。"
}
}
}
},
- "%@, %@" : {
- "extractionState" : "stale",
+ "%d of %d" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
- "value" : "%1$@, %2$@"
+ "value" : "%1$d of %2$d"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$d/%2$d"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@, %@"
+ "value" : "%1$d / %2$d"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@, %@"
+ "value" : "%1$d trên %2$d"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@, %@"
+ "value" : "第%1$d个,共%2$d个"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@, %2$@"
+ "value" : "第 %1$d 個,共 %2$d 個"
}
}
}
},
- "%@, pinned" : {
+ "%d of %d columns visible" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "%1$d of %2$d columns visible"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$d/%2$d개 열 표시 중"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@, sabitlendi"
+ "value" : "%2$d sütundan %1$d tanesi görünür"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@, đã ghim"
+ "value" : "Hiển thị %1$d trên %2$d cột"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@,已固定"
+ "value" : "显示%1$d列,共%2$d列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@,已釘選"
+ "value" : "顯示 %1$d 個欄位,共 %2$d 個"
}
}
}
},
- "%@: %@" : {
+ "%d of %d rows" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
- "value" : "%1$@: %2$@"
+ "value" : "%1$d of %2$d rows"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$d/%2$d행"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@: %2$@"
+ "value" : "%d / %d satır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@: %2$@"
+ "value" : "%d trên %d hàng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@: %2$@"
+ "value" : "%d / %d 行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@: %2$@"
+ "value" : "%1$d / %2$d 列"
}
}
}
},
- "%@: %@, %@" : {
+ "%d of %d rows selected" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
- "value" : "%1$@: %2$@, %3$@"
+ "value" : "%1$d of %2$d rows selected"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$d/%2$d행 선택됨"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@: %@, %@"
+ "value" : "%d / %d satır seçildi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@: %@, %@"
+ "value" : "Đã chọn %d trên %d dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@:%@、%@"
+ "value" : "已选择%d/%d行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@:%@、%@"
+ "value" : "已選取 %1$d / %2$d 列"
}
}
}
},
- "%@: %lld" : {
+ "%d plugin(s) could not be loaded" : {
"extractionState" : "stale",
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "%1$@: %2$lld"
+ "state" : "translated",
+ "value" : "%d개 플러그인을 불러올 수 없음"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@: %lld"
+ "value" : "%d eklenti yüklenemedi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@: %lld"
+ "value" : "Không thể tải %d plugin"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@: %lld"
+ "value" : "%d 个插件无法加载"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@: %2$lld"
+ "value" : "%d 個外掛無法載入"
}
}
}
},
- "%@:%@" : {
- "extractionState" : "stale",
+ "%d plugins could not be loaded." : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "%1$@:%2$@"
+ "state" : "translated",
+ "value" : "%d개 플러그인을 불러올 수 없습니다."
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@:%@"
+ "value" : "%d eklenti yüklenemedi."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@:%@"
+ "value" : "Không thể tải %d plugin."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@:%@"
+ "value" : "%d个插件无法加载。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@:%2$@"
+ "value" : "%d 個外掛無法載入。"
}
}
}
},
- "%@." : {
- "extractionState" : "stale",
+ "%d plugins need an update to load." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%d개 플러그인을 불러오려면 업데이트해야 합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@."
+ "value" : "%d eklentinin yüklenmesi için güncelleme gerekiyor."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@."
+ "value" : "%d plugin cần cập nhật để tải."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@."
+ "value" : "%d个插件需要更新才能加载。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@."
+ "value" : "%d 個外掛需要更新才能載入。"
}
}
}
},
- "%@. %@" : {
+ "%d rows" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "%1$@. %2$@"
+ "state" : "translated",
+ "value" : "%d개 행"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@. %@"
+ "value" : "%d satır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@. %@"
+ "value" : "%d hàng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@。%@"
+ "value" : "%d 行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@。%@"
+ "value" : "%d 列"
}
}
}
},
- "%@. %@. %@" : {
+ "%d selected" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "%1$@. %2$@. %3$@"
+ "state" : "translated",
+ "value" : "%d개 선택됨"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@. %@. %@"
+ "value" : "%d seçili"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@. %@. %@"
+ "value" : "Đã chọn %d"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@。%@。%@"
+ "value" : "已选择%d个"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@。%@。%@"
+ "value" : "已選取 %d 個"
}
}
}
},
- "%@/%@ rows" : {
+ "%d-%d of %@%@ rows" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
- "value" : "%1$@/%2$@ rows"
+ "value" : "%1$d-%2$d of %3$@%4$@ rows"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$d-%2$d / %3$@%4$@행"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@/%@ satır"
+ "value" : "%d-%d / %@%@ satır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@/%2$@ dòng"
+ "value" : "%d-%d trên %@%@ dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@/%@ 行"
+ "value" : "%d-%d / %@%@行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@/%2$@ 列"
+ "value" : "%1$d-%2$d / %3$@%4$@ 列"
}
}
}
},
- "%@%@" : {
- "extractionState" : "stale",
+ "%d-%d of ? rows" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
- "value" : "%1$@%2$@"
+ "value" : "%1$d-%2$d of ? rows"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$d-%2$d / ?행"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@%@"
+ "value" : "%1$d-%2$d / ? satır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@%@"
+ "value" : "%1$d-%2$d trên ? hàng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@%@"
+ "value" : "第%1$d-%2$d行,共?行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@%2$@"
+ "value" : "%1$d-%2$d / ? 列"
}
}
}
},
- "%@×" : {
- "comment" : "Number of times a query ran, %@ is a count\nSlowdown multiple, %@ is a number",
+ "%dm %ds" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "%1$dm %2$ds"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$d분 %2$d초"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ kez"
+ "value" : "%dd %ds"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ lần"
+ "value" : "%dm %ds"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 次"
+ "value" : "%d分%d秒"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 次"
+ "value" : "%1$d 分 %2$d 秒"
}
}
}
},
- "%@ms" : {
+ "%lld" : {
"localizations" : {
- "tr" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ms"
+ "value" : "%lld"
}
},
- "vi" : {
+ "tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ms"
+ "value" : "%lld"
+ }
+ },
+ "vi" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ms"
+ "value" : "%lld"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ms"
+ "value" : "%lld"
}
}
}
},
- "%@s" : {
+ "%lld ^[rows](inflect: true)" : {
+ "comment" : "A label displaying the number of rows in a database table. The argument is the number of rows in the table.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld행"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@s"
+ "value" : "%lld satır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@s"
+ "value" : "%lld hàng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@s"
+ "value" : "%lld 行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@s"
+ "value" : "%lld 列"
}
}
}
},
- "%1$@ (%2$@)" : {
+ "%lld bytes" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld바이트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ (%2$@)"
+ "value" : "%lld bayt"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ (%2$@)"
+ "value" : "%lld byte"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@(%2$@)"
+ "value" : "%lld 字节"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@(%2$@)"
+ "value" : "%lld 位元組"
}
}
}
},
- "%1$@ → %2$@ · %3$@ runs before, %4$@ now" : {
- "comment" : "Regression detail: prior duration, recent duration, prior count, recent count",
+ "%lld connection(s) use this profile. They will fall back to no SSH tunnel." : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld connection(s) use this profile. They will fall back to no SSH tunnel."
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld개 연결이 이 프로필을 사용합니다. SSH 터널을 사용하지 않도록 전환됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ → %2$@ · önce %3$@ çalışma, şimdi %4$@"
+ "value" : "%lld bağlantı bu profili kullanıyor. SSH tüneli olmadan bağlanmaya geri dönecekler."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ → %2$@ · trước %3$@ lần chạy, hiện %4$@"
+ "value" : "%lld kết nối đang sử dụng hồ sơ này. Chúng sẽ chuyển về không dùng SSH tunnel."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ → %2$@ · 之前 %3$@ 次,现在 %4$@ 次"
+ "value" : "%lld 个连接正在使用此配置。它们将回退为不使用 SSH 隧道。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ → %2$@ · 之前 %3$@ 次,現在 %4$@ 次"
+ "value" : "%lld 個連線正在使用此設定檔。它們將改為不使用 SSH 隧道。"
}
}
}
},
- "%1$@ +%2$lld" : {
+ "%lld connections were imported." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld개 연결을 가져왔습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ +%2$lld"
+ "value" : "%lld bağlantı içe aktarıldı."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ +%2$lld"
+ "value" : "%lld kết nối đã được nhập."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ +%2$lld"
+ "value" : "已导入 %lld 个连接。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ +%2$lld"
+ "value" : "已匯入 %lld 個連線。"
}
}
}
},
- "%1$@ on %2$@" : {
+ "%lld in / %lld out tokens" : {
+ "extractionState" : "stale",
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "%1$lld in / %2$lld out tokens"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "입력 토큰 %1$lld개 / 출력 토큰 %2$lld개"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%2$@ üzerinde %1$@"
+ "value" : "%lld giriş / %lld çıkış belirteç"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ trên %2$@"
+ "value" : "%1$lld vào / %2$lld ra token"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%2$@ 上的 %1$@"
+ "value" : "%lld 输入 / %lld 输出 token"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%2$@ 上的 %1$@"
+ "value" : "%1$lld 輸入 / %2$lld 輸出 token"
}
}
}
},
- "%1$@, %2$@" : {
- "shouldTranslate" : false
+ "%lld in · %lld out" : {
+ "localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "%1$lld in · %2$lld out"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "입력 %1$lld · 출력 %2$lld"
+ }
+ },
+ "tr" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld giriş · %lld çıkış"
+ }
+ },
+ "vi" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld vào · %lld ra"
+ }
+ },
+ "zh-Hans" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld 输入 · %lld 输出"
+ }
+ },
+ "zh-Hant" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$lld 輸入 · %2$lld 輸出"
+ }
+ }
+ }
},
- "%1$@: %2$@" : {
- "comment" : "A list of failed drops, one per line.",
- "isCommentAutoGenerated" : true,
+ "%lld inside" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld개 포함"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@: %2$@"
+ "value" : "içinde %lld"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@: %2$@"
+ "value" : "%lld bên trong"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@:%2$@"
+ "value" : "内含 %lld 个"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@:%2$@"
+ "value" : "內含 %lld 個"
}
}
}
},
- "%1$d of %2$d" : {
- "comment" : "A description of the current position in a collection of items. The first argument is the current position. The second argument is the total number of items.",
- "isCommentAutoGenerated" : true,
+ "%lld matches" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "일치 항목 %lld개"
+ }
+ }
+ }
+ },
+ "%lld matching rows" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "일치하는 행 %lld개"
+ }
+ }
+ }
+ },
+ "%lld objects" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld개 객체"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%2$d içinden %1$d"
+ "value" : "%lld nesne"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$d trên %2$d"
+ "value" : "%lld đối tượng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$d / %2$d"
+ "value" : "%lld 个对象"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$d / %2$d"
+ "value" : "%lld 個物件"
}
}
}
},
- "%1$lld of %2$lld statements were applied. This connection does not roll back user and role changes." : {
+ "%lld objects selected" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld개 객체 선택됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%2$lld ifadeden %1$lld tanesi uygulandı. Bu bağlantı, kullanıcı ve rol değişikliklerini geri almaz."
+ "value" : "%lld nesne seçildi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã áp dụng %1$lld trên %2$lld câu lệnh. Kết nối này không hoàn tác các thay đổi người dùng và vai trò."
+ "value" : "Đã chọn %lld đối tượng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已应用 %2$lld 条语句中的 %1$lld 条。此连接不会回滚用户和角色更改。"
+ "value" : "已选择 %lld 个对象"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已套用 %2$lld 條陳述式中的 %1$lld 條。此連線不會回復使用者與角色的變更。"
+ "value" : "已選取 %lld 個物件"
}
}
}
},
- "%1$lld statements executed, %2$lld failed" : {
- "comment" : "The number of statements that were skipped and the number of statements that failed.",
- "isCommentAutoGenerated" : true,
+ "%lld of %lld" : {
+ "extractionState" : "stale",
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "%1$lld of %2$lld"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$lld/%2$lld"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$lld ifade çalıştırıldı, %2$lld başarısız"
+ "value" : "%lld / %lld"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã chạy %1$lld câu lệnh, %2$lld lỗi"
+ "value" : "%1$lld / %2$lld"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已执行 %1$lld 条语句,%2$lld 条失败"
+ "value" : "%lld / %lld"
+ }
+ },
+ "zh-Hant" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$lld / %2$lld"
+ }
+ }
+ }
+ },
+ "%lld of %lld rows selected" : {
+ "extractionState" : "stale",
+ "localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "%1$lld of %2$lld rows selected"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$lld/%2$lld행 선택됨"
+ }
+ },
+ "tr" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld / %lld satır seçildi"
+ }
+ },
+ "vi" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Đã chọn %1$lld trong %2$lld dòng"
+ }
+ },
+ "zh-Hans" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "已选择 %lld / %lld 行"
+ }
+ },
+ "zh-Hant" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "已選取 %1$lld / %2$lld 列"
+ }
+ }
+ }
+ },
+ "%lld of %lld selected" : {
+ "localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "%1$lld of %2$lld selected"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$lld/%2$lld개 선택됨"
+ }
+ },
+ "tr" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld / %lld seçili"
+ }
+ },
+ "vi" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld / %lld đã chọn"
+ }
+ },
+ "zh-Hans" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "已选择 %lld / %lld"
+ }
+ },
+ "zh-Hant" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "已選取 %1$lld / %2$lld"
+ }
+ }
+ }
+ },
+ "%lld pending changes" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld개 보류 중인 변경 사항"
+ }
+ },
+ "tr" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld bekleyen değişiklik"
+ }
+ },
+ "vi" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld thay đổi đang chờ"
+ }
+ },
+ "zh-Hans" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld 项待应用的更改"
+ }
+ },
+ "zh-Hant" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld 項待套用的變更"
+ }
+ }
+ }
+ },
+ "%lld privileges" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld개 권한"
+ }
+ },
+ "tr" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld yetki"
+ }
+ },
+ "vi" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld quyền"
+ }
+ },
+ "zh-Hans" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld 项权限"
+ }
+ },
+ "zh-Hant" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld 項權限"
+ }
+ }
+ }
+ },
+ "%lld pt" : {
+ "extractionState" : "stale",
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lldpt"
+ }
+ },
+ "tr" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld punto"
+ }
+ },
+ "vi" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld pt"
+ }
+ },
+ "zh-Hans" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld pt"
+ }
+ },
+ "zh-Hant" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld pt"
+ }
+ }
+ }
+ },
+ "%lld roles own database objects" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld개 역할이 데이터베이스 객체를 소유함"
+ }
+ },
+ "tr" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld rol veritabanı nesnelerinin sahibi"
+ }
+ },
+ "vi" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld vai trò đang sở hữu các đối tượng cơ sở dữ liệu"
+ }
+ },
+ "zh-Hans" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld 个角色拥有数据库对象"
+ }
+ },
+ "zh-Hant" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld 個角色擁有資料庫物件"
+ }
+ }
+ }
+ },
+ "%lld row%@ affected" : {
+ "extractionState" : "stale",
+ "localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "%1$lld row%2$@ affected"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$lld개 행%2$@에 영향"
+ }
+ },
+ "tr" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld satır%@ etkilendi"
+ }
+ },
+ "vi" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld dòng%@ bị ảnh hưởng"
+ }
+ },
+ "zh-Hans" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld 行%@受影响"
+ }
+ },
+ "zh-Hant" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "已影響 %1$lld 列%2$@"
+ }
+ }
+ }
+ },
+ "%lld row%@ to export" : {
+ "localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "%1$lld row%2$@ to export"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$lld개 행%2$@ 내보내기"
+ }
+ },
+ "tr" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld satır%@ dışa aktarılacak"
+ }
+ },
+ "vi" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld hàng%@ để export"
+ }
+ },
+ "zh-Hans" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld 行%@待导出"
+ }
+ },
+ "zh-Hant" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "待匯出 %1$lld 列%2$@"
+ }
+ }
+ }
+ },
+ "%lld row(s) affected" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld개 행에 영향"
+ }
+ },
+ "tr" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld satır etkilendi"
+ }
+ },
+ "vi" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld dòng bị ảnh hưởng"
+ }
+ },
+ "zh-Hans" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld 行受影响"
+ }
+ },
+ "zh-Hant" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "已影響 %lld 列"
+ }
+ }
+ }
+ },
+ "%lld rows" : {
+ "comment" : "Row count in query history, %lld is the number of rows",
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld개 행"
+ }
+ },
+ "tr" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld satır"
+ }
+ },
+ "vi" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld dòng"
+ }
+ },
+ "zh-Hans" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld 行"
+ }
+ },
+ "zh-Hant" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld 列"
+ }
+ }
+ }
+ },
+ "%lld seconds" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld초"
+ }
+ },
+ "tr" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld saniye"
+ }
+ },
+ "vi" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld giây"
+ }
+ },
+ "zh-Hans" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld 秒"
+ }
+ },
+ "zh-Hant" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld 秒"
+ }
+ }
+ }
+ },
+ "%lld skipped (no options)" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld개 건너뜀(옵션 없음)"
+ }
+ },
+ "tr" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld atlandı (no seçenek)"
+ }
+ },
+ "vi" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld bị bỏ qua (không có tùy chọn)"
+ }
+ },
+ "zh-Hans" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld 已跳过(无选项)"
+ }
+ },
+ "zh-Hant" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "已略過 %lld 個(無選項)"
+ }
+ }
+ }
+ },
+ "%lld sources" : {
+ "comment" : "Count of selected query history sources",
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld개 소스"
+ }
+ },
+ "tr" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld kaynak"
+ }
+ },
+ "vi" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld nguồn"
+ }
+ },
+ "zh-Hans" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld 个来源"
+ }
+ },
+ "zh-Hant" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld 個來源"
+ }
+ }
+ }
+ },
+ "%lld statements" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld개 SQL 문"
+ }
+ },
+ "tr" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld ifade"
+ }
+ },
+ "vi" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld câu lệnh"
+ }
+ },
+ "zh-Hans" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld 条语句"
+ }
+ },
+ "zh-Hant" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld 條陳述式"
+ }
+ }
+ }
+ },
+ "%lld statements executed" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld개 SQL 문 실행됨"
+ }
+ },
+ "tr" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld ifade çalıştırıldı"
+ }
+ },
+ "vi" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Đã thực thi %lld câu lệnh"
+ }
+ },
+ "zh-Hans" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "已执行 %lld 条语句"
+ }
+ },
+ "zh-Hant" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "已執行 %lld 條陳述式"
+ }
+ }
+ }
+ },
+ "%lld statements executed, %lld failed" : {
+ "extractionState" : "stale",
+ "localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "%1$lld statements executed, %2$lld failed"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$lld개 SQL 문 실행됨, %2$lld개 실패"
+ }
+ },
+ "tr" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld ifade çalıştırıldı, %lld başarısız"
+ }
+ },
+ "vi" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Đã thực thi %lld câu lệnh, %lld thất bại"
+ }
+ },
+ "zh-Hans" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "已执行 %lld 条语句,%lld 条失败"
}
},
"zh-Hant" : {
@@ -3154,3832 +4455,4597 @@
}
}
},
- "%1$lld users, %2$lld roles" : {
+ "%lld suggestions available" : {
+ "comment" : "A description of the number of suggestions available. The argument is the number of suggestions.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld개 제안 사용 가능"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$lld kullanıcı, %2$lld rol"
+ "value" : "%lld öneri var"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$lld người dùng, %2$lld vai trò"
+ "value" : "Có %lld gợi ý"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$lld 个用户,%2$lld 个角色"
+ "value" : "有 %lld 条建议"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$lld 個使用者、%2$lld 個角色"
+ "value" : "有 %lld 條建議"
}
}
}
},
- "%d cells selected, rows %d to %d, columns %d to %d" : {
+ "%lld table%@ to export" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
- "value" : "%1$d cells selected, rows %2$d to %3$d, columns %4$d to %5$d"
+ "value" : "%1$lld table%2$@ to export"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$lld개 테이블%2$@ 내보내기"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$d hücre seçili, satırlar %2$d - %3$d, sütunlar %4$d - %5$d"
+ "value" : "%lld tablo%@ dışa aktarılacak"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã chọn %1$d ô, hàng %2$d đến %3$d, cột %4$d đến %5$d"
+ "value" : "%lld bảng%@ để xuất"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已选择%1$d个单元格,行%2$d至%3$d,列%4$d至%5$d"
+ "value" : "%lld 个表%@待导出"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已選取 %1$d 個儲存格,第 %2$d 列到第 %3$d 列,第 %4$d 欄到第 %5$d 欄"
+ "value" : "待匯出 %1$lld 個資料表%2$@"
}
}
}
},
- "%d columns" : {
+ "%lld tables" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld개 테이블"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d sütun"
+ "value" : "%lld tablo"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d cột"
+ "value" : "%lld bảng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d列"
+ "value" : "%lld 个表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d 個欄位"
+ "value" : "%lld 個資料表"
}
}
}
},
- "%d connected" : {
+ "%lld tables, %lld relationships" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "%1$lld tables, %2$lld relationships"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$lld개 테이블, %2$lld개 관계"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d bağlı"
+ "value" : "%lld tablo, %lld ilişki"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d đã kết nối"
+ "value" : "%lld bảng, %lld quan hệ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已连接%d个"
+ "value" : "%lld 个表,%lld 个关系"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已連線 %d 個"
+ "value" : "%1$lld 個資料表,%2$lld 個關聯"
}
}
}
},
- "%d connections" : {
+ "%lld%%" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld%%"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d bağlantı"
+ "value" : "%lld%%"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d kết nối"
+ "value" : "%lld%%"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d 个连接"
+ "value" : "%lld%%"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d 個連線"
+ "value" : "%lld%%"
}
}
}
},
- "%d connections found" : {
+ "%lld." : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld."
+ }
+ },
+ "tr" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld."
+ }
+ },
+ "vi" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld."
+ }
+ },
+ "zh-Hans" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld."
+ }
+ },
+ "zh-Hant" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld."
+ }
+ }
+ }
+ },
+ "%lld/5" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld/5"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d bağlantı bulundu"
+ "value" : "%lld/5"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tìm thấy %d kết nối"
+ "value" : "%lld/5"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找到 %d 个连接"
+ "value" : "%lld/5"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找到 %d 個連線"
+ "value" : "%lld/5"
}
}
}
},
- "%d connections were imported." : {
+ "%lldm %llds" : {
+ "extractionState" : "stale",
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "%1$lldm %2$llds"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$lld분 %2$lld초"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d bağlantı içe aktarıldı."
+ "value" : "%lldm %llds"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã nhập %d kết nối."
+ "value" : "%lldm %llds"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已导入%d个连接。"
+ "value" : "%lldm %llds"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已匯入 %d 個連線。"
+ "value" : "%1$lld 分 %2$lld 秒"
}
}
}
},
- "%d elements" : {
- "comment" : "A label showing the number of elements in an array. The argument is the number of elements in the array.",
- "isCommentAutoGenerated" : true,
+ "'%@' is a reserved Windows device name" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "'%@' 이름은 Windows에서 예약된 장치 이름입니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d öğe"
+ "value" : "'%@' ayrılmış bir Windows aygıt adıdır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d phần tử"
+ "value" : "'%@' là tên thiết bị Windows dành riêng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d 个元素"
+ "value" : "'%@' 是 Windows 保留设备名"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d 個元素"
+ "value" : "「%@」是 Windows 保留的裝置名稱"
}
}
}
},
- "%d favorites will be permanently deleted." : {
+ "''" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "''"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d favori kalıcı olarak silinecek."
+ "value" : "''"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d mục yêu thích sẽ bị xoá vĩnh viễn."
+ "value" : "''"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d 个收藏将被永久删除。"
+ "value" : "''"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d 個我的最愛將會永久刪除。"
+ "value" : "''"
}
}
}
},
- "%d of %d" : {
+ "(%@)" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "%1$d of %2$d"
+ "state" : "translated",
+ "value" : "(%@)"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$d / %2$d"
+ "value" : "(%@)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$d trên %2$d"
+ "value" : "(%@)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "第%1$d个,共%2$d个"
+ "value" : "(%@)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "第 %1$d 個,共 %2$d 個"
+ "value" : "(%@)"
}
}
}
},
- "%d of %d columns visible" : {
+ "(%lld %@)" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
- "value" : "%1$d of %2$d columns visible"
+ "value" : "(%1$lld %2$@)"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "(%1$lld %2$@)"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%2$d sütundan %1$d tanesi görünür"
+ "value" : "(%lld %@)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hiển thị %1$d trên %2$d cột"
+ "value" : "(%1$lld %2$@)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "显示%1$d列,共%2$d列"
+ "value" : "(%lld %@)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "顯示 %1$d 個欄位,共 %2$d 個"
+ "value" : "(%1$lld %2$@)"
}
}
}
},
- "%d of %d rows" : {
+ "(%lld active)" : {
+ "extractionState" : "stale",
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "%1$d of %2$d rows"
+ "state" : "translated",
+ "value" : "(%lld개 활성)"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d / %d satır"
+ "value" : "(%lld etkin)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d trên %d hàng"
+ "value" : "(%lld đang hoạt động)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d / %d 行"
+ "value" : "(%lld 活跃)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$d / %2$d 列"
+ "value" : "(%lld 個使用中)"
}
}
}
},
- "%d of %d rows selected" : {
+ "(%lld hidden)" : {
+ "extractionState" : "stale",
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "%1$d of %2$d rows selected"
+ "state" : "translated",
+ "value" : "(%lld개 숨김)"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d / %d satır seçildi"
+ "value" : "(%lld gizli)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã chọn %d trên %d dòng"
+ "value" : "(%lld ẩn)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已选择%d/%d行"
+ "value" : "(%lld 个已隐藏)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已選取 %1$d / %2$d 列"
+ "value" : "(%lld 個已隱藏)"
}
}
}
},
- "%d plugin(s) could not be loaded" : {
- "extractionState" : "stale",
+ "(%lld)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "(%lld)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d eklenti yüklenemedi"
+ "value" : "(%lld)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể tải %d plugin"
+ "value" : "(%lld)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d 个插件无法加载"
+ "value" : "(%lld)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d 個外掛無法載入"
+ "value" : "(%lld)"
}
}
}
},
- "%d plugins could not be loaded." : {
+ "(%lld/%lld)" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "(%1$lld/%2$lld)"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "(%1$lld/%2$lld)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d eklenti yüklenemedi."
+ "value" : "(%lld/%lld)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể tải %d plugin."
+ "value" : "(%lld/%lld)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d个插件无法加载。"
+ "value" : "(%lld/%lld)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d 個外掛無法載入。"
+ "value" : "(%1$lld/%2$lld)"
}
}
}
},
- "%d plugins need an update to load." : {
+ "(Empty)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "(비어 있음)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d eklentinin yüklenmesi için güncelleme gerekiyor."
+ "value" : "(Boş)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d plugin cần cập nhật để tải."
+ "value" : "(Trống)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d个插件需要更新才能加载。"
+ "value" : "(空)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d 個外掛需要更新才能載入。"
+ "value" : "(空)"
}
}
}
},
- "%d rows" : {
+ "(NULL)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "(NULL)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d satır"
+ "value" : "(NULL)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d hàng"
+ "value" : "(NULL)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d 行"
+ "value" : "(NULL)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d 列"
+ "value" : "(NULL)"
}
}
}
},
- "%d selected" : {
+ "(optional)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "(선택 사항)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d seçili"
+ "value" : "(isteğe bağlı)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã chọn %d"
+ "value" : "(tùy chọn)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已选择%d个"
+ "value" : "(可选)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已選取 %d 個"
+ "value" : "(選填)"
}
}
}
},
- "%d-%d of ? rows" : {
+ "(showing %d of %d rows)" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
- "value" : "%1$d-%2$d of ? rows"
+ "value" : "(showing %1$d of %2$d rows)"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "(%1$d/%2$d행 표시 중)"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$d-%2$d / ? satır"
+ "value" : "(%d / %d satır gösteriliyor)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$d-%2$d trên ? hàng"
+ "value" : "(đang hiển thị %d trên %d hàng)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "第%1$d-%2$d行,共?行"
+ "value" : "(显示 %d / %d 行)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$d-%2$d / ? 列"
+ "value" : "(顯示 %1$d / %2$d 列)"
}
}
}
},
- "%d-%d of %@%@ rows" : {
+ "(this Mac)" : {
"localizations" : {
"en" : {
"stringUnit" : {
- "state" : "new",
- "value" : "%1$d-%2$d of %3$@%4$@ rows"
+ "state" : "translated",
+ "value" : "(this Mac)"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "(이 Mac)"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d-%d / %@%@ satır"
+ "value" : "(bu Mac)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d-%d trên %@%@ dòng"
+ "value" : "(máy Mac này)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d-%d / %@%@行"
+ "value" : "(此 Mac)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$d-%2$d / %3$@%4$@ 列"
+ "value" : "(這台 Mac)"
}
}
}
},
- "%dm %ds" : {
+ "**Available commands:**" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "%1$dm %2$ds"
+ "state" : "translated",
+ "value" : "**사용 가능한 명령:**"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%dd %ds"
+ "value" : "**Kullanılabilir komutlar:**"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%dm %ds"
+ "value" : "**Các lệnh khả dụng:**"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d分%d秒"
+ "value" : "**可用命令:**"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$d 分 %2$d 秒"
+ "value" : "**可用指令:**"
}
}
}
},
- "%lld" : {
+ "+%lld" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "+%lld"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld"
+ "value" : "+%lld"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld"
+ "value" : "+%lld"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld"
+ "value" : "+%lld"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld"
+ "value" : "+%lld"
}
}
}
},
- "%lld ^[rows](inflect: true)" : {
- "comment" : "A label displaying the number of rows in a database table. The argument is the number of rows in the table.",
- "isCommentAutoGenerated" : true,
+ ", %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : ", %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld satır"
+ "value" : ", %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld hàng"
+ "value" : ", %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 行"
+ "value" : ",%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 列"
+ "value" : ",%@"
}
}
}
},
- "%lld bytes" : {
+ ", and %lld more" : {
+ "comment" : "Plural suffix for the number of overflow items.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : ", 외 %lld개"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld bayt"
+ "value" : " ve %lld tane daha"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld byte"
+ "value" : " và %lld mục nữa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 字节"
+ "value" : ",还有 %lld 项"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 位元組"
+ "value" : ",還有 %lld 項"
}
}
}
},
- "%lld connection(s) use this profile. They will fall back to no SSH tunnel." : {
+ "--" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld connection(s) use this profile. They will fall back to no SSH tunnel."
+ "value" : "--"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld bağlantı bu profili kullanıyor. SSH tüneli olmadan bağlanmaya geri dönecekler."
+ "value" : "--"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld kết nối đang sử dụng hồ sơ này. Chúng sẽ chuyển về không dùng SSH tunnel."
+ "value" : "--"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 个连接正在使用此配置。它们将回退为不使用 SSH 隧道。"
+ "value" : "--"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 個連線正在使用此設定檔。它們將改為不使用 SSH 隧道。"
+ "value" : "--"
}
}
}
},
- "%lld connections were imported." : {
- "extractionState" : "stale",
+ "-- … %d more characters not shown; use Copy All for the full output." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "-- … 나머지 %d자는 표시되지 않음. 전체 출력은 모두 복사를 사용하세요."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld bağlantı içe aktarıldı."
+ "value" : "-- … %d karakter daha gösterilmiyor; çıktının tamamı için Tümünü Kopyala'yı kullanın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld kết nối đã được nhập."
+ "value" : "-- … còn %d ký tự nữa không hiển thị; dùng Sao chép tất cả để xem toàn bộ kết quả."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已导入 %lld 个连接。"
+ "value" : "-- … 还有%d个字符未显示;使用\"全部复制\"获取完整输出。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已匯入 %lld 個連線。"
+ "value" : "-- … 還有 %d 個字未顯示;請使用「全部複製」取得完整輸出。"
}
}
}
},
- "%lld in · %lld out" : {
+ ".%@" : {
+ "extractionState" : "stale",
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "%1$lld in · %2$lld out"
+ "state" : "translated",
+ "value" : ".%@"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld giriş · %lld çıkış"
+ "value" : ".%@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld vào · %lld ra"
+ "value" : ".%@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 输入 · %lld 输出"
+ "value" : ".%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$lld 輸入 · %2$lld 輸出"
+ "value" : ".%@"
}
}
}
},
- "%lld in / %lld out tokens" : {
- "extractionState" : "stale",
+ "/%@" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "%1$lld in / %2$lld out tokens"
+ "state" : "translated",
+ "value" : "/%@"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld giriş / %lld çıkış belirteç"
+ "value" : "/%@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$lld vào / %2$lld ra token"
+ "value" : "/%@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 输入 / %lld 输出 token"
+ "value" : "/%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$lld 輸入 / %2$lld 輸出 token"
+ "value" : "/%@"
}
}
}
},
- "%lld inside" : {
+ "/%@ needs a query: type one in the editor or after the command." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "/%@ 명령에는 쿼리가 필요합니다. 편집기 또는 명령 뒤에 쿼리를 입력하세요."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "içinde %lld"
+ "value" : "/%@ bir sorgu gerektirir: düzenleyiciye veya komutun ardına bir sorgu yazın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld bên trong"
+ "value" : "/%@ cần một truy vấn: nhập vào trình soạn thảo hoặc sau lệnh."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "内含 %lld 个"
+ "value" : "/%@需要一个查询:请在编辑器中或命令后输入。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "內含 %lld 個"
+ "value" : "/%@ 需要一個查詢:請在編輯器中或指令後輸入。"
}
}
}
},
- "%lld objects" : {
+ "/%@ · %@" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "/%1$@ · %2$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "/%1$@ · %2$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld nesne"
+ "value" : "/%1$@ · %2$@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld đối tượng"
+ "value" : "/%1$@ · %2$@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 个对象"
+ "value" : "/%1$@ · %2$@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 個物件"
+ "value" : "/%1$@ · %2$@"
}
}
}
},
- "%lld objects selected" : {
+ "/path/to/agent.sock" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "/path/to/agent.sock"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld nesne seçildi"
+ "value" : "/path/to/agent.sock"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã chọn %lld đối tượng"
+ "value" : "/path/to/agent.sock"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已选择 %lld 个对象"
+ "value" : "/path/to/agent.sock"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已選取 %lld 個物件"
+ "value" : "/path/to/agent.sock"
}
}
}
},
- "%lld of %lld" : {
- "extractionState" : "stale",
+ "/path/to/ca-cert.pem" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "%1$lld of %2$lld"
+ "state" : "translated",
+ "value" : "/path/to/ca-cert.pem"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld / %lld"
+ "value" : "/path/to/ca-cert.pem"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$lld / %2$lld"
+ "value" : "/đường/dẫn/tới/ca-cert.pem"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld / %lld"
+ "value" : "/path/to/ca-cert.pem"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$lld / %2$lld"
+ "value" : "/path/to/ca-cert.pem"
}
}
}
},
- "%lld of %lld rows selected" : {
+ "/path/to/database.sqlite" : {
"extractionState" : "stale",
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "%1$lld of %2$lld rows selected"
+ "state" : "translated",
+ "value" : "/path/to/database.sqlite"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld / %lld satır seçildi"
+ "value" : "/path/to/database.sqlite"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã chọn %1$lld trong %2$lld dòng"
+ "value" : "/đường/dẫn/tới/database.sqlite"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已选择 %lld / %lld 行"
+ "value" : "/path/to/database.sqlite"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已選取 %1$lld / %2$lld 列"
+ "value" : "/path/to/database.sqlite"
}
}
}
},
- "%lld of %lld selected" : {
+ "0" : {
+ "extractionState" : "stale",
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "%1$lld of %2$lld selected"
+ "state" : "translated",
+ "value" : "0"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld / %lld seçili"
+ "value" : "0"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld / %lld đã chọn"
+ "value" : "0"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已选择 %lld / %lld"
+ "value" : "0"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已選取 %1$lld / %2$lld"
+ "value" : "0"
}
}
}
},
- "%lld pending changes" : {
+ "1" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "1"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld bekleyen değişiklik"
+ "value" : "1"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld thay đổi đang chờ"
+ "value" : "1"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 项待应用的更改"
+ "value" : "1"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 項待套用的變更"
+ "value" : "1"
}
}
}
},
- "%lld privileges" : {
+ "1 John Doe john@example.com NULL" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "1 John Doe john@example.com NULL"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld yetki"
+ "value" : "1 John Doe john@example.com NULL"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld quyền"
+ "value" : "1 John Doe john@example.com NULL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 项权限"
+ "value" : "1 John Doe john@example.com NULL"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 項權限"
+ "value" : "1 John Doe john@example.com NULL"
}
}
}
},
- "%lld pt" : {
+ "1 (no batching)" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "1 (배치 처리 없음)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld punto"
+ "value" : "1 (toplu işlem yok)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld pt"
+ "value" : "1 (không gom nhóm)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld pt"
+ "value" : "1(不分批)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld pt"
+ "value" : "1(不分批)"
}
}
}
},
- "%lld roles own database objects" : {
+ "1 connection found" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "1개 연결 발견"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld rol veritabanı nesnelerinin sahibi"
+ "value" : "1 bağlantı bulundu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld vai trò đang sở hữu các đối tượng cơ sở dữ liệu"
+ "value" : "Tìm thấy 1 kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 个角色拥有数据库对象"
+ "value" : "找到 1 个连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 個角色擁有資料庫物件"
+ "value" : "找到 1 個連線"
}
}
}
},
- "%lld row(s) affected" : {
+ "1 connection was imported." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "1개 연결을 가져왔습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld satır etkilendi"
+ "value" : "1 bağlantı içe aktarıldı."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld dòng bị ảnh hưởng"
+ "value" : "1 kết nối đã được nhập."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 行受影响"
+ "value" : "已导入 1 个连接。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已影響 %lld 列"
+ "value" : "已匯入 1 個連線。"
}
}
}
- },
- "%lld row%@ affected" : {
- "extractionState" : "stale",
+ },
+ "1 day" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "%1$lld row%2$@ affected"
+ "state" : "translated",
+ "value" : "1일"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld satır%@ etkilendi"
+ "value" : "1 gün"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld dòng%@ bị ảnh hưởng"
+ "value" : "1 ngày"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 行%@受影响"
+ "value" : "1 天"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已影響 %1$lld 列%2$@"
+ "value" : "1 天"
}
}
}
},
- "%lld row%@ to export" : {
+ "1 of %lld conflicts" : {
+ "extractionState" : "stale",
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "%1$lld row%2$@ to export"
+ "state" : "translated",
+ "value" : "%lld개 충돌 중 1개"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld satır%@ dışa aktarılacak"
+ "value" : "1 / %lld çakışma"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld hàng%@ để export"
+ "value" : "1 trong %lld xung đột"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 行%@待导出"
+ "value" : "第 1 个冲突,共 %lld 个"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "待匯出 %1$lld 列%2$@"
+ "value" : "第 1 個衝突,共 %lld 個"
}
}
}
},
- "%lld rows" : {
- "comment" : "Row count in query history, %lld is the number of rows",
+ "1 plugin could not be loaded." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "1개 플러그인을 불러올 수 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld satır"
+ "value" : "1 eklenti yüklenemedi."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld dòng"
+ "value" : "Không thể tải 1 plugin."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 行"
+ "value" : "1个插件无法加载。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 列"
+ "value" : "1 個外掛無法載入。"
}
}
}
},
- "%lld seconds" : {
+ "1 plugin needs an update to load." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "1개 플러그인을 불러오려면 업데이트해야 합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld saniye"
+ "value" : "1 eklentinin yüklenmesi için güncelleme gerekiyor."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld giây"
+ "value" : "1 plugin cần cập nhật để tải."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 秒"
+ "value" : "1个插件需要更新才能加载。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 秒"
+ "value" : "1 個外掛需要更新才能載入。"
}
}
}
},
- "%lld skipped (no options)" : {
+ "1 year" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "1년"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld atlandı (no seçenek)"
+ "value" : "1 yıl"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld bị bỏ qua (không có tùy chọn)"
+ "value" : "1 năm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 已跳过(无选项)"
+ "value" : "1 年"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已略過 %lld 個(無選項)"
+ "value" : "1 年"
}
}
}
},
- "%lld sources" : {
- "comment" : "Count of selected query history sources",
+ "1,000" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "1,000"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld kaynak"
+ "value" : "1.000"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld nguồn"
+ "value" : "1,000"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 个来源"
+ "value" : "1,000"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 個來源"
+ "value" : "1,000"
}
}
}
},
- "%lld statements" : {
+ "1,000 rows" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "1,000개 행"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld ifade"
+ "value" : "1.000 satır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld câu lệnh"
+ "value" : "1.000 dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 条语句"
+ "value" : "1,000 行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 條陳述式"
+ "value" : "1,000 列"
}
}
}
},
- "%lld statements executed" : {
+ "1,000,000" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "1,000,000"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld ifade çalıştırıldı"
+ "value" : "1.000.000"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã thực thi %lld câu lệnh"
+ "value" : "1.000.000"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已执行 %lld 条语句"
+ "value" : "1,000,000"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已執行 %lld 條陳述式"
+ "value" : "1,000,000"
}
}
}
},
- "%lld statements executed, %lld failed" : {
- "extractionState" : "stale",
+ "10,000" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "%1$lld statements executed, %2$lld failed"
+ "state" : "translated",
+ "value" : "10,000"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld ifade çalıştırıldı, %lld başarısız"
+ "value" : "10.000"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã thực thi %lld câu lệnh, %lld thất bại"
+ "value" : "10,000"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已执行 %lld 条语句,%lld 条失败"
+ "value" : "10,000"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已執行 %1$lld 條陳述式,%2$lld 條失敗"
+ "value" : "10,000"
}
}
}
},
- "%lld suggestions available" : {
- "comment" : "A description of the number of suggestions available. The argument is the number of suggestions.",
- "isCommentAutoGenerated" : true,
+ "10,000 rows" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "10,000개 행"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld öneri var"
+ "value" : "10.000 satır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Có %lld gợi ý"
+ "value" : "10.000 dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "有 %lld 条建议"
+ "value" : "10,000 行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "有 %lld 條建議"
+ "value" : "10,000 列"
}
}
}
},
- "%lld table%@ to export" : {
+ "100" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "%1$lld table%2$@ to export"
+ "state" : "translated",
+ "value" : "100"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld tablo%@ dışa aktarılacak"
+ "value" : "100"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld bảng%@ để xuất"
+ "value" : "100"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 个表%@待导出"
+ "value" : "100"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "待匯出 %1$lld 個資料表%2$@"
+ "value" : "100"
}
}
}
},
- "%lld tables" : {
- "extractionState" : "stale",
+ "100 rows" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "100개 행"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld tablo"
+ "value" : "100 satır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld bảng"
+ "value" : "100 dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 个表"
+ "value" : "100 行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 個資料表"
+ "value" : "100 列"
}
}
}
},
- "%lld tables, %lld relationships" : {
+ "100,000" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "%1$lld tables, %2$lld relationships"
+ "state" : "translated",
+ "value" : "100,000"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld tablo, %lld ilişki"
+ "value" : "100.000"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld bảng, %lld quan hệ"
+ "value" : "100.000"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld 个表,%lld 个关系"
+ "value" : "100,000"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$lld 個資料表,%2$lld 個關聯"
+ "value" : "100,000"
}
}
}
},
- "%lld." : {
+ "2" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "2"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld."
+ "value" : "2"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld."
+ "value" : "2"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld."
+ "value" : "2"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld."
+ "value" : "2"
}
}
}
},
- "%lld/5" : {
- "extractionState" : "stale",
+ "2 spaces" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "공백 2개"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld/5"
+ "value" : "2 boşluk"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld/5"
+ "value" : "2 dấu cách"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld/5"
+ "value" : "2 个空格"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld/5"
+ "value" : "2 個空格"
}
}
}
},
- "%lld%%" : {
+ "22" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "22"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld%%"
+ "value" : "22"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld%%"
+ "value" : "22"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld%%"
+ "value" : "22"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld%%"
+ "value" : "22"
}
}
}
},
- "%lldm %llds" : {
+ "3" : {
"extractionState" : "stale",
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "%1$lldm %2$llds"
+ "state" : "translated",
+ "value" : "3"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lldm %llds"
+ "value" : "3"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lldm %llds"
+ "value" : "3"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lldm %llds"
+ "value" : "3"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$lld 分 %2$lld 秒"
+ "value" : "3"
}
}
}
},
- "•" : {
- "extractionState" : "stale",
+ "30 days" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "30일"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "•"
+ "value" : "30 gün"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "•"
+ "value" : "30 ngày"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "•"
+ "value" : "30 天"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "•"
+ "value" : "30 天"
}
}
}
},
- "••••••••" : {
- "extractionState" : "stale",
+ "30s" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "30초"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "••••••••"
+ "value" : "30s"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "••••••••"
+ "value" : "30 giây"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "••••••••"
+ "value" : "30秒"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "••••••••"
+ "value" : "30 秒"
}
}
}
},
- "© 2026 Ngo Quoc Dat.\n%@" : {
- "extractionState" : "stale",
+ "4 spaces" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "공백 4개"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "© 2026 Ngo Quoc Dat.\n%@"
+ "value" : "4 boşluk"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "© 2026 Ngo Quoc Dat.\n%@"
+ "value" : "4 dấu cách"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "© 2026 Ngo Quoc Dat.\n%@"
+ "value" : "4 个空格"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "© 2026 Ngo Quoc Dat.\n%@"
+ "value" : "4 個空格"
}
}
}
},
- "+%lld" : {
+ "5,000" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "5,000"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "+%lld"
+ "value" : "5.000"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "+%lld"
+ "value" : "5,000"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "+%lld"
+ "value" : "5,000"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "+%lld"
+ "value" : "5,000"
}
}
}
},
- "<1 ms" : {
- "comment" : "Query duration under one millisecond",
+ "5,000 rows" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "5,000개 행"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "<1 ms"
+ "value" : "5.000 satır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "<1 ms"
+ "value" : "5.000 dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "<1 毫秒"
+ "value" : "5,000 行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "<1 毫秒"
+ "value" : "5,000 列"
}
}
}
},
- "<1ms" : {
+ "50,000" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "50,000"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "<1ms"
+ "value" : "50.000"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "<1ms"
+ "value" : "50.000"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "<1ms"
+ "value" : "50,000"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "<1ms"
+ "value" : "50,000"
}
}
}
},
- "=" : {
- "extractionState" : "stale",
+ "500" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "500"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "="
+ "value" : "500"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "="
+ "value" : "500"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "="
+ "value" : "500"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "="
+ "value" : "500"
}
}
}
},
- "~/.pgpass found — matching entry exists" : {
- "extractionState" : "stale",
+ "500 rows" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "500개 행"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "~/.pgpass bulundu — eşleşen giriş var"
+ "value" : "500 satır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tìm thấy ~/.pgpass — có entry khớp"
+ "value" : "500 dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "~/.pgpass 已找到 - 存在匹配条目"
+ "value" : "500 行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已找到 ~/.pgpass,存在相符的項目"
+ "value" : "500 列"
}
}
}
},
- "~/.pgpass found — no matching entry" : {
- "extractionState" : "stale",
+ "500,000" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "500,000"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "~/.pgpass bulundu — eşleşen giriş yok"
+ "value" : "500.000"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tìm thấy ~/.pgpass — không có entry khớp"
+ "value" : "500.000"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "~/.pgpass 已找到 - 无匹配条目"
+ "value" : "500,000"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已找到 ~/.pgpass,但無相符的項目"
+ "value" : "500,000"
}
}
}
},
- "~/.pgpass found, matching entry exists" : {
+ "6" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "6"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "~/.pgpass bulundu, eşleşen kayıt var"
+ "value" : "6"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tìm thấy ~/.pgpass, có mục khớp"
+ "value" : "6"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已找到~/.pgpass,存在匹配条目"
+ "value" : "6"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已找到 ~/.pgpass,存在相符的項目"
+ "value" : "6"
}
}
}
},
- "~/.pgpass found, no matching entry" : {
+ "60 days" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "60일"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "~/.pgpass bulundu, eşleşen kayıt yok"
+ "value" : "60 gün"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tìm thấy ~/.pgpass, không có mục khớp"
+ "value" : "60 ngày"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已找到~/.pgpass,无匹配条目"
+ "value" : "60 天"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已找到 ~/.pgpass,沒有相符的項目"
+ "value" : "60 天"
}
}
}
},
- "~/.pgpass has incorrect permissions (needs chmod 0600)" : {
+ "60s" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "60초"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "~/.pgpass yanlış izinlere sahip (chmod 0600 gerekli)"
+ "value" : "60s"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "~/.pgpass có quyền không đúng (cần chmod 0600)"
+ "value" : "60 giây"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "~/.pgpass 权限不正确(需要 chmod 0600)"
+ "value" : "60秒"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "~/.pgpass 權限不正確(需要 chmod 0600)"
+ "value" : "60 秒"
}
}
}
},
- "~/.pgpass not found" : {
+ "7 days" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "7일"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "~/.pgpass bulunamadı"
+ "value" : "7 gün"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy ~/.pgpass"
+ "value" : "7 ngày"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到 ~/.pgpass"
+ "value" : "7 天"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到 ~/.pgpass"
+ "value" : "7 天"
}
}
}
},
- "~/.ssh/id_rsa" : {
+ "8" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "8"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "~/.ssh/id_rsa"
+ "value" : "8"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "~/.ssh/id_rsa"
+ "value" : "8"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "~/.ssh/id_rsa"
+ "value" : "8"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "~/.ssh/id_rsa"
+ "value" : "8"
}
}
}
},
- "⌘K" : {
+ "8 spaces" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "공백 8개"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "⌘K"
+ "value" : "8 boşluk"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "⌘K"
+ "value" : "8 dấu cách"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "⌘K"
+ "value" : "8 个空格"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "⌘K"
+ "value" : "8 個空格"
}
}
}
},
- "⌘T" : {
+ "8+ characters" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "8자 이상"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "⌘T"
+ "value" : "8+ karakter"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "⌘T"
+ "value" : "8+ ký tự"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "⌘T"
+ "value" : "至少8个字符"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "⌘T"
+ "value" : "至少 8 個字"
}
}
}
},
- "0" : {
- "extractionState" : "stale",
+ "90 days" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "90일"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "0"
+ "value" : "90 gün"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "0"
+ "value" : "90 ngày"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "0"
+ "value" : "90 天"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "0"
+ "value" : "90 天"
}
}
}
},
- "1" : {
- "extractionState" : "stale",
+ ":" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : ":"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1"
+ "value" : ":"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1"
+ "value" : ":"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1"
+ "value" : ":"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1"
+ "value" : ":"
}
}
}
},
- "1 John Doe john@example.com NULL" : {
- "extractionState" : "stale",
+ ":%@" : {
+ "shouldTranslate" : false
+ },
+ "<1 ms" : {
+ "comment" : "Query duration under one millisecond",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "<1 ms"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 John Doe john@example.com NULL"
+ "value" : "<1 ms"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 John Doe john@example.com NULL"
+ "value" : "<1 ms"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 John Doe john@example.com NULL"
+ "value" : "<1 毫秒"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 John Doe john@example.com NULL"
+ "value" : "<1 毫秒"
}
}
}
},
- "1 (no batching)" : {
- "extractionState" : "stale",
+ "<1ms" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "<1ms"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 (toplu işlem yok)"
+ "value" : "<1ms"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 (không gom nhóm)"
+ "value" : "<1ms"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1(不分批)"
+ "value" : "<1ms"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1(不分批)"
+ "value" : "<1ms"
}
}
}
},
- "1 connection found" : {
+ "=" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "="
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 bağlantı bulundu"
+ "value" : "="
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tìm thấy 1 kết nối"
+ "value" : "="
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找到 1 个连接"
+ "value" : "="
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找到 1 個連線"
+ "value" : "="
}
}
}
},
- "1 connection was imported." : {
+ "A Cloudflare tunnel already exists for connection: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 연결에 대한 Cloudflare 터널이 이미 있습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 bağlantı içe aktarıldı."
+ "value" : "Bu bağlantı için zaten bir Cloudflare tüneli var: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 kết nối đã được nhập."
+ "value" : "Đã có Cloudflare tunnel cho kết nối: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已导入 1 个连接。"
+ "value" : "该连接已存在Cloudflare隧道:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已匯入 1 個連線。"
+ "value" : "這個連線已存在 Cloudflare 隧道:%@"
}
}
}
},
- "1 day" : {
+ "A built-in plugin \"%@\" already provides this bundle ID" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기본 제공 플러그인 \"%@\"에서 이미 이 번들 ID를 제공합니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 gün"
+ "value" : "A built-giriş plugin \"%@\" already provides this bundle ID"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 ngày"
+ "value" : "Plugin tích hợp \"%@\" đã cung cấp bundle ID này"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 天"
+ "value" : "内置插件 \"%@\" 已提供此 bundle ID"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 天"
+ "value" : "內建外掛「%@」已提供此 bundle ID"
}
}
}
},
- "1 of %lld conflicts" : {
- "extractionState" : "stale",
+ "A command named \"/%@\" already exists." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "\"/%@\" 명령이 이미 있습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 / %lld çakışma"
+ "value" : "\"/%@\" adında bir komut zaten var."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 trong %lld xung đột"
+ "value" : "Lệnh có tên \"/%@\" đã tồn tại."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "第 1 个冲突,共 %lld 个"
+ "value" : "名为\"/%@\"的命令已存在。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "第 1 個衝突,共 %lld 個"
+ "value" : "名為「/%@」的指令已存在。"
}
}
}
},
- "1 plugin could not be loaded." : {
+ "A connection can use one connection method at a time. Disable the other methods to use %@." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "한 연결에서는 한 번에 하나의 연결 방식만 사용할 수 있습니다. %@ 방식을 사용하려면 다른 방식을 비활성화하세요."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 eklenti yüklenemedi."
+ "value" : "Bir bağlantı aynı anda tek bir bağlantı yöntemi kullanabilir. %@ kullanmak için diğer yöntemleri kapatın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể tải 1 plugin."
+ "value" : "Mỗi kết nối chỉ dùng được một phương thức kết nối tại một thời điểm. Tắt các phương thức khác để dùng %@."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1个插件无法加载。"
+ "value" : "一个连接同时只能使用一种连接方式。要使用 %@,请先关闭其他方式。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 個外掛無法載入。"
+ "value" : "一個連線同時只能使用一種連線方式。要使用 %@,請先關閉其他方式。"
}
}
}
},
- "1 plugin needs an update to load." : {
+ "A connection can use one tunnel at a time. Disable the SSH Tunnel to use a Cloudflare Tunnel." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "한 연결에서는 한 번에 하나의 터널만 사용할 수 있습니다. Cloudflare 터널을 사용하려면 SSH 터널을 비활성화하세요."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 eklentinin yüklenmesi için güncelleme gerekiyor."
+ "value" : "Bir bağlantı aynı anda yalnızca bir tünel kullanabilir. Cloudflare Tüneli kullanmak için SSH Tünelini devre dışı bırakın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 plugin cần cập nhật để tải."
+ "value" : "Mỗi kết nối chỉ dùng được một tunnel. Tắt SSH Tunnel để dùng Cloudflare Tunnel."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1个插件需要更新才能加载。"
+ "value" : "一个连接一次只能使用一个隧道。请停用SSH隧道以使用Cloudflare隧道。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 個外掛需要更新才能載入。"
+ "value" : "一個連線一次只能使用一個隧道。請停用 SSH 隧道以使用 Cloudflare 隧道。"
}
}
}
},
- "1 year" : {
+ "A connection can use only one connection method at a time. Enabled: %@." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "한 연결에서는 한 번에 하나의 연결 방식만 사용할 수 있습니다. 활성화됨: %@."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 yıl"
+ "value" : "Bir bağlantı aynı anda yalnızca bir bağlantı yöntemi kullanabilir. Etkin: %@."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 năm"
+ "value" : "Mỗi kết nối chỉ dùng được một phương thức kết nối tại một thời điểm. Đang bật: %@."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 年"
+ "value" : "一个连接同时只能使用一种连接方式。已启用:%@。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 年"
+ "value" : "一個連線同時只能使用一種連線方式。已啟用:%@。"
}
}
}
},
- "1,000" : {
+ "A connection cannot use SSH and Cloudflare tunnels at the same time." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "한 연결에서 SSH와 Cloudflare 터널을 동시에 사용할 수 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1.000"
+ "value" : "Bir bağlantı SSH ve Cloudflare tünellerini aynı anda kullanamaz."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1,000"
+ "value" : "Kết nối không thể dùng SSH tunnel và Cloudflare tunnel cùng lúc."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1,000"
+ "value" : "连接不能同时使用SSH隧道和Cloudflare隧道。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1,000"
+ "value" : "連線無法同時使用 SSH 隧道和 Cloudflare 隧道。"
}
}
}
},
- "1,000 rows" : {
+ "A connection with this name, host, and type already exists." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이름, 호스트 및 유형이 같은 연결이 이미 있습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1.000 satır"
+ "value" : "Bu ad, sunucu ve tür ile bir bağlantı zaten var."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1.000 dòng"
+ "value" : "Đã tồn tại một kết nối với tên, host và kiểu này."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1,000 行"
+ "value" : "已存在同名、同主机和同类型的连接。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1,000 列"
+ "value" : "已存在同名稱、同主機與同類型的連線。"
}
}
}
},
- "1,000,000" : {
+ "A different file already exists at %@." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 위치에 다른 파일이 이미 있습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1.000.000"
+ "value" : "%@ konumunda zaten farklı bir dosya var."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1.000.000"
+ "value" : "Đã có một tệp khác tại %@."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1,000,000"
+ "value" : "%@ 处已存在另一个文件。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1,000,000"
+ "value" : "%@ 已存在另一個檔案。"
}
}
}
},
- "2" : {
- "extractionState" : "stale",
+ "A fast, lightweight native macOS database client" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "빠르고 가벼운 macOS 네이티브 데이터베이스 클라이언트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "2"
+ "value" : "Hızlı, hafif yerel macOS veritabanı istemcisi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "2"
+ "value" : "Ứng dụng quản lý cơ sở dữ liệu gốc macOS nhanh và nhẹ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "2"
+ "value" : "快速、轻量的原生 macOS 数据库客户端"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "2"
+ "value" : "快速、輕量的原生 macOS 資料庫用戶端"
}
}
}
},
- "2 spaces" : {
+ "A key from the xAI Console bills xAI API credits. Grok 4.5 and Grok 4.3 are available." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "xAI Console 키를 사용하면 xAI API 크레딧이 차감됩니다. Grok 4.5와 Grok 4.3을 사용할 수 있습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "2 boşluk"
+ "value" : "xAI Console'dan alınan bir anahtar xAI API kredilerinden düşer. Grok 4.5 ve Grok 4.3 kullanılabilir."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "2 dấu cách"
+ "value" : "Khóa lấy từ xAI Console sẽ tính phí vào tín dụng API của xAI. Có sẵn Grok 4.5 và Grok 4.3."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "2 个空格"
+ "value" : "使用 xAI Console 的密钥会扣除 xAI API 额度。可用 Grok 4.5 和 Grok 4.3。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "2 個空格"
+ "value" : "使用 xAI Console 的金鑰會扣除 xAI API 額度。可使用 Grok 4.5 和 Grok 4.3。"
}
}
}
},
- "3" : {
- "extractionState" : "stale",
+ "A new password will be set when you apply changes." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "변경 사항을 적용하면 새 비밀번호가 설정됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "3"
+ "value" : "Değişiklikleri uyguladığınızda yeni bir parola ayarlanacak."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "3"
+ "value" : "Mật khẩu mới sẽ được đặt khi bạn áp dụng thay đổi."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "3"
+ "value" : "应用更改时将设置新密码。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "3"
+ "value" : "套用變更時會設定新密碼。"
}
}
}
},
- "4 spaces" : {
+ "A newer TablePro is required to load this plugin." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 플러그인을 불러오려면 최신 버전의 TablePro가 필요합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "4 boşluk"
+ "value" : "Bu eklentiyi yüklemek için daha yeni bir TablePro gerekiyor."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "4 dấu cách"
+ "value" : "Cần phiên bản TablePro mới hơn để tải plugin này."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "4 个空格"
+ "value" : "需要更新版本的TablePro才能加载此插件。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "4 個空格"
+ "value" : "需要更新版本的 TablePro 才能載入這個外掛。"
}
}
}
},
- "5,000" : {
+ "A newer version of TablePro is required for this plugin. Update TablePro to keep using it." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 플러그인을 사용하려면 최신 버전의 TablePro가 필요합니다. 계속 사용하려면 TablePro를 업데이트하세요."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "5.000"
+ "value" : "Bu eklenti için TablePro'nun daha yeni bir sürümü gerekiyor. Kullanmaya devam etmek için TablePro'yu güncelleyin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "5,000"
+ "value" : "Plugin này cần phiên bản TablePro mới hơn. Cập nhật TablePro để tiếp tục sử dụng."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "5,000"
+ "value" : "此插件需要更新版本的TablePro。请更新TablePro以继续使用。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "5,000"
+ "value" : "這個外掛需要更新版本的 TablePro。請更新 TablePro 以繼續使用。"
}
}
}
},
- "5,000 rows" : {
+ "A query is still running. Disconnecting cancels it." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리가 아직 실행 중입니다. 연결을 끊으면 취소됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "5.000 satır"
+ "value" : "Bir sorgu hâlâ çalışıyor. Bağlantıyı kesmek onu iptal eder."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "5.000 dòng"
+ "value" : "Một truy vấn vẫn đang chạy. Ngắt kết nối sẽ huỷ nó."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "5,000 行"
+ "value" : "仍有查询在运行。断开连接会取消它。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "5,000 列"
+ "value" : "仍有查詢在執行。中斷連線會取消它。"
}
}
}
},
- "6" : {
+ "A service account key is required" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "서비스 계정 키가 필요합니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "6"
+ "value" : "Servis hesabı anahtarı gerekli"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "6"
+ "value" : "Cần có khóa tài khoản dịch vụ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "6"
+ "value" : "需要服务账号密钥"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "6"
+ "value" : "需要服務帳號金鑰"
}
}
}
},
- "7 days" : {
+ "A superuser bypasses all permission checks." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "슈퍼유저는 모든 권한 검사를 우회합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "7 gün"
+ "value" : "Superuser tüm izin denetimlerini atlar."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "7 ngày"
+ "value" : "Superuser bỏ qua mọi kiểm tra quyền."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "7 天"
+ "value" : "超级用户会跳过所有权限检查。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "7 天"
+ "value" : "超級使用者會略過所有權限檢查。"
}
}
}
},
- "8" : {
+ "A sync conflict was detected and needs to be resolved." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "동기화 충돌이 감지되어 해결이 필요합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "8"
+ "value" : "Bir eşitleme çakışması tespit edildi ve çözülmesi gerekiyor."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "8"
+ "value" : "Phát hiện xung đột đồng bộ và cần được giải quyết."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "8"
+ "value" : "检测到同步冲突,需要解决。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "8"
+ "value" : "偵測到同步衝突,需要解決。"
}
}
}
},
- "8 spaces" : {
+ "A user or role with this name already exists." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "같은 이름의 사용자 또는 역할이 이미 있습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "8 boşluk"
+ "value" : "Bu adda bir kullanıcı veya rol zaten var."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "8 dấu cách"
+ "value" : "Đã có người dùng hoặc vai trò trùng tên."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "8 个空格"
+ "value" : "已存在同名的用户或角色。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "8 個空格"
+ "value" : "已存在同名的使用者或角色。"
}
}
}
},
- "8+ characters" : {
+ "ACTIVE CONNECTIONS" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "활성 연결"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "8+ karakter"
+ "value" : "AKTİF BAĞLANTILAR"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "8+ ký tự"
+ "value" : "KẾT NỐI ĐANG HOẠT ĐỘNG"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "至少8个字符"
+ "value" : "活跃连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "至少 8 個字"
+ "value" : "使用中的連線"
}
}
}
},
- "10,000" : {
+ "AI" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AI"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "10.000"
+ "value" : "AI"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "10,000"
+ "value" : "AI"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "10,000"
+ "value" : "AI"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "10,000"
+ "value" : "AI"
}
}
}
},
- "10,000 rows" : {
+ "AI Chat" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AI 채팅"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "10.000 satır"
+ "value" : "Yapay Zeka Sohbeti"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "10.000 dòng"
+ "value" : "AI Chat"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "10,000 行"
+ "value" : "AI 对话"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "10,000 列"
+ "value" : "AI 對話"
}
}
}
},
- "22" : {
+ "AI Not Configured" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AI가 설정되지 않음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "22"
+ "value" : "AI Yapılandırılmadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "22"
+ "value" : "AI chưa được cấu hình"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "22"
+ "value" : "AI 未配置"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "22"
+ "value" : "AI 尚未設定"
}
}
}
},
- "30 days" : {
+ "AI Policy" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AI 정책"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "30 gün"
+ "value" : "Yapay Zeka İlkesi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "30 ngày"
+ "value" : "Chính sách AI"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "30 天"
+ "value" : "AI 策略"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "30 天"
+ "value" : "AI 政策"
}
}
}
},
- "30s" : {
+ "AI Policy controls in-app AI agents. External Clients controls Raycast, Cursor, Claude Desktop, and other MCP clients. Effective scope is the minimum of the requesting token's scope and the External Clients level." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AI 정책은 앱 내 AI 에이전트를 제어합니다. 외부 클라이언트는 Raycast, Cursor, Claude Desktop 및 기타 MCP 클라이언트를 제어합니다. 유효 범위는 요청 토큰의 범위와 외부 클라이언트 수준 중 더 제한적인 범위입니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "30s"
+ "value" : "AI Politikası uygulama içi AI ajanlarını kontrol eder. Harici İstemciler ise Raycast, Cursor, Claude Desktop ve diğer MCP istemcilerini kontrol eder. Etkin kapsam, talep eden token'ın kapsamı ile Harici İstemciler düzeyinin minimumudur."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "30 giây"
+ "value" : "AI Policy kiểm soát các AI agent trong ứng dụng. External Clients kiểm soát Raycast, Cursor, Claude Desktop và các MCP client khác. Phạm vi thực tế là mức thấp hơn giữa phạm vi của token yêu cầu và mức External Clients."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "30秒"
+ "value" : "AI 策略控制应用内 AI 代理。外部客户端控制 Raycast、Cursor、Claude Desktop 及其他 MCP 客户端。实际权限取请求令牌权限与外部客户端级别中的较低值。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "30 秒"
+ "value" : "AI 政策控制應用程式內的 AI 代理程式。外部用戶端控制 Raycast、Cursor、Claude Desktop 及其他 MCP 用戶端。實際範圍取請求權杖範圍與外部用戶端層級兩者中較低者。"
}
}
}
},
- "50,000" : {
+ "AI Provider" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AI 제공업체"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "50.000"
+ "value" : "Yapay Zeka Sağlayıcısı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "50.000"
+ "value" : "Nhà cung cấp AI"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "50,000"
+ "value" : "AI 提供商"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "50,000"
+ "value" : "AI 供應商"
}
}
}
},
- "60 days" : {
+ "AI Rules" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AI 규칙"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "60 gün"
+ "value" : "Yapay zeka kuralları"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "60 ngày"
+ "value" : "Quy tắc AI"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "60 天"
+ "value" : "AI规则"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "60 天"
+ "value" : "AI 規則"
}
}
}
},
- "60s" : {
+ "AI Walkthrough" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AI 단계별 안내"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "60s"
+ "value" : "AI Adım Adım Anlatım"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "60 giây"
+ "value" : "Hướng dẫn AI"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "60秒"
+ "value" : "AI 分步讲解"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "60 秒"
+ "value" : "AI 逐步解說"
}
}
}
},
- "90 days" : {
+ "AI access is disabled for this connection" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 연결에서는 AI 접근이 비활성화되어 있습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "90 gün"
+ "value" : "Bu bağlantı için AI erişimi devre dışı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "90 ngày"
+ "value" : "Quyền truy cập AI bị tắt cho kết nối này"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "90 天"
+ "value" : "此连接的 AI 访问已禁用"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "90 天"
+ "value" : "此連線的 AI 存取已停用"
}
}
}
},
- "100" : {
+ "AI access policies are configured per-connection in each connection's settings." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AI 접근 정책은 각 연결의 설정에서 연결별로 구성합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "100"
+ "value" : "AI erişim politikaları her bağlantının ayarlarında ayrı ayrı yapılandırılır."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "100"
+ "value" : "Chính sách truy cập AI được cấu hình riêng cho từng kết nối trong phần cài đặt."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "100"
+ "value" : "AI 访问策略在每个连接的设置中单独配置。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "100"
+ "value" : "AI 存取原則在每個連線的設定中個別設定。"
}
}
}
},
- "100 rows" : {
+ "AI and MCP" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AI 및 MCP"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "100 satır"
+ "value" : "AI ve MCP"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "100 dòng"
+ "value" : "AI và MCP"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "100 行"
+ "value" : "AI 与 MCP"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "100 列"
+ "value" : "AI 與 MCP"
}
}
}
},
- "100,000" : {
+ "AI is disabled for this connection." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 연결에서는 AI가 비활성화되어 있습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "100.000"
+ "value" : "Bu bağlantı için yapay zeka devre dışı."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "100.000"
+ "value" : "AI bị tắt cho kết nối này."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "100,000"
+ "value" : "此连接已禁用 AI。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "100,000"
+ "value" : "此連線已停用 AI。"
}
}
}
},
- "500" : {
+ "AI made too many tool calls in one response. Try simplifying the request." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AI가 한 응답에서 도구를 너무 많이 호출했습니다. 요청을 더 간단하게 작성해 보세요."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "500"
+ "value" : "Yapay zeka tek yanıtta çok fazla araç çağrısı yaptı. İsteği sadeleştirmeyi deneyin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "500"
+ "value" : "AI gọi quá nhiều công cụ trong một phản hồi. Hãy thử đơn giản hóa yêu cầu."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "500"
+ "value" : "AI在一次回复中调用了过多工具。请尝试简化请求。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "500"
+ "value" : "AI 在一次回應中呼叫了過多工具。請嘗試簡化請求。"
}
}
}
},
- "500 rows" : {
+ "AI responses may be inaccurate" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AI 응답은 부정확할 수 있습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "500 satır"
+ "value" : "Yapay zeka yanıtları hatalı olabilir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "500 dòng"
+ "value" : "Phản hồi của AI có thể không chính xác"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "500 行"
+ "value" : "AI回复可能不准确"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "500 列"
+ "value" : "AI 回應可能不準確"
}
}
}
},
- "500,000" : {
+ "AI-Powered Assistant" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AI 기반 어시스턴트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "500.000"
+ "value" : "AI Destekli Asistan"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "500.000"
+ "value" : "Trợ lý AI"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "500,000"
+ "value" : "AI 助手"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "500,000"
+ "value" : "AI 助理"
}
}
}
},
- "A built-in plugin \"%@\" already provides this bundle ID" : {
+ "AI-generated. Review before applying." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AI가 생성했습니다. 적용하기 전에 검토하세요."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "A built-giriş plugin \"%@\" already provides this bundle ID"
+ "value" : "Yapay zeka üretti. Uygulamadan önce gözden geçirin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Plugin tích hợp \"%@\" đã cung cấp bundle ID này"
+ "value" : "Do AI tạo. Hãy xem lại trước khi áp dụng."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "内置插件 \"%@\" 已提供此 bundle ID"
+ "value" : "由 AI 生成。应用前请先检查。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "內建外掛「%@」已提供此 bundle ID"
+ "value" : "由 AI 產生。套用前請先檢查。"
}
}
}
},
- "A Cloudflare tunnel already exists for connection: %@" : {
+ "AI-powered SQL completions appear as ghost text while typing. Press Tab to accept, Escape to dismiss." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AI 기반 SQL 자동 완성이 입력하는 동안 고스트 텍스트로 표시됩니다. Tab 키를 눌러 적용하고 Escape 키를 눌러 닫으세요."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu bağlantı için zaten bir Cloudflare tüneli var: %@"
+ "value" : "Yapay zeka destekli SQL tamamlamaları yazarken hayalet metin olarak görünür. Kabul etmek için Tab, kapatmak için Escape."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã có Cloudflare tunnel cho kết nối: %@"
+ "value" : "Gợi ý SQL bằng AI xuất hiện dưới dạng văn bản mờ khi gõ. Nhấn Tab để chấp nhận, Escape để bỏ qua."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "该连接已存在Cloudflare隧道:%@"
+ "value" : "AI 驱动的 SQL 补全在输入时以虚影文本显示。按 Tab 接受,按 Escape 关闭。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "這個連線已存在 Cloudflare 隧道:%@"
+ "value" : "AI 驅動的 SQL 補全會在輸入時以淡色文字顯示。按 Tab 接受,按 Escape 關閉。"
}
}
}
},
- "A command named \"/%@\" already exists." : {
+ "ALL DATABASES" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 데이터베이스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"/%@\" adında bir komut zaten var."
+ "value" : "TÜM VERİTABANLARI"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lệnh có tên \"/%@\" đã tồn tại."
+ "value" : "TẤT CẢ CƠ SỞ DỮ LIỆU"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "名为\"/%@\"的命令已存在。"
+ "value" : "所有数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "名為「/%@」的指令已存在。"
+ "value" : "所有資料庫"
}
}
}
},
- "A connection can use one connection method at a time. Disable the other methods to use %@." : {
+ "ALL SCHEMAS" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 스키마"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir bağlantı aynı anda tek bir bağlantı yöntemi kullanabilir. %@ kullanmak için diğer yöntemleri kapatın."
+ "value" : "TÜM ŞEMALAR"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mỗi kết nối chỉ dùng được một phương thức kết nối tại một thời điểm. Tắt các phương thức khác để dùng %@."
+ "value" : "TẤT CẢ SCHEMA"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "一个连接同时只能使用一种连接方式。要使用 %@,请先关闭其他方式。"
+ "value" : "所有 SCHEMA"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "一個連線同時只能使用一種連線方式。要使用 %@,請先關閉其他方式。"
+ "value" : "所有綱要"
}
}
}
},
- "A connection can use one tunnel at a time. Disable the SSH Tunnel to use a Cloudflare Tunnel." : {
- "extractionState" : "stale",
+ "ANALYZE (update statistics after vacuum)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "ANALYZE (vacuum 후 통계 업데이트)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir bağlantı aynı anda yalnızca bir tünel kullanabilir. Cloudflare Tüneli kullanmak için SSH Tünelini devre dışı bırakın."
+ "value" : "ANALYZE (vacuum sonrası istatistikleri güncelle)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mỗi kết nối chỉ dùng được một tunnel. Tắt SSH Tunnel để dùng Cloudflare Tunnel."
+ "value" : "ANALYZE (cập nhật thống kê sau vacuum)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "一个连接一次只能使用一个隧道。请停用SSH隧道以使用Cloudflare隧道。"
+ "value" : "ANALYZE(vacuum 后更新统计信息)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "一個連線一次只能使用一個隧道。請停用 SSH 隧道以使用 Cloudflare 隧道。"
+ "value" : "ANALYZE(vacuum 後更新統計資訊)"
}
}
}
},
- "A connection can use only one connection method at a time. Enabled: %@." : {
+ "AND" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AND"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir bağlantı aynı anda yalnızca bir bağlantı yöntemi kullanabilir. Etkin: %@."
+ "value" : "VE"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mỗi kết nối chỉ dùng được một phương thức kết nối tại một thời điểm. Đang bật: %@."
+ "value" : "AND"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "一个连接同时只能使用一种连接方式。已启用:%@。"
+ "value" : "AND"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "一個連線同時只能使用一種連線方式。已啟用:%@。"
+ "value" : "AND"
}
}
}
},
- "A connection cannot use SSH and Cloudflare tunnels at the same time." : {
- "extractionState" : "stale",
+ "ANTHROPIC_API_KEY and ANTHROPIC_AUTH_TOKEN are removed from the tool's environment, so replies always draw on the subscription." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "도구의 환경에서 ANTHROPIC_API_KEY와 ANTHROPIC_AUTH_TOKEN이 제거되므로 응답에는 항상 구독이 사용됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir bağlantı SSH ve Cloudflare tünellerini aynı anda kullanamaz."
+ "value" : "ANTHROPIC_API_KEY ve ANTHROPIC_AUTH_TOKEN aracın ortamından kaldırılır, bu yüzden yanıtlar her zaman abonelikten düşer."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối không thể dùng SSH tunnel và Cloudflare tunnel cùng lúc."
+ "value" : "ANTHROPIC_API_KEY và ANTHROPIC_AUTH_TOKEN bị loại khỏi môi trường của công cụ, nên các câu trả lời luôn dùng gói đăng ký."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接不能同时使用SSH隧道和Cloudflare隧道。"
+ "value" : "ANTHROPIC_API_KEY 和 ANTHROPIC_AUTH_TOKEN 会从该工具的环境变量中移除,因此回复始终消耗订阅额度。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線無法同時使用 SSH 隧道和 Cloudflare 隧道。"
+ "value" : "ANTHROPIC_API_KEY 和 ANTHROPIC_AUTH_TOKEN 會從該工具的環境變數中移除,因此回覆一律消耗訂閱額度。"
}
}
}
},
- "A connection with this name, host, and type already exists." : {
+ "API Key" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "API 키"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu ad, sunucu ve tür ile bir bağlantı zaten var."
+ "value" : "API Anahtarı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã tồn tại một kết nối với tên, host và kiểu này."
+ "value" : "API Key"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已存在同名、同主机和同类型的连接。"
+ "value" : "API Key"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已存在同名稱、同主機與同類型的連線。"
+ "value" : "API Key"
}
}
}
},
- "A different file already exists at %@." : {
+ "API Token" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "API Token"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "API 토큰"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ konumunda zaten farklı bir dosya var."
+ "value" : "API Token"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã có một tệp khác tại %@."
+ "value" : "API Token"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 处已存在另一个文件。"
+ "value" : "API Token"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 已存在另一個檔案。"
+ "value" : "API Token"
}
}
}
},
- "A fast, lightweight native macOS database client" : {
+ "API Token Required" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "API 토큰 필요"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hızlı, hafif yerel macOS veritabanı istemcisi"
+ "value" : "API Anahtarı Gerekli"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ứng dụng quản lý cơ sở dữ liệu gốc macOS nhanh và nhẹ"
+ "value" : "Yêu cầu mã API"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "快速、轻量的原生 macOS 数据库客户端"
+ "value" : "需要 API 令牌"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "快速、輕量的原生 macOS 資料庫用戶端"
+ "value" : "需要 API 權杖"
}
}
}
},
- "A key from the xAI Console bills xAI API credits. Grok 4.5 and Grok 4.3 are available." : {
+ "API key is required" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "API 키가 필요합니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "xAI Console'dan alınan bir anahtar xAI API kredilerinden düşer. Grok 4.5 ve Grok 4.3 kullanılabilir."
+ "value" : "API anahtarı gerekli"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Khóa lấy từ xAI Console sẽ tính phí vào tín dụng API của xAI. Có sẵn Grok 4.5 và Grok 4.3."
+ "value" : "Yêu cầu khóa API"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "使用 xAI Console 的密钥会扣除 xAI API 额度。可用 Grok 4.5 和 Grok 4.3。"
+ "value" : "需要 API 密钥"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "使用 xAI Console 的金鑰會扣除 xAI API 額度。可使用 Grok 4.5 和 Grok 4.3。"
+ "value" : "需要 API key"
}
}
}
},
- "A new password will be set when you apply changes." : {
+ "API key set" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "API 키 설정됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Değişiklikleri uyguladığınızda yeni bir parola ayarlanacak."
+ "value" : "API anahtarı ayarlı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mật khẩu mới sẽ được đặt khi bạn áp dụng thay đổi."
+ "value" : "Đã đặt API key"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "应用更改时将设置新密码。"
+ "value" : "已设置 API 密钥"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "套用變更時會設定新密碼。"
+ "value" : "已設定 API key"
}
}
}
},
- "A newer TablePro is required to load this plugin." : {
+ "API token" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "API 토큰"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu eklentiyi yüklemek için daha yeni bir TablePro gerekiyor."
+ "value" : "API anahtarı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cần phiên bản TablePro mới hơn để tải plugin này."
+ "value" : "Mã API"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "需要更新版本的TablePro才能加载此插件。"
+ "value" : "API 令牌"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "需要更新版本的 TablePro 才能載入這個外掛。"
+ "value" : "API 權杖"
}
}
}
},
- "A newer version of TablePro is required for this plugin. Update TablePro to keep using it." : {
+ "AUTO" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "자동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu eklenti için TablePro'nun daha yeni bir sürümü gerekiyor. Kullanmaya devam etmek için TablePro'yu güncelleyin."
+ "value" : "OTO"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Plugin này cần phiên bản TablePro mới hơn. Cập nhật TablePro để tiếp tục sử dụng."
+ "value" : "TỰ ĐỘNG"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "此插件需要更新版本的TablePro。请更新TablePro以继续使用。"
+ "value" : "自动"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "這個外掛需要更新版本的 TablePro。請更新 TablePro 以繼續使用。"
+ "value" : "自動"
}
}
}
},
- "A query is still running. Disconnecting cancels it." : {
+ "AWS Region" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AWS Region"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AWS 리전"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir sorgu hâlâ çalışıyor. Bağlantıyı kesmek onu iptal eder."
+ "value" : "AWS Region"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Một truy vấn vẫn đang chạy. Ngắt kết nối sẽ huỷ nó."
+ "value" : "AWS Region"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "仍有查询在运行。断开连接会取消它。"
+ "value" : "AWS 区域"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "仍有查詢在執行。中斷連線會取消它。"
+ "value" : "AWS 區域"
}
}
}
},
- "A service account key is required" : {
+ "AWS SSO Sign-In Failed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AWS SSO 로그인 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Servis hesabı anahtarı gerekli"
+ "value" : "AWS SSO oturumu açılamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cần có khóa tài khoản dịch vụ"
+ "value" : "Đăng nhập AWS SSO thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "需要服务账号密钥"
+ "value" : "AWS SSO登录失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "需要服務帳號金鑰"
+ "value" : "AWS SSO 登入失敗"
}
}
}
},
- "A superuser bypasses all permission checks." : {
+ "AWS SSO Sign-In Required" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AWS SSO 로그인 필요"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Superuser tüm izin denetimlerini atlar."
+ "value" : "AWS SSO ile oturum açma gerekli"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Superuser bỏ qua mọi kiểm tra quyền."
+ "value" : "Yêu cầu đăng nhập AWS SSO"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "超级用户会跳过所有权限检查。"
+ "value" : "需要AWS SSO登录"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "超級使用者會略過所有權限檢查。"
+ "value" : "需要 AWS SSO 登入"
}
}
}
},
- "A sync conflict was detected and needs to be resolved." : {
- "extractionState" : "stale",
+ "AWS SSO sign-in finished. Test the connection again." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AWS SSO 로그인이 완료되었습니다. 연결을 다시 테스트하세요."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir eşitleme çakışması tespit edildi ve çözülmesi gerekiyor."
+ "value" : "AWS SSO oturum açma tamamlandı. Bağlantıyı yeniden test edin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Phát hiện xung đột đồng bộ và cần được giải quyết."
+ "value" : "Đã hoàn tất đăng nhập AWS SSO. Hãy kiểm tra lại kết nối."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "检测到同步冲突,需要解决。"
+ "value" : "AWS SSO登录已完成。请再次测试连接。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "偵測到同步衝突,需要解決。"
+ "value" : "AWS SSO 登入已完成。請再次測試連線。"
}
}
}
},
- "A user or role with this name already exists." : {
+ "AWS managed key-value/document store" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AWS 관리형 키-값/문서 저장소"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu adda bir kullanıcı veya rol zaten var."
+ "value" : "AWS'nin yönettiği anahtar-değer/belge deposu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã có người dùng hoặc vai trò trùng tên."
+ "value" : "Kho key-value/tài liệu do AWS quản lý"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已存在同名的用户或角色。"
+ "value" : "AWS托管的键值/文档存储"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已存在同名的使用者或角色。"
+ "value" : "AWS 託管的鍵值/文件儲存"
}
}
}
},
"About TablePro" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "TablePro에 관하여"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7009,6 +9075,12 @@
"Accent Color:" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "강조 색상:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7037,6 +9109,12 @@
},
"Access" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "접근 권한"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7065,6 +9143,12 @@
},
"Access Application" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Access 애플리케이션"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7099,6 +9183,12 @@
"value" : "Access Key ID"
}
},
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "액세스 키 ID"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7127,6 +9217,12 @@
},
"Access Method" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "접근 방식"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7155,6 +9251,12 @@
},
"Access Token" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "액세스 토큰"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7183,6 +9285,12 @@
},
"Access uses your ChatGPT subscription (Plus, Pro, Business, or Enterprise) and follows OpenAI's terms. This is an unofficial interface that may change." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "ChatGPT 구독(Plus, Pro, Business 또는 Enterprise)을 통해 이용하며 OpenAI 약관을 따릅니다. 이는 변경될 수 있는 비공식 인터페이스입니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7211,6 +9319,12 @@
},
"Account" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "계정"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7245,6 +9359,12 @@
"value" : "Account ID"
}
},
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "계정 ID"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7273,6 +9393,12 @@
},
"Account Identifier" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "계정 식별자"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7301,6 +9427,12 @@
},
"Account:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "계정:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7329,6 +9461,12 @@
},
"Action" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "작업"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7357,6 +9495,12 @@
},
"Action Failed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "작업 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7385,6 +9529,12 @@
},
"Action: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "작업: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7413,6 +9563,12 @@
},
"Activate" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "활성화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7439,148 +9595,184 @@
}
}
},
- "Activate a Team license to publish to the team library." : {
+ "Activate License" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "라이선스 활성화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Takım kitaplığına yayınlamak için bir Team lisansı etkinleştirin."
+ "value" : "Lisansı Etkinleştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kích hoạt giấy phép Team để xuất bản lên thư viện nhóm."
+ "value" : "Kích hoạt giấy phép"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "激活 Team 许可证后才能发布到团队库。"
+ "value" : "激活许可证"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "啟用 Team 授權後才能發佈到團隊庫。"
+ "value" : "啟用授權"
}
}
}
},
- "Activate License" : {
+ "Activate License..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "라이선스 활성화..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lisansı Etkinleştir"
+ "value" : "Lisansı Etkinleştir..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kích hoạt giấy phép"
+ "value" : "Kích hoạt giấy phép..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "激活许可证"
+ "value" : "激活许可证…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "啟用授權"
+ "value" : "啟用授權…"
}
}
}
},
- "Activate License..." : {
+ "Activate Now" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "지금 활성화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lisansı Etkinleştir..."
+ "value" : "Şimdi Etkinleştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kích hoạt giấy phép..."
+ "value" : "Kích hoạt ngay"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "激活许可证…"
+ "value" : "立即激活"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "啟用授權…"
+ "value" : "立即啟用"
}
}
}
},
- "Activate next time you launch TablePro" : {
+ "Activate a Team license to publish to the team library." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "팀 라이브러리에 게시하려면 Team 라이선스를 활성화하세요."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "TablePro'yu bir sonraki başlatışınızda etkinleştir"
+ "value" : "Takım kitaplığına yayınlamak için bir Team lisansı etkinleştirin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kích hoạt lần khởi chạy TablePro tiếp theo"
+ "value" : "Kích hoạt giấy phép Team để xuất bản lên thư viện nhóm."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下次启动TablePro时激活"
+ "value" : "激活 Team 许可证后才能发布到团队库。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下次啟動 TablePro 時啟用"
+ "value" : "啟用 Team 授權後才能發佈到團隊庫。"
}
}
}
},
- "Activate Now" : {
+ "Activate next time you launch TablePro" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다음 TablePro 실행 시 활성화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Şimdi Etkinleştir"
+ "value" : "TablePro'yu bir sonraki başlatışınızda etkinleştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kích hoạt ngay"
+ "value" : "Kích hoạt lần khởi chạy TablePro tiếp theo"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "立即激活"
+ "value" : "下次启动TablePro时激活"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "立即啟用"
+ "value" : "下次啟動 TablePro 時啟用"
}
}
}
},
"Activation Failed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "활성화 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7615,6 +9807,12 @@
"value" : "Activations (%1$lld of %2$lld)"
}
},
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "활성화(%1$lld/%2$lld)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7643,6 +9841,12 @@
},
"Active" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "활성"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7672,6 +9876,12 @@
"Active Connections" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "활성 연결"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7698,36 +9908,14 @@
}
}
},
- "ACTIVE CONNECTIONS" : {
+ "Active Merges" : {
"localizations" : {
- "tr" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "AKTİF BAĞLANTILAR"
- }
- },
- "vi" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "KẾT NỐI ĐANG HOẠT ĐỘNG"
- }
- },
- "zh-Hans" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "活跃连接"
+ "value" : "활성 병합"
}
},
- "zh-Hant" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "使用中的連線"
- }
- }
- }
- },
- "Active Merges" : {
- "localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7756,6 +9944,12 @@
},
"Active Provider" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "활성 프로바이더"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7784,6 +9978,12 @@
},
"Active Queries" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "활성 쿼리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7812,6 +10012,12 @@
},
"Active Sessions" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "활성 세션"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7840,6 +10046,12 @@
},
"Activity" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "활동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7868,6 +10080,12 @@
},
"Activity Details" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "활동 세부 정보"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7894,64 +10112,82 @@
}
}
},
- "Activity is retained for 90 days." : {
+ "Activity Log" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "활동 로그"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Etkinlikler 90 gün boyunca saklanır."
+ "value" : "Etkinlik Günlüğü"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hoạt động được lưu trong 90 ngày."
+ "value" : "Nhật ký hoạt động"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "活动记录保留 90 天。"
+ "value" : "活动日志"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "活動記錄保留 90 天。"
+ "value" : "活動記錄"
}
}
}
},
- "Activity Log" : {
+ "Activity is retained for 90 days." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "활동은 90일간 보관됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Etkinlik Günlüğü"
+ "value" : "Etkinlikler 90 gün boyunca saklanır."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhật ký hoạt động"
+ "value" : "Hoạt động được lưu trong 90 ngày."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "活动日志"
+ "value" : "活动记录保留 90 天。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "活動記錄"
+ "value" : "活動記錄保留 90 天。"
}
}
}
},
"Actual" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "실제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -7982,6 +10218,12 @@
"comment" : "Label for the number of rows in the actual result set.",
"isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "실제 행"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -8012,6 +10254,12 @@
"comment" : "Label for the actual time taken by a query.",
"isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "실제 시간"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -8040,6 +10288,12 @@
},
"Add" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "추가"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -8068,6 +10322,12 @@
},
"Add %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 추가"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -8097,6 +10357,12 @@
"Add Another SQL Folder..." : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다른 SQL 폴더 추가..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -8127,6 +10393,12 @@
"comment" : "Text for a menu item that adds a new linked SQL folder.",
"isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다른 SQL 폴더 추가…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -8153,803 +10425,1013 @@
}
}
},
- "Add as Copy" : {
+ "Add Check Constraint" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "체크 제약 조건 추가"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kopya Olarak Ekle"
+ "value" : "Kontrol Kısıtı Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm dưới dạng bản sao"
+ "value" : "Thêm ràng buộc kiểm tra"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "作为副本添加"
+ "value" : "添加检查约束"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增為副本"
+ "value" : "新增檢查約束"
}
}
}
},
- "Add at least one column with a name and type" : {
+ "Add Column" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 추가"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "En az bir ad ve türe sahip sütun ekleyin"
+ "value" : "Sütun Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm ít nhất một cột có tên và kiểu dữ liệu"
+ "value" : "Thêm cột"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "请至少添加一个包含名称和类型的列"
+ "value" : "添加列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "請至少新增一個含名稱與型別的欄位"
+ "value" : "新增欄位"
}
}
}
},
- "Add Check Constraint" : {
+ "Add Column…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 추가…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kontrol Kısıtı Ekle"
+ "value" : "Sütun Ekle…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm ràng buộc kiểm tra"
+ "value" : "Thêm cột…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加检查约束"
+ "value" : "添加列…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增檢查約束"
+ "value" : "新增欄位…"
}
}
}
},
- "Add Column" : {
+ "Add Command" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "명령 추가"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütun Ekle"
+ "value" : "Komut Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm cột"
+ "value" : "Thêm lệnh"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加列"
+ "value" : "添加命令"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增欄位"
+ "value" : "新增指令"
}
}
}
},
- "Add Column…" : {
+ "Add Connection" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 추가"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütun Ekle…"
+ "value" : "Bağlantı Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm cột…"
+ "value" : "Thêm kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加列…"
+ "value" : "添加连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增欄位…"
+ "value" : "新增連線"
}
}
}
},
- "Add columns first" : {
- "extractionState" : "stale",
+ "Add Custom Provider…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사용자 지정 프로바이더 추가…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Önce sütun ekleyin"
+ "value" : "Özel Sağlayıcı Ekle…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm cột trước"
+ "value" : "Thêm nhà cung cấp tùy chỉnh…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "请先添加列"
+ "value" : "添加自定义提供方…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "請先新增欄位"
+ "value" : "新增自訂供應商…"
}
}
}
},
- "Add columns to see the CREATE TABLE statement" : {
+ "Add Element" : {
+ "comment" : "A button that adds a new element to a list.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "요소 추가"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CREATE TABLE ifadesini görmek için sütun ekleyin"
+ "value" : "Öğe Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm cột để xem câu lệnh CREATE TABLE"
+ "value" : "Thêm phần tử"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加列以查看 CREATE TABLE 语句"
+ "value" : "添加元素"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增欄位以查看 CREATE TABLE 陳述式"
+ "value" : "加入元素"
}
}
}
},
- "Add Command" : {
+ "Add Filter" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터 추가"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Komut Ekle"
+ "value" : "Filtre Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm lệnh"
+ "value" : "Thêm bộ lọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加命令"
+ "value" : "添加筛选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增指令"
+ "value" : "新增篩選"
}
}
}
},
- "Add Connection" : {
+ "Add Filter (Cmd+Shift+F)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터 추가(Cmd+Shift+F)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı Ekle"
+ "value" : "Filtre Ekle (Cmd+Shift+F)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm kết nối"
+ "value" : "Thêm bộ lọc (Cmd+Shift+F)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加连接"
+ "value" : "添加筛选 (Cmd+Shift+F)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增連線"
+ "value" : "新增篩選 (Cmd+Shift+F)"
}
}
}
},
- "Add Custom Provider…" : {
+ "Add Folder..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "폴더 추가..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Özel Sağlayıcı Ekle…"
+ "value" : "Klasör Ekle..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm nhà cung cấp tùy chỉnh…"
+ "value" : "Thêm Thư mục..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加自定义提供方…"
+ "value" : "添加文件夹…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增自訂供應商…"
+ "value" : "新增資料夾…"
}
}
}
},
- "Add Element" : {
- "comment" : "A button that adds a new element to a list.",
+ "Add Foreign Key" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외래 키 추가"
+ }
+ },
+ "tr" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Yabancı Anahtar Ekle"
+ }
+ },
+ "vi" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Thêm khóa ngoại"
+ }
+ },
+ "zh-Hans" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "添加外键"
+ }
+ },
+ "zh-Hant" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "新增外鍵"
+ }
+ }
+ }
+ },
+ "Add Host" : {
+ "comment" : "Label for the \"Add Host\" button in the host list field row.",
"isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "호스트 추가"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Öğe Ekle"
+ "value" : "Sunucu Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm phần tử"
+ "value" : "Thêm máy chủ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加元素"
+ "value" : "添加主机"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "加入元素"
+ "value" : "加入主機"
}
}
}
},
- "Add filter" : {
+ "Add Index" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인덱스 추가"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtre ekle"
+ "value" : "İndeks Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm bộ lọc"
+ "value" : "Thêm chỉ mục"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加筛选"
+ "value" : "添加索引"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增篩選"
+ "value" : "新增索引"
}
}
}
},
- "Add Filter" : {
+ "Add Jump Host" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "점프 호스트 추가"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtre Ekle"
+ "value" : "Atlama Sunucusu Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm bộ lọc"
+ "value" : "Thêm Jump Host"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加筛选"
+ "value" : "添加跳板机"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增篩選"
+ "value" : "新增跳板主機"
}
}
}
},
- "Add Filter (Cmd+Shift+F)" : {
+ "Add Linked SQL Folder..." : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결된 SQL 폴더 추가..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtre Ekle (Cmd+Shift+F)"
+ "value" : "Bağlı SQL Klasörü Ekle..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm bộ lọc (Cmd+Shift+F)"
+ "value" : "Thêm thư mục SQL liên kết..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加筛选 (Cmd+Shift+F)"
+ "value" : "添加链接的SQL文件夹..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增篩選 (Cmd+Shift+F)"
+ "value" : "新增連結的 SQL 資料夾…"
}
}
}
},
- "Add filter row" : {
+ "Add Linked SQL Folder…" : {
+ "comment" : "Text for a menu item that adds a linked SQL folder.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결된 SQL 폴더 추가…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtre satırı ekle"
+ "value" : "Bağlı SQL Klasörü Ekle…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm dòng bộ lọc"
+ "value" : "Thêm thư mục SQL liên kết…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加筛选行"
+ "value" : "添加关联 SQL 文件夹…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增篩選列"
+ "value" : "加入連結的 SQL 資料夾…"
}
}
}
},
- "Add Folder..." : {
+ "Add Provider" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "프로바이더 추가"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Klasör Ekle..."
+ "value" : "Sağlayıcı Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm Thư mục..."
+ "value" : "Thêm nhà cung cấp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加文件夹…"
+ "value" : "添加提供商"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增資料夾…"
+ "value" : "新增供應商"
}
}
}
},
- "Add Foreign Key" : {
+ "Add Provider…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "프로바이더 추가…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yabancı Anahtar Ekle"
+ "value" : "Sağlayıcı Ekle…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm khóa ngoại"
+ "value" : "Thêm nhà cung cấp…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加外键"
+ "value" : "添加提供方…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增外鍵"
+ "value" : "新增供應商…"
}
}
}
},
- "Add from Existing" : {
+ "Add Row" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "행 추가"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mevcuttan Ekle"
+ "value" : "Satır Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm từ nguồn có sẵn"
+ "value" : "Thêm dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "从已有来源添加"
+ "value" : "添加行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "從現有來源新增"
+ "value" : "新增列"
}
}
}
},
- "Add Host" : {
- "comment" : "Label for the \"Add Host\" button in the host list field row.",
+ "Add Theme" : {
+ "comment" : "Add Theme",
"isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테마 추가"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sunucu Ekle"
+ "value" : "Tema Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm máy chủ"
+ "value" : "Thêm giao diện"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加主机"
+ "value" : "添加主题"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "加入主機"
+ "value" : "加入佈景主題"
}
}
}
},
- "Add Index" : {
+ "Add as Copy" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "복사본으로 추가"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İndeks Ekle"
+ "value" : "Kopya Olarak Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm chỉ mục"
+ "value" : "Thêm dưới dạng bản sao"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加索引"
+ "value" : "作为副本添加"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增索引"
+ "value" : "新增為副本"
}
}
}
},
- "Add indexes to improve query performance on frequently searched columns" : {
+ "Add at least one column with a name and type" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이름과 유형이 지정된 열을 하나 이상 추가하십시오"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sık aranan sütunlarda sorgu performansını artırmak için indeks ekleyin"
+ "value" : "En az bir ad ve türe sahip sütun ekleyin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm chỉ mục để cải thiện hiệu suất truy vấn trên các cột thường xuyên tìm kiếm"
+ "value" : "Thêm ít nhất một cột có tên và kiểu dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加索引以提升常用搜索列的查询性能"
+ "value" : "请至少添加一个包含名称和类型的列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "為常搜尋的欄位新增索引以提升查詢效能"
+ "value" : "請至少新增一個含名稱與型別的欄位"
}
}
}
},
- "Add Jump Host" : {
+ "Add columns first" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "먼저 열을 추가하십시오"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Atlama Sunucusu Ekle"
+ "value" : "Önce sütun ekleyin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm Jump Host"
+ "value" : "Thêm cột trước"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加跳板机"
+ "value" : "请先添加列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增跳板主機"
+ "value" : "請先新增欄位"
}
}
}
},
- "Add Linked SQL Folder..." : {
- "extractionState" : "stale",
+ "Add columns to see the CREATE TABLE statement" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "CREATE TABLE 문을 보려면 열을 추가하십시오"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlı SQL Klasörü Ekle..."
+ "value" : "CREATE TABLE ifadesini görmek için sütun ekleyin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm thư mục SQL liên kết..."
+ "value" : "Thêm cột để xem câu lệnh CREATE TABLE"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加链接的SQL文件夹..."
+ "value" : "添加列以查看 CREATE TABLE 语句"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增連結的 SQL 資料夾…"
+ "value" : "新增欄位以查看 CREATE TABLE 陳述式"
}
}
}
},
- "Add Linked SQL Folder…" : {
- "comment" : "Text for a menu item that adds a linked SQL folder.",
- "isCommentAutoGenerated" : true,
+ "Add filter" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터 추가"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlı SQL Klasörü Ekle…"
+ "value" : "Filtre ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm thư mục SQL liên kết…"
+ "value" : "Thêm bộ lọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加关联 SQL 文件夹…"
+ "value" : "添加筛选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "加入連結的 SQL 資料夾…"
+ "value" : "新增篩選"
}
}
}
},
- "Add provider" : {
- "extractionState" : "stale",
+ "Add filter row" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터 행 추가"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sağlayıcı ekle"
+ "value" : "Filtre satırı ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm nhà cung cấp"
+ "value" : "Thêm dòng bộ lọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加提供商"
+ "value" : "添加筛选行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增供應商"
+ "value" : "新增篩選列"
}
}
}
},
- "Add Provider" : {
- "extractionState" : "stale",
+ "Add from Existing" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기존 항목에서 추가"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sağlayıcı Ekle"
+ "value" : "Mevcuttan Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm nhà cung cấp"
+ "value" : "Thêm từ nguồn có sẵn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加提供商"
+ "value" : "从已有来源添加"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增供應商"
+ "value" : "從現有來源新增"
}
}
}
},
- "Add Provider…" : {
+ "Add indexes to improve query performance on frequently searched columns" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "자주 검색하는 열의 쿼리 성능을 높이려면 인덱스를 추가하십시오"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sağlayıcı Ekle…"
+ "value" : "Sık aranan sütunlarda sorgu performansını artırmak için indeks ekleyin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm nhà cung cấp…"
+ "value" : "Thêm chỉ mục để cải thiện hiệu suất truy vấn trên các cột thường xuyên tìm kiếm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加提供方…"
+ "value" : "添加索引以提升常用搜索列的查询性能"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增供應商…"
+ "value" : "為常搜尋的欄位新增索引以提升查詢效能"
}
}
}
},
- "Add Row" : {
+ "Add provider" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "프로바이더 추가"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satır Ekle"
+ "value" : "Sağlayıcı ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm dòng"
+ "value" : "Thêm nhà cung cấp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加行"
+ "value" : "添加提供商"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增列"
+ "value" : "新增供應商"
}
}
}
},
"Add tags" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "태그 추가"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -8978,6 +11460,12 @@
},
"Add the JSON below inside the file and save" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "아래 JSON을 파일에 추가하고 저장하십시오"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -9004,40 +11492,16 @@
}
}
},
- "Add Theme" : {
- "comment" : "Add Theme",
+ "Add to Favorites" : {
+ "comment" : "A label that describes an action to add an item to a user's favorites.",
"isCommentAutoGenerated" : true,
"localizations" : {
- "tr" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "Tema Ekle"
- }
- },
- "vi" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "Thêm giao diện"
- }
- },
- "zh-Hans" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "添加主题"
+ "value" : "즐겨찾기에 추가"
}
},
- "zh-Hant" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "加入佈景主題"
- }
- }
- }
- },
- "Add to Favorites" : {
- "comment" : "A label that describes an action to add an item to a user's favorites.",
- "isCommentAutoGenerated" : true,
- "localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -9066,6 +11530,12 @@
},
"Add validation rules to ensure data integrity" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터 무결성을 보장하려면 유효성 검사 규칙을 추가하십시오"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -9094,6 +11564,12 @@
},
"Added" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "추가됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -9122,6 +11598,12 @@
},
"Address" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "주소"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -9148,36 +11630,14 @@
}
}
},
- "Adds a narrow strip on the window's leading edge listing every connection and database you have open, so one click switches to it." : {
+ "Adds a Recent section at the top of the Tables sidebar with the last tables you opened per connection and database." : {
"localizations" : {
- "tr" : {
- "stringUnit" : {
- "state" : "needs_review",
- "value" : "Pencerenin sol kenarında açık her bağlantıyı ve veritabanını listeleyen dar bir şerit ekler; tek tıkla geçiş yaparsınız."
- }
- },
- "vi" : {
- "stringUnit" : {
- "state" : "needs_review",
- "value" : "Thêm một dải hẹp ở cạnh trái cửa sổ liệt kê mọi kết nối và cơ sở dữ liệu đang mở, chỉ cần một cú nhấp để chuyển sang."
- }
- },
- "zh-Hans" : {
+ "ko" : {
"stringUnit" : {
- "state" : "needs_review",
- "value" : "在窗口前缘添加一条窄栏,列出所有已打开的连接和数据库,单击即可切换。"
+ "state" : "translated",
+ "value" : "연결 및 데이터베이스별로 최근에 연 테이블을 표시하는 최근 항목 섹션을 테이블 사이드바 상단에 추가합니다."
}
},
- "zh-Hant" : {
- "stringUnit" : {
- "state" : "needs_review",
- "value" : "在視窗前緣加入一條窄列,列出所有已開啟的連線與資料庫,單擊即可切換。"
- }
- }
- }
- },
- "Adds a Recent section at the top of the Tables sidebar with the last tables you opened per connection and database." : {
- "localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -9204,64 +11664,82 @@
}
}
},
- "Adjust Limit" : {
+ "Adds a narrow strip on the window's leading edge listing every connection and database you have open, so one click switches to it." : {
"localizations" : {
- "tr" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Limiti Ayarla"
+ "value" : "열어 둔 모든 연결과 데이터베이스를 나열하는 좁은 막대를 윈도우 왼쪽 가장자리에 추가하여 클릭 한 번으로 전환할 수 있습니다."
+ }
+ },
+ "tr" : {
+ "stringUnit" : {
+ "state" : "needs_review",
+ "value" : "Pencerenin sol kenarında açık her bağlantıyı ve veritabanını listeleyen dar bir şerit ekler; tek tıkla geçiş yaparsınız."
}
},
"vi" : {
"stringUnit" : {
- "state" : "translated",
- "value" : "Điều chỉnh giới hạn"
+ "state" : "needs_review",
+ "value" : "Thêm một dải hẹp ở cạnh trái cửa sổ liệt kê mọi kết nối và cơ sở dữ liệu đang mở, chỉ cần một cú nhấp để chuyển sang."
}
},
"zh-Hans" : {
"stringUnit" : {
- "state" : "translated",
- "value" : "调整限制"
+ "state" : "needs_review",
+ "value" : "在窗口前缘添加一条窄栏,列出所有已打开的连接和数据库,单击即可切换。"
}
},
"zh-Hant" : {
"stringUnit" : {
- "state" : "translated",
- "value" : "調整上限"
+ "state" : "needs_review",
+ "value" : "在視窗前緣加入一條窄列,列出所有已開啟的連線與資料庫,單擊即可切換。"
}
}
}
},
- "admin" : {
+ "Adjust Limit" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "제한 조정"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "yönetici"
+ "value" : "Limiti Ayarla"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "admin"
+ "value" : "Điều chỉnh giới hạn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "admin"
+ "value" : "调整限制"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "admin"
+ "value" : "調整上限"
}
}
}
},
"Administration" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "관리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -9290,6 +11768,12 @@
},
"Advanced" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "고급"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -9318,6 +11802,12 @@
},
"Advanced object-relational SQL" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "고급 객체 관계형 SQL"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -9346,6 +11836,12 @@
},
"Agent" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "에이전트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -9372,36 +11868,14 @@
}
}
},
- "Agent mode calls tools in a loop until it finishes or hits this limit, then pauses so you can continue. Raising it costs more tokens per reply." : {
+ "Agent Socket" : {
"localizations" : {
- "tr" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "Agent modu, iş bitene veya bu limite ulaşılana kadar araçları döngüde çağırır, sonra devam edebilmeniz için duraklar. Limiti yükseltmek yanıt başına daha fazla token harcar."
- }
- },
- "vi" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "Chế độ agent gọi công cụ theo vòng lặp cho đến khi xong hoặc chạm giới hạn này, rồi tạm dừng để bạn tiếp tục. Tăng giới hạn sẽ tốn nhiều token hơn cho mỗi câu trả lời."
- }
- },
- "zh-Hans" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Agent 模式会循环调用工具,直到完成或达到此上限,然后暂停等你继续。上限越高,每条回复消耗的 token 越多。"
+ "value" : "에이전트 소켓"
}
},
- "zh-Hant" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "Agent 模式會循環呼叫工具,直到完成或達到此上限,然後暫停等你繼續。上限越高,每則回覆消耗的 token 越多。"
- }
- }
- }
- },
- "Agent Socket" : {
- "localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
@@ -9428,99764 +11902,120816 @@
}
}
},
- "Agent: full tool access including destructive DDL. Safe mode still gates execution." : {
- "localizations" : {
- "tr" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "Ajan: yıkıcı DDL dahil tüm araçlara erişim. Güvenli mod yürütmeyi yine de denetler."
- }
- },
- "vi" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "Agent: toàn quyền dùng công cụ, gồm cả DDL phá hủy. Chế độ an toàn vẫn kiểm soát việc thực thi."
- }
- },
- "zh-Hans" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "Agent:可使用全部工具,包括破坏性DDL。安全模式仍会控制执行。"
- }
- },
- "zh-Hant" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "Agent:可使用全部工具,包括破壞性的 DDL。安全模式仍會控管執行。"
- }
- }
- }
- },
- "AI" : {
+ "Agent mode calls tools in a loop until it finishes or hits this limit, then pauses so you can continue. Raising it costs more tokens per reply." : {
"localizations" : {
- "tr" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "AI"
- }
- },
- "vi" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "AI"
- }
- },
- "zh-Hans" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI"
+ "value" : "에이전트 모드는 완료되거나 이 제한에 도달할 때까지 도구를 반복 호출한 후, 계속할 수 있도록 일시 정지합니다. 제한을 높이면 응답당 더 많은 토큰이 소모됩니다."
}
},
- "zh-Hant" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "AI"
- }
- }
- }
- },
- "AI access is disabled for this connection" : {
- "localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu bağlantı için AI erişimi devre dışı"
+ "value" : "Agent modu, iş bitene veya bu limite ulaşılana kadar araçları döngüde çağırır, sonra devam edebilmeniz için duraklar. Limiti yükseltmek yanıt başına daha fazla token harcar."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Quyền truy cập AI bị tắt cho kết nối này"
+ "value" : "Chế độ agent gọi công cụ theo vòng lặp cho đến khi xong hoặc chạm giới hạn này, rồi tạm dừng để bạn tiếp tục. Tăng giới hạn sẽ tốn nhiều token hơn cho mỗi câu trả lời."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "此连接的 AI 访问已禁用"
+ "value" : "Agent 模式会循环调用工具,直到完成或达到此上限,然后暂停等你继续。上限越高,每条回复消耗的 token 越多。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "此連線的 AI 存取已停用"
+ "value" : "Agent 模式會循環呼叫工具,直到完成或達到此上限,然後暫停等你繼續。上限越高,每則回覆消耗的 token 越多。"
}
}
}
},
- "AI access policies are configured per-connection in each connection's settings." : {
+ "Agent: full tool access including destructive DDL. Safe mode still gates execution." : {
"localizations" : {
- "tr" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "AI erişim politikaları her bağlantının ayarlarında ayrı ayrı yapılandırılır."
- }
- },
- "vi" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "Chính sách truy cập AI được cấu hình riêng cho từng kết nối trong phần cài đặt."
- }
- },
- "zh-Hans" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 访问策略在每个连接的设置中单独配置。"
+ "value" : "에이전트: 파괴적인 DDL을 포함한 모든 도구에 접근할 수 있습니다. 안전 모드에서도 실행을 제한합니다."
}
},
- "zh-Hant" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "AI 存取原則在每個連線的設定中個別設定。"
- }
- }
- }
- },
- "AI and MCP" : {
- "localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI ve MCP"
+ "value" : "Ajan: yıkıcı DDL dahil tüm araçlara erişim. Güvenli mod yürütmeyi yine de denetler."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI và MCP"
+ "value" : "Agent: toàn quyền dùng công cụ, gồm cả DDL phá hủy. Chế độ an toàn vẫn kiểm soát việc thực thi."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 与 MCP"
+ "value" : "Agent:可使用全部工具,包括破坏性DDL。安全模式仍会控制执行。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 與 MCP"
+ "value" : "Agent:可使用全部工具,包括破壞性的 DDL。安全模式仍會控管執行。"
}
}
}
},
- "AI Chat" : {
+ "Alert" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "알림"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yapay Zeka Sohbeti"
+ "value" : "Uyarı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI Chat"
+ "value" : "Cảnh báo"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 对话"
+ "value" : "警告"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 對話"
+ "value" : "警示"
}
}
}
},
- "AI is disabled for this connection." : {
+ "Alert (Full)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "알림(전체)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu bağlantı için yapay zeka devre dışı."
+ "value" : "Uyarı (Tam)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI bị tắt cho kết nối này."
+ "value" : "Cảnh báo (Đầy đủ)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "此连接已禁用 AI。"
+ "value" : "警告(完整)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "此連線已停用 AI。"
+ "value" : "警示(完整)"
}
}
}
},
- "AI made too many tool calls in one response. Try simplifying the request." : {
- "extractionState" : "stale",
+ "Algorithm" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "알고리즘"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yapay zeka tek yanıtta çok fazla araç çağrısı yaptı. İsteği sadeleştirmeyi deneyin."
+ "value" : "Algoritma"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI gọi quá nhiều công cụ trong một phản hồi. Hãy thử đơn giản hóa yêu cầu."
+ "value" : "Thuật toán"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI在一次回复中调用了过多工具。请尝试简化请求。"
+ "value" : "算法"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 在一次回應中呼叫了過多工具。請嘗試簡化請求。"
+ "value" : "演算法"
}
}
}
},
- "AI Not Configured" : {
+ "All" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "전체"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI Yapılandırılmadı"
+ "value" : "Tümü"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI chưa được cấu hình"
+ "value" : "Tất cả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 未配置"
+ "value" : "全部"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 尚未設定"
+ "value" : "全部"
}
}
}
},
- "AI Policy" : {
+ "All %d rows selected" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%d개 행 모두 선택됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yapay Zeka İlkesi"
+ "value" : "Tüm %d satır seçildi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chính sách AI"
+ "value" : "Đã chọn tất cả %d dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 策略"
+ "value" : "已选择全部%d行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 政策"
+ "value" : "已選取全部 %d 列"
}
}
}
},
- "AI Policy controls in-app AI agents. External Clients controls Raycast, Cursor, Claude Desktop, and other MCP clients. Effective scope is the minimum of the requesting token's scope and the External Clients level." : {
+ "All %lld rows selected" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld개 행 모두 선택됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI Politikası uygulama içi AI ajanlarını kontrol eder. Harici İstemciler ise Raycast, Cursor, Claude Desktop ve diğer MCP istemcilerini kontrol eder. Etkin kapsam, talep eden token'ın kapsamı ile Harici İstemciler düzeyinin minimumudur."
+ "value" : "All %lld satır seçildi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI Policy kiểm soát các AI agent trong ứng dụng. External Clients kiểm soát Raycast, Cursor, Claude Desktop và các MCP client khác. Phạm vi thực tế là mức thấp hơn giữa phạm vi của token yêu cầu và mức External Clients."
+ "value" : "Đã chọn tất cả %lld dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 策略控制应用内 AI 代理。外部客户端控制 Raycast、Cursor、Claude Desktop 及其他 MCP 客户端。实际权限取请求令牌权限与外部客户端级别中的较低值。"
+ "value" : "已选择全部 %lld 行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 政策控制應用程式內的 AI 代理程式。外部用戶端控制 Raycast、Cursor、Claude Desktop 及其他 MCP 用戶端。實際範圍取請求權杖範圍與外部用戶端層級兩者中較低者。"
+ "value" : "已選取全部 %lld 列"
}
}
}
},
- "AI Provider" : {
- "extractionState" : "stale",
+ "All (%lld)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "전체(%lld)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yapay Zeka Sağlayıcısı"
+ "value" : "Tümü (%lld)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhà cung cấp AI"
+ "value" : "Tất cả (%lld)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 提供商"
+ "value" : "全部(%lld)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 供應商"
+ "value" : "全部(%lld)"
}
}
}
},
- "AI responses may be inaccurate" : {
+ "All Connections" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 연결"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yapay zeka yanıtları hatalı olabilir"
+ "value" : "Tüm Bağlantılar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Phản hồi của AI có thể không chính xác"
+ "value" : "Tất cả kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI回复可能不准确"
+ "value" : "所有连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 回應可能不準確"
+ "value" : "所有連線"
}
}
}
},
- "AI Rules" : {
+ "All Objects" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 객체"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yapay zeka kuralları"
+ "value" : "Tüm Nesneler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Quy tắc AI"
+ "value" : "Tất cả đối tượng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI规则"
+ "value" : "所有对象"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 規則"
+ "value" : "所有物件"
}
}
}
},
- "AI Walkthrough" : {
+ "All Time" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "전체 기간"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI Adım Adım Anlatım"
+ "value" : "Tümü"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hướng dẫn AI"
+ "value" : "Tất cả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 分步讲解"
+ "value" : "所有时间"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 逐步解說"
+ "value" : "全部時間"
}
}
}
},
- "AI-generated. Review before applying." : {
+ "All Types" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 유형"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yapay zeka üretti. Uygulamadan önce gözden geçirin."
+ "value" : "Tüm Türler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Do AI tạo. Hãy xem lại trước khi áp dụng."
+ "value" : "Tất cả kiểu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "由 AI 生成。应用前请先检查。"
+ "value" : "所有类型"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "由 AI 產生。套用前請先檢查。"
+ "value" : "所有類型"
}
}
}
},
- "AI-Powered Assistant" : {
+ "All categories" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 카테고리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI Destekli Asistan"
+ "value" : "Tüm kategoriler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trợ lý AI"
+ "value" : "Tất cả danh mục"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 助手"
+ "value" : "所有分类"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 助理"
+ "value" : "所有類別"
}
}
}
},
- "AI-powered SQL completions appear as ghost text while typing. Press Tab to accept, Escape to dismiss." : {
- "extractionState" : "stale",
+ "All columns" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 열"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yapay zeka destekli SQL tamamlamaları yazarken hayalet metin olarak görünür. Kabul etmek için Tab, kapatmak için Escape."
+ "value" : "Tüm sütunlar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gợi ý SQL bằng AI xuất hiện dưới dạng văn bản mờ khi gõ. Nhấn Tab để chấp nhận, Escape để bỏ qua."
+ "value" : "Tất cả cột"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 驱动的 SQL 补全在输入时以虚影文本显示。按 Tab 接受,按 Escape 关闭。"
+ "value" : "所有列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 驅動的 SQL 補全會在輸入時以淡色文字顯示。按 Tab 接受,按 Escape 關閉。"
+ "value" : "所有欄位"
}
}
}
},
- "Alert" : {
+ "All rights reserved." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 권리 보유."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Uyarı"
+ "value" : "Tüm hakları saklıdır."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cảnh báo"
+ "value" : "Đã đăng ký bản quyền."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "警告"
+ "value" : "保留所有权利。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "警示"
+ "value" : "保留所有權利。"
}
}
}
},
- "Alert (Full)" : {
+ "All rows" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 행"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Uyarı (Tam)"
+ "value" : "Tüm satırlar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cảnh báo (Đầy đủ)"
+ "value" : "Tất cả dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "警告(完整)"
+ "value" : "所有行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "警示(完整)"
+ "value" : "所有列"
}
}
}
},
- "Algorithm" : {
+ "All rows…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 행…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Algoritma"
+ "value" : "Tüm satırlar…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thuật toán"
+ "value" : "Tất cả các hàng…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "算法"
+ "value" : "所有行…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "演算法"
+ "value" : "所有列…"
}
}
}
},
- "All" : {
+ "All selected connections were skipped." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "선택한 모든 연결을 건너뛰었습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tümü"
+ "value" : "Seçilen tüm bağlantılar atlandı."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tất cả"
+ "value" : "Tất cả kết nối đã chọn đã bị bỏ qua."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部"
+ "value" : "所有选中的连接均已跳过。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部"
+ "value" : "所有選取的連線都已略過。"
}
}
}
},
- "All (%lld)" : {
+ "All tables and data will be permanently deleted." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 테이블과 데이터가 영구적으로 삭제됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tümü (%lld)"
+ "value" : "Tüm tablolar ve veriler kalıcı olarak silinecek."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tất cả (%lld)"
+ "value" : "Tất cả bảng và dữ liệu sẽ bị xoá vĩnh viễn."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部(%lld)"
+ "value" : "所有表和数据将被永久删除。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部(%lld)"
+ "value" : "所有資料表與資料將被永久刪除。"
}
}
}
},
- "All %d rows selected" : {
+ "All time" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "전체 기간"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm %d satır seçildi"
+ "value" : "Tüm zamanlar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã chọn tất cả %d dòng"
+ "value" : "Mọi thời điểm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已选择全部%d行"
+ "value" : "全部时间"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已選取全部 %d 列"
+ "value" : "全部時間"
}
}
}
},
- "All %lld rows selected" : {
- "extractionState" : "stale",
+ "All tokens" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 토큰"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "All %lld satır seçildi"
+ "value" : "Tüm token'lar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã chọn tất cả %lld dòng"
+ "value" : "Tất cả token"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已选择全部 %lld 行"
+ "value" : "所有令牌"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已選取全部 %lld 列"
+ "value" : "所有權杖"
}
}
}
},
- "All categories" : {
+ "Allow" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "허용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm kategoriler"
+ "value" : "İzin Ver"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tất cả danh mục"
+ "value" : "Cho phép"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有分类"
+ "value" : "允许"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有類別"
+ "value" : "允許"
}
}
}
},
- "All columns" : {
+ "Allow %@ to access TablePro?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@의 TablePro 접근을 허용하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm sütunlar"
+ "value" : "%@ uygulamasının TablePro'ya erişmesine izin verilsin mi?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tất cả cột"
+ "value" : "Cho phép %@ truy cập TablePro?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有列"
+ "value" : "允许 %@ 访问 TablePro?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有欄位"
+ "value" : "允許 %@ 存取 TablePro?"
}
}
}
},
- "All Connections" : {
+ "Allow AI Access" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AI 접근 허용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm Bağlantılar"
+ "value" : "Yapay Zeka Erişimine İzin Ver"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tất cả kết nối"
+ "value" : "Cho phép truy cập AI"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有连接"
+ "value" : "允许 AI 访问"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有連線"
+ "value" : "允許 AI 存取"
}
}
}
},
- "ALL DATABASES" : {
- "extractionState" : "stale",
+ "Allow remote connections" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "원격 연결 허용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "TÜM VERİTABANLARI"
+ "value" : "Uzak bağlantılara izin ver"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "TẤT CẢ CƠ SỞ DỮ LIỆU"
+ "value" : "Cho phép kết nối từ xa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有数据库"
+ "value" : "允许远程连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有資料庫"
+ "value" : "允許遠端連線"
}
}
}
},
- "All Objects" : {
+ "Allowed Connections" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "허용된 연결"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm Nesneler"
+ "value" : "İzin Verilen Bağlantılar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tất cả đối tượng"
+ "value" : "Kết nối được phép"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有对象"
+ "value" : "允许的连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有物件"
+ "value" : "允許的連線"
}
}
}
},
- "All rights reserved." : {
- "extractionState" : "stale",
+ "Also handles" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다음 항목도 처리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm hakları saklıdır."
+ "value" : "Ayrıca işler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã đăng ký bản quyền."
+ "value" : "Cũng xử lý"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "保留所有权利。"
+ "value" : "兼容类型"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "保留所有權利。"
+ "value" : "同時支援"
}
}
}
},
- "All rows" : {
+ "Also handles:" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다음 항목도 처리:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm satırlar"
+ "value" : "Ayrıca işler:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tất cả dòng"
+ "value" : "Cũng hỗ trợ:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有行"
+ "value" : "还支持:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有列"
+ "value" : "同時支援:"
}
}
}
},
- "All rows…" : {
+ "Alternate Row" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "교차 행"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm satırlar…"
+ "value" : "Alternatif Satır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tất cả các hàng…"
+ "value" : "Dòng xen kẽ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有行…"
+ "value" : "交替行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有列…"
+ "value" : "交替列"
}
}
}
},
- "ALL SCHEMAS" : {
+ "Always" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "항상"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "TÜM ŞEMALAR"
+ "value" : "Her Zaman"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "TẤT CẢ SCHEMA"
+ "value" : "Luôn luôn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有 SCHEMA"
+ "value" : "始终"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有綱要"
+ "value" : "永遠"
}
}
}
},
- "All selected connections were skipped." : {
+ "Always Allow" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "항상 허용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Seçilen tüm bağlantılar atlandı."
+ "value" : "Her Zaman İzin Ver"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tất cả kết nối đã chọn đã bị bỏ qua."
+ "value" : "Luôn cho phép"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有选中的连接均已跳过。"
+ "value" : "始终允许"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有選取的連線都已略過。"
+ "value" : "永遠允許"
}
}
}
},
- "All tables and data will be permanently deleted." : {
+ "Always Hide" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "항상 가리기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm tablolar ve veriler kalıcı olarak silinecek."
+ "value" : "Her Zaman Gizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tất cả bảng và dữ liệu sẽ bị xoá vĩnh viễn."
+ "value" : "Luôn ẩn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有表和数据将被永久删除。"
+ "value" : "始终隐藏"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有資料表與資料將被永久刪除。"
+ "value" : "永遠隱藏"
}
}
}
},
- "All time" : {
+ "Always Show" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "항상 표시"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm zamanlar"
+ "value" : "Her Zaman Göster"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mọi thời điểm"
+ "value" : "Luôn hiện"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部时间"
+ "value" : "始终显示"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部時間"
+ "value" : "永遠顯示"
}
}
}
},
- "All Time" : {
+ "Always allow %@ for this connection" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 연결에서 %@ 항상 허용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tümü"
+ "value" : "Bu bağlantıda %@ için her zaman izin ver"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tất cả"
+ "value" : "Luôn cho phép %@ với kết nối này"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有时间"
+ "value" : "对此连接始终允许%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部時間"
+ "value" : "對這個連線一律允許 %@"
}
}
}
},
- "All tokens" : {
+ "Always count" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "항상 집계"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm token'lar"
+ "value" : "Her zaman say"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tất cả token"
+ "value" : "Luôn đếm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有令牌"
+ "value" : "始终计数"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有權杖"
+ "value" : "永遠計數"
}
}
}
},
- "All Types" : {
+ "Always for this connection" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 연결에서 항상"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm Türler"
+ "value" : "Bu bağlantı için her zaman"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tất cả kiểu"
+ "value" : "Luôn với kết nối này"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有类型"
+ "value" : "始终用于此连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有類型"
+ "value" : "一律用於這個連線"
}
}
}
},
- "Allow" : {
+ "Amazon's columnar warehouse on Postgres" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Postgres 기반 Amazon의 열 지향 데이터 웨어하우스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İzin Ver"
+ "value" : "Amazon'un Postgres tabanlı sütunsal veri ambarı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cho phép"
+ "value" : "Kho dữ liệu dạng cột của Amazon trên nền Postgres"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "允许"
+ "value" : "Amazon基于Postgres的列式数据仓库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "允許"
+ "value" : "Amazon 基於 Postgres 的欄式資料倉儲"
}
}
}
},
- "Allow %@ to access TablePro?" : {
+ "An MCP client wants to access '%@' (%@). Allow?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "MCP 클라이언트가 '%@' (%@)에 접근하려고 합니다. 허용하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ uygulamasının TablePro'ya erişmesine izin verilsin mi?"
+ "value" : "Bir MCP istemcisi '%@' (%@) erişmek istiyor. İzin verilsin mi?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cho phép %@ truy cập TablePro?"
+ "value" : "Một MCP client muốn truy cập '%@' (%@). Cho phép?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "允许 %@ 访问 TablePro?"
+ "value" : "MCP 客户端请求访问 '%@'(%@)。是否允许?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "允許 %@ 存取 TablePro?"
+ "value" : "有 MCP 用戶端想要存取「%@」(%@)。是否允許?"
}
}
}
},
- "Allow AI Access" : {
+ "An external app is asking for an API token. Review the permissions before approving." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외부 앱에서 API 토큰을 요청합니다. 승인하기 전에 권한을 검토하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yapay Zeka Erişimine İzin Ver"
+ "value" : "Harici bir uygulama API token'ı istiyor. Onaylamadan önce izinleri inceleyin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cho phép truy cập AI"
+ "value" : "Một ứng dụng bên ngoài đang yêu cầu API token. Hãy xem lại quyền trước khi chấp thuận."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "允许 AI 访问"
+ "value" : "外部应用正在请求 API 令牌。请在批准前审核权限。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "允許 AI 存取"
+ "value" : "有外部應用程式正在請求 API 權杖。請在核准前審查權限。"
}
}
}
},
- "Allow remote connections" : {
+ "An external link wants to add a database connection:\n\nName: %@\n%@" : {
+ "extractionState" : "stale",
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "An external link wants to add a database connection:\n\nName: %1$@\n%2$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외부 링크에서 데이터베이스 연결을 추가하려고 합니다:\n\n이름: %1$@\n%2$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Uzak bağlantılara izin ver"
+ "value" : "Bir harici bağlantı veritabanı bağlantısı eklemek istiyor:\n\nAd: %@\n%@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cho phép kết nối từ xa"
+ "value" : "Một liên kết bên ngoài muốn thêm kết nối cơ sở dữ liệu:\n\nTên: %@\n%@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "允许远程连接"
+ "value" : "外部链接想要添加数据库连接:\n\n名称:%@\n%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "允許遠端連線"
+ "value" : "有外部連結想要新增資料庫連線:\n\n名稱:%1$@\n%2$@"
}
}
}
},
- "Allowed Connections" : {
+ "An external link wants to apply a filter:\n\n%@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외부 링크에서 필터를 적용하려고 합니다:\n\n%@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İzin Verilen Bağlantılar"
+ "value" : "Harici bir bağlantı filtre uygulamak istiyor:\n\n%@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối được phép"
+ "value" : "Một liên kết bên ngoài muốn áp dụng bộ lọc:\n\n%@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "允许的连接"
+ "value" : "外部链接要应用筛选条件:\n\n%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "允許的連線"
+ "value" : "有外部連結想要套用篩選:\n\n%@"
}
}
}
},
- "Also handles" : {
+ "An external link wants to connect to a %@ database:\n\n%@\n\nConnect only if you trust the source of this link." : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "An external link wants to connect to a %1$@ database:\n\n%2$@\n\nConnect only if you trust the source of this link."
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외부 링크에서 %1$@ 데이터베이스에 연결하려고 합니다:\n\n%2$@\n\n이 링크의 출처를 신뢰하는 경우에만 연결하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ayrıca işler"
+ "value" : "Harici bir bağlantı %1$@ veritabanına bağlanmak istiyor:\n\n%2$@\n\nYalnızca bu bağlantının kaynağına güveniyorsanız bağlanın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cũng xử lý"
+ "value" : "Một liên kết bên ngoài muốn kết nối tới cơ sở dữ liệu %1$@:\n\n%2$@\n\nChỉ kết nối nếu bạn tin tưởng nguồn của liên kết này."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "兼容类型"
+ "value" : "一个外部链接想要连接到 %1$@ 数据库:\n\n%2$@\n\n只有在你信任此链接来源时才连接。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "同時支援"
+ "value" : "一個外部連結想要連線到 %1$@ 資料庫:\n\n%2$@\n\n只有在你信任這個連結的來源時才連線。"
}
}
}
},
- "Also handles:" : {
- "extractionState" : "stale",
+ "An external link wants to open a query on \"%@\":\n\n%@" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "An external link wants to open a query on \"%1$@\":\n\n%2$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외부 링크에서 \"%1$@\"의 쿼리를 열려고 합니다:\n\n%2$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ayrıca işler:"
+ "value" : "Harici bir bağlantı \"%@\" üzerinde bir sorgu açmak istiyor:\n\n%@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cũng hỗ trợ:"
+ "value" : "Một liên kết bên ngoài muốn mở truy vấn trên \"%@\":\n\n%@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "还支持:"
+ "value" : "外部链接希望在 \"%@\" 上打开查询:\n\n%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "同時支援:"
+ "value" : "有外部連結想要在「%1$@」上開啟查詢:\n\n%2$@"
}
}
}
},
- "Alternate Row" : {
+ "An external link wants to open a query on connection \"%@\":\n\n%@" : {
+ "extractionState" : "stale",
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "An external link wants to open a query on connection \"%1$@\":\n\n%2$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외부 링크에서 \"%1$@\" 연결의 쿼리를 열려고 합니다:\n\n%2$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Alternatif Satır"
+ "value" : "Bir harici bağlantı \"%@\" bağlantısında sorgu açmak istiyor:\n\n%@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dòng xen kẽ"
+ "value" : "Một liên kết bên ngoài muốn mở truy vấn trên kết nối \"%@\":\n\n%@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "交替行"
+ "value" : "外部链接想要在连接\"%@\"上打开查询:\n\n%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "交替列"
+ "value" : "有外部連結想要在連線「%1$@」上開啟查詢:\n\n%2$@"
}
}
}
},
- "Always" : {
- "extractionState" : "stale",
+ "An operation is already running." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이미 작업이 실행 중입니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Her Zaman"
+ "value" : "Zaten bir işlem yürütülüyor."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Luôn luôn"
+ "value" : "Một thao tác đang chạy."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "始终"
+ "value" : "已有操作正在运行。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "永遠"
+ "value" : "已有操作正在執行。"
}
}
}
},
- "Always Allow" : {
+ "An unknown sync error occurred: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "알 수 없는 동기화 오류가 발생했습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Her Zaman İzin Ver"
+ "value" : "Bilinmeyen bir eşitleme hatası oluştu: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Luôn cho phép"
+ "value" : "Đã xảy ra lỗi đồng bộ không xác định: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "始终允许"
+ "value" : "发生未知同步错误:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "永遠允許"
+ "value" : "發生未知的同步錯誤:%@"
}
}
}
},
- "Always allow %@ for this connection" : {
+ "Analytical" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "분석용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu bağlantıda %@ için her zaman izin ver"
+ "value" : "Analitik"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Luôn cho phép %@ với kết nối này"
+ "value" : "Phân tích"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "对此连接始终允许%@"
+ "value" : "分析型"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "對這個連線一律允許 %@"
+ "value" : "分析型"
}
}
}
},
- "Always count" : {
+ "Animations" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "애니메이션"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Her zaman say"
+ "value" : "Animasyonlar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Luôn đếm"
+ "value" : "Hiệu ứng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "始终计数"
+ "value" : "动画"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "永遠計數"
+ "value" : "動畫"
}
}
}
},
- "Always for this connection" : {
+ "Another install is already in progress for this plugin" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 플러그인의 다른 설치가 이미 진행 중입니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu bağlantı için her zaman"
+ "value" : "Bu eklenti için zaten bir yükleme sürüyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Luôn với kết nối này"
+ "value" : "Đang có một quá trình cài đặt khác cho plugin này"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "始终用于此连接"
+ "value" : "此插件已有另一个安装正在进行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "一律用於這個連線"
+ "value" : "這個外掛已有另一個安裝正在進行"
}
}
}
},
- "Always Hide" : {
+ "Any Column" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "어느 열이든"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Her Zaman Gizle"
+ "value" : "Herhangi Bir Sütun"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Luôn ẩn"
+ "value" : "Bất kỳ cột nào"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "始终隐藏"
+ "value" : "任意列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "永遠隱藏"
+ "value" : "任一欄位"
}
}
}
},
- "Always Show" : {
+ "Any Outcome" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "결과 무관"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Her Zaman Göster"
+ "value" : "Her Sonuç"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Luôn hiện"
+ "value" : "Mọi kết quả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "始终显示"
+ "value" : "任意结果"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "永遠顯示"
+ "value" : "任何結果"
}
}
}
},
- "Amazon's columnar warehouse on Postgres" : {
+ "App" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "앱"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Amazon'un Postgres tabanlı sütunsal veri ambarı"
+ "value" : "Uygulama"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kho dữ liệu dạng cột của Amazon trên nền Postgres"
+ "value" : "Ứng dụng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Amazon基于Postgres的列式数据仓库"
+ "value" : "应用"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Amazon 基於 Postgres 的欄式資料倉儲"
+ "value" : "App"
}
}
}
},
- "An external app is asking for an API token. Review the permissions before approving." : {
+ "Appearance" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모양"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Harici bir uygulama API token'ı istiyor. Onaylamadan önce izinleri inceleyin."
+ "value" : "Görünüm"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Một ứng dụng bên ngoài đang yêu cầu API token. Hãy xem lại quyền trước khi chấp thuận."
+ "value" : "Giao diện"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外部应用正在请求 API 令牌。请在批准前审核权限。"
+ "value" : "外观"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "有外部應用程式正在請求 API 權杖。請在核准前審查權限。"
+ "value" : "外觀"
}
}
}
},
- "An external link wants to add a database connection:\n\nName: %@\n%@" : {
+ "Appearance:" : {
"extractionState" : "stale",
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "An external link wants to add a database connection:\n\nName: %1$@\n%2$@"
+ "state" : "translated",
+ "value" : "모양:"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir harici bağlantı veritabanı bağlantısı eklemek istiyor:\n\nAd: %@\n%@"
+ "value" : "Görünüm:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Một liên kết bên ngoài muốn thêm kết nối cơ sở dữ liệu:\n\nTên: %@\n%@"
+ "value" : "Giao diện:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外部链接想要添加数据库连接:\n\n名称:%@\n%@"
+ "value" : "外观:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "有外部連結想要新增資料庫連線:\n\n名稱:%1$@\n%2$@"
+ "value" : "外觀:"
}
}
}
},
- "An external link wants to apply a filter:\n\n%@" : {
+ "Application Default Credentials" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "애플리케이션 기본 사용자 인증 정보"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Harici bir bağlantı filtre uygulamak istiyor:\n\n%@"
+ "value" : "Application Default Credentials"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Một liên kết bên ngoài muốn áp dụng bộ lọc:\n\n%@"
+ "value" : "Application Default Credentials"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外部链接要应用筛选条件:\n\n%@"
+ "value" : "Application Default Credentials"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "有外部連結想要套用篩選:\n\n%@"
+ "value" : "Application Default Credentials"
}
}
}
},
- "An external link wants to connect to a %@ database:\n\n%@\n\nConnect only if you trust the source of this link." : {
+ "Applied" : {
+ "extractionState" : "stale",
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "An external link wants to connect to a %1$@ database:\n\n%2$@\n\nConnect only if you trust the source of this link."
+ "state" : "translated",
+ "value" : "적용됨"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Harici bir bağlantı %1$@ veritabanına bağlanmak istiyor:\n\n%2$@\n\nYalnızca bu bağlantının kaynağına güveniyorsanız bağlanın."
+ "value" : "Uygulandı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Một liên kết bên ngoài muốn kết nối tới cơ sở dữ liệu %1$@:\n\n%2$@\n\nChỉ kết nối nếu bạn tin tưởng nguồn của liên kết này."
+ "value" : "Đã áp dụng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "一个外部链接想要连接到 %1$@ 数据库:\n\n%2$@\n\n只有在你信任此链接来源时才连接。"
+ "value" : "已应用"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "一個外部連結想要連線到 %1$@ 資料庫:\n\n%2$@\n\n只有在你信任這個連結的來源時才連線。"
+ "value" : "已套用"
}
}
}
},
- "An external link wants to open a query on \"%@\":\n\n%@" : {
+ "Applied when opening a table. Click a column header to override." : {
+ "extractionState" : "stale",
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "An external link wants to open a query on \"%1$@\":\n\n%2$@"
+ "state" : "translated",
+ "value" : "테이블을 열 때 적용됩니다. 재정의하려면 열 헤더를 클릭하십시오."
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Harici bir bağlantı \"%@\" üzerinde bir sorgu açmak istiyor:\n\n%@"
+ "value" : "Tablo açılırken uygulanır. Geçersiz kılmak için bir sütun başlığına tıklayın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Một liên kết bên ngoài muốn mở truy vấn trên \"%@\":\n\n%@"
+ "value" : "Áp dụng khi mở bảng. Bấm vào tiêu đề cột để ghi đè."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外部链接希望在 \"%@\" 上打开查询:\n\n%@"
+ "value" : "在打开表时应用。点按列标题可覆盖。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "有外部連結想要在「%1$@」上開啟查詢:\n\n%2$@"
+ "value" : "在開啟資料表時套用。點按欄位標題可覆寫。"
}
}
}
},
- "An external link wants to open a query on connection \"%@\":\n\n%@" : {
- "extractionState" : "stale",
+ "Apply" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "An external link wants to open a query on connection \"%1$@\":\n\n%2$@"
+ "state" : "translated",
+ "value" : "적용"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir harici bağlantı \"%@\" bağlantısında sorgu açmak istiyor:\n\n%@"
+ "value" : "Uygula"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Một liên kết bên ngoài muốn mở truy vấn trên kết nối \"%@\":\n\n%@"
+ "value" : "Áp dụng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外部链接想要在连接\"%@\"上打开查询:\n\n%@"
+ "value" : "应用"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "有外部連結想要在連線「%1$@」上開啟查詢:\n\n%2$@"
+ "value" : "套用"
}
}
}
},
- "An MCP client wants to access '%@' (%@). Allow?" : {
+ "Apply All" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모두 적용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir MCP istemcisi '%@' (%@) erişmek istiyor. İzin verilsin mi?"
+ "value" : "Tümünü Uygula"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Một MCP client muốn truy cập '%@' (%@). Cho phép?"
+ "value" : "Áp dụng tất cả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP 客户端请求访问 '%@'(%@)。是否允许?"
+ "value" : "全部应用"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "有 MCP 用戶端想要存取「%@」(%@)。是否允許?"
+ "value" : "全部套用"
}
}
}
},
- "An operation is already running." : {
+ "Apply Changes" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "변경 사항 적용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Zaten bir işlem yürütülüyor."
+ "value" : "Değişiklikleri Uygula"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Một thao tác đang chạy."
+ "value" : "Áp dụng thay đổi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已有操作正在运行。"
+ "value" : "应用更改"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已有操作正在執行。"
+ "value" : "套用變更"
}
}
}
},
- "An unknown sync error occurred: %@" : {
- "extractionState" : "stale",
+ "Apply Filter" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터 적용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bilinmeyen bir eşitleme hatası oluştu: %@"
+ "value" : "Filtre Uygula"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã xảy ra lỗi đồng bộ không xác định: %@"
+ "value" : "Áp dụng bộ lọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "发生未知同步错误:%@"
+ "value" : "应用筛选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "發生未知的同步錯誤:%@"
+ "value" : "套用篩選"
}
}
}
},
- "Analytical" : {
+ "Apply Filter from Link" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "링크의 필터 적용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Analitik"
+ "value" : "Bağlantıdan Filtre Uygula"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Phân tích"
+ "value" : "Áp dụng bộ lọc từ liên kết"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "分析型"
+ "value" : "从链接应用筛选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "分析型"
+ "value" : "從連結套用篩選"
}
}
}
},
- "ANALYZE (update statistics after vacuum)" : {
+ "Apply Only This Filter" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 필터만 적용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ANALYZE (vacuum sonrası istatistikleri güncelle)"
+ "value" : "Yalnızca Bu Filtreyi Uygula"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ANALYZE (cập nhật thống kê sau vacuum)"
+ "value" : "Chỉ áp dụng bộ lọc này"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ANALYZE(vacuum 后更新统计信息)"
+ "value" : "仅应用此筛选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ANALYZE(vacuum 後更新統計資訊)"
+ "value" : "僅套用此篩選"
}
}
}
},
- "and" : {
+ "Apply Schema Changes" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "스키마 변경 사항 적용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ve"
+ "value" : "Şema Değişikliklerini Uygula"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "và"
+ "value" : "Áp dụng thay đổi schema"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "和"
+ "value" : "应用Schema更改"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "且"
+ "value" : "套用綱要變更"
}
}
}
},
- "AND" : {
+ "Apply This Filter" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 필터 적용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "VE"
+ "value" : "Bu Filtreyi Uygula"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AND"
+ "value" : "Áp dụng bộ lọc này"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AND"
+ "value" : "应用此筛选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AND"
+ "value" : "套用此篩選"
}
}
}
},
- "Animations" : {
- "extractionState" : "stale",
+ "Apply User and Role Changes" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사용자 및 역할 변경 사항 적용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Animasyonlar"
+ "value" : "Kullanıcı ve Rol Değişikliklerini Uygula"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hiệu ứng"
+ "value" : "Áp dụng thay đổi người dùng và vai trò"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "动画"
+ "value" : "应用用户和角色更改"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "動畫"
+ "value" : "套用使用者與角色變更"
}
}
}
},
- "Another install is already in progress for this plugin" : {
+ "Apply a row limit when running queries and cap results at the configured row count" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리 실행 시 행 제한을 적용하고 결과를 설정된 행 수로 제한"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu eklenti için zaten bir yükleme sürüyor"
+ "value" : "Sorguları çalıştırırken satır limiti uygula ve sonuçları ayarlanan satır sayısıyla sınırla"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang có một quá trình cài đặt khác cho plugin này"
+ "value" : "Áp dụng giới hạn dòng khi chạy truy vấn và giới hạn kết quả ở số dòng đã cấu hình"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "此插件已有另一个安装正在进行"
+ "value" : "运行查询时应用行数限制,并将结果限制在配置的行数内"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "這個外掛已有另一個安裝正在進行"
+ "value" : "執行查詢時套用列數上限,並將結果限制在設定的列數內"
}
}
}
},
- "ANTHROPIC_API_KEY and ANTHROPIC_AUTH_TOKEN are removed from the tool's environment, so replies always draw on the subscription." : {
+ "Apply active filters (Cmd+Return)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "활성 필터 적용(Cmd+Return)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ANTHROPIC_API_KEY ve ANTHROPIC_AUTH_TOKEN aracın ortamından kaldırılır, bu yüzden yanıtlar her zaman abonelikten düşer."
+ "value" : "Etkin filtreleri uygula (Cmd+Return)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ANTHROPIC_API_KEY và ANTHROPIC_AUTH_TOKEN bị loại khỏi môi trường của công cụ, nên các câu trả lời luôn dùng gói đăng ký."
+ "value" : "Áp dụng các bộ lọc đang bật (Cmd+Return)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ANTHROPIC_API_KEY 和 ANTHROPIC_AUTH_TOKEN 会从该工具的环境变量中移除,因此回复始终消耗订阅额度。"
+ "value" : "应用启用的筛选 (Cmd+Return)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ANTHROPIC_API_KEY 和 ANTHROPIC_AUTH_TOKEN 會從該工具的環境變數中移除,因此回覆一律消耗訂閱額度。"
+ "value" : "套用啟用的篩選(Cmd+Return)"
}
}
}
},
- "Any Column" : {
+ "Apply filters" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터 적용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Herhangi Bir Sütun"
+ "value" : "Filtreleri uygula"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bất kỳ cột nào"
+ "value" : "Áp dụng bộ lọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "任意列"
+ "value" : "应用筛选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "任一欄位"
+ "value" : "套用篩選"
}
}
}
},
- "Any Outcome" : {
+ "Apply only this filter" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 필터만 적용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Her Sonuç"
+ "value" : "Yalnızca bu filtreyi uygula"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mọi kết quả"
+ "value" : "Chỉ áp dụng bộ lọc này"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "任意结果"
+ "value" : "仅应用此筛选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "任何結果"
+ "value" : "僅套用這個篩選"
}
}
}
},
- "API Key" : {
+ "Apply suggested SQL?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "제안된 SQL을 적용하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "API Anahtarı"
+ "value" : "Önerilen SQL uygulansın mı?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "API Key"
+ "value" : "Áp dụng SQL được đề xuất?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "API Key"
+ "value" : "应用建议的 SQL?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "API Key"
+ "value" : "要套用建議的 SQL 嗎?"
}
}
}
},
- "API key is required" : {
+ "Apply this filter" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 필터 적용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "API anahtarı gerekli"
+ "value" : "Bu filtreyi uygula"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yêu cầu khóa API"
+ "value" : "Áp dụng bộ lọc này"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "需要 API 密钥"
+ "value" : "应用此筛选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "需要 API key"
+ "value" : "套用此篩選"
}
}
}
},
- "API key set" : {
+ "Apply to Editor" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "편집기에 적용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "API anahtarı ayarlı"
+ "value" : "Düzenleyiciye Uygula"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã đặt API key"
+ "value" : "Áp dụng vào trình soạn thảo"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已设置 API 密钥"
+ "value" : "应用到编辑器"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已設定 API key"
+ "value" : "套用到編輯器"
}
}
}
},
- "API token" : {
+ "Applying or clearing filters will reload data and discard all unsaved changes." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터를 적용하거나 지우면 데이터를 다시 불러오고 저장하지 않은 모든 변경 사항이 폐기됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "API anahtarı"
+ "value" : "Filtre uygulamak veya temizlemek veriyi yeniden yükler ve tüm kaydedilmemiş değişiklikleri siler."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mã API"
+ "value" : "Áp dụng hoặc xóa bộ lọc sẽ tải lại dữ liệu và hủy tất cả thay đổi chưa lưu."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "API 令牌"
+ "value" : "应用或清除筛选条件将重新加载数据并丢弃所有未保存的更改。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "API 權杖"
+ "value" : "套用或清除篩選條件將重新載入資料並捨棄所有未儲存的變更。"
}
}
}
},
- "API Token" : {
+ "Approve" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "API Token"
+ "value" : "승인"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "API Token"
+ "value" : "Onayla"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "API Token"
+ "value" : "Chấp thuận"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "API Token"
+ "value" : "批准"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "API Token"
+ "value" : "核准"
}
}
}
},
- "API Token Required" : {
+ "Approve Integration" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "통합 승인"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "API Anahtarı Gerekli"
+ "value" : "Entegrasyonu Onayla"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yêu cầu mã API"
+ "value" : "Chấp thuận tích hợp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "需要 API 令牌"
+ "value" : "批准集成"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "需要 API 權杖"
+ "value" : "核准整合"
}
}
}
},
- "App" : {
+ "Are you sure you want to cancel the running query for this session?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 세션에서 실행 중인 쿼리를 취소하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Uygulama"
+ "value" : "Bu oturumun çalışan sorgusunu iptal etmek istediğinizden emin misiniz?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ứng dụng"
+ "value" : "Bạn có chắc muốn huỷ truy vấn đang chạy cho phiên này?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "应用"
+ "value" : "确定要取消此会话正在运行的查询吗?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "App"
+ "value" : "確定要取消此工作階段正在執行的查詢嗎?"
}
}
}
},
- "Appearance" : {
+ "Are you sure you want to delete \"%@\"?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "\"%@\"을(를) 삭제하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Görünüm"
+ "value" : "\"%@\" öğesini silmek istediğinize emin misiniz?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giao diện"
+ "value" : "Bạn có chắc muốn xóa \"%@\" không?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外观"
+ "value" : "确定要删除 \"%@\" 吗?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外觀"
+ "value" : "確定要刪除「%@」嗎?"
}
}
}
},
- "Appearance:" : {
- "extractionState" : "stale",
+ "Are you sure you want to delete \"%@\"? Saved queries linked to this connection will also be deleted." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "\"%@\"을(를) 삭제하시겠습니까? 이 연결에 링크된 저장된 쿼리도 삭제됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Görünüm:"
+ "value" : "\"%@\" öğesini silmek istediğinizden emin misiniz? Bu bağlantıya bağlı kayıtlı sorgular da silinecek."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giao diện:"
+ "value" : "Bạn có chắc muốn xóa \"%@\"? Các truy vấn đã lưu liên kết với kết nối này cũng sẽ bị xóa."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外观:"
+ "value" : "确定要删除“%@”吗?与此连接关联的已保存查询也将被删除。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外觀:"
+ "value" : "確定要刪除「%@」嗎?與此連線關聯的已儲存查詢也會一併刪除。"
}
}
}
},
- "Application Default Credentials" : {
+ "Are you sure you want to delete %lld connections? Saved queries linked to these connections will also be deleted. This cannot be undone." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld개의 연결을 삭제하시겠습니까? 이 연결들에 링크된 저장된 쿼리도 삭제됩니다. 이 작업은 취소할 수 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Application Default Credentials"
+ "value" : "%lld bağlantıyı silmek istediğinizden emin misiniz? Bu bağlantılara bağlı kayıtlı sorgular da silinecek. Bu işlem geri alınamaz."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Application Default Credentials"
+ "value" : "Bạn có chắc muốn xóa %lld kết nối? Các truy vấn đã lưu liên kết với những kết nối này cũng sẽ bị xóa. Không thể hoàn tác."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Application Default Credentials"
+ "value" : "确定要删除 %lld 个连接吗?与这些连接关联的已保存查询也将被删除。此操作无法撤销。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Application Default Credentials"
+ "value" : "確定要刪除 %lld 個連線嗎?與這些連線關聯的已儲存查詢也會一併刪除。此操作無法復原。"
}
}
}
},
- "Applied" : {
- "extractionState" : "stale",
+ "Are you sure you want to delete %lld connections? This cannot be undone." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld개의 연결을 삭제하시겠습니까? 이 작업은 취소할 수 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Uygulandı"
+ "value" : "%lld bağlantıyı silmek istediğinizden emin misiniz? Bu işlem geri alınamaz."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã áp dụng"
+ "value" : "Bạn có chắc muốn xóa %lld kết nối? Hành động này không thể hoàn tác."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已应用"
+ "value" : "确定要删除 %lld 个连接吗?此操作无法撤销。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已套用"
+ "value" : "確定要刪除 %lld 個連線嗎?此操作無法復原。"
}
}
}
},
- "Applied when opening a table. Click a column header to override." : {
- "extractionState" : "stale",
+ "Are you sure you want to delete the group \"%@\"? Connections in this group will be moved to the top level." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "\"%@\" 그룹을 삭제하시겠습니까? 이 그룹의 연결은 최상위 수준으로 이동됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tablo açılırken uygulanır. Geçersiz kılmak için bir sütun başlığına tıklayın."
+ "value" : "\"%@\" grubunu silmek istediğinize emin misiniz? Bu gruptaki bağlantılar üst seviyeye taşınacaktır."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Áp dụng khi mở bảng. Bấm vào tiêu đề cột để ghi đè."
+ "value" : "Bạn có chắc muốn xóa nhóm \"%@\"? Các kết nối trong nhóm này sẽ được chuyển lên cấp cao nhất."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在打开表时应用。点按列标题可覆盖。"
+ "value" : "确定要删除分组 \"%@\" 吗?该分组中的连接将移至顶层。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在開啟資料表時套用。點按欄位標題可覆寫。"
+ "value" : "確定要刪除群組「%@」嗎?此群組中的連線將移至頂層。"
}
}
}
},
- "Apply" : {
+ "Are you sure you want to delete this connection? This cannot be undone." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 연결을 삭제하시겠습니까? 이 작업은 취소할 수 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Uygula"
+ "value" : "Bu bağlantıyı silmek istediğinize emin misiniz? Bu işlem geri alınamaz."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Áp dụng"
+ "value" : "Bạn có chắc muốn xóa kết nối này? Thao tác này không thể hoàn tác."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "应用"
+ "value" : "确定要删除此连接吗?此操作无法撤消。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "套用"
+ "value" : "確定要刪除此連線嗎?此操作無法復原。"
}
}
}
},
- "Apply a row limit when running queries and cap results at the configured row count" : {
+ "Are you sure you want to disconnect from this database?" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 데이터베이스와의 연결을 해제하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorguları çalıştırırken satır limiti uygula ve sonuçları ayarlanan satır sayısıyla sınırla"
+ "value" : "Bu veritabanından bağlantıyı kesmek istediğinize emin misiniz?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Áp dụng giới hạn dòng khi chạy truy vấn và giới hạn kết quả ở số dòng đã cấu hình"
+ "value" : "Bạn có chắc muốn ngắt kết nối khỏi cơ sở dữ liệu này không?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "运行查询时应用行数限制,并将结果限制在配置的行数内"
+ "value" : "确定要断开与此数据库的连接吗?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "執行查詢時套用列數上限,並將結果限制在設定的列數內"
+ "value" : "確定要中斷與此資料庫的連線嗎?"
}
}
}
},
- "Apply active filters (Cmd+Return)" : {
+ "Are you sure you want to execute this query?\n\n%@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 쿼리를 실행하시겠습니까?\n\n%@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Etkin filtreleri uygula (Cmd+Return)"
+ "value" : "Bu sorguyu çalıştırmak istediğinize emin misiniz?\n\n%@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Áp dụng các bộ lọc đang bật (Cmd+Return)"
+ "value" : "Bạn có chắc chắn muốn thực thi truy vấn này?\n\n%@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "应用启用的筛选 (Cmd+Return)"
+ "value" : "确定要执行此查询吗?\n\n%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "套用啟用的篩選(Cmd+Return)"
+ "value" : "確定要執行此查詢嗎?\n\n%@"
}
}
}
},
- "Apply All" : {
- "extractionState" : "stale",
+ "Are you sure you want to terminate this session? Any running queries will be aborted." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 세션을 종료하시겠습니까? 실행 중인 모든 쿼리가 중단됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tümünü Uygula"
+ "value" : "Bu oturumu sonlandırmak istediğinizden emin misiniz? Çalışan sorgular iptal edilecek."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Áp dụng tất cả"
+ "value" : "Bạn có chắc muốn kết thúc phiên này? Mọi truy vấn đang chạy sẽ bị huỷ."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部应用"
+ "value" : "确定要终止此会话吗?正在运行的查询将被中止。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部套用"
+ "value" : "確定要終止此工作階段嗎?正在執行的查詢將被中止。"
}
}
}
},
- "Apply Changes" : {
+ "As Copy" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "복사본으로"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Değişiklikleri Uygula"
+ "value" : "Kopya Olarak"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Áp dụng thay đổi"
+ "value" : "Dạng Bản sao"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "应用更改"
+ "value" : "作为副本"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "套用變更"
+ "value" : "作為副本"
}
}
}
},
- "Apply Filter" : {
+ "Ask" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "질문"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtre Uygula"
+ "value" : "Sor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Áp dụng bộ lọc"
+ "value" : "Ask"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "应用筛选"
+ "value" : "Ask"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "套用篩選"
+ "value" : "Ask"
}
}
}
},
- "Apply Filter from Link" : {
+ "Ask AI about your database" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AI에게 데이터베이스에 대해 질문"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantıdan Filtre Uygula"
+ "value" : "Veritabanınız hakkında yapay zekaya sorun"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Áp dụng bộ lọc từ liên kết"
+ "value" : "Hỏi AI về cơ sở dữ liệu của bạn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "从链接应用筛选"
+ "value" : "向 AI 询问您的数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "從連結套用篩選"
+ "value" : "向 AI 詢問你的資料庫"
}
}
}
},
- "Apply filters" : {
+ "Ask AI to Fix" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AI에게 수정 요청"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtreleri uygula"
+ "value" : "Düzeltmesi için Yapay Zekaya Sor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Áp dụng bộ lọc"
+ "value" : "Nhờ AI sửa lỗi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "应用筛选"
+ "value" : "让 AI 修复"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "套用篩選"
+ "value" : "讓 AI 修正"
}
}
}
},
- "Apply only this filter" : {
- "extractionState" : "stale",
+ "Ask Each Time" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "매번 묻기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yalnızca bu filtreyi uygula"
+ "value" : "Her Seferinde Sor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chỉ áp dụng bộ lọc này"
+ "value" : "Hỏi mỗi lần"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "仅应用此筛选"
+ "value" : "每次询问"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "僅套用這個篩選"
+ "value" : "每次詢問"
}
}
}
},
- "Apply Only This Filter" : {
+ "Ask about step %d" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%d단계에 대해 질문"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yalnızca Bu Filtreyi Uygula"
+ "value" : "%d. adım hakkında soru sor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chỉ áp dụng bộ lọc này"
+ "value" : "Hỏi về bước %d"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "仅应用此筛选"
+ "value" : "询问第 %d 步"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "僅套用此篩選"
+ "value" : "詢問第 %d 步"
}
}
}
},
- "Apply Schema Changes" : {
+ "Ask about this change" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 변경 사항에 대해 질문"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Şema Değişikliklerini Uygula"
+ "value" : "Bu değişiklik hakkında soru sor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Áp dụng thay đổi schema"
+ "value" : "Hỏi về thay đổi này"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "应用Schema更改"
+ "value" : "询问此更改"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "套用綱要變更"
+ "value" : "詢問這項變更"
}
}
}
},
- "Apply suggested SQL?" : {
+ "Ask about this change…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 변경 사항에 대해 질문…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Önerilen SQL uygulansın mı?"
+ "value" : "Bu değişiklik hakkında soru sor…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Áp dụng SQL được đề xuất?"
+ "value" : "Hỏi về thay đổi này…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "应用建议的 SQL?"
+ "value" : "询问此更改…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要套用建議的 SQL 嗎?"
+ "value" : "詢問這項變更…"
}
}
}
},
- "Apply this filter" : {
- "extractionState" : "stale",
+ "Ask about your database..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스에 대해 질문..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu filtreyi uygula"
+ "value" : "Veritabanınız hakkında sorun..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Áp dụng bộ lọc này"
+ "value" : "Hỏi về cơ sở dữ liệu của bạn..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "应用此筛选"
+ "value" : "询问您的数据库..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "套用此篩選"
+ "value" : "詢問關於你的資料庫的問題..."
}
}
}
},
- "Apply This Filter" : {
+ "Ask for API token on every connection" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결할 때마다 API 토큰 요청"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu Filtreyi Uygula"
+ "value" : "Her bağlantıda API anahtarı sor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Áp dụng bộ lọc này"
+ "value" : "Hỏi mã API mỗi lần kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "应用此筛选"
+ "value" : "每次连接时询问 API 令牌"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "套用此篩選"
+ "value" : "每次連線時詢問 API 權杖"
}
}
}
},
- "Apply to Editor" : {
+ "Ask for password on every connection" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결할 때마다 암호 요청"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Düzenleyiciye Uygula"
+ "value" : "Her bağlantıda şifre sor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Áp dụng vào trình soạn thảo"
+ "value" : "Hỏi mật khẩu mỗi lần kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "应用到编辑器"
+ "value" : "每次连接时询问密码"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "套用到編輯器"
+ "value" : "每次連線時詢問密碼"
}
}
}
},
- "Apply User and Role Changes" : {
+ "Ask: read-only schema lookups. AI can browse but not run queries." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "질문: 읽기 전용 스키마 조회만 가능합니다. AI는 탐색할 수 있지만 쿼리를 실행할 수 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kullanıcı ve Rol Değişikliklerini Uygula"
+ "value" : "Sor: salt okunur şema sorgulamaları. Yapay zeka göz atabilir ama sorgu çalıştıramaz."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Áp dụng thay đổi người dùng và vai trò"
+ "value" : "Ask: chỉ tra cứu schema ở chế độ chỉ đọc. AI có thể duyệt nhưng không chạy truy vấn."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "应用用户和角色更改"
+ "value" : "Ask:只读Schema查看。AI可以浏览但不能运行查询。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "套用使用者與角色變更"
+ "value" : "Ask:唯讀的綱要查看。AI 可以瀏覽但不能執行查詢。"
}
}
}
},
- "Applying or clearing filters will reload data and discard all unsaved changes." : {
+ "Attach context" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "컨텍스트 첨부"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtre uygulamak veya temizlemek veriyi yeniden yükler ve tüm kaydedilmemiş değişiklikleri siler."
+ "value" : "Bağlam ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Áp dụng hoặc xóa bộ lọc sẽ tải lại dữ liệu và hủy tất cả thay đổi chưa lưu."
+ "value" : "Đính kèm ngữ cảnh"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "应用或清除筛选条件将重新加载数据并丢弃所有未保存的更改。"
+ "value" : "附加上下文"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "套用或清除篩選條件將重新載入資料並捨棄所有未儲存的變更。"
+ "value" : "附加內容"
}
}
}
},
- "Approve" : {
+ "Attachments" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "첨부 파일"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Onayla"
+ "value" : "Ekler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chấp thuận"
+ "value" : "Tệp đính kèm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "批准"
+ "value" : "附件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "核准"
+ "value" : "附件"
}
}
}
},
- "Approve Integration" : {
+ "Attributes" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "속성"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Entegrasyonu Onayla"
+ "value" : "Öznitelikler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chấp thuận tích hợp"
+ "value" : "Thuộc tính"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "批准集成"
+ "value" : "属性"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "核准整合"
+ "value" : "屬性"
}
}
}
},
- "Are you sure you want to cancel the running query for this session?" : {
+ "Auth" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인증"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu oturumun çalışan sorgusunu iptal etmek istediğinizden emin misiniz?"
+ "value" : "Kimlik Doğrulama"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bạn có chắc muốn huỷ truy vấn đang chạy cho phiên này?"
+ "value" : "Xác thực"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "确定要取消此会话正在运行的查询吗?"
+ "value" : "认证"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "確定要取消此工作階段正在執行的查詢嗎?"
+ "value" : "驗證"
}
}
}
},
- "Are you sure you want to delete \"%@\"?" : {
+ "Auth Level" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인증 수준"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" öğesini silmek istediğinize emin misiniz?"
+ "value" : "Kimlik Doğrulama Düzeyi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bạn có chắc muốn xóa \"%@\" không?"
+ "value" : "Cấp xác thực"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "确定要删除 \"%@\" 吗?"
+ "value" : "认证级别"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "確定要刪除「%@」嗎?"
+ "value" : "驗證層級"
}
}
}
},
- "Are you sure you want to delete \"%@\"? Saved queries linked to this connection will also be deleted." : {
+ "Auth Method" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Auth Method"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인증 방식"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" öğesini silmek istediğinizden emin misiniz? Bu bağlantıya bağlı kayıtlı sorgular da silinecek."
+ "value" : "Kimlik Doğrulama Yöntemi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bạn có chắc muốn xóa \"%@\"? Các truy vấn đã lưu liên kết với kết nối này cũng sẽ bị xóa."
+ "value" : "Phương thức xác thực"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "确定要删除“%@”吗?与此连接关联的已保存查询也将被删除。"
+ "value" : "认证方式"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "確定要刪除「%@」嗎?與此連線關聯的已儲存查詢也會一併刪除。"
+ "value" : "驗證方式"
}
}
}
},
- "Are you sure you want to delete %lld connections? Saved queries linked to these connections will also be deleted. This cannot be undone." : {
+ "Authenticate to execute database operations" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 작업을 실행하려면 인증하십시오"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld bağlantıyı silmek istediğinizden emin misiniz? Bu bağlantılara bağlı kayıtlı sorgular da silinecek. Bu işlem geri alınamaz."
+ "value" : "Veritabanı işlemlerini çalıştırmak için kimlik doğrulayın"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bạn có chắc muốn xóa %lld kết nối? Các truy vấn đã lưu liên kết với những kết nối này cũng sẽ bị xóa. Không thể hoàn tác."
+ "value" : "Xác thực để thực thi thao tác cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "确定要删除 %lld 个连接吗?与这些连接关联的已保存查询也将被删除。此操作无法撤销。"
+ "value" : "验证身份以执行数据库操作"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "確定要刪除 %lld 個連線嗎?與這些連線關聯的已儲存查詢也會一併刪除。此操作無法復原。"
+ "value" : "驗證身分以執行資料庫操作"
}
}
}
},
- "Are you sure you want to delete %lld connections? This cannot be undone." : {
+ "Authenticating %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 인증 중"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld bağlantıyı silmek istediğinizden emin misiniz? Bu işlem geri alınamaz."
+ "value" : "%@ kimliği doğrulanıyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bạn có chắc muốn xóa %lld kết nối? Hành động này không thể hoàn tác."
+ "value" : "Đang xác thực %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "确定要删除 %lld 个连接吗?此操作无法撤销。"
+ "value" : "正在验证 %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "確定要刪除 %lld 個連線嗎?此操作無法復原。"
+ "value" : "正在驗證 %@"
}
}
}
},
- "Are you sure you want to delete the group \"%@\"? Connections in this group will be moved to the top level." : {
+ "Authentication" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인증"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" grubunu silmek istediğinize emin misiniz? Bu gruptaki bağlantılar üst seviyeye taşınacaktır."
+ "value" : "Kimlik Doğrulama"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bạn có chắc muốn xóa nhóm \"%@\"? Các kết nối trong nhóm này sẽ được chuyển lên cấp cao nhất."
+ "value" : "Xác thực"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "确定要删除分组 \"%@\" 吗?该分组中的连接将移至顶层。"
+ "value" : "身份验证"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "確定要刪除群組「%@」嗎?此群組中的連線將移至頂層。"
+ "value" : "身分驗證"
}
}
}
},
- "Are you sure you want to delete this connection? This cannot be undone." : {
- "extractionState" : "stale",
+ "Authentication Method" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인증 방식"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu bağlantıyı silmek istediğinize emin misiniz? Bu işlem geri alınamaz."
+ "value" : "Kimlik doğrulama yöntemi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bạn có chắc muốn xóa kết nối này? Thao tác này không thể hoàn tác."
+ "value" : "Phương thức xác thực"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "确定要删除此连接吗?此操作无法撤消。"
+ "value" : "身份验证方式"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "確定要刪除此連線嗎?此操作無法復原。"
+ "value" : "身分驗證方式"
}
}
}
},
- "Are you sure you want to disconnect from this database?" : {
- "extractionState" : "stale",
+ "Authentication failed. Check your API key." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인증에 실패했습니다. API 키를 확인하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu veritabanından bağlantıyı kesmek istediğinize emin misiniz?"
+ "value" : "Kimlik doğrulama başarısız. API anahtarınızı kontrol edin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bạn có chắc muốn ngắt kết nối khỏi cơ sở dữ liệu này không?"
+ "value" : "Xác thực thất bại. Kiểm tra API key của bạn."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "确定要断开与此数据库的连接吗?"
+ "value" : "身份验证失败。请检查您的 API key。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "確定要中斷與此資料庫的連線嗎?"
+ "value" : "身分驗證失敗。請檢查你的 API key。"
}
}
}
},
- "Are you sure you want to execute this query?\n\n%@" : {
+ "Authentication failed: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인증 실패: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu sorguyu çalıştırmak istediğinize emin misiniz?\n\n%@"
+ "value" : "Kimlik doğrulama başarısız: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bạn có chắc chắn muốn thực thi truy vấn này?\n\n%@"
+ "value" : "Xác thực thất bại: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "确定要执行此查询吗?\n\n%@"
+ "value" : "身份验证失败:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "確定要執行此查詢嗎?\n\n%@"
+ "value" : "身分驗證失敗:%@"
}
}
}
},
- "Are you sure you want to terminate this session? Any running queries will be aborted." : {
+ "Authentication is required for this operation" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 작업에는 인증이 필요합니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu oturumu sonlandırmak istediğinizden emin misiniz? Çalışan sorgular iptal edilecek."
+ "value" : "Bu işlem için kimlik doğrulama gerekiyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bạn có chắc muốn kết thúc phiên này? Mọi truy vấn đang chạy sẽ bị huỷ."
+ "value" : "Thao tác này yêu cầu xác thực"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "确定要终止此会话吗?正在运行的查询将被中止。"
+ "value" : "此操作需要身份验证"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "確定要終止此工作階段嗎?正在執行的查詢將被中止。"
+ "value" : "這項操作需要身分驗證"
}
}
}
},
- "As Copy" : {
+ "Authentication required" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인증 필요"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kopya Olarak"
+ "value" : "Kimlik doğrulama gerekli"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dạng Bản sao"
+ "value" : "Yêu cầu xác thực"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "作为副本"
+ "value" : "需要认证"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "作為副本"
+ "value" : "需要身分驗證"
}
}
}
},
- "Ask" : {
+ "Authentication required to execute operations" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "작업을 실행하려면 인증이 필요합니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sor"
+ "value" : "İşlemleri çalıştırmak için kimlik doğrulama gerekli"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ask"
+ "value" : "Cần xác thực để thực thi thao tác"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ask"
+ "value" : "执行操作需要身份验证"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ask"
+ "value" : "執行操作需要身分驗證"
}
}
}
},
- "Ask about step %d" : {
+ "Authentication required to execute write operations" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쓰기 작업을 실행하려면 인증이 필요합니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d. adım hakkında soru sor"
+ "value" : "Yazma işlemlerini çalıştırmak için kimlik doğrulama gerekli"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hỏi về bước %d"
+ "value" : "Cần xác thực để thực thi thao tác ghi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "询问第 %d 步"
+ "value" : "执行写入操作需要身份验证"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "詢問第 %d 步"
+ "value" : "執行寫入操作需要身分驗證"
}
}
}
},
- "Ask about this change" : {
+ "Author" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "작성자"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu değişiklik hakkında soru sor"
+ "value" : "Yazar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hỏi về thay đổi này"
+ "value" : "Tác giả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "询问此更改"
+ "value" : "作者"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "詢問這項變更"
+ "value" : "作者"
}
}
}
},
- "Ask about this change…" : {
+ "Auto" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "자동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu değişiklik hakkında soru sor…"
+ "value" : "Otomatik"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hỏi về thay đổi này…"
+ "value" : "Tự động"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "询问此更改…"
+ "value" : "自动"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "詢問這項變更…"
+ "value" : "自動"
}
}
}
},
- "Ask about your database..." : {
+ "Auto Generate" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "자동 생성"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanınız hakkında sorun..."
+ "value" : "Otomatik Oluştur"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hỏi về cơ sở dữ liệu của bạn..."
+ "value" : "Tự động tạo"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "询问您的数据库..."
+ "value" : "自动生成"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "詢問關於你的資料庫的問題..."
+ "value" : "自動產生"
}
}
}
},
- "Ask AI about your database" : {
+ "Auto Inc" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "자동 증가"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanınız hakkında yapay zekaya sorun"
+ "value" : "Oto Artış"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hỏi AI về cơ sở dữ liệu của bạn"
+ "value" : "Tự tăng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "向 AI 询问您的数据库"
+ "value" : "自增"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "向 AI 詢問你的資料庫"
+ "value" : "自動遞增"
}
}
}
},
- "Ask AI to Fix" : {
- "extractionState" : "stale",
+ "Auto Increment" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "자동 증가"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Düzeltmesi için Yapay Zekaya Sor"
+ "value" : "Otomatik Artış"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhờ AI sửa lỗi"
+ "value" : "Tự động tăng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "让 AI 修复"
+ "value" : "自动递增"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "讓 AI 修正"
+ "value" : "自動遞增"
}
}
}
},
- "Ask Each Time" : {
+ "Auto cleanup" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "자동 정리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Her Seferinde Sor"
+ "value" : "Otomatik temizleme"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hỏi mỗi lần"
+ "value" : "Tự động dọn dẹp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "每次询问"
+ "value" : "自动清理"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "每次詢問"
+ "value" : "自動清理"
}
}
}
},
- "Ask for API token on every connection" : {
+ "Auto cleanup on startup" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "시작 시 자동 정리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Her bağlantıda API anahtarı sor"
+ "value" : "Başlangıçta otomatik temizlik"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hỏi mã API mỗi lần kết nối"
+ "value" : "Tự động dọn dẹp khi khởi động"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "每次连接时询问 API 令牌"
+ "value" : "启动时自动清理"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "每次連線時詢問 API 權杖"
+ "value" : "啟動時自動清理"
}
}
}
},
- "Ask for password on every connection" : {
- "extractionState" : "stale",
+ "Auto-detects from ~/.ssh/config and default key locations." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "~/.ssh/config 및 기본 키 위치에서 자동으로 감지합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Her bağlantıda şifre sor"
+ "value" : "~/.ssh/config ve varsayılan anahtar konumlarından otomatik algılanır."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hỏi mật khẩu mỗi lần kết nối"
+ "value" : "Tự động phát hiện từ ~/.ssh/config và các vị trí key mặc định."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "每次连接时询问密码"
+ "value" : "自动从 ~/.ssh/config 和默认密钥位置检测。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "每次連線時詢問密碼"
+ "value" : "自動從 ~/.ssh/config 和預設金鑰位置偵測。"
}
}
}
},
- "Ask: read-only schema lookups. AI can browse but not run queries." : {
+ "Auto-indent" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "자동 들여쓰기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sor: salt okunur şema sorgulamaları. Yapay zeka göz atabilir ama sorgu çalıştıramaz."
+ "value" : "Otomatik girinti"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ask: chỉ tra cứu schema ở chế độ chỉ đọc. AI có thể duyệt nhưng không chạy truy vấn."
+ "value" : "Tự động thụt lề"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ask:只读Schema查看。AI可以浏览但不能运行查询。"
+ "value" : "自动缩进"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ask:唯讀的綱要查看。AI 可以瀏覽但不能執行查詢。"
+ "value" : "自動縮排"
}
}
}
},
- "Attach context" : {
+ "Auto-show inspector on row select" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "행 선택 시 인스펙터 자동 표시"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlam ekle"
+ "value" : "Satır seçiminde denetçiyi otomatik göster"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đính kèm ngữ cảnh"
+ "value" : "Tự động hiện thanh kiểm tra khi chọn dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "附加上下文"
+ "value" : "选中行时自动显示检查器"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "附加內容"
+ "value" : "選取列時自動顯示檢閱器"
}
}
}
},
- "Attachments" : {
- "extractionState" : "stale",
+ "Auto-uppercase keywords" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "키워드 자동 대문자 변환"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ekler"
+ "value" : "Anahtar kelimeleri otomatik büyük yaz"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tệp đính kèm"
+ "value" : "Tự động viết hoa từ khóa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "附件"
+ "value" : "自动大写关键字"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "附件"
+ "value" : "關鍵字自動轉大寫"
}
}
}
},
- "Attributes" : {
+ "Automatic" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "자동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Öznitelikler"
+ "value" : "Otomatik"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thuộc tính"
+ "value" : "Tự động"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "属性"
+ "value" : "自动"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "屬性"
+ "value" : "自動"
}
}
}
},
- "Auth" : {
+ "Automatically check for updates" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "업데이트 자동 확인"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kimlik Doğrulama"
+ "value" : "Güncellemeleri otomatik kontrol et"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xác thực"
+ "value" : "Tự động kiểm tra cập nhật"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "认证"
+ "value" : "自动检查更新"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "驗證"
+ "value" : "自動檢查更新"
}
}
}
},
- "Auth Level" : {
+ "Available after SET ROLE %@." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "SET ROLE %@ 후 사용할 수 있습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kimlik Doğrulama Düzeyi"
+ "value" : "SET ROLE %@ sonrasında kullanılabilir."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cấp xác thực"
+ "value" : "Có sẵn sau khi SET ROLE %@."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "认证级别"
+ "value" : "执行 SET ROLE %@ 后可用。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "驗證層級"
+ "value" : "執行 SET ROLE %@ 後可用。"
}
}
}
},
- "Auth Method" : {
+ "Available in all connections" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Auth Method"
+ "value" : "모든 연결에서 사용 가능"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kimlik Doğrulama Yöntemi"
+ "value" : "Tüm bağlantılarda kullanılabilir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Phương thức xác thực"
+ "value" : "Có trong mọi kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "认证方式"
+ "value" : "在所有连接中可用"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "驗證方式"
+ "value" : "在所有連線中可用"
}
}
}
},
- "Authenticate to execute database operations" : {
+ "Average" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "평균"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı işlemlerini çalıştırmak için kimlik doğrulayın"
+ "value" : "Ortalama"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xác thực để thực thi thao tác cơ sở dữ liệu"
+ "value" : "Trung bình"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "验证身份以执行数据库操作"
+ "value" : "平均"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "驗證身分以執行資料庫操作"
+ "value" : "平均"
}
}
}
},
- "Authenticating %@" : {
+ "Average Time" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "평균 시간"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ kimliği doğrulanıyor"
+ "value" : "Ortalama Süre"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang xác thực %@"
+ "value" : "Thời gian trung bình"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在验证 %@"
+ "value" : "平均耗时"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在驗證 %@"
+ "value" : "平均耗時"
}
}
}
},
- "Authentication" : {
+ "Avg Row" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "평균 행"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kimlik Doğrulama"
+ "value" : "Ort. Satır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xác thực"
+ "value" : "TB dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "身份验证"
+ "value" : "平均行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "身分驗證"
+ "value" : "平均列"
}
}
}
},
- "Authentication failed: %@" : {
+ "Back" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "뒤로"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kimlik doğrulama başarısız: %@"
+ "value" : "Geri"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xác thực thất bại: %@"
+ "value" : "Quay lại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "身份验证失败:%@"
+ "value" : "返回"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "身分驗證失敗:%@"
+ "value" : "返回"
}
}
}
},
- "Authentication failed. Check your API key." : {
+ "Background" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "배경"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kimlik doğrulama başarısız. API anahtarınızı kontrol edin."
+ "value" : "Arka Plan"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xác thực thất bại. Kiểm tra API key của bạn."
+ "value" : "Nền"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "身份验证失败。请检查您的 API key。"
+ "value" : "背景"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "身分驗證失敗。請檢查你的 API key。"
+ "value" : "背景"
}
}
}
},
- "Authentication is required for this operation" : {
+ "Backslash \\" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "백슬래시 \\"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu işlem için kimlik doğrulama gerekiyor"
+ "value" : "Ters Eğik Çizgi \\"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thao tác này yêu cầu xác thực"
+ "value" : "Gạch chéo ngược \\"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "此操作需要身份验证"
+ "value" : "反斜杠 \\"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "這項操作需要身分驗證"
+ "value" : "反斜線 \\"
}
}
}
},
- "Authentication Method" : {
+ "Backup Database" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 백업"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kimlik doğrulama yöntemi"
+ "value" : "Veritabanını Yedekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Phương thức xác thực"
+ "value" : "Sao lưu cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "身份验证方式"
+ "value" : "备份数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "身分驗證方式"
+ "value" : "備份資料庫"
}
}
}
},
- "Authentication required" : {
+ "Backup Dump Cancelled" : {
+ "comment" : "A title for a backup result sheet that was cancelled.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "백업 덤프 취소됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kimlik doğrulama gerekli"
+ "value" : "Yedek dökümü iptal edildi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yêu cầu xác thực"
+ "value" : "Đã hủy dump sao lưu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "需要认证"
+ "value" : "备份转储已取消"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "需要身分驗證"
+ "value" : "資料庫備份已取消"
}
}
}
},
- "Authentication required to execute operations" : {
- "extractionState" : "stale",
+ "Backup Dump Complete" : {
+ "comment" : "A title for a backup result sheet when the backup was successful.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "백업 덤프 완료"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İşlemleri çalıştırmak için kimlik doğrulama gerekli"
+ "value" : "Yedek dökümü tamamlandı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cần xác thực để thực thi thao tác"
+ "value" : "Hoàn tất dump sao lưu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "执行操作需要身份验证"
+ "value" : "备份转储完成"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "執行操作需要身分驗證"
+ "value" : "資料庫備份完成"
}
}
}
},
- "Authentication required to execute write operations" : {
+ "Backup Dump Failed" : {
+ "comment" : "A title for a backup result sheet when the backup failed.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "백업 덤프 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yazma işlemlerini çalıştırmak için kimlik doğrulama gerekli"
+ "value" : "Yedek dökümü başarısız oldu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cần xác thực để thực thi thao tác ghi"
+ "value" : "Dump sao lưu thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "执行写入操作需要身份验证"
+ "value" : "备份转储失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "執行寫入操作需要身分驗證"
+ "value" : "資料庫備份失敗"
}
}
}
},
- "Author" : {
+ "Backup Dump..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "백업 덤프..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yazar"
+ "value" : "Yedek Dökümü..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tác giả"
+ "value" : "Dump sao lưu..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "作者"
+ "value" : "备份转储…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "作者"
+ "value" : "備份資料庫…"
}
}
}
},
- "Auto" : {
+ "Backup Dump…" : {
+ "comment" : "A button that triggers a backup dump.",
+ "extractionState" : "stale",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "백업 덤프…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Otomatik"
+ "value" : "Yedek Dökümü…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tự động"
+ "value" : "Dump sao lưu…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自动"
+ "value" : "备份转储…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自動"
+ "value" : "正在備份資料庫…"
}
}
}
},
- "AUTO" : {
- "extractionState" : "stale",
+ "Badge Background" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "배지 배경"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "OTO"
+ "value" : "Rozet Arka Planı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "TỰ ĐỘNG"
+ "value" : "Nền huy hiệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自动"
+ "value" : "徽章背景"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自動"
+ "value" : "標記背景"
}
}
}
},
- "Auto cleanup" : {
+ "Badges" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "배지"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Otomatik temizleme"
+ "value" : "Rozetler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tự động dọn dẹp"
+ "value" : "Huy hiệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自动清理"
+ "value" : "徽章"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自動清理"
+ "value" : "徽章"
}
}
}
},
- "Auto cleanup on startup" : {
+ "Bar" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "막대"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Başlangıçta otomatik temizlik"
+ "value" : "Çubuk"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tự động dọn dẹp khi khởi động"
+ "value" : "Thanh"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "启动时自动清理"
+ "value" : "条形"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "啟動時自動清理"
+ "value" : "長條"
}
}
}
},
- "Auto Generate" : {
+ "Base32-encoded secret from your authenticator setup" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인증 앱 설정의 Base32 인코딩 비밀 키"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Otomatik Oluştur"
+ "value" : "Authenticator kurulumunuzdaki Base32 kodlu gizli anahtar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tự động tạo"
+ "value" : "Mã bí mật mã hóa Base32 từ thiết lập xác thực của bạn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自动生成"
+ "value" : "来自身份验证器设置的 Base32 编码密钥"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自動產生"
+ "value" : "來自你的驗證器設定的 Base32 編碼金鑰"
}
}
}
},
- "Auto Inc" : {
- "extractionState" : "stale",
+ "Billing:" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Billing:"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "결제:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Oto Artış"
+ "value" : "Faturalandırma:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tự tăng"
+ "value" : "Thanh toán:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自增"
+ "value" : "账单:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自動遞增"
+ "value" : "帳單:"
}
}
}
},
- "Auto Increment" : {
+ "Block" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "블록"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Otomatik Artış"
+ "value" : "Blok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tự động tăng"
+ "value" : "Khối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自动递增"
+ "value" : "块状"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自動遞增"
+ "value" : "區塊"
}
}
}
},
- "Auto-detects from ~/.ssh/config and default key locations." : {
+ "Block Size" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "블록 크기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "~/.ssh/config ve varsayılan anahtar konumlarından otomatik algılanır."
+ "value" : "Blok Boyutu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tự động phát hiện từ ~/.ssh/config và các vị trí key mặc định."
+ "value" : "Kích thước khối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自动从 ~/.ssh/config 和默认密钥位置检测。"
+ "value" : "块大小"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自動從 ~/.ssh/config 和預設金鑰位置偵測。"
+ "value" : "區塊大小"
}
}
}
},
- "Auto-indent" : {
- "extractionState" : "stale",
+ "Blocked" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "차단됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Otomatik girinti"
+ "value" : "Engellendi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tự động thụt lề"
+ "value" : "Đã chặn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自动缩进"
+ "value" : "已阻止"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自動縮排"
+ "value" : "已封鎖"
}
}
}
},
- "Auto-show inspector on row select" : {
+ "Blue" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파란색"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satır seçiminde denetçiyi otomatik göster"
+ "value" : "Mavi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tự động hiện thanh kiểm tra khi chọn dòng"
+ "value" : "Xanh dương"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "选中行时自动显示检查器"
+ "value" : "蓝色"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "選取列時自動顯示檢閱器"
+ "value" : "藍色"
}
}
}
},
- "Auto-uppercase keywords" : {
+ "Body" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "본문"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Anahtar kelimeleri otomatik büyük yaz"
+ "value" : "Gövde"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tự động viết hoa từ khóa"
+ "value" : "Nội dung"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自动大写关键字"
+ "value" : "正文"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關鍵字自動轉大寫"
+ "value" : "內文"
}
}
}
},
- "Automatic" : {
+ "Bool False" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "불리언 False"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Otomatik"
+ "value" : "Bool False"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tự động"
+ "value" : "Bool False"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自动"
+ "value" : "布尔值 False"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自動"
+ "value" : "布林值 False"
}
}
}
},
- "Automatically check for updates" : {
+ "Bool True" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "불리언 True"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Güncellemeleri otomatik kontrol et"
+ "value" : "Bool True"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tự động kiểm tra cập nhật"
+ "value" : "Bool True"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自动检查更新"
+ "value" : "布尔值 True"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自動檢查更新"
+ "value" : "布林值 True"
}
}
}
},
- "Available after SET ROLE %@." : {
+ "Boolean" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "불리언"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "SET ROLE %@ sonrasında kullanılabilir."
+ "value" : "Boolean"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Có sẵn sau khi SET ROLE %@."
+ "value" : "Boolean"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "执行 SET ROLE %@ 后可用。"
+ "value" : "布尔值"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "執行 SET ROLE %@ 後可用。"
+ "value" : "布林值"
}
}
}
},
- "Available in all connections" : {
+ "Border" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테두리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm bağlantılarda kullanılabilir"
+ "value" : "Kenarlık"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Có trong mọi kết nối"
+ "value" : "Viền"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在所有连接中可用"
+ "value" : "边框"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在所有連線中可用"
+ "value" : "邊框"
}
}
}
},
- "Average" : {
+ "Brief summary of the issue" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "문제에 대한 간략한 요약"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ortalama"
+ "value" : "Sorunun kısa özeti"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trung bình"
+ "value" : "Tóm tắt ngắn gọn về vấn đề"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "平均"
+ "value" : "问题的简要描述"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "平均"
+ "value" : "問題的簡要說明"
}
}
}
},
- "Average Time" : {
+ "Bring All to Front" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모두 앞으로 가져오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ortalama Süre"
+ "value" : "Tümünü Öne Getir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thời gian trung bình"
+ "value" : "Đưa tất cả ra phía trước"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "平均耗时"
+ "value" : "全部置于最前"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "平均耗時"
+ "value" : "全部移至最前"
}
}
}
},
- "avg %@" : {
- "comment" : "Average duration, %@ is a duration",
+ "Browse" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "찾아보기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ort. %@"
+ "value" : "Gözat"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "trung bình %@"
+ "value" : "Duyệt"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "平均 %@"
+ "value" : "浏览"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "平均 %@"
+ "value" : "瀏覽"
}
}
}
},
- "Avg Row" : {
+ "Browse, edit, and manage your data with ease" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터를 간편하게 탐색, 편집 및 관리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ort. Satır"
+ "value" : "Verilerinizi kolayca görüntüleyin, düzenleyin ve yönetin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "TB dòng"
+ "value" : "Duyệt, chỉnh sửa và quản lý dữ liệu dễ dàng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "平均行"
+ "value" : "轻松浏览、编辑和管理数据"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "平均列"
+ "value" : "輕鬆瀏覽、編輯和管理你的資料"
}
}
}
},
- "AWS managed key-value/document store" : {
+ "Browse..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "찾아보기..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AWS'nin yönettiği anahtar-değer/belge deposu"
+ "value" : "Gözat..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kho key-value/tài liệu do AWS quản lý"
+ "value" : "Duyệt..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AWS托管的键值/文档存储"
+ "value" : "浏览..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AWS 託管的鍵值/文件儲存"
+ "value" : "瀏覽..."
}
}
}
},
- "AWS Region" : {
+ "Browser Sign-In" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AWS Region"
+ "value" : "브라우저 로그인"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AWS Region"
+ "value" : "Tarayıcıyla oturum açma"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AWS Region"
+ "value" : "Đăng nhập bằng trình duyệt"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AWS 区域"
+ "value" : "浏览器登录"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AWS 區域"
+ "value" : "瀏覽器登入"
}
}
}
},
- "AWS SSO Sign-In Failed" : {
+ "Built-in" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내장"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AWS SSO oturumu açılamadı"
+ "value" : "Yerleşik"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đăng nhập AWS SSO thất bại"
+ "value" : "Tích hợp sẵn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AWS SSO登录失败"
+ "value" : "内置"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AWS SSO 登入失敗"
+ "value" : "內建"
}
}
}
},
- "AWS SSO sign-in finished. Test the connection again." : {
+ "Built-in CLI" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내장 CLI"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AWS SSO oturum açma tamamlandı. Bağlantıyı yeniden test edin."
+ "value" : "Yerleşik CLI"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã hoàn tất đăng nhập AWS SSO. Hãy kiểm tra lại kết nối."
+ "value" : "CLI tích hợp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AWS SSO登录已完成。请再次测试连接。"
+ "value" : "内置 CLI"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AWS SSO 登入已完成。請再次測試連線。"
+ "value" : "內建 CLI"
}
}
}
},
- "AWS SSO Sign-In Required" : {
+ "Built-in plugins cannot be uninstalled" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내장 플러그인은 제거할 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AWS SSO ile oturum açma gerekli"
+ "value" : "Yerleşik eklentiler kaldırılamaz"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yêu cầu đăng nhập AWS SSO"
+ "value" : "Không thể gỡ cài đặt plugin tích hợp sẵn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "需要AWS SSO登录"
+ "value" : "无法卸载内置插件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "需要 AWS SSO 登入"
+ "value" : "無法解除安裝內建外掛"
}
}
}
},
- "Back" : {
+ "Bulk actions" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "일괄 작업"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geri"
+ "value" : "Toplu işlemler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Quay lại"
+ "value" : "Thao tác hàng loạt"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "返回"
+ "value" : "批量操作"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "返回"
+ "value" : "批次操作"
}
}
}
},
- "Background" : {
+ "Bundle ID" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Bundle ID"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Arka Plan"
+ "value" : "Paket Kimliği"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nền"
+ "value" : "Bundle ID"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "背景"
+ "value" : "Bundle ID"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "背景"
+ "value" : "Bundle ID"
}
}
}
},
- "Backslash \\" : {
+ "Bundle ID:" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Bundle ID:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ters Eğik Çizgi \\"
+ "value" : "Paket Kimliği:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gạch chéo ngược \\"
+ "value" : "Bundle ID:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "反斜杠 \\"
+ "value" : "Bundle ID:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "反斜線 \\"
+ "value" : "Bundle ID:"
}
}
}
},
- "Backup Database" : {
+ "Bytes Received" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "수신 바이트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanını Yedekle"
+ "value" : "Alınan Bayt"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao lưu cơ sở dữ liệu"
+ "value" : "Byte nhận"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "备份数据库"
+ "value" : "接收字节"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "備份資料庫"
+ "value" : "接收位元組"
}
}
}
},
- "Backup Dump Cancelled" : {
- "comment" : "A title for a backup result sheet that was cancelled.",
- "isCommentAutoGenerated" : true,
+ "Bytes Sent" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "송신 바이트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yedek dökümü iptal edildi"
+ "value" : "Gönderilen Bayt"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã hủy dump sao lưu"
+ "value" : "Byte gửi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "备份转储已取消"
+ "value" : "发送字节"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫備份已取消"
+ "value" : "傳送位元組"
}
}
}
},
- "Backup Dump Complete" : {
- "comment" : "A title for a backup result sheet when the backup was successful.",
- "isCommentAutoGenerated" : true,
+ "C++ rewrite of Cassandra, faster" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Cassandra를 C++로 재작성한 더 빠른 데이터베이스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yedek dökümü tamamlandı"
+ "value" : "Cassandra'nın C++ ile yeniden yazımı, daha hızlı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hoàn tất dump sao lưu"
+ "value" : "Bản viết lại Cassandra bằng C++, nhanh hơn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "备份转储完成"
+ "value" : "Cassandra的C++重写版,速度更快"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫備份完成"
+ "value" : "Cassandra 的 C++ 重寫版,速度更快"
}
}
}
},
- "Backup Dump Failed" : {
- "comment" : "A title for a backup result sheet when the backup failed.",
- "isCommentAutoGenerated" : true,
+ "CA Cert" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "CA 인증서"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yedek dökümü başarısız oldu"
+ "value" : "CA Sertifikası"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dump sao lưu thất bại"
+ "value" : "Chứng chỉ CA"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "备份转储失败"
+ "value" : "CA 证书"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫備份失敗"
+ "value" : "CA 憑證"
}
}
}
},
- "Backup Dump..." : {
+ "CA Certificate" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "CA 인증서"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yedek Dökümü..."
+ "value" : "CA Sertifikası"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dump sao lưu..."
+ "value" : "Chứng chỉ CA"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "备份转储…"
+ "value" : "CA 证书"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "備份資料庫…"
+ "value" : "CA 憑證"
}
}
}
},
- "Backup Dump…" : {
- "comment" : "A button that triggers a backup dump.",
- "extractionState" : "stale",
- "isCommentAutoGenerated" : true,
+ "CA certificate is required for verification modes" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "검증 모드에는 CA 인증서가 필요합니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yedek Dökümü…"
+ "value" : "Doğrulama modları için CA sertifikası gerekli"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dump sao lưu…"
+ "value" : "Cần chứng chỉ CA cho các chế độ xác minh"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "备份转储…"
+ "value" : "验证模式需要CA证书"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在備份資料庫…"
+ "value" : "驗證模式需要 CA 憑證"
}
}
}
},
- "Badge Background" : {
+ "CA certificate not found: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "CA 인증서를 찾을 수 없습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Rozet Arka Planı"
+ "value" : "CA sertifikası bulunamadı: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nền huy hiệu"
+ "value" : "Không tìm thấy chứng chỉ CA: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "徽章背景"
+ "value" : "未找到CA证书:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "標記背景"
+ "value" : "找不到 CA 憑證:%@"
}
}
}
},
- "Badges" : {
+ "CHANGED" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "변경됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Rozetler"
+ "value" : "DEĞİŞTİRİLDİ"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Huy hiệu"
+ "value" : "ĐÃ THAY ĐỔI"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "徽章"
+ "value" : "已更改"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "徽章"
+ "value" : "已變更"
}
}
}
},
- "Bar" : {
- "extractionState" : "stale",
+ "CLI Connection Name" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "CLI 연결 이름"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Çubuk"
+ "value" : "CLI bağlantı adı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thanh"
+ "value" : "Tên kết nối CLI"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "条形"
+ "value" : "CLI连接名称"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "長條"
+ "value" : "CLI 連線名稱"
}
}
}
},
- "Base32-encoded secret from your authenticator setup" : {
+ "CLI Paths" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "CLI 경로"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Authenticator kurulumunuzdaki Base32 kodlu gizli anahtar"
+ "value" : "CLI Yolları"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mã bí mật mã hóa Base32 từ thiết lập xác thực của bạn"
+ "value" : "Đường dẫn CLI"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "来自身份验证器设置的 Base32 编码密钥"
+ "value" : "CLI 路径"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "來自你的驗證器設定的 Base32 編碼金鑰"
+ "value" : "CLI 路徑"
}
}
}
},
- "bastion.example.com" : {
+ "CLI tool \"%@\" not found in PATH" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "PATH에서 CLI 도구 \"%@\"을(를) 찾을 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "bastion.example.com"
+ "value" : "CLI aracı \"%@\" PATH içinde bulunamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "bastion.example.com"
+ "value" : "Không tìm thấy công cụ CLI \"%@\" trong PATH"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "bastion.example.com"
+ "value" : "在 PATH 中未找到 CLI 工具 \"%@\""
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "bastion.example.com"
+ "value" : "在 PATH 中找不到 CLI 工具「%@」"
}
}
}
},
- "between" : {
+ "CMD" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "CMD"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "between"
+ "value" : "CMD"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "giữa"
+ "value" : "CMD"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "介于"
+ "value" : "CMD"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "介於"
+ "value" : "CMD"
}
}
}
},
- "Billing:" : {
+ "COMMENT" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Billing:"
+ "value" : "COMMENT"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Faturalandırma:"
+ "value" : "COMMENT"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thanh toán:"
+ "value" : "COMMENT"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "账单:"
+ "value" : "COMMENT"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "帳單:"
+ "value" : "COMMENT"
}
}
}
},
- "Block" : {
+ "CRITICAL: Transaction rollback failed - database may be in inconsistent state: %@" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "심각: 트랜잭션 롤백 실패 - 데이터베이스가 일관되지 않은 상태일 수 있음: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Blok"
+ "value" : "CRITICAL: Transaction rollback failed - database may be giriş inconsistent state: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Khối"
+ "value" : "NGHIÊM TRỌNG: Hoàn tác giao dịch thất bại - cơ sở dữ liệu có thể ở trạng thái không nhất quán: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "块状"
+ "value" : "严重:事务回滚失败 - 数据库可能处于不一致状态:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "區塊"
+ "value" : "嚴重:交易還原失敗 - 資料庫可能處於不一致狀態:%@"
}
}
}
},
- "Block Size" : {
+ "CSV" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "CSV"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Blok Boyutu"
+ "value" : "CSV"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kích thước khối"
+ "value" : "CSV"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "块大小"
+ "value" : "CSV"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "區塊大小"
+ "value" : "CSV"
}
}
}
},
- "Blocked" : {
+ "CSV Properties" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "CSV 속성"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Engellendi"
+ "value" : "CSV Özellikleri"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã chặn"
+ "value" : "Thuộc tính CSV"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已阻止"
+ "value" : "CSV 属性"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已封鎖"
+ "value" : "CSV 屬性"
}
}
}
},
- "Blue" : {
+ "CSV with Headers" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "헤더 포함 CSV"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mavi"
+ "value" : "Başlıklı CSV"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xanh dương"
+ "value" : "CSV kèm tiêu đề"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "蓝色"
+ "value" : "带标题行的 CSV"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "藍色"
+ "value" : "含標題列的 CSV"
}
}
}
},
- "Body" : {
- "extractionState" : "stale",
+ "CSV/JSON Editing" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "CSV/JSON 편집"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gövde"
+ "value" : "CSV/JSON Düzenleme"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nội dung"
+ "value" : "Chỉnh sửa CSV/JSON"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正文"
+ "value" : "CSV/JSON 编辑"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "內文"
+ "value" : "CSV/JSON 編輯"
}
}
}
},
- "Bool False" : {
+ "CURDATE()" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "CURDATE()"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bool False"
+ "value" : "CURDATE()"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bool False"
+ "value" : "CURDATE()"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "布尔值 False"
+ "value" : "CURDATE()"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "布林值 False"
+ "value" : "CURDATE()"
}
}
}
},
- "Bool True" : {
+ "CURRENT_TIMESTAMP()" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "CURRENT_TIMESTAMP()"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bool True"
+ "value" : "CURRENT_TIMESTAMP()"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bool True"
+ "value" : "CURRENT_TIMESTAMP()"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "布尔值 True"
+ "value" : "CURRENT_TIMESTAMP()"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "布林值 True"
+ "value" : "CURRENT_TIMESTAMP()"
}
}
}
},
- "Boolean" : {
+ "CURTIME()" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "CURTIME()"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Boolean"
+ "value" : "CURTIME()"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Boolean"
+ "value" : "CURTIME()"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "布尔值"
+ "value" : "CURTIME()"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "布林值"
+ "value" : "CURTIME()"
}
}
}
},
- "Border" : {
+ "Cache Hit Ratio" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "캐시 적중률"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kenarlık"
+ "value" : "Önbellek İsabet Oranı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Viền"
+ "value" : "Tỷ lệ trúng cache"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "边框"
+ "value" : "缓存命中率"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "邊框"
+ "value" : "快取命中率"
}
}
}
},
- "Brief summary of the issue" : {
- "extractionState" : "stale",
+ "Cache Size" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "캐시 크기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorunun kısa özeti"
+ "value" : "Önbellek Boyutu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tóm tắt ngắn gọn về vấn đề"
+ "value" : "Kích thước cache"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "问题的简要描述"
+ "value" : "缓存大小"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "問題的簡要說明"
+ "value" : "快取大小"
}
}
}
},
- "Bring All to Front" : {
+ "Calling" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "호출 중"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tümünü Öne Getir"
+ "value" : "Çağrılıyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đưa tất cả ra phía trước"
+ "value" : "Đang gọi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部置于最前"
+ "value" : "调用中"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部移至最前"
+ "value" : "呼叫中"
}
}
}
},
- "Browse" : {
+ "Can grant these privileges to others." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 권한을 다른 사용자에게 부여할 수 있습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gözat"
+ "value" : "Bu yetkileri başkalarına verebilir."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Duyệt"
+ "value" : "Có thể cấp các quyền này cho người khác."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "浏览"
+ "value" : "可以将这些权限授予他人。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "瀏覽"
+ "value" : "可以將這些權限授予他人。"
}
}
}
},
- "Browse, edit, and manage your data with ease" : {
+ "Can grant to others" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다른 사용자에게 부여 가능"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Verilerinizi kolayca görüntüleyin, düzenleyin ve yönetin"
+ "value" : "Başkalarına verebilir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Duyệt, chỉnh sửa và quản lý dữ liệu dễ dàng"
+ "value" : "Có thể cấp cho người khác"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "轻松浏览、编辑和管理数据"
+ "value" : "可授予他人"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "輕鬆瀏覽、編輯和管理你的資料"
+ "value" : "可授予他人"
}
}
}
},
- "Browse..." : {
+ "Can log in" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "로그인 가능"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gözat..."
+ "value" : "Oturum açabilir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Duyệt..."
+ "value" : "Có thể đăng nhập"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "浏览..."
+ "value" : "可以登录"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "瀏覽..."
+ "value" : "可以登入"
}
}
}
},
- "Browser Sign-In" : {
+ "Cancel" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "취소"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tarayıcıyla oturum açma"
+ "value" : "İptal"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đăng nhập bằng trình duyệt"
+ "value" : "Hủy"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "浏览器登录"
+ "value" : "取消"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "瀏覽器登入"
+ "value" : "取消"
}
}
}
},
- "Built-in" : {
+ "Cancel Backup Dump" : {
+ "comment" : "A button that cancels a backup.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "백업 덤프 취소"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yerleşik"
+ "value" : "Yedek Dökümünü İptal Et"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tích hợp sẵn"
+ "value" : "Hủy dump sao lưu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "内置"
+ "value" : "取消备份转储"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "內建"
+ "value" : "取消資料庫備份"
}
}
}
},
- "Built-in CLI" : {
+ "Cancel Backup Dump?" : {
+ "comment" : "A confirmation dialog for cancelling a backup.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "백업 덤프를 취소하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yerleşik CLI"
+ "value" : "Yedek dökümü iptal edilsin mi?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CLI tích hợp"
+ "value" : "Hủy dump sao lưu?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "内置 CLI"
+ "value" : "要取消备份转储吗?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "內建 CLI"
+ "value" : "要取消資料庫備份嗎?"
}
}
}
},
- "Built-in plugins cannot be uninstalled" : {
+ "Cancel Query" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리 취소"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yerleşik eklentiler kaldırılamaz"
+ "value" : "Sorguyu İptal Et"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể gỡ cài đặt plugin tích hợp sẵn"
+ "value" : "Huỷ truy vấn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法卸载内置插件"
+ "value" : "取消查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法解除安裝內建外掛"
+ "value" : "取消查詢"
}
}
}
},
- "Bulk actions" : {
+ "Cancel Query (⌘.)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리 취소(⌘.)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Toplu işlemler"
+ "value" : "Sorguyu İptal Et (⌘.)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thao tác hàng loạt"
+ "value" : "Huỷ truy vấn (⌘.)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "批量操作"
+ "value" : "取消查询 (⌘.)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "批次操作"
+ "value" : "取消查詢 (⌘.)"
}
}
}
},
- "Bundle ID" : {
+ "Cancel Restore Dump" : {
+ "comment" : "A button that cancels a restore dump.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "복원 덤프 취소"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Paket Kimliği"
+ "value" : "Döküm Geri Yüklemeyi İptal Et"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bundle ID"
+ "value" : "Hủy khôi phục dump"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bundle ID"
+ "value" : "取消恢复转储"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bundle ID"
+ "value" : "取消還原備份"
}
}
}
},
- "Bundle ID:" : {
- "extractionState" : "stale",
+ "Cancel Restore Dump?" : {
+ "comment" : "A confirmation prompt for cancelling a restore operation.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "복원 덤프를 취소하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Paket Kimliği:"
+ "value" : "Döküm geri yükleme iptal edilsin mi?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bundle ID:"
+ "value" : "Hủy khôi phục dump?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bundle ID:"
+ "value" : "要取消恢复转储吗?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bundle ID:"
+ "value" : "要取消還原備份嗎?"
}
}
}
},
- "Bytes Received" : {
+ "Cancel query for session %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "세션 %@의 쿼리 취소"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Alınan Bayt"
+ "value" : "%@ oturumunun sorgusunu iptal et"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Byte nhận"
+ "value" : "Huỷ truy vấn cho phiên %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "接收字节"
+ "value" : "取消会话 %@ 的查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "接收位元組"
+ "value" : "取消工作階段 %@ 的查詢"
}
}
}
},
- "Bytes Sent" : {
+ "Cancelled" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "취소됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gönderilen Bayt"
+ "value" : "İptal edildi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Byte gửi"
+ "value" : "Đã hủy"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "发送字节"
+ "value" : "已取消"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "傳送位元組"
+ "value" : "已取消"
}
}
}
},
- "C++ rewrite of Cassandra, faster" : {
+ "Cancelled by user." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사용자가 취소했습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cassandra'nın C++ ile yeniden yazımı, daha hızlı"
+ "value" : "Kullanıcı tarafından iptal edildi."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bản viết lại Cassandra bằng C++, nhanh hơn"
+ "value" : "Đã hủy bởi người dùng."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cassandra的C++重写版,速度更快"
+ "value" : "已被用户取消。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cassandra 的 C++ 重寫版,速度更快"
+ "value" : "已由使用者取消。"
}
}
}
},
- "CA Cert" : {
- "extractionState" : "stale",
+ "Cancelling…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "취소 중…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CA Sertifikası"
+ "value" : "İptal ediliyor…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chứng chỉ CA"
+ "value" : "Đang hủy…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CA 证书"
+ "value" : "正在取消…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CA 憑證"
+ "value" : "正在取消…"
}
}
}
},
- "CA Certificate" : {
+ "Cannot Save Command" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "명령을 저장할 수 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CA Sertifikası"
+ "value" : "Komut kaydedilemiyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chứng chỉ CA"
+ "value" : "Không thể lưu lệnh"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CA 证书"
+ "value" : "无法保存命令"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CA 憑證"
+ "value" : "無法儲存指令"
}
}
}
},
- "CA certificate is required for verification modes" : {
+ "Cannot Show DDL" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "DDL을 표시할 수 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Doğrulama modları için CA sertifikası gerekli"
+ "value" : "DDL gösterilemiyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cần chứng chỉ CA cho các chế độ xác minh"
+ "value" : "Không thể hiển thị DDL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "验证模式需要CA证书"
+ "value" : "无法显示DDL"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "驗證模式需要 CA 憑證"
+ "value" : "無法顯示 DDL"
}
}
}
},
- "CA certificate not found: %@" : {
- "extractionState" : "stale",
+ "Cannot connect to Ollama at %@. Is Ollama running?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@에서 Ollama에 연결할 수 없습니다. Ollama가 실행 중입니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CA sertifikası bulunamadı: %@"
+ "value" : "%@ adresindeki Ollama'ya bağlanılamıyor. Ollama çalışıyor mu?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy chứng chỉ CA: %@"
+ "value" : "Không thể kết nối đến Ollama tại %@. Ollama có đang chạy không?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到CA证书:%@"
+ "value" : "无法连接到 %@ 上的 Ollama。Ollama 是否正在运行?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到 CA 憑證:%@"
+ "value" : "無法連線到 %@ 上的 Ollama。Ollama 是否正在執行?"
}
}
}
},
- "Cache Hit Ratio" : {
+ "Cannot execute write queries: TablePro's Safe Mode is set to read-only for this connection" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쓰기 쿼리를 실행할 수 없음: 이 연결에 대한 TablePro의 안전 모드가 읽기 전용으로 설정되어 있습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Önbellek İsabet Oranı"
+ "value" : "Yazma sorguları çalıştırılamıyor: Bu bağlantı için TablePro'nun Safe Mode ayarı salt okunur"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tỷ lệ trúng cache"
+ "value" : "Không thể chạy truy vấn ghi: Chế độ an toàn của TablePro đang đặt kết nối này ở chế độ chỉ đọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "缓存命中率"
+ "value" : "无法执行写入查询:TablePro 的安全模式已将此连接设为只读"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "快取命中率"
+ "value" : "無法執行寫入查詢:TablePro 的安全模式已將此連線設為唯讀"
}
}
}
},
- "Cache Size" : {
+ "Cannot execute write queries: connection is read-only" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쓰기 쿼리를 실행할 수 없습니다. 연결이 읽기 전용입니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Önbellek Boyutu"
+ "value" : "Yazma sorguları çalıştırılamıyor: bağlantı salt okunur"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kích thước cache"
+ "value" : "Không thể thực thi truy vấn ghi: kết nối chỉ đọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "缓存大小"
+ "value" : "无法执行写入查询:连接为只读"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "快取大小"
+ "value" : "無法執行寫入查詢:連線為唯讀"
}
}
}
},
- "Calling" : {
+ "Cannot format empty SQL" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "빈 SQL은 포맷할 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Çağrılıyor"
+ "value" : "Boş SQL biçimlendirilemez"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang gọi"
+ "value" : "Không thể định dạng SQL trống"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "调用中"
+ "value" : "无法格式化空 SQL"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "呼叫中"
+ "value" : "無法格式化空白的 SQL"
}
}
}
},
- "Can grant these privileges to others." : {
+ "Cannot save changes: connection is read-only" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "변경 사항을 저장할 수 없습니다. 연결이 읽기 전용입니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu yetkileri başkalarına verebilir."
+ "value" : "Değişiklikler kaydedilemiyor: bağlantı salt okunur"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Có thể cấp các quyền này cho người khác."
+ "value" : "Không thể lưu thay đổi: kết nối ở chế độ chỉ đọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "可以将这些权限授予他人。"
+ "value" : "无法保存更改:连接为只读"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "可以將這些權限授予他人。"
+ "value" : "無法儲存變更:連線為唯讀"
}
}
}
},
- "Can grant to others" : {
+ "Cannot save schema changes: TablePro's Safe Mode is set to read-only for this connection." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "스키마 변경 사항을 저장할 수 없습니다. 이 연결에 대한 TablePro의 안전 모드가 읽기 전용으로 설정되어 있습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Başkalarına verebilir"
+ "value" : "Şema değişiklikleri kaydedilemiyor: Bu bağlantı için TablePro'nun Safe Mode ayarı salt okunur."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Có thể cấp cho người khác"
+ "value" : "Không thể lưu thay đổi schema: Chế độ an toàn của TablePro đang đặt kết nối này ở chế độ chỉ đọc."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "可授予他人"
+ "value" : "无法保存 Schema 更改:TablePro 的安全模式已将此连接设为只读。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "可授予他人"
+ "value" : "無法儲存綱要變更:TablePro 的安全模式已將此連線設為唯讀。"
}
}
}
},
- "Can log in" : {
+ "Cannot save schema changes: connection is read only." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "스키마 변경 사항을 저장할 수 없습니다. 연결이 읽기 전용입니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Oturum açabilir"
+ "value" : "Şema değişiklikleri kaydedilemiyor: bağlantı salt okunur."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Có thể đăng nhập"
+ "value" : "Không thể lưu thay đổi schema: kết nối chỉ đọc."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "可以登录"
+ "value" : "无法保存Schema更改:连接为只读。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "可以登入"
+ "value" : "無法儲存綱要變更:連線為唯讀。"
}
}
}
},
- "Cancel" : {
+ "Cannot save schema changes: connection is read-only." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "스키마 변경 사항을 저장할 수 없습니다. 연결이 읽기 전용입니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İptal"
+ "value" : "Şema değişiklikleri kaydedilemez: bağlantı salt okunur."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hủy"
+ "value" : "Không thể lưu thay đổi schema: kết nối chỉ đọc."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取消"
+ "value" : "无法保存 schema 更改:连接为只读。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取消"
+ "value" : "無法儲存綱要變更:連線為唯讀。"
}
}
}
},
- "Cancel Backup Dump" : {
- "comment" : "A button that cancels a backup.",
- "isCommentAutoGenerated" : true,
+ "Cannot use %@ and %@ at the same time" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Cannot use %1$@ and %2$@ at the same time"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@ 및 %2$@ 동시 사용은 지원되지 않습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yedek Dökümünü İptal Et"
+ "value" : "%1$@ ve %2$@ aynı anda kullanılamaz"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hủy dump sao lưu"
+ "value" : "Không thể dùng đồng thời %1$@ và %2$@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取消备份转储"
+ "value" : "不能同时使用 %1$@ 和 %2$@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取消資料庫備份"
+ "value" : "不能同時使用 %1$@ 和 %2$@"
}
}
}
},
- "Cancel Backup Dump?" : {
- "comment" : "A confirmation dialog for cancelling a backup.",
- "isCommentAutoGenerated" : true,
+ "Cannot use SSH Tunnel and Cloudflare Tunnel at the same time" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "SSH 터널과 Cloudflare 터널은 동시에 사용할 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yedek dökümü iptal edilsin mi?"
+ "value" : "SSH Tüneli ile Cloudflare Tüneli aynı anda kullanılamaz"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hủy dump sao lưu?"
+ "value" : "Không thể dùng SSH Tunnel và Cloudflare Tunnel cùng lúc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要取消备份转储吗?"
+ "value" : "不能同时使用SSH隧道和Cloudflare隧道"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要取消資料庫備份嗎?"
+ "value" : "無法同時使用 SSH 隧道與 Cloudflare 隧道"
}
}
}
},
- "Cancel Query" : {
+ "Cap user query results at the configured row count" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사용자 쿼리 결과를 설정된 행 수로 제한"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorguyu İptal Et"
+ "value" : "Kullanıcı sorgu sonuçlarını ayarlanan satır sayısıyla sınırla"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Huỷ truy vấn"
+ "value" : "Giới hạn kết quả truy vấn theo số hàng đã cấu hình"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取消查询"
+ "value" : "将用户查询结果限制在配置的行数内"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取消查詢"
+ "value" : "將使用者查詢結果限制在設定的列數內"
}
}
}
},
- "Cancel Query (⌘.)" : {
+ "Capabilities" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기능"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorguyu İptal Et (⌘.)"
+ "value" : "Yetenekler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Huỷ truy vấn (⌘.)"
+ "value" : "Khả năng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取消查询 (⌘.)"
+ "value" : "功能"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取消查詢 (⌘.)"
+ "value" : "功能"
}
}
}
},
- "Cancel query for session %@" : {
+ "Capabilities:" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기능:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ oturumunun sorgusunu iptal et"
+ "value" : "Yetenekler:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Huỷ truy vấn cho phiên %@"
+ "value" : "Tính năng:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取消会话 %@ 的查询"
+ "value" : "功能:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取消工作階段 %@ 的查詢"
+ "value" : "功能:"
}
}
}
},
- "Cancel Restore Dump" : {
- "comment" : "A button that cancels a restore dump.",
- "isCommentAutoGenerated" : true,
+ "Capped results show a Fetch All button to load the full set" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "제한된 결과에는 전체 데이터를 불러오는 '모두 가져오기' 버튼이 표시됩니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Döküm Geri Yüklemeyi İptal Et"
+ "value" : "Sınırlanmış sonuçlar, tüm seti yüklemek için Tümünü Getir düğmesi gösterir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hủy khôi phục dump"
+ "value" : "Kết quả bị giới hạn sẽ hiển thị nút Tải tất cả để lấy toàn bộ dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取消恢复转储"
+ "value" : "受限结果会显示\"获取全部\"按钮以加载完整数据集"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取消還原備份"
+ "value" : "受限結果會顯示「擷取全部」按鈕以載入完整資料集"
}
}
}
},
- "Cancel Restore Dump?" : {
- "comment" : "A confirmation prompt for cancelling a restore operation.",
- "isCommentAutoGenerated" : true,
+ "Caption" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "캡션"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Döküm geri yükleme iptal edilsin mi?"
+ "value" : "Başlık"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hủy khôi phục dump?"
+ "value" : "Chú thích"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要取消恢复转储吗?"
+ "value" : "标题说明"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要取消還原備份嗎?"
+ "value" : "標題說明"
}
}
}
},
- "Cancelled" : {
+ "Capture Window" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "윈도우 캡처"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İptal edildi"
+ "value" : "Pencere Yakala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã hủy"
+ "value" : "Chụp cửa sổ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已取消"
+ "value" : "捕获窗口"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已取消"
+ "value" : "擷取視窗"
}
}
}
},
- "Cancelled by user." : {
+ "Card Background" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "카드 배경"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kullanıcı tarafından iptal edildi."
+ "value" : "Kart Arka Planı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã hủy bởi người dùng."
+ "value" : "Nền thẻ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已被用户取消。"
+ "value" : "卡片背景"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已由使用者取消。"
+ "value" : "卡片背景"
}
}
}
},
- "Cancelling…" : {
+ "Cascade" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연쇄 적용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İptal ediliyor…"
+ "value" : "Basamaklı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang hủy…"
+ "value" : "Cascade"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在取消…"
+ "value" : "Cascade"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在取消…"
+ "value" : "Cascade"
}
}
}
},
- "Cannot connect to Ollama at %@. Is Ollama running?" : {
+ "Category" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "카테고리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ adresindeki Ollama'ya bağlanılamıyor. Ollama çalışıyor mu?"
+ "value" : "Kategori"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể kết nối đến Ollama tại %@. Ollama có đang chạy không?"
+ "value" : "Danh mục"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法连接到 %@ 上的 Ollama。Ollama 是否正在运行?"
+ "value" : "分类"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法連線到 %@ 上的 Ollama。Ollama 是否正在執行?"
+ "value" : "分類"
}
}
}
},
- "Cannot execute write queries: connection is read-only" : {
- "extractionState" : "stale",
+ "Category: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "카테고리: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yazma sorguları çalıştırılamıyor: bağlantı salt okunur"
+ "value" : "Kategori: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể thực thi truy vấn ghi: kết nối chỉ đọc"
+ "value" : "Danh mục: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法执行写入查询:连接为只读"
+ "value" : "类别:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法執行寫入查詢:連線為唯讀"
+ "value" : "類別:%@"
}
}
}
},
- "Cannot execute write queries: TablePro's Safe Mode is set to read-only for this connection" : {
+ "Cell Renderer" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "셀 렌더러"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yazma sorguları çalıştırılamıyor: Bu bağlantı için TablePro'nun Safe Mode ayarı salt okunur"
+ "value" : "Hücre Oluşturucu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể chạy truy vấn ghi: Chế độ an toàn của TablePro đang đặt kết nối này ở chế độ chỉ đọc"
+ "value" : "Trình hiển thị ô"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法执行写入查询:TablePro 的安全模式已将此连接设为只读"
+ "value" : "单元格渲染器"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法執行寫入查詢:TablePro 的安全模式已將此連線設為唯讀"
+ "value" : "儲存格繪製器"
}
}
}
},
- "Cannot format empty SQL" : {
+ "Cell Value" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "셀 값"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Boş SQL biçimlendirilemez"
+ "value" : "Hücre Değeri"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể định dạng SQL trống"
+ "value" : "Giá trị ô"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法格式化空 SQL"
+ "value" : "单元格值"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法格式化空白的 SQL"
+ "value" : "儲存格值"
}
}
}
},
- "Cannot save changes: connection is read-only" : {
- "extractionState" : "stale",
+ "Cell selection cleared" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "셀 선택이 해제되었습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Değişiklikler kaydedilemiyor: bağlantı salt okunur"
+ "value" : "Hücre seçimi temizlendi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể lưu thay đổi: kết nối ở chế độ chỉ đọc"
+ "value" : "Đã bỏ chọn ô"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法保存更改:连接为只读"
+ "value" : "已清除单元格选择"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法儲存變更:連線為唯讀"
+ "value" : "已清除儲存格選取"
}
}
}
},
- "Cannot Save Command" : {
+ "Certificate" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인증서"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Komut kaydedilemiyor"
+ "value" : "Sertifika"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể lưu lệnh"
+ "value" : "Chứng chỉ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法保存命令"
+ "value" : "证书"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法儲存指令"
+ "value" : "憑證"
}
}
}
},
- "Cannot save schema changes: connection is read only." : {
- "extractionState" : "stale",
+ "Certificate Trust" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인증서 신뢰"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Şema değişiklikleri kaydedilemiyor: bağlantı salt okunur."
+ "value" : "Sertifika güveni"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể lưu thay đổi schema: kết nối chỉ đọc."
+ "value" : "Tin cậy chứng chỉ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法保存Schema更改:连接为只读。"
+ "value" : "证书信任"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法儲存綱要變更:連線為唯讀。"
+ "value" : "憑證信任"
}
}
}
},
- "Cannot save schema changes: connection is read-only." : {
- "extractionState" : "stale",
+ "Change" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "변경"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Şema değişiklikleri kaydedilemez: bağlantı salt okunur."
+ "value" : "Değişiklik"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể lưu thay đổi schema: kết nối chỉ đọc."
+ "value" : "Thay đổi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法保存 schema 更改:连接为只读。"
+ "value" : "更改"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法儲存綱要變更:連線為唯讀。"
+ "value" : "變更"
}
}
}
},
- "Cannot save schema changes: TablePro's Safe Mode is set to read-only for this connection." : {
+ "Change Attributes" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "속성 변경"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Şema değişiklikleri kaydedilemiyor: Bu bağlantı için TablePro'nun Safe Mode ayarı salt okunur."
+ "value" : "Öznitelikleri Değiştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể lưu thay đổi schema: Chế độ an toàn của TablePro đang đặt kết nối này ở chế độ chỉ đọc."
+ "value" : "Thay đổi thuộc tính"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法保存 Schema 更改:TablePro 的安全模式已将此连接设为只读。"
+ "value" : "更改属性"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法儲存綱要變更:TablePro 的安全模式已將此連線設為唯讀。"
+ "value" : "變更屬性"
}
}
}
},
- "Cannot Show DDL" : {
+ "Change Color" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "색상 변경"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "DDL gösterilemiyor"
+ "value" : "Rengi Değiştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể hiển thị DDL"
+ "value" : "Đổi màu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法显示DDL"
+ "value" : "更改颜色"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法顯示 DDL"
+ "value" : "變更顏色"
}
}
}
},
- "Cannot use %@ and %@ at the same time" : {
+ "Change File" : {
+ "extractionState" : "stale",
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Cannot use %1$@ and %2$@ at the same time"
+ "state" : "translated",
+ "value" : "파일 변경"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ ve %2$@ aynı anda kullanılamaz"
+ "value" : "Dosyayı Değiştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể dùng đồng thời %1$@ và %2$@"
+ "value" : "Đổi tệp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不能同时使用 %1$@ 和 %2$@"
+ "value" : "更改文件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不能同時使用 %1$@ 和 %2$@"
+ "value" : "變更檔案"
}
}
}
},
- "Cannot use SSH Tunnel and Cloudflare Tunnel at the same time" : {
- "extractionState" : "stale",
+ "Change File..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파일 변경..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "SSH Tüneli ile Cloudflare Tüneli aynı anda kullanılamaz"
+ "value" : "Dosyayı Değiştir..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể dùng SSH Tunnel và Cloudflare Tunnel cùng lúc"
+ "value" : "Đổi tệp..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不能同时使用SSH隧道和Cloudflare隧道"
+ "value" : "更改文件..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法同時使用 SSH 隧道與 Cloudflare 隧道"
+ "value" : "變更檔案…"
}
}
}
},
- "Cap user query results at the configured row count" : {
- "extractionState" : "stale",
+ "Change Password" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "암호 변경"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kullanıcı sorgu sonuçlarını ayarlanan satır sayısıyla sınırla"
+ "value" : "Parolayı Değiştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giới hạn kết quả truy vấn theo số hàng đã cấu hình"
+ "value" : "Đổi mật khẩu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "将用户查询结果限制在配置的行数内"
+ "value" : "更改密码"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將使用者查詢結果限制在設定的列數內"
+ "value" : "更改密碼"
}
}
}
},
- "Capabilities" : {
+ "Change Password for %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 암호 변경"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yetenekler"
+ "value" : "%@ İçin Parolayı Değiştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Khả năng"
+ "value" : "Đổi mật khẩu cho %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "功能"
+ "value" : "更改 %@ 的密码"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "功能"
+ "value" : "更改 %@ 的密碼"
}
}
}
},
- "Capabilities:" : {
- "extractionState" : "stale",
+ "Change Password…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "암호 변경…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yetenekler:"
+ "value" : "Parolayı Değiştir…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tính năng:"
+ "value" : "Đổi mật khẩu…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "功能:"
+ "value" : "更改密码…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "功能:"
+ "value" : "更改密碼…"
}
}
}
},
- "Capped results show a Fetch All button to load the full set" : {
- "extractionState" : "stale",
+ "Change Primary Key" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기본 키 변경"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sınırlanmış sonuçlar, tüm seti yüklemek için Tümünü Getir düğmesi gösterir"
+ "value" : "Birincil Anahtarı Değiştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết quả bị giới hạn sẽ hiển thị nút Tải tất cả để lấy toàn bộ dữ liệu"
+ "value" : "Đổi khoá chính"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "受限结果会显示\"获取全部\"按钮以加载完整数据集"
+ "value" : "更改主键"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "受限結果會顯示「擷取全部」按鈕以載入完整資料集"
+ "value" : "變更主鍵"
}
}
}
},
- "Caption" : {
- "extractionState" : "stale",
+ "Change Type" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "유형 변경"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Başlık"
+ "value" : "Türü Değiştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chú thích"
+ "value" : "Đổi kiểu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "标题说明"
+ "value" : "更改类型"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "標題說明"
+ "value" : "更改類型"
}
}
}
},
- "Capture Window" : {
- "extractionState" : "stale",
+ "Change password for %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 암호 변경"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Pencere Yakala"
+ "value" : "%@ için parolayı değiştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chụp cửa sổ"
+ "value" : "Đổi mật khẩu cho %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "捕获窗口"
+ "value" : "更改 %@ 的密码"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "擷取視窗"
+ "value" : "更改 %@ 的密碼"
}
}
}
},
- "Card Background" : {
+ "Changed" : {
+ "comment" : "Text for a split diff marker that indicates a change in a split diff.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "변경됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kart Arka Planı"
+ "value" : "Değişti"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nền thẻ"
+ "value" : "Đã thay đổi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "卡片背景"
+ "value" : "已更改"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "卡片背景"
+ "value" : "已變更"
}
}
}
},
- "Cascade" : {
+ "Character Set" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "문자 집합"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Basamaklı"
+ "value" : "Karakter Kümesi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cascade"
+ "value" : "Bộ ký tự"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cascade"
+ "value" : "字符集"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cascade"
+ "value" : "字集"
}
}
}
},
- "Category" : {
+ "Charset (e.g., utf8mb4)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "문자 집합(예: utf8mb4)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kategori"
+ "value" : "Karakter seti (örn. utf8mb4)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Danh mục"
+ "value" : "Bộ ký tự (vd: utf8mb4)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "分类"
+ "value" : "字符集(如 utf8mb4)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "分類"
+ "value" : "字集(如 utf8mb4)"
}
}
}
},
- "Category: %@" : {
+ "Charset:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "문자 집합:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kategori: %@"
+ "value" : "Karakter Seti:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Danh mục: %@"
+ "value" : "Bảng mã:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "类别:%@"
+ "value" : "字符集:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "類別:%@"
+ "value" : "字集:"
}
}
}
},
- "Cell Renderer" : {
+ "Chat" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "채팅"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hücre Oluşturucu"
+ "value" : "Sohbet"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trình hiển thị ô"
+ "value" : "Chat"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "单元格渲染器"
+ "value" : "对话"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "儲存格繪製器"
+ "value" : "對話"
}
}
}
},
- "Cell selection cleared" : {
+ "ChatGPT did not return an access token." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "ChatGPT가 액세스 토큰을 반환하지 않았습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hücre seçimi temizlendi"
+ "value" : "ChatGPT bir erişim belirteci döndürmedi."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã bỏ chọn ô"
+ "value" : "ChatGPT không trả về mã truy cập."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已清除单元格选择"
+ "value" : "ChatGPT 未返回访问令牌。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已清除儲存格選取"
+ "value" : "ChatGPT 未回傳存取權杖。"
}
}
}
},
- "Cell Value" : {
- "extractionState" : "stale",
+ "Check Status" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Check Status"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "상태 확인"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hücre Değeri"
+ "value" : "Durumu Kontrol Et"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giá trị ô"
+ "value" : "Kiểm tra trạng thái"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "单元格值"
+ "value" : "检查状态"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "儲存格值"
+ "value" : "檢查狀態"
}
}
}
},
- "Certificate" : {
+ "Check for Updates..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "업데이트 확인..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sertifika"
+ "value" : "Güncellemeleri Kontrol Et..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chứng chỉ"
+ "value" : "Kiểm tra cập nhật..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "证书"
+ "value" : "检查更新..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "憑證"
+ "value" : "檢查更新…"
}
}
}
},
- "Certificate Trust" : {
+ "Check mode:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "검사 모드:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sertifika güveni"
+ "value" : "Kontrol modu:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tin cậy chứng chỉ"
+ "value" : "Chế độ kiểm tra:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "证书信任"
+ "value" : "检查模式:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "憑證信任"
+ "value" : "檢查模式:"
}
}
}
},
- "Change" : {
+ "Check the tunnel host and your network, then try again." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "터널 호스트와 네트워크를 확인한 후 다시 시도하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Değişiklik"
+ "value" : "Tünel sunucusunu ve ağınızı kontrol edip tekrar deneyin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thay đổi"
+ "value" : "Kiểm tra máy chủ tunnel và mạng của bạn, rồi thử lại."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "更改"
+ "value" : "请检查隧道主机和网络,然后重试。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "變更"
+ "value" : "請檢查隧道主機與網路,然後再試一次。"
}
}
}
},
- "Change Attributes" : {
+ "Checking for the Claude Code command line tool..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Claude Code 명령줄 도구 확인 중..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Öznitelikleri Değiştir"
+ "value" : "Claude Code komut satırı aracı denetleniyor..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thay đổi thuộc tính"
+ "value" : "Đang kiểm tra công cụ dòng lệnh Claude Code..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "更改属性"
+ "value" : "正在检查 Claude Code 命令行工具..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "變更屬性"
+ "value" : "正在檢查 Claude Code 命令列工具..."
}
}
}
},
- "Change Color" : {
+ "Checking owned objects…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "소유 객체 확인 중…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Rengi Değiştir"
+ "value" : "Sahip olunan nesneler denetleniyor…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đổi màu"
+ "value" : "Đang kiểm tra các đối tượng sở hữu…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "更改颜色"
+ "value" : "正在检查拥有的对象…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "變更顏色"
+ "value" : "正在檢查擁有的物件…"
}
}
}
},
- "Change File" : {
- "extractionState" : "stale",
+ "Checking your credentials" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "자격 증명 확인 중"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dosyayı Değiştir"
+ "value" : "Kimlik bilgileriniz kontrol ediliyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đổi tệp"
+ "value" : "Đang kiểm tra thông tin đăng nhập"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "更改文件"
+ "value" : "正在检查你的凭据"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "變更檔案"
+ "value" : "正在檢查你的憑證"
}
}
}
},
- "Change File..." : {
+ "Chinook (Sample)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Chinook(샘플)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dosyayı Değiştir..."
+ "value" : "Chinook (Örnek)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đổi tệp..."
+ "value" : "Chinook (Mẫu)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "更改文件..."
+ "value" : "Chinook(示例)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "變更檔案…"
+ "value" : "Chinook(範例)"
}
}
}
},
- "Change Password" : {
+ "Choose" : {
+ "comment" : "Button text for choosing a backup file.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "선택"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Parolayı Değiştir"
+ "value" : "Seç"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đổi mật khẩu"
+ "value" : "Chọn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "更改密码"
+ "value" : "选择"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "更改密碼"
+ "value" : "選擇"
}
}
}
},
- "Change password for %@" : {
+ "Choose AI provider and model" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AI 제공업체 및 모델 선택"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ için parolayı değiştir"
+ "value" : "Yapay zeka sağlayıcısını ve modeli seçin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đổi mật khẩu cho %@"
+ "value" : "Chọn nhà cung cấp và mô hình AI"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "更改 %@ 的密码"
+ "value" : "选择AI提供商和模型"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "更改 %@ 的密碼"
+ "value" : "選擇 AI 供應商與模型"
}
}
}
},
- "Change Password for %@" : {
+ "Choose Another Folder…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다른 폴더 선택…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ İçin Parolayı Değiştir"
+ "value" : "Başka Bir Klasör Seç…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đổi mật khẩu cho %@"
+ "value" : "Chọn thư mục khác…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "更改 %@ 的密码"
+ "value" : "选择其他文件夹…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "更改 %@ 的密碼"
+ "value" : "選擇其他資料夾…"
}
}
}
},
- "Change Password…" : {
+ "Choose Destination…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "대상 선택…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Parolayı Değiştir…"
+ "value" : "Hedef Seç…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đổi mật khẩu…"
+ "value" : "Chọn nơi lưu…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "更改密码…"
+ "value" : "选择目标位置…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "更改密碼…"
+ "value" : "選擇目的地…"
}
}
}
},
- "Change Primary Key" : {
+ "Choose Dump File" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "덤프 파일 선택"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Birincil Anahtarı Değiştir"
+ "value" : "Döküm Dosyası Seç"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đổi khoá chính"
+ "value" : "Chọn tệp dump"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "更改主键"
+ "value" : "选择转储文件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "變更主鍵"
+ "value" : "選擇備份檔"
}
}
}
},
- "Change Type" : {
+ "Choose Folder" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "폴더 선택"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Türü Değiştir"
+ "value" : "Klasör Seç"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đổi kiểu"
+ "value" : "Chọn thư mục"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "更改类型"
+ "value" : "选择文件夹"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "更改類型"
+ "value" : "選擇資料夾"
}
}
}
},
- "Changed" : {
- "comment" : "Text for a split diff marker that indicates a change in a split diff.",
- "isCommentAutoGenerated" : true,
+ "Choose Type" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "유형 선택"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Değişti"
+ "value" : "Tür Seç"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã thay đổi"
+ "value" : "Chọn kiểu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已更改"
+ "value" : "选择类型"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已變更"
+ "value" : "選擇類型"
}
}
}
},
- "CHANGED" : {
+ "Choose a %@ export file to import" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "가져올 %@ 내보내기 파일 선택"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "DEĞİŞTİRİLDİ"
+ "value" : "İçe aktarılacak bir %@ dışa aktarma dosyası seçin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ĐÃ THAY ĐỔI"
+ "value" : "Chọn tệp xuất %@ để nhập"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已更改"
+ "value" : "选择要导入的%@导出文件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已變更"
+ "value" : "選擇要匯入的 %@ 匯出檔案"
}
}
}
},
- "Character Set" : {
- "extractionState" : "stale",
+ "Choose a Database" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 선택"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Karakter Kümesi"
+ "value" : "Bir veritabanı seçin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bộ ký tự"
+ "value" : "Chọn cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "字符集"
+ "value" : "选择数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "字集"
+ "value" : "選擇資料庫"
}
}
}
},
- "Charset (e.g., utf8mb4)" : {
- "extractionState" : "stale",
+ "Choose a certificate or key file" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인증서 또는 키 파일 선택"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Karakter seti (örn. utf8mb4)"
+ "value" : "Sertifika veya anahtar dosyası seçin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bộ ký tự (vd: utf8mb4)"
+ "value" : "Chọn tệp chứng chỉ hoặc key"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "字符集(如 utf8mb4)"
+ "value" : "选择证书或密钥文件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "字集(如 utf8mb4)"
+ "value" : "選擇憑證或金鑰檔案"
}
}
}
},
- "Charset:" : {
+ "Choose a fetched model" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "불러온 모델 선택"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Karakter Seti:"
+ "value" : "Getirilen bir model seçin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bảng mã:"
+ "value" : "Chọn một model đã tải"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "字符集:"
+ "value" : "选择已获取的模型"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "字集:"
+ "value" : "選擇已擷取的模型"
}
}
}
},
- "Chat" : {
- "extractionState" : "stale",
+ "Choose a folder containing .sql files" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : ".sql 파일이 포함된 폴더 선택"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sohbet"
+ "value" : ".sql dosyaları içeren bir klasör seçin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chat"
+ "value" : "Chọn thư mục chứa tệp .sql"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "对话"
+ "value" : "选择包含.sql文件的文件夹"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "對話"
+ "value" : "選擇包含 .sql 檔案的資料夾"
}
}
}
},
- "ChatGPT did not return an access token." : {
+ "Choose a folder to watch for .tablepro connection files" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : ".tablepro 연결 파일을 감시할 폴더 선택"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ChatGPT bir erişim belirteci döndürmedi."
+ "value" : ".tablepro bağlantı dosyalarını izlemek için bir klasör seçin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ChatGPT không trả về mã truy cập."
+ "value" : "Chọn thư mục để theo dõi tệp kết nối .tablepro"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ChatGPT 未返回访问令牌。"
+ "value" : "选择要监视 .tablepro 连接文件的文件夹"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ChatGPT 未回傳存取權杖。"
+ "value" : "選擇要監看 .tablepro 連線檔案的資料夾"
}
}
}
},
- "Check for Updates..." : {
+ "Choose a location to save the diagram as PNG." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다이어그램을 PNG로 저장할 위치를 선택하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Güncellemeleri Kontrol Et..."
+ "value" : "Diyagramı PNG olarak kaydetmek için bir konum seçin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kiểm tra cập nhật..."
+ "value" : "Chọn vị trí để lưu sơ đồ dưới dạng PNG."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "检查更新..."
+ "value" : "选择位置将图表保存为 PNG。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "檢查更新…"
+ "value" : "選擇位置以將圖表儲存為 PNG。"
}
}
}
},
- "Check mode:" : {
+ "Choose a private key file" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "개인 키 파일 선택"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kontrol modu:"
+ "value" : "Özel anahtar dosyası seçin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chế độ kiểm tra:"
+ "value" : "Chọn tệp private key"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "检查模式:"
+ "value" : "选择私钥文件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "檢查模式:"
+ "value" : "選擇私密金鑰檔案"
}
}
}
},
- "Check Status" : {
+ "Choose a project folder to read its database settings." : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Check Status"
+ "value" : "데이터베이스 설정을 읽을 프로젝트 폴더를 선택하십시오."
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Durumu Kontrol Et"
+ "value" : "Veritabanı ayarlarını okumak için bir proje klasörü seçin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kiểm tra trạng thái"
+ "value" : "Chọn một thư mục dự án để đọc cài đặt cơ sở dữ liệu trong đó."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "检查状态"
+ "value" : "选择一个项目文件夹以读取其中的数据库设置。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "檢查狀態"
+ "value" : "選擇一個專案資料夾以讀取其中的資料庫設定。"
}
}
}
},
- "Check the tunnel host and your network, then try again." : {
+ "Choose a query from the list\nto see its full content here." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "목록에서 쿼리를 선택하면\n여기에 전체 내용이 표시됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tünel sunucusunu ve ağınızı kontrol edip tekrar deneyin."
+ "value" : "Tam içeriğini burada görmek için\nlisteden bir sorgu seçin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kiểm tra máy chủ tunnel và mạng của bạn, rồi thử lại."
+ "value" : "Chọn một truy vấn từ danh sách\nđể xem nội dung đầy đủ tại đây."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "请检查隧道主机和网络,然后重试。"
+ "value" : "从列表中选择一个查询\n以在此处查看其完整内容。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "請檢查隧道主機與網路,然後再試一次。"
+ "value" : "從清單中選擇一個查詢\n以在此處查看其完整內容。"
}
}
}
},
- "Checking for the Claude Code command line tool..." : {
+ "Choose a section from the sidebar." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사이드바에서 섹션을 선택하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Claude Code komut satırı aracı denetleniyor..."
+ "value" : "Sidebar'dan bir bölüm seçin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang kiểm tra công cụ dòng lệnh Claude Code..."
+ "value" : "Chọn một mục từ thanh bên."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在检查 Claude Code 命令行工具..."
+ "value" : "从侧边栏选择一个部分。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在檢查 Claude Code 命令列工具..."
+ "value" : "從側邊欄選擇一個區段。"
}
}
}
},
- "Checking owned objects…" : {
+ "Choose a shared folder for your team's connection catalog. Teammates add this folder under Settings > Linked Folders to see published connections." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "팀의 연결 카탈로그를 위한 공유 폴더를 선택하십시오. 팀원은 설정 > 연결된 폴더에서 이 폴더를 추가하여 게시된 연결을 볼 수 있습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sahip olunan nesneler denetleniyor…"
+ "value" : "Takımınızın bağlantı kataloğu için paylaşılan bir klasör seçin. Takım arkadaşlarınız yayınlanan bağlantıları görmek için bu klasörü Ayarlar > Bağlı Klasörler altına ekler."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang kiểm tra các đối tượng sở hữu…"
+ "value" : "Chọn một thư mục dùng chung cho danh mục kết nối của nhóm. Đồng đội thêm thư mục này trong Cài đặt > Thư mục liên kết để xem các kết nối đã xuất bản."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在检查拥有的对象…"
+ "value" : "为团队的连接目录选择一个共享文件夹。队友在“设置 > 关联文件夹”中添加此文件夹即可看到已发布的连接。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在檢查擁有的物件…"
+ "value" : "為團隊的連線目錄選擇一個共用資料夾。隊友在「設定 > 連結資料夾」中加入此資料夾即可看到已發佈的連線。"
}
}
}
},
- "Checking your credentials" : {
+ "Choose an export file to import" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "가져올 내보내기 파일 선택"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kimlik bilgileriniz kontrol ediliyor"
+ "value" : "İçe aktarılacak bir dışa aktarma dosyası seçin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang kiểm tra thông tin đăng nhập"
+ "value" : "Chọn tệp xuất để nhập"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在检查你的凭据"
+ "value" : "选择要导入的导出文件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在檢查你的憑證"
+ "value" : "選擇要匯入的匯出檔案"
}
}
}
},
- "Chinook (Sample)" : {
+ "Choose port automatically" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "포트 자동 선택"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chinook (Örnek)"
+ "value" : "Portu otomatik seç"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chinook (Mẫu)"
+ "value" : "Tự động chọn cổng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chinook(示例)"
+ "value" : "自动选择端口"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chinook(範例)"
+ "value" : "自動選擇連接埠"
}
}
}
},
- "Choose" : {
- "comment" : "Button text for choosing a backup file.",
- "isCommentAutoGenerated" : true,
+ "Choose what happens to them when the role is dropped." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "역할을 삭제할 때 해당 객체를 어떻게 처리할지 선택하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Seç"
+ "value" : "Rol silindiğinde bunlara ne olacağını seçin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn"
+ "value" : "Chọn điều xảy ra với chúng khi vai trò bị xoá."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "选择"
+ "value" : "选择删除该角色时如何处理它们。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "選擇"
+ "value" : "選擇刪除該角色時如何處理它們。"
}
}
}
},
- "Choose a %@ export file to import" : {
+ "Choose where to save the dump of “%@”." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "“%@”의 덤프를 저장할 위치를 선택하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İçe aktarılacak bir %@ dışa aktarma dosyası seçin"
+ "value" : "“%@” dökümünün nereye kaydedileceğini seçin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn tệp xuất %@ để nhập"
+ "value" : "Chọn nơi lưu bản dump của “%@”."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "选择要导入的%@导出文件"
+ "value" : "选择“%@”转储文件的保存位置。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "選擇要匯入的 %@ 匯出檔案"
+ "value" : "選擇要將「%@」的備份檔儲存至何處。"
}
}
}
},
- "Choose a certificate or key file" : {
+ "Choose your client and follow the steps to connect it to TablePro." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "클라이언트를 선택하고 단계에 따라 TablePro에 연결하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sertifika veya anahtar dosyası seçin"
+ "value" : "İstemcinizi seçin ve TablePro'ya bağlamak için adımları izleyin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn tệp chứng chỉ hoặc key"
+ "value" : "Chọn client của bạn và làm theo các bước để kết nối với TablePro."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "选择证书或密钥文件"
+ "value" : "选择您的客户端并按步骤将其连接到TablePro。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "選擇憑證或金鑰檔案"
+ "value" : "選擇你的用戶端,並依照步驟將它連線到 TablePro。"
}
}
}
},
- "Choose a Database" : {
+ "Choose..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "선택..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir veritabanı seçin"
+ "value" : "Seç..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn cơ sở dữ liệu"
+ "value" : "Chọn..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "选择数据库"
+ "value" : "选择..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "選擇資料庫"
+ "value" : "選擇…"
}
}
}
},
- "Choose a fetched model" : {
- "extractionState" : "stale",
+ "Claude Code" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Claude Code"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Getirilen bir model seçin"
+ "value" : "Claude Code"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn một model đã tải"
+ "value" : "Claude Code"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "选择已获取的模型"
+ "value" : "Claude Code"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "選擇已擷取的模型"
+ "value" : "Claude Code"
}
}
}
},
- "Choose a folder containing .sql files" : {
+ "Claude Code %@ is too old. Version %@ or newer is required." : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Claude Code %1$@ is too old. Version %2$@ or newer is required."
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Claude Code 버전이 너무 오래되었습니다(%1$@). %2$@ 이상이 필요합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : ".sql dosyaları içeren bir klasör seçin"
+ "value" : "Claude Code %1$@ çok eski. %2$@ veya daha yeni bir sürüm gerekir."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn thư mục chứa tệp .sql"
+ "value" : "Claude Code %1$@ đã quá cũ. Cần phiên bản %2$@ trở lên."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "选择包含.sql文件的文件夹"
+ "value" : "Claude Code %1$@ 版本过旧。需要 %2$@ 或更高版本。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "選擇包含 .sql 檔案的資料夾"
+ "value" : "Claude Code %1$@ 版本過舊。需要 %2$@ 或更新的版本。"
}
}
}
},
- "Choose a folder to watch for .tablepro connection files" : {
+ "Claude Code is installed but not signed in." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Claude Code가 설치되어 있지만 로그인되어 있지 않습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : ".tablepro bağlantı dosyalarını izlemek için bir klasör seçin"
+ "value" : "Claude Code yüklü ancak oturum açılmamış."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn thư mục để theo dõi tệp kết nối .tablepro"
+ "value" : "Claude Code đã được cài nhưng chưa đăng nhập."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "选择要监视 .tablepro 连接文件的文件夹"
+ "value" : "已安装 Claude Code,但尚未登录。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "選擇要監看 .tablepro 連線檔案的資料夾"
+ "value" : "已安裝 Claude Code,但尚未登入。"
}
}
}
},
- "Choose a location to save the diagram as PNG." : {
+ "Claude Code is not installed." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Claude Code가 설치되어 있지 않습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Diyagramı PNG olarak kaydetmek için bir konum seçin."
+ "value" : "Claude Code yüklü değil."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn vị trí để lưu sơ đồ dưới dạng PNG."
+ "value" : "Claude Code chưa được cài đặt."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "选择位置将图表保存为 PNG。"
+ "value" : "尚未安装 Claude Code。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "選擇位置以將圖表儲存為 PNG。"
+ "value" : "尚未安裝 Claude Code。"
}
}
}
},
- "Choose a private key file" : {
+ "Claude Code reported an error." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Claude Code에서 오류를 보고했습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Özel anahtar dosyası seçin"
+ "value" : "Claude Code bir hata bildirdi."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn tệp private key"
+ "value" : "Claude Code báo lỗi."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "选择私钥文件"
+ "value" : "Claude Code 报告了一个错误。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "選擇私密金鑰檔案"
+ "value" : "Claude Code 回報了一個錯誤。"
}
}
}
},
- "Choose a project folder to read its database settings." : {
+ "Claude Desktop" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Claude Desktop"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı ayarlarını okumak için bir proje klasörü seçin."
+ "value" : "Claude Desktop"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn một thư mục dự án để đọc cài đặt cơ sở dữ liệu trong đó."
+ "value" : "Claude Desktop"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "选择一个项目文件夹以读取其中的数据库设置。"
+ "value" : "Claude Desktop"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "選擇一個專案資料夾以讀取其中的資料庫設定。"
+ "value" : "Claude Desktop"
}
}
}
},
- "Choose a query from the list\nto see its full content here." : {
- "extractionState" : "stale",
+ "Clear" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "지우기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tam içeriğini burada görmek için\nlisteden bir sorgu seçin."
+ "value" : "Temizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn một truy vấn từ danh sách\nđể xem nội dung đầy đủ tại đây."
+ "value" : "Xóa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "从列表中选择一个查询\n以在此处查看其完整内容。"
+ "value" : "清除"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "從清單中選擇一個查詢\n以在此處查看其完整內容。"
+ "value" : "清除"
}
}
}
},
- "Choose a section from the sidebar." : {
+ "Clear All" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모두 지우기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sidebar'dan bir bölüm seçin."
+ "value" : "Tümünü Temizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn một mục từ thanh bên."
+ "value" : "Xóa tất cả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "从侧边栏选择一个部分。"
+ "value" : "全部清除"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "從側邊欄選擇一個區段。"
+ "value" : "全部清除"
}
}
}
},
- "Choose a shared folder for your team's connection catalog. Teammates add this folder under Settings > Linked Folders to see published connections." : {
+ "Clear All Conversations?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 대화를 지우겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Takımınızın bağlantı kataloğu için paylaşılan bir klasör seçin. Takım arkadaşlarınız yayınlanan bağlantıları görmek için bu klasörü Ayarlar > Bağlı Klasörler altına ekler."
+ "value" : "Tüm Konuşmalar Temizlensin mi?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn một thư mục dùng chung cho danh mục kết nối của nhóm. Đồng đội thêm thư mục này trong Cài đặt > Thư mục liên kết để xem các kết nối đã xuất bản."
+ "value" : "Xóa tất cả hội thoại?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "为团队的连接目录选择一个共享文件夹。队友在“设置 > 关联文件夹”中添加此文件夹即可看到已发布的连接。"
+ "value" : "清除所有对话?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "為團隊的連線目錄選擇一個共用資料夾。隊友在「設定 > 連結資料夾」中加入此資料夾即可看到已發佈的連線。"
+ "value" : "清除所有對話?"
}
}
}
},
- "Choose AI provider and model" : {
+ "Clear All History?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 기록을 지우겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yapay zeka sağlayıcısını ve modeli seçin"
+ "value" : "Tüm Geçmiş Temizlensin mi?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn nhà cung cấp và mô hình AI"
+ "value" : "Xóa toàn bộ lịch sử?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "选择AI提供商和模型"
+ "value" : "清除全部历史?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "選擇 AI 供應商與模型"
+ "value" : "清除全部歷程記錄?"
}
}
}
},
- "Choose an export file to import" : {
+ "Clear All Value Filters" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 값 필터 지우기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İçe aktarılacak bir dışa aktarma dosyası seçin"
+ "value" : "Tüm Değer Filtrelerini Temizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn tệp xuất để nhập"
+ "value" : "Xóa tất cả bộ lọc giá trị"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "选择要导入的导出文件"
+ "value" : "清除所有值筛选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "選擇要匯入的匯出檔案"
+ "value" : "清除所有值篩選"
}
}
}
},
- "Choose Another Folder…" : {
+ "Clear Conversation" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "대화 지우기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Başka Bir Klasör Seç…"
+ "value" : "Sohbeti Temizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn thư mục khác…"
+ "value" : "Xóa hội thoại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "选择其他文件夹…"
+ "value" : "清除对话"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "選擇其他資料夾…"
+ "value" : "清除對話"
}
}
}
},
- "Choose Destination…" : {
+ "Clear Filters" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터 지우기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hedef Seç…"
+ "value" : "Filtreleri Temizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn nơi lưu…"
+ "value" : "Xóa bộ lọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "选择目标位置…"
+ "value" : "清除筛选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "選擇目的地…"
+ "value" : "清除篩選"
}
}
}
},
- "Choose Dump File" : {
+ "Clear History" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기록 지우기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Döküm Dosyası Seç"
+ "value" : "Geçmişi Temizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn tệp dump"
+ "value" : "Xoá lịch sử"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "选择转储文件"
+ "value" : "清除历史"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "選擇備份檔"
+ "value" : "清除記錄"
}
}
}
},
- "Choose Folder" : {
+ "Clear History..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기록 지우기..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Klasör Seç"
+ "value" : "Geçmişi Temizle..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn thư mục"
+ "value" : "Xóa lịch sử..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "选择文件夹"
+ "value" : "清除历史..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "選擇資料夾"
+ "value" : "清除歷程記錄…"
}
}
}
},
- "Choose port automatically" : {
+ "Clear Query" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리 지우기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Portu otomatik seç"
+ "value" : "Sorguyu Temizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tự động chọn cổng"
+ "value" : "Xoá truy vấn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自动选择端口"
+ "value" : "清除查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自動選擇連接埠"
+ "value" : "清除查詢"
}
}
}
},
- "Choose Type" : {
+ "Clear Query (⌘+Delete)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리 지우기(⌘+Delete)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tür Seç"
+ "value" : "Sorguyu Temizle (⌘+Delete)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn kiểu"
+ "value" : "Xóa truy vấn (⌘+Delete)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "选择类型"
+ "value" : "清除查询 (⌘+Delete)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "選擇類型"
+ "value" : "清除查詢 (⌘+Delete)"
}
}
}
},
- "Choose what happens to them when the role is dropped." : {
+ "Clear Query History?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리 기록을 지우겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Rol silindiğinde bunlara ne olacağını seçin."
+ "value" : "Sorgu geçmişi temizlensin mi?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn điều xảy ra với chúng khi vai trò bị xoá."
+ "value" : "Xoá lịch sử truy vấn?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "选择删除该角色时如何处理它们。"
+ "value" : "要清除查询历史吗?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "選擇刪除該角色時如何處理它們。"
+ "value" : "要清除查詢歷史嗎?"
}
}
}
},
- "Choose where to save the dump of “%@”." : {
+ "Clear Recent Tables" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최근 테이블 지우기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "“%@” dökümünün nereye kaydedileceğini seçin."
+ "value" : "Son Tabloları Temizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn nơi lưu bản dump của “%@”."
+ "value" : "Xóa bảng gần đây"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "选择“%@”转储文件的保存位置。"
+ "value" : "清除最近的表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "選擇要將「%@」的備份檔儲存至何處。"
+ "value" : "清除最近的資料表"
}
}
}
},
- "Choose your client and follow the steps to connect it to TablePro." : {
+ "Clear Recents" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최근 항목 지우기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İstemcinizi seçin ve TablePro'ya bağlamak için adımları izleyin."
+ "value" : "Sonları Temizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn client của bạn và làm theo các bước để kết nối với TablePro."
+ "value" : "Xoá gần đây"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "选择您的客户端并按步骤将其连接到TablePro。"
+ "value" : "清除最近记录"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "選擇你的用戶端,並依照步驟將它連線到 TablePro。"
+ "value" : "清除最近項目"
}
}
}
},
- "Choose..." : {
+ "Clear Results" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "결과 지우기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Seç..."
+ "value" : "Sonuçları Temizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chọn..."
+ "value" : "Xóa kết quả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "选择..."
+ "value" : "清除结果"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "選擇…"
+ "value" : "清除結果"
}
}
}
},
- "Claude Code" : {
+ "Clear Search" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "검색 지우기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Claude Code"
+ "value" : "Aramayı Temizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Claude Code"
+ "value" : "Xóa tìm kiếm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Claude Code"
+ "value" : "清除搜索"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Claude Code"
+ "value" : "清除搜尋"
}
}
}
},
- "Claude Code %@ is too old. Version %@ or newer is required." : {
+ "Clear Selection" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Claude Code %1$@ is too old. Version %2$@ or newer is required."
+ "state" : "translated",
+ "value" : "선택 해제"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Claude Code %1$@ çok eski. %2$@ veya daha yeni bir sürüm gerekir."
+ "value" : "Seçimi Temizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Claude Code %1$@ đã quá cũ. Cần phiên bản %2$@ trở lên."
+ "value" : "Bỏ chọn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Claude Code %1$@ 版本过旧。需要 %2$@ 或更高版本。"
+ "value" : "取消选择"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Claude Code %1$@ 版本過舊。需要 %2$@ 或更新的版本。"
+ "value" : "清除選取範圍"
}
}
}
},
- "Claude Code is installed but not signed in." : {
+ "Clear Value Filter" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "값 필터 지우기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Claude Code yüklü ancak oturum açılmamış."
+ "value" : "Değer Filtresini Temizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Claude Code đã được cài nhưng chưa đăng nhập."
+ "value" : "Xóa bộ lọc giá trị"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已安装 Claude Code,但尚未登录。"
+ "value" : "清除值筛选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已安裝 Claude Code,但尚未登入。"
+ "value" : "清除值篩選"
}
}
}
},
- "Claude Code is not installed." : {
+ "Clear all" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모두 지우기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Claude Code yüklü değil."
+ "value" : "Tümünü temizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Claude Code chưa được cài đặt."
+ "value" : "Xóa tất cả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "尚未安装 Claude Code。"
+ "value" : "全部清除"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "尚未安裝 Claude Code。"
+ "value" : "全部清除"
}
}
}
},
- "Claude Code reported an error." : {
+ "Clear all history" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 기록 지우기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Claude Code bir hata bildirdi."
+ "value" : "Tüm geçmişi temizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Claude Code báo lỗi."
+ "value" : "Xoá toàn bộ lịch sử"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Claude Code 报告了一个错误。"
+ "value" : "清除全部历史"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Claude Code 回報了一個錯誤。"
+ "value" : "清除全部歷程記錄"
}
}
}
},
- "Claude Desktop" : {
+ "Clear all query history" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 쿼리 기록 지우기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Claude Desktop"
+ "value" : "Tüm sorgu geçmişini temizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Claude Desktop"
+ "value" : "Xóa toàn bộ lịch sử truy vấn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Claude Desktop"
+ "value" : "清除全部查询历史"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Claude Desktop"
+ "value" : "清除全部查詢歷程記錄"
}
}
}
},
- "Clear" : {
+ "Clear applied filters without removing filter rows" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터 행은 유지하고 적용된 필터만 지우기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Temizle"
+ "value" : "Filtre satırlarını kaldırmadan uygulanan filtreleri temizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa"
+ "value" : "Xóa các bộ lọc đã áp dụng mà không gỡ các dòng bộ lọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除"
+ "value" : "清除已应用的筛选,但不移除筛选行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除"
+ "value" : "清除已套用的篩選,但不移除篩選列"
}
}
}
},
- "Clear all" : {
+ "Clear search" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "검색 지우기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tümünü temizle"
+ "value" : "Aramayı temizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa tất cả"
+ "value" : "Xóa tìm kiếm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部清除"
+ "value" : "清除搜索"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部清除"
+ "value" : "清除搜尋"
}
}
}
},
- "Clear All" : {
+ "Clear table filter" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블 필터 지우기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tümünü Temizle"
+ "value" : "Tablo filtresini temizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa tất cả"
+ "value" : "Xóa bộ lọc bảng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部清除"
+ "value" : "清除表筛选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部清除"
+ "value" : "清除資料表篩選"
}
}
}
},
- "Clear All Conversations?" : {
+ "Clear the queries shown here" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "여기에 표시된 쿼리 지우기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm Konuşmalar Temizlensin mi?"
+ "value" : "Burada gösterilen sorguları temizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa tất cả hội thoại?"
+ "value" : "Xoá các truy vấn đang hiển thị ở đây"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除所有对话?"
+ "value" : "清除此处显示的查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除所有對話?"
+ "value" : "清除此處顯示的查詢"
}
}
}
},
- "Clear all history" : {
- "extractionState" : "stale",
+ "Click \"+ Add new global MCP server\"" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "\"+ Add new global MCP server\"를 클릭하십시오"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm geçmişi temizle"
+ "value" : "\"+ Add new global MCP server\" tıklayın"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá toàn bộ lịch sử"
+ "value" : "Nhấn \"+ Add new global MCP server\""
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除全部历史"
+ "value" : "点击 \"+ Add new global MCP server\""
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除全部歷程記錄"
+ "value" : "點按「+ Add new global MCP server」"
}
}
}
},
- "Clear All History?" : {
+ "Click \"Edit Config\" to open claude_desktop_config.json" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "\"Edit Config\"를 클릭하여 claude_desktop_config.json을 여십시오"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm Geçmiş Temizlensin mi?"
+ "value" : "claude_desktop_config.json dosyasını açmak için \"Edit Config\" tıklayın"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa toàn bộ lịch sử?"
+ "value" : "Nhấn \"Edit Config\" để mở claude_desktop_config.json"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除全部历史?"
+ "value" : "点击 \"Edit Config\" 打开 claude_desktop_config.json"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除全部歷程記錄?"
+ "value" : "點按「Edit Config」以開啟 claude_desktop_config.json"
}
}
}
},
- "Clear all query history" : {
+ "Click + to add a relationship between this table and another" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "+를 클릭하여 이 테이블과 다른 테이블 간의 관계를 추가하십시오"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm sorgu geçmişini temizle"
+ "value" : "Bu tablo ile başka bir tablo arasında ilişki eklemek için + tıklayın"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa toàn bộ lịch sử truy vấn"
+ "value" : "Nhấn + để thêm mối quan hệ giữa bảng này và bảng khác"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除全部查询历史"
+ "value" : "点击 + 添加此表与其他表之间的关系"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除全部查詢歷程記錄"
+ "value" : "點按 + 以新增此資料表與另一個資料表之間的關聯"
}
}
}
},
- "Clear All Value Filters" : {
+ "Click + to create your first connection" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "+를 클릭하여 첫 번째 연결을 만드십시오"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm Değer Filtrelerini Temizle"
+ "value" : "İlk bağlantınızı oluşturmak için + tıklayın"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa tất cả bộ lọc giá trị"
+ "value" : "Nhấn + để tạo kết nối đầu tiên"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除所有值筛选"
+ "value" : "点击 + 创建您的第一个连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除所有值篩選"
+ "value" : "點按 + 以建立你的第一個連線"
}
}
}
},
- "Clear applied filters without removing filter rows" : {
+ "Click a table" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블을 클릭하십시오"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtre satırlarını kaldırmadan uygulanan filtreleri temizle"
+ "value" : "Bir tabloya tıklayın"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa các bộ lọc đã áp dụng mà không gỡ các dòng bộ lọc"
+ "value" : "Nhấn vào một bảng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除已应用的筛选,但不移除筛选行"
+ "value" : "点击一个表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除已套用的篩選,但不移除篩選列"
+ "value" : "點按一個資料表"
}
}
}
},
- "Clear Conversation" : {
- "extractionState" : "stale",
+ "Click the menu in the Agent Panel header and choose Settings" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "에이전트 패널 헤더의 메뉴를 클릭하고 설정을 선택하십시오"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sohbeti Temizle"
+ "value" : "Ajan paneli başlığındaki menüye tıklayın ve Ayarlar'ı seçin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa hội thoại"
+ "value" : "Bấm vào menu trên tiêu đề bảng Agent rồi chọn Cài đặt"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除对话"
+ "value" : "点按Agent面板标题栏中的菜单并选择\"设置\""
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除對話"
+ "value" : "點按 Agent 面板標題列中的選單,然後選擇「設定」"
}
}
}
},
- "Clear Filters" : {
+ "Click to load models" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모델을 불러오려면 클릭하십시오"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtreleri Temizle"
+ "value" : "Modelleri yüklemek için tıklayın"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa bộ lọc"
+ "value" : "Nhấp để tải danh sách model"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除筛选"
+ "value" : "点击加载模型"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除篩選"
+ "value" : "點按以載入模型"
}
}
}
},
- "Clear History" : {
+ "Click to show all tables with metadata" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "메타데이터가 포함된 모든 테이블을 표시하려면 클릭하십시오"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçmişi Temizle"
+ "value" : "Tüm tabloları meta verilerle göstermek için tıklayın"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá lịch sử"
+ "value" : "Nhấn để hiện tất cả bảng với siêu dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除历史"
+ "value" : "点击显示所有表及其元数据"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除記錄"
+ "value" : "點按以顯示所有資料表及其中繼資料"
}
}
}
},
- "Clear History..." : {
+ "Client" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "클라이언트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçmişi Temizle..."
+ "value" : "İstemci"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa lịch sử..."
+ "value" : "Client"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除历史..."
+ "value" : "客户端"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除歷程記錄…"
+ "value" : "用戶端"
}
}
}
},
- "Clear Query" : {
+ "Client Cert" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "클라이언트 인증서"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorguyu Temizle"
+ "value" : "İstemci Sertifikası"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá truy vấn"
+ "value" : "Chứng chỉ máy khách"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除查询"
+ "value" : "客户端证书"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除查詢"
+ "value" : "用戶端憑證"
}
}
}
},
- "Clear Query (⌘+Delete)" : {
- "extractionState" : "stale",
+ "Client Certificate" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "클라이언트 인증서"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorguyu Temizle (⌘+Delete)"
+ "value" : "İstemci Sertifikası"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa truy vấn (⌘+Delete)"
+ "value" : "Chứng chỉ máy khách"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除查询 (⌘+Delete)"
+ "value" : "客户端证书"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除查詢 (⌘+Delete)"
+ "value" : "用戶端憑證"
}
}
}
},
- "Clear Query History?" : {
+ "Client Certificates" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "클라이언트 인증서"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorgu geçmişi temizlensin mi?"
+ "value" : "İstemci sertifikaları"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá lịch sử truy vấn?"
+ "value" : "Chứng chỉ client"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要清除查询历史吗?"
+ "value" : "客户端证书"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要清除查詢歷史嗎?"
+ "value" : "用戶端憑證"
}
}
}
},
- "Clear Recent Tables" : {
+ "Client Certificates (Optional)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "클라이언트 인증서(선택 사항)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Son Tabloları Temizle"
+ "value" : "İstemci Sertifikaları (İsteğe Bağlı)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa bảng gần đây"
+ "value" : "Chứng chỉ máy khách (Tùy chọn)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除最近的表"
+ "value" : "客户端证书(可选)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除最近的資料表"
+ "value" : "用戶端憑證(選填)"
}
}
}
},
- "Clear Recents" : {
+ "Client ID" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "클라이언트 ID"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sonları Temizle"
+ "value" : "Client ID"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá gần đây"
+ "value" : "Client ID"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除最近记录"
+ "value" : "客户端ID"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除最近項目"
+ "value" : "用戶端 ID"
}
}
}
},
- "Clear Results" : {
+ "Client Key" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "클라이언트 키"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sonuçları Temizle"
+ "value" : "İstemci Anahtarı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa kết quả"
+ "value" : "Khóa máy khách"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除结果"
+ "value" : "客户端密钥"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除結果"
+ "value" : "用戶端金鑰"
}
}
}
},
- "Clear search" : {
- "extractionState" : "stale",
+ "Client Secret" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "클라이언트 시크릿"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Aramayı temizle"
+ "value" : "Client Secret"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa tìm kiếm"
+ "value" : "Client Secret"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除搜索"
+ "value" : "客户端密钥"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除搜尋"
+ "value" : "用戶端金鑰"
}
}
}
},
- "Clear Search" : {
- "extractionState" : "stale",
+ "Client certificate not found: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "클라이언트 인증서를 찾을 수 없습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Aramayı Temizle"
+ "value" : "İstemci sertifikası bulunamadı: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa tìm kiếm"
+ "value" : "Không tìm thấy chứng chỉ client: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除搜索"
+ "value" : "未找到客户端证书:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除搜尋"
+ "value" : "找不到用戶端憑證:%@"
}
}
}
},
- "Clear Selection" : {
+ "Client key is required when client certificate is set" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "클라이언트 인증서가 설정된 경우 클라이언트 키가 필요합니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Seçimi Temizle"
+ "value" : "İstemci sertifikası ayarlandığında istemci anahtarı gerekli"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bỏ chọn"
+ "value" : "Cần khóa client khi đã đặt chứng chỉ client"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取消选择"
+ "value" : "设置客户端证书时需要客户端私钥"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除選取範圍"
+ "value" : "設定用戶端憑證時需要用戶端金鑰"
}
}
}
},
- "Clear table filter" : {
- "extractionState" : "stale",
+ "Client key not found: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "클라이언트 키를 찾을 수 없습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tablo filtresini temizle"
+ "value" : "İstemci anahtarı bulunamadı: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa bộ lọc bảng"
+ "value" : "Không tìm thấy khóa client: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除表筛选"
+ "value" : "未找到客户端私钥:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除資料表篩選"
+ "value" : "找不到用戶端金鑰:%@"
}
}
}
},
- "Clear the queries shown here" : {
+ "Client:" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "클라이언트:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Burada gösterilen sorguları temizle"
+ "value" : "İstemci:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá các truy vấn đang hiển thị ở đây"
+ "value" : "Client:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除此处显示的查询"
+ "value" : "客户端:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除此處顯示的查詢"
+ "value" : "用戶端:"
}
}
}
},
- "Clear Value Filter" : {
+ "Clients will appear here while they have an active MCP session." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "활성 MCP 세션이 있는 클라이언트가 여기에 표시됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Değer Filtresini Temizle"
+ "value" : "Etkin bir MCP oturumu olan istemciler burada görünür."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa bộ lọc giá trị"
+ "value" : "Các client sẽ hiển thị ở đây khi có phiên MCP đang hoạt động."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除值筛选"
+ "value" : "客户端在拥有活跃的MCP会话期间会显示在这里。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清除值篩選"
+ "value" : "用戶端在擁有作用中的 MCP 工作階段期間會顯示在這裡。"
}
}
}
},
- "CLI Connection Name" : {
+ "Clipboard is empty or contains no text data." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "클립보드가 비어 있거나 텍스트 데이터가 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CLI bağlantı adı"
+ "value" : "Pano boş veya metin verisi içermiyor."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên kết nối CLI"
+ "value" : "Bộ nhớ tạm trống hoặc không chứa dữ liệu văn bản."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CLI连接名称"
+ "value" : "剪贴板为空或不包含文本数据。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CLI 連線名稱"
+ "value" : "剪貼簿為空白或不包含文字資料。"
}
}
}
},
- "CLI Paths" : {
- "extractionState" : "stale",
+ "Close" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "닫기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CLI Yolları"
+ "value" : "Kapat"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đường dẫn CLI"
+ "value" : "Đóng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CLI 路径"
+ "value" : "关闭"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CLI 路徑"
+ "value" : "關閉"
}
}
}
},
- "CLI tool \"%@\" not found in PATH" : {
+ "Close (ESC)" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "닫기(ESC)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CLI aracı \"%@\" PATH içinde bulunamadı"
+ "value" : "Kapat (ESC)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy công cụ CLI \"%@\" trong PATH"
+ "value" : "Đóng (ESC)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在 PATH 中未找到 CLI 工具 \"%@\""
+ "value" : "关闭 (ESC)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在 PATH 中找不到 CLI 工具「%@」"
+ "value" : "關閉 (ESC)"
}
}
}
},
- "Click \"+ Add new global MCP server\"" : {
+ "Close All Tabs" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 탭 닫기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"+ Add new global MCP server\" tıklayın"
+ "value" : "Tüm Sekmeleri Kapat"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhấn \"+ Add new global MCP server\""
+ "value" : "Đóng tất cả tab"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "点击 \"+ Add new global MCP server\""
+ "value" : "关闭所有标签页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "點按「+ Add new global MCP server」"
+ "value" : "關閉所有分頁"
}
}
}
},
- "Click \"Edit Config\" to open claude_desktop_config.json" : {
+ "Close Connection" : {
+ "comment" : "Text for the menu item that closes the current connection.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 닫기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "claude_desktop_config.json dosyasını açmak için \"Edit Config\" tıklayın"
+ "value" : "Bağlantıyı Kapat"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhấn \"Edit Config\" để mở claude_desktop_config.json"
+ "value" : "Đóng kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "点击 \"Edit Config\" 打开 claude_desktop_config.json"
+ "value" : "关闭连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "點按「Edit Config」以開啟 claude_desktop_config.json"
+ "value" : "關閉連線"
}
}
}
},
- "Click + to add a relationship between this table and another" : {
+ "Close Other Tabs" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다른 탭 닫기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu tablo ile başka bir tablo arasında ilişki eklemek için + tıklayın"
+ "value" : "Diğer Sekmeleri Kapat"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhấn + để thêm mối quan hệ giữa bảng này và bảng khác"
+ "value" : "Đóng các tab khác"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "点击 + 添加此表与其他表之间的关系"
+ "value" : "关闭其他标签页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "點按 + 以新增此資料表與另一個資料表之間的關聯"
+ "value" : "關閉其他分頁"
}
}
}
},
- "Click + to create your first connection" : {
- "extractionState" : "stale",
+ "Close Others" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다른 항목 닫기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İlk bağlantınızı oluşturmak için + tıklayın"
+ "value" : "Diğerlerini Kapat"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhấn + để tạo kết nối đầu tiên"
+ "value" : "Đóng các tab khác"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "点击 + 创建您的第一个连接"
+ "value" : "关闭其他"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "點按 + 以建立你的第一個連線"
+ "value" : "關閉其他"
}
}
}
},
- "Click a table" : {
+ "Close Result Tab" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "결과 탭 닫기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir tabloya tıklayın"
+ "value" : "Sonuç Sekmesini Kapat"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhấn vào một bảng"
+ "value" : "Đóng tab kết quả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "点击一个表"
+ "value" : "关闭结果标签页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "點按一個資料表"
+ "value" : "關閉結果分頁"
}
}
}
},
- "Click the menu in the Agent Panel header and choose Settings" : {
+ "Close Tab" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "탭 닫기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ajan paneli başlığındaki menüye tıklayın ve Ayarlar'ı seçin"
+ "value" : "Sekmeyi Kapat"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bấm vào menu trên tiêu đề bảng Agent rồi chọn Cài đặt"
+ "value" : "Đóng tab"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "点按Agent面板标题栏中的菜单并选择\"设置\""
+ "value" : "关闭标签页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "點按 Agent 面板標題列中的選單,然後選擇「設定」"
+ "value" : "關閉分頁"
}
}
}
},
- "Click to load models" : {
- "extractionState" : "stale",
+ "Close Tabs for Other Databases" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다른 데이터베이스의 탭 닫기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Modelleri yüklemek için tıklayın"
+ "value" : "Diğer Veritabanlarının Sekmelerini Kapat"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhấp để tải danh sách model"
+ "value" : "Đóng tab của các cơ sở dữ liệu khác"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "点击加载模型"
+ "value" : "关闭其他数据库的标签页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "點按以載入模型"
+ "value" : "關閉其他資料庫的分頁"
}
}
}
},
- "Click to show all tables with metadata" : {
- "extractionState" : "stale",
+ "Close Tabs for Other Schemas" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다른 스키마의 탭 닫기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm tabloları meta verilerle göstermek için tıklayın"
+ "value" : "Diğer Şemaların Sekmelerini Kapat"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhấn để hiện tất cả bảng với siêu dữ liệu"
+ "value" : "Đóng tab của các schema khác"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "点击显示所有表及其元数据"
+ "value" : "关闭其他 Schema 的标签页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "點按以顯示所有資料表及其中繼資料"
+ "value" : "關閉其他綱要的分頁"
}
}
}
},
- "Client" : {
+ "Close Window" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "윈도우 닫기"
+ }
+ }
+ }
+ },
+ "Close active connections to apply." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "적용하려면 활성 연결을 닫으십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İstemci"
+ "value" : "Uygulamak için etkin bağlantıları kapatın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Client"
+ "value" : "Đóng các kết nối đang hoạt động để áp dụng."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "客户端"
+ "value" : "关闭活跃连接后生效。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "用戶端"
+ "value" : "關閉作用中的連線以套用。"
}
}
}
},
- "Client Cert" : {
- "extractionState" : "stale",
+ "Close parameter panel" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "매개변수 패널 닫기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İstemci Sertifikası"
+ "value" : "Parametre panelini kapat"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chứng chỉ máy khách"
+ "value" : "Đóng bảng tham số"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "客户端证书"
+ "value" : "关闭参数面板"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "用戶端憑證"
+ "value" : "關閉參數面板"
}
}
}
},
- "Client Certificate" : {
+ "Close preview" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "미리보기 닫기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İstemci Sertifikası"
+ "value" : "Önizlemeyi kapat"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chứng chỉ máy khách"
+ "value" : "Đóng xem trước"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "客户端证书"
+ "value" : "关闭预览"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "用戶端憑證"
+ "value" : "關閉預覽"
}
}
}
},
- "Client certificate not found: %@" : {
- "extractionState" : "stale",
+ "Close result tab" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "결과 탭 닫기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İstemci sertifikası bulunamadı: %@"
+ "value" : "Sonuç sekmesini kapat"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy chứng chỉ client: %@"
+ "value" : "Đóng tab kết quả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到客户端证书:%@"
+ "value" : "关闭结果标签页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到用戶端憑證:%@"
+ "value" : "關閉結果分頁"
}
}
}
},
- "Client Certificates" : {
+ "Close the open Sample connection before resetting it." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "재설정하기 전에 열려 있는 Sample 연결을 닫으십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İstemci sertifikaları"
+ "value" : "Sıfırlamadan önce açık olan Örnek bağlantısını kapatın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chứng chỉ client"
+ "value" : "Đóng kết nối Mẫu đang mở trước khi đặt lại."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "客户端证书"
+ "value" : "重置前请先关闭已打开的示例连接。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "用戶端憑證"
+ "value" : "重設前請先關閉已開啟的範例連線。"
}
}
}
},
- "Client Certificates (Optional)" : {
- "extractionState" : "stale",
+ "Close “%@”" : {
+ "comment" : "The title of a menu item that closes a connection. The argument is the name of the connection.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "“%@” 닫기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İstemci Sertifikaları (İsteğe Bağlı)"
+ "value" : "“%@” Bağlantısını Kapat"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chứng chỉ máy khách (Tùy chọn)"
+ "value" : "Đóng “%@”"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "客户端证书(可选)"
+ "value" : "关闭“%@”"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "用戶端憑證(選填)"
+ "value" : "關閉「%@」"
}
}
}
},
- "Client ID" : {
+ "Closing this tab will discard all unsaved changes." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 탭을 닫으면 저장하지 않은 모든 변경 사항이 폐기됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Client ID"
+ "value" : "Bu sekmeyi kapatmak tüm kaydedilmemiş değişiklikleri siler."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Client ID"
+ "value" : "Đóng tab này sẽ hủy tất cả thay đổi chưa lưu."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "客户端ID"
+ "value" : "关闭此标签页将丢弃所有未保存的更改。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "用戶端 ID"
+ "value" : "關閉此分頁將捨棄所有未儲存的變更。"
}
}
}
},
- "Client Key" : {
+ "Cloud Native" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "클라우드 네이티브"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İstemci Anahtarı"
+ "value" : "Bulut tabanlı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Khóa máy khách"
+ "value" : "Cloud Native"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "客户端密钥"
+ "value" : "云原生"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "用戶端金鑰"
+ "value" : "雲端原生"
}
}
}
},
- "Client key is required when client certificate is set" : {
+ "Cloud SQL Auth Proxy" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Cloud SQL Auth Proxy"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İstemci sertifikası ayarlandığında istemci anahtarı gerekli"
+ "value" : "Cloud SQL Auth Proxy"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cần khóa client khi đã đặt chứng chỉ client"
+ "value" : "Cloud SQL Auth Proxy"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "设置客户端证书时需要客户端私钥"
+ "value" : "Cloud SQL Auth Proxy"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "設定用戶端憑證時需要用戶端金鑰"
+ "value" : "Cloud SQL Auth Proxy"
}
}
}
},
- "Client key not found: %@" : {
- "extractionState" : "stale",
+ "Cloud SQL Auth Proxy disconnected. Click to reconnect." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Cloud SQL Auth Proxy의 연결이 끊어졌습니다. 클릭하여 다시 연결하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İstemci anahtarı bulunamadı: %@"
+ "value" : "Cloud SQL Auth Proxy bağlantısı kesildi. Yeniden bağlanmak için tıklayın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy khóa client: %@"
+ "value" : "Cloud SQL Auth Proxy đã ngắt kết nối. Nhấn để kết nối lại."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到客户端私钥:%@"
+ "value" : "Cloud SQL Auth Proxy 已断开。点按可重新连接。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到用戶端金鑰:%@"
+ "value" : "Cloud SQL Auth Proxy 已中斷連線。點按即可重新連線。"
}
}
}
},
- "Client Secret" : {
+ "Cloud SQL Instance" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Cloud SQL 인스턴스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Client Secret"
+ "value" : "Cloud SQL Örneği"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Client Secret"
+ "value" : "Phiên bản Cloud SQL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "客户端密钥"
+ "value" : "Cloud SQL 实例"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "用戶端金鑰"
+ "value" : "Cloud SQL 執行個體"
}
}
}
},
- "Client:" : {
- "extractionState" : "stale",
+ "Cloud data warehouse" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "클라우드 데이터 웨어하우스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İstemci:"
+ "value" : "Bulut veri ambarı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Client:"
+ "value" : "Kho dữ liệu đám mây"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "客户端:"
+ "value" : "云数据仓库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "用戶端:"
+ "value" : "雲端資料倉儲"
}
}
}
},
- "Clients will appear here while they have an active MCP session." : {
+ "Cloudflare Access needs a browser sign-in. Sign in at %@, then reconnect." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Cloudflare Access에 브라우저 로그인이 필요합니다. %@에서 로그인한 후 다시 연결하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Etkin bir MCP oturumu olan istemciler burada görünür."
+ "value" : "Cloudflare Access tarayıcıyla oturum açmayı gerektiriyor. %@ adresinde oturum açın, sonra yeniden bağlanın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Các client sẽ hiển thị ở đây khi có phiên MCP đang hoạt động."
+ "value" : "Cloudflare Access cần đăng nhập qua trình duyệt. Đăng nhập tại %@, rồi kết nối lại."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "客户端在拥有活跃的MCP会话期间会显示在这里。"
+ "value" : "Cloudflare Access需要浏览器登录。请在%@登录,然后重新连接。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "用戶端在擁有作用中的 MCP 工作階段期間會顯示在這裡。"
+ "value" : "Cloudflare Access 需要瀏覽器登入。請在 %@ 登入,然後重新連線。"
}
}
}
},
- "Clipboard is empty or contains no text data." : {
+ "Cloudflare Tunnel" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Cloudflare 터널"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Pano boş veya metin verisi içermiyor."
+ "value" : "Cloudflare Tüneli"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bộ nhớ tạm trống hoặc không chứa dữ liệu văn bản."
+ "value" : "Cloudflare Tunnel"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "剪贴板为空或不包含文本数据。"
+ "value" : "Cloudflare隧道"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "剪貼簿為空白或不包含文字資料。"
+ "value" : "Cloudflare 隧道"
}
}
}
},
- "Close" : {
+ "Cloudflare hostname is required" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Cloudflare 호스트 이름이 필요합니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kapat"
+ "value" : "Cloudflare sunucu adı gerekli"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đóng"
+ "value" : "Cần hostname Cloudflare"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关闭"
+ "value" : "需要Cloudflare主机名"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關閉"
+ "value" : "需要 Cloudflare 主機名稱"
}
}
}
},
- "Close “%@”" : {
- "comment" : "The title of a menu item that closes a connection. The argument is the name of the connection.",
- "isCommentAutoGenerated" : true,
+ "Cloudflare tunnel disconnected. Click to reconnect." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Cloudflare 터널의 연결이 끊어졌습니다. 클릭하여 다시 연결하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "“%@” Bağlantısını Kapat"
+ "value" : "Cloudflare tüneli kesildi. Yeniden bağlanmak için tıklayın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đóng “%@”"
+ "value" : "Cloudflare tunnel đã ngắt kết nối. Bấm để kết nối lại."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关闭“%@”"
+ "value" : "Cloudflare隧道已断开。点按以重新连接。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關閉「%@」"
+ "value" : "Cloudflare 隧道已中斷。點按以重新連線。"
}
}
}
},
- "Close (ESC)" : {
- "extractionState" : "stale",
+ "Code expired" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "코드 만료됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kapat (ESC)"
+ "value" : "Kod süresi doldu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đóng (ESC)"
+ "value" : "Mã đã hết hạn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关闭 (ESC)"
+ "value" : "代码已过期"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關閉 (ESC)"
+ "value" : "驗證碼已過期"
}
}
}
},
- "Close active connections to apply." : {
+ "Code expires in %d seconds" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "코드가 %d초 후 만료됩니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Uygulamak için etkin bağlantıları kapatın."
+ "value" : "Kod %d saniye içinde sona erer"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đóng các kết nối đang hoạt động để áp dụng."
+ "value" : "Mã hết hạn sau %d giây"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关闭活跃连接后生效。"
+ "value" : "代码将在 %d 秒后过期"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關閉作用中的連線以套用。"
+ "value" : "驗證碼將在 %d 秒後過期"
}
}
}
},
- "Close All Tabs" : {
+ "Collapse All" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모두 축소"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm Sekmeleri Kapat"
+ "value" : "Tümünü Daralt"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đóng tất cả tab"
+ "value" : "Thu gọn tất cả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关闭所有标签页"
+ "value" : "全部折叠"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關閉所有分頁"
+ "value" : "全部收合"
}
}
}
},
- "Close Connection" : {
- "comment" : "Text for the menu item that closes the current connection.",
- "isCommentAutoGenerated" : true,
+ "Collapse Junction Tables" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "조인 테이블 축소"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantıyı Kapat"
+ "value" : "Bağlantı Tablolarını Daralt"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đóng kết nối"
+ "value" : "Thu gọn bảng trung gian"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关闭连接"
+ "value" : "折叠关联表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關閉連線"
+ "value" : "摺疊關聯資料表"
}
}
}
},
- "Close Other Tabs" : {
+ "Collapse junction tables into many-to-many relationships" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "조인 테이블을 다대다 관계로 축소"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Diğer Sekmeleri Kapat"
+ "value" : "Bağlantı tablolarını çoktan çoğa ilişkilere daralt"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đóng các tab khác"
+ "value" : "Thu gọn bảng trung gian thành quan hệ nhiều-nhiều"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关闭其他标签页"
+ "value" : "将关联表折叠为多对多关系"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關閉其他分頁"
+ "value" : "將關聯資料表摺疊為多對多關聯"
}
}
}
},
- "Close Others" : {
+ "Collation" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "정렬 규칙"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Diğerlerini Kapat"
+ "value" : "Karşılaştırma"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đóng các tab khác"
+ "value" : "Đối chiếu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关闭其他"
+ "value" : "排序规则"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關閉其他"
+ "value" : "定序"
}
}
}
},
- "Close parameter panel" : {
+ "Collation:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "정렬 규칙:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Parametre panelini kapat"
+ "value" : "Harmanlama:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đóng bảng tham số"
+ "value" : "Đối chiếu:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关闭参数面板"
+ "value" : "排序规则:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關閉參數面板"
+ "value" : "定序:"
}
}
}
},
- "Close preview" : {
- "extractionState" : "stale",
+ "Colon :" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "콜론 :"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Önizlemeyi kapat"
+ "value" : "İki Nokta :"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đóng xem trước"
+ "value" : "Dấu hai chấm :"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关闭预览"
+ "value" : "冒号 :"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關閉預覽"
+ "value" : "冒號 :"
}
}
}
},
- "Close result tab" : {
+ "Color" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "색상"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sonuç sekmesini kapat"
+ "value" : "Renk"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đóng tab kết quả"
+ "value" : "Màu sắc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关闭结果标签页"
+ "value" : "颜色"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關閉結果分頁"
+ "value" : "顏色"
}
}
}
},
- "Close Result Tab" : {
+ "Color %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "색상 %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sonuç Sekmesini Kapat"
+ "value" : "Renk %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đóng tab kết quả"
+ "value" : "Màu %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关闭结果标签页"
+ "value" : "颜色 %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關閉結果分頁"
+ "value" : "顏色 %@"
}
}
}
},
- "Close Tab" : {
+ "Colors" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "색상"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sekmeyi Kapat"
+ "value" : "Renkler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đóng tab"
+ "value" : "Màu sắc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关闭标签页"
+ "value" : "颜色"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關閉分頁"
+ "value" : "顏色"
}
}
}
},
- "Close Tabs for Other Databases" : {
+ "Column" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Diğer Veritabanlarının Sekmelerini Kapat"
+ "value" : "Sütun"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đóng tab của các cơ sở dữ liệu khác"
+ "value" : "Cột"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关闭其他数据库的标签页"
+ "value" : "列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關閉其他資料庫的分頁"
+ "value" : "欄位"
}
}
}
},
- "Close Tabs for Other Schemas" : {
+ "Column Details" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 세부 정보"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Diğer Şemaların Sekmelerini Kapat"
+ "value" : "Sütun Ayrıntıları"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đóng tab của các schema khác"
+ "value" : "Chi tiết cột"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关闭其他 Schema 的标签页"
+ "value" : "列详情"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關閉其他綱要的分頁"
+ "value" : "欄位詳細資料"
}
}
}
},
- "Close the open Sample connection before resetting it." : {
+ "Column Name" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 이름"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sıfırlamadan önce açık olan Örnek bağlantısını kapatın."
+ "value" : "Sütun Adı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đóng kết nối Mẫu đang mở trước khi đặt lại."
+ "value" : "Tên cột"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "重置前请先关闭已打开的示例连接。"
+ "value" : "列名"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "重設前請先關閉已開啟的範例連線。"
+ "value" : "欄位名稱"
}
}
}
},
- "Closing this tab will discard all unsaved changes." : {
- "extractionState" : "stale",
+ "Column Reorder Failed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 순서 변경 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu sekmeyi kapatmak tüm kaydedilmemiş değişiklikleri siler."
+ "value" : "Sütun Yeniden Sıralama Başarısız"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đóng tab này sẽ hủy tất cả thay đổi chưa lưu."
+ "value" : "Sắp xếp lại cột thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关闭此标签页将丢弃所有未保存的更改。"
+ "value" : "列重排序失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關閉此分頁將捨棄所有未儲存的變更。"
+ "value" : "欄位重新排序失敗"
}
}
}
},
- "Cloud data warehouse" : {
+ "Column count mismatch on line %d: expected %d columns, found %d." : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Column count mismatch on line %1$d: expected %2$d columns, found %3$d."
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$d번째 줄의 열 수가 일치하지 않습니다. 예상: %2$d개, 실제: %3$d개."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bulut veri ambarı"
+ "value" : "%d. satırda sütun sayısı uyuşmuyor: %d sütun bekleniyordu, %d bulundu."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kho dữ liệu đám mây"
+ "value" : "Số cột không khớp ở dòng %d: cần %d cột, tìm thấy %d."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "云数据仓库"
+ "value" : "第%d行列数不匹配:期望%d列,实际%d列。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "雲端資料倉儲"
+ "value" : "第 %1$d 行欄位數不符:預期 %2$d 個欄位,實際 %3$d 個。"
}
}
}
},
- "Cloud Native" : {
+ "Column count mismatch on line %lld: expected %lld columns, found %lld." : {
+ "extractionState" : "stale",
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Column count mismatch on line %1$lld: expected %2$lld columns, found %3$lld."
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$lld번째 줄의 열 수가 일치하지 않습니다. 예상: %2$lld개, 실제: %3$lld개."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bulut tabanlı"
+ "value" : "Satır %lld'de sütun sayısı uyuşmazlığı: %lld sütun bekleniyordu, %lld bulundu."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloud Native"
+ "value" : "Số cột không khớp ở dòng %1$lld: mong đợi %2$lld cột, tìm thấy %3$lld."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "云原生"
+ "value" : "第 %lld 行列数不匹配:期望 %lld 列,实际 %lld 列。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "雲端原生"
+ "value" : "第 %1$lld 行欄位數不符:預期 %2$lld 個欄位,實際 %3$lld 個。"
}
}
}
},
- "Cloud SQL Auth Proxy" : {
+ "Column name" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 이름"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloud SQL Auth Proxy"
+ "value" : "Sütun adı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloud SQL Auth Proxy"
+ "value" : "Tên cột"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloud SQL Auth Proxy"
+ "value" : "列名"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloud SQL Auth Proxy"
+ "value" : "欄位名稱"
}
}
}
},
- "Cloud SQL Auth Proxy disconnected. Click to reconnect." : {
+ "Column names must be unique." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 이름은 고유해야 합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloud SQL Auth Proxy bağlantısı kesildi. Yeniden bağlanmak için tıklayın."
+ "value" : "Sütun adları benzersiz olmalıdır."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloud SQL Auth Proxy đã ngắt kết nối. Nhấn để kết nối lại."
+ "value" : "Tên cột không được trùng nhau."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloud SQL Auth Proxy 已断开。点按可重新连接。"
+ "value" : "列名必须唯一。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloud SQL Auth Proxy 已中斷連線。點按即可重新連線。"
+ "value" : "欄位名稱必須是唯一的。"
}
}
}
},
- "Cloud SQL Instance" : {
+ "Column reorder failed: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 순서 변경 실패: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloud SQL Örneği"
+ "value" : "Sütun yeniden sıralama başarısız: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Phiên bản Cloud SQL"
+ "value" : "Sắp xếp lại cột thất bại: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloud SQL 实例"
+ "value" : "列重排序失败:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloud SQL 執行個體"
+ "value" : "欄位重新排序失敗:%@"
}
}
}
},
- "cloud-sql-proxy not found. Install it with `brew install cloud-sql-proxy`, download it above, or choose the binary." : {
+ "Column reorder is not supported for this database type" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 데이터베이스 유형에서는 열 순서 변경을 지원하지 않습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "cloud-sql-proxy bulunamadı. `brew install cloud-sql-proxy` ile yükleyin, yukarıdan indirin veya çalıştırılabilir dosyayı seçin."
+ "value" : "Bu veritabanı türü için sütun yeniden sıralama desteklenmiyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy cloud-sql-proxy. Cài bằng `brew install cloud-sql-proxy`, tải xuống ở trên, hoặc chọn tệp thực thi."
+ "value" : "Sắp xếp lại cột không được hỗ trợ cho loại cơ sở dữ liệu này"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到 cloud-sql-proxy。可用 `brew install cloud-sql-proxy` 安装、在上方下载,或直接选择可执行文件。"
+ "value" : "此数据库类型不支持列重排序"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到 cloud-sql-proxy。可用 `brew install cloud-sql-proxy` 安裝、在上方下載,或直接選擇執行檔。"
+ "value" : "此資料庫類型不支援欄位重新排序"
}
}
}
},
- "cloud-sql-proxy was not found. Install it with `brew install cloud-sql-proxy`, or download it in the Cloud SQL Auth Proxy settings." : {
+ "Column-oriented OLAP for big data" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "빅데이터용 열 지향 OLAP"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "cloud-sql-proxy bulunamadı. `brew install cloud-sql-proxy` ile yükleyin veya Cloud SQL Auth Proxy ayarlarından indirin."
+ "value" : "Büyük veri için sütun yönelimli OLAP"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy cloud-sql-proxy. Cài bằng `brew install cloud-sql-proxy`, hoặc tải xuống trong cài đặt Cloud SQL Auth Proxy."
+ "value" : "OLAP dạng cột cho dữ liệu lớn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到 cloud-sql-proxy。可用 `brew install cloud-sql-proxy` 安装,或在 Cloud SQL Auth Proxy 设置中下载。"
+ "value" : "面向大数据的列式OLAP"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到 cloud-sql-proxy。可用 `brew install cloud-sql-proxy` 安裝,或在 Cloud SQL Auth Proxy 設定中下載。"
+ "value" : "適用於大數據的欄式 OLAP"
}
}
}
},
- "Cloudflare Access needs a browser sign-in. Sign in at %@, then reconnect." : {
+ "Column: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloudflare Access tarayıcıyla oturum açmayı gerektiriyor. %@ adresinde oturum açın, sonra yeniden bağlanın."
+ "value" : "Sütun: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloudflare Access cần đăng nhập qua trình duyệt. Đăng nhập tại %@, rồi kết nối lại."
+ "value" : "Cột: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloudflare Access需要浏览器登录。请在%@登录,然后重新连接。"
+ "value" : "列:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloudflare Access 需要瀏覽器登入。請在 %@ 登入,然後重新連線。"
+ "value" : "欄位:%@"
}
}
}
},
- "Cloudflare hostname is required" : {
+ "Columns" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloudflare sunucu adı gerekli"
+ "value" : "Sütunlar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cần hostname Cloudflare"
+ "value" : "Cột"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "需要Cloudflare主机名"
+ "value" : "列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "需要 Cloudflare 主機名稱"
+ "value" : "欄位"
}
}
}
},
- "Cloudflare Tunnel" : {
+ "Columns (comma-separated)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열(쉼표로 구분)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloudflare Tüneli"
+ "value" : "Sütunlar (virgülle ayrılmış)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloudflare Tunnel"
+ "value" : "Các cột (phân tách bằng dấu phẩy)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloudflare隧道"
+ "value" : "列(逗号分隔)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloudflare 隧道"
+ "value" : "欄位(以逗號分隔)"
}
}
}
},
- "Cloudflare tunnel disconnected. Click to reconnect." : {
+ "Comfortable" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "여유롭게"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloudflare tüneli kesildi. Yeniden bağlanmak için tıklayın."
+ "value" : "Rahat"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloudflare tunnel đã ngắt kết nối. Bấm để kết nối lại."
+ "value" : "Thoải mái"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloudflare隧道已断开。点按以重新连接。"
+ "value" : "舒适"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloudflare 隧道已中斷。點按以重新連線。"
+ "value" : "寬鬆"
}
}
}
},
- "cloudflared failed to start: %@" : {
+ "Comma ," : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쉼표 ,"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "cloudflared başlatılamadı: %@"
+ "value" : "Virgül ,"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "cloudflared không khởi động được: %@"
+ "value" : "Dấu phẩy ,"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "cloudflared启动失败:%@"
+ "value" : "逗号 ,"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "cloudflared 啟動失敗:%@"
+ "value" : "逗號 ,"
}
}
}
},
- "cloudflared failed to start." : {
+ "Comma-separated values. Compatible with Excel and most tools." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쉼표로 구분된 값입니다. Excel 및 대부분의 도구와 호환됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "cloudflared başlatılamadı."
+ "value" : "Virgülle ayrılmış değerler. Excel ve çoğu araçla uyumlu."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "cloudflared không khởi động được."
+ "value" : "Giá trị phân cách bằng dấu phẩy. Tương thích với Excel và hầu hết các công cụ."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "cloudflared启动失败。"
+ "value" : "逗号分隔值。兼容 Excel 和大多数工具。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "cloudflared 啟動失敗。"
+ "value" : "逗號分隔值。相容於 Excel 與大多數工具。"
}
}
}
},
- "cloudflared not found. Install it with `brew install cloudflared`, or choose the binary above." : {
+ "Command Line" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "명령줄"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "cloudflared bulunamadı. `brew install cloudflared` ile yükleyin veya yukarıdan ikili dosyayı seçin."
+ "value" : "Komut Satırı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy cloudflared. Cài đặt bằng `brew install cloudflared`, hoặc chọn tệp thực thi ở trên."
+ "value" : "Dòng lệnh"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到cloudflared。请使用`brew install cloudflared`安装,或在上方选择其二进制文件。"
+ "value" : "命令行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到 cloudflared。請使用 `brew install cloudflared` 安裝,或在上方選擇其二進位檔。"
+ "value" : "命令列"
}
}
}
},
- "cloudflared was not found. Install it with `brew install cloudflared`, or set its path in the connection's Cloudflare Tunnel settings." : {
+ "Command Preview" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "명령 미리보기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "cloudflared bulunamadı. `brew install cloudflared` ile yükleyin veya bağlantının Cloudflare Tüneli ayarlarında yolunu belirtin."
+ "value" : "Komut Önizleme"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy cloudflared. Cài đặt bằng `brew install cloudflared`, hoặc đặt đường dẫn trong cài đặt Cloudflare Tunnel của kết nối."
+ "value" : "Xem trước lệnh"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到cloudflared。请使用`brew install cloudflared`安装,或在该连接的Cloudflare隧道设置中设置其路径。"
+ "value" : "命令预览"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到 cloudflared。請使用 `brew install cloudflared` 安裝,或在該連線的 Cloudflare 隧道設定中設定其路徑。"
+ "value" : "指令預覽"
}
}
}
},
- "cloudflared was not found. Set its path below first." : {
+ "Command line tool failed: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "명령줄 도구 실패: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "cloudflared bulunamadı. Önce aşağıda yolunu belirtin."
+ "value" : "Komut satırı aracı başarısız oldu: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy cloudflared. Hãy đặt đường dẫn bên dưới trước."
+ "value" : "Công cụ dòng lệnh thất bại: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到cloudflared。请先在下方设置其路径。"
+ "value" : "命令行工具失败:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到 cloudflared。請先在下方設定其路徑。"
+ "value" : "命令列工具失敗:%@"
}
}
}
},
- "CMD" : {
- "extractionState" : "stale",
+ "Comment" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "주석"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CMD"
+ "value" : "Yorum"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CMD"
+ "value" : "Ghi chú"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CMD"
+ "value" : "注释"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CMD"
+ "value" : "註解"
}
}
}
},
- "Code expired" : {
+ "Comments" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "주석"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kod süresi doldu"
+ "value" : "Yorumlar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mã đã hết hạn"
+ "value" : "Ghi chú"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "代码已过期"
+ "value" : "注释"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "驗證碼已過期"
+ "value" : "註解"
}
}
}
},
- "Code expires in %d seconds" : {
+ "Compact" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "컴팩트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kod %d saniye içinde sona erer"
+ "value" : "Kompakt"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mã hết hạn sau %d giây"
+ "value" : "Thu gọn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "代码将在 %d 秒后过期"
+ "value" : "紧凑"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "驗證碼將在 %d 秒後過期"
+ "value" : "緊湊"
}
}
}
},
- "collapse" : {
- "extractionState" : "stale",
+ "Compact Mode" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "컴팩트 모드"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "daralt"
+ "value" : "Kompakt Mod"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "thu gọn"
+ "value" : "Chế độ thu gọn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "收起"
+ "value" : "紧凑模式"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "收合"
+ "value" : "緊湊模式"
}
}
}
},
- "Collapse All" : {
+ "Complete Sign In" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "로그인 완료"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tümünü Daralt"
+ "value" : "Oturum Açmayı Tamamla"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thu gọn tất cả"
+ "value" : "Hoàn tất đăng nhập"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部折叠"
+ "value" : "完成登录"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部收合"
+ "value" : "完成登入"
}
}
}
},
- "Collapse Junction Tables" : {
+ "Compress the file using Gzip" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Gzip으로 파일 압축"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı Tablolarını Daralt"
+ "value" : "Dosyayı Gzip ile sıkıştır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thu gọn bảng trung gian"
+ "value" : "Nén tệp bằng Gzip"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "折叠关联表"
+ "value" : "使用 Gzip 压缩文件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "摺疊關聯資料表"
+ "value" : "使用 Gzip 壓縮檔案"
}
}
}
},
- "Collapse junction tables into many-to-many relationships" : {
+ "Compression failed with exit status %d" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "압축 실패(종료 상태 %d)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı tablolarını çoktan çoğa ilişkilere daralt"
+ "value" : "Sıkıştırma %d çıkış koduyla başarısız oldu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thu gọn bảng trung gian thành quan hệ nhiều-nhiều"
+ "value" : "Nén thất bại với mã thoát %d"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "将关联表折叠为多对多关系"
+ "value" : "压缩失败,退出状态 %d"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將關聯資料表摺疊為多對多關聯"
+ "value" : "壓縮失敗,結束狀態 %d"
}
}
}
},
- "Collation" : {
+ "Condition" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "조건"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Karşılaştırma"
+ "value" : "Koşul"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đối chiếu"
+ "value" : "Điều kiện"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "排序规则"
+ "value" : "条件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "定序"
+ "value" : "條件"
}
}
}
},
- "Collation:" : {
+ "Config Host" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "구성 호스트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Harmanlama:"
+ "value" : "Yapılandırma Sunucusu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đối chiếu:"
+ "value" : "Máy chủ cấu hình"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "排序规则:"
+ "value" : "配置主机"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "定序:"
+ "value" : "設定主機"
}
}
}
},
- "Colon :" : {
+ "Configure an AI provider in Settings to start chatting." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "채팅을 시작하려면 설정에서 AI 제공업체를 구성하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İki Nokta :"
+ "value" : "Sohbet başlatmak için Ayarlar'dan bir yapay zeka sağlayıcısı yapılandırın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dấu hai chấm :"
+ "value" : "Cấu hình nhà cung cấp AI trong Cài đặt để bắt đầu trò chuyện."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "冒号 :"
+ "value" : "在设置中配置 AI 提供商以开始对话。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "冒號 :"
+ "value" : "在設定中設定 AI 供應商以開始對話。"
}
}
}
},
- "Color" : {
+ "Configure an active provider to enable inline suggestions." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인라인 제안을 사용하려면 활성 제공업체를 구성하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Renk"
+ "value" : "Satır içi önerileri etkinleştirmek için aktif bir sağlayıcı yapılandırın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Màu sắc"
+ "value" : "Cấu hình một nhà cung cấp đang hoạt động để bật gợi ý nội tuyến."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "颜色"
+ "value" : "配置活动提供方以启用内联建议。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "顏色"
+ "value" : "設定一個啟用中的供應商以開啟行內建議。"
}
}
}
},
- "Color %@" : {
+ "Confirm" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "확인"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Renk %@"
+ "value" : "Onayla"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Màu %@"
+ "value" : "Xác nhận"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "颜色 %@"
+ "value" : "确认"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "顏色 %@"
+ "value" : "確認"
}
}
}
},
- "Colors" : {
+ "Confirm Destructive Operation" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파괴적 작업 확인"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Renkler"
+ "value" : "Yıkıcı İşlemi Onayla"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Màu sắc"
+ "value" : "Xác nhận thao tác phá hủy"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "颜色"
+ "value" : "确认破坏性操作"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "顏色"
+ "value" : "確認破壞性操作"
}
}
}
},
- "Column" : {
+ "Confirm Writes" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쓰기 확인"
+ }
+ }
+ }
+ },
+ "Confirm passphrase" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "패스프레이즈 확인"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütun"
+ "value" : "Parolayı onayla"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cột"
+ "value" : "Xác nhận cụm mật khẩu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列"
+ "value" : "确认密码短语"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "欄位"
+ "value" : "確認密碼短語"
}
}
}
},
- "Column count mismatch on line %d: expected %d columns, found %d." : {
+ "Confirmation is required for this operation" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Column count mismatch on line %1$d: expected %2$d columns, found %3$d."
+ "state" : "translated",
+ "value" : "이 작업은 확인이 필요합니다"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d. satırda sütun sayısı uyuşmuyor: %d sütun bekleniyordu, %d bulundu."
+ "value" : "Bu işlem için onay gerekiyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Số cột không khớp ở dòng %d: cần %d cột, tìm thấy %d."
+ "value" : "Thao tác này yêu cầu xác nhận"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "第%d行列数不匹配:期望%d列,实际%d列。"
+ "value" : "此操作需要确认"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "第 %1$d 行欄位數不符:預期 %2$d 個欄位,實際 %3$d 個。"
+ "value" : "此操作需要確認"
}
}
}
},
- "Column count mismatch on line %lld: expected %lld columns, found %lld." : {
- "extractionState" : "stale",
+ "Connect" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Column count mismatch on line %1$lld: expected %2$lld columns, found %3$lld."
+ "state" : "translated",
+ "value" : "연결"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satır %lld'de sütun sayısı uyuşmazlığı: %lld sütun bekleniyordu, %lld bulundu."
+ "value" : "Bağlan"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Số cột không khớp ở dòng %1$lld: mong đợi %2$lld cột, tìm thấy %3$lld."
+ "value" : "Kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "第 %lld 行列数不匹配:期望 %lld 列,实际 %lld 列。"
+ "value" : "连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "第 %1$lld 行欄位數不符:預期 %2$lld 個欄位,實際 %3$lld 個。"
+ "value" : "連線"
}
}
}
},
- "Column Details" : {
- "extractionState" : "stale",
+ "Connect %d Connections" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%d개 연결에 접속"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütun Ayrıntıları"
+ "value" : "%d Bağlantıyı Bağla"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chi tiết cột"
+ "value" : "Kết nối %d kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列详情"
+ "value" : "连接%d个连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "欄位詳細資料"
+ "value" : "連線 %d 個連線"
}
}
}
},
- "Column name" : {
+ "Connect %lld Connections" : {
+ "extractionState" : "stale",
"localizations" : {
+ "en" : {
+ "variations" : {
+ "plural" : {
+ "one" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Connect %lld Connection"
+ }
+ },
+ "other" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Connect %lld Connections"
+ }
+ }
+ }
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%lld개 연결에 접속"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütun adı"
+ "value" : "%lld Bağlantıyı Bağla"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên cột"
+ "value" : "Kết nối %lld Kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列名"
+ "value" : "连接 %lld 个连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "欄位名稱"
+ "value" : "連線 %lld 個連線"
}
}
}
},
- "Column Name" : {
- "extractionState" : "stale",
+ "Connect Anyway" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "그래도 연결"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütun Adı"
+ "value" : "Yine de Bağlan"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên cột"
+ "value" : "Vẫn kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列名"
+ "value" : "仍然连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "欄位名稱"
+ "value" : "仍要連線"
}
}
}
},
- "Column names must be unique." : {
+ "Connect a Client" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "클라이언트 연결"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütun adları benzersiz olmalıdır."
+ "value" : "Bir İstemci Bağla"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên cột không được trùng nhau."
+ "value" : "Kết nối client"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列名必须唯一。"
+ "value" : "连接客户端"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "欄位名稱必須是唯一的。"
+ "value" : "連線用戶端"
}
}
}
},
- "Column Reorder Failed" : {
+ "Connect a Client…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "클라이언트 연결…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütun Yeniden Sıralama Başarısız"
+ "value" : "İstemci Bağla…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sắp xếp lại cột thất bại"
+ "value" : "Kết nối client…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列重排序失败"
+ "value" : "连接客户端…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "欄位重新排序失敗"
+ "value" : "連線用戶端…"
}
}
}
},
- "Column reorder failed: %@" : {
+ "Connect over private IP" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "비공개 IP로 연결"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütun yeniden sıralama başarısız: %@"
+ "value" : "Özel IP üzerinden bağlan"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sắp xếp lại cột thất bại: %@"
+ "value" : "Kết nối qua IP riêng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列重排序失败:%@"
+ "value" : "通过专用 IP 连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "欄位重新排序失敗:%@"
+ "value" : "透過專用 IP 連線"
}
}
}
},
- "Column reorder is not supported for this database type" : {
+ "Connect to a saved database" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "저장된 데이터베이스에 연결"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu veritabanı türü için sütun yeniden sıralama desteklenmiyor"
+ "value" : "Kayıtlı bir veritabanına bağlan"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sắp xếp lại cột không được hỗ trợ cho loại cơ sở dữ liệu này"
+ "value" : "Kết nối tới cơ sở dữ liệu đã lưu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "此数据库类型不支持列重排序"
+ "value" : "连接到已保存的数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "此資料庫類型不支援欄位重新排序"
+ "value" : "連線到已儲存的資料庫"
}
}
}
},
- "Column-oriented OLAP for big data" : {
+ "Connect to load the database list." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 목록을 불러오려면 연결하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Büyük veri için sütun yönelimli OLAP"
+ "value" : "Veritabanı listesini yüklemek için bağlanın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "OLAP dạng cột cho dữ liệu lớn"
+ "value" : "Kết nối để tải danh sách cơ sở dữ liệu."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "面向大数据的列式OLAP"
+ "value" : "连接以加载数据库列表。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "適用於大數據的欄式 OLAP"
+ "value" : "連線以載入資料庫清單。"
}
}
}
},
- "Column: %@" : {
+ "Connect to popular databases with full feature support" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 기능을 지원하는 인기 데이터베이스에 연결"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütun: %@"
+ "value" : "Tam özellik desteğiyle popüler veritabanlarına bağlanın"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cột: %@"
+ "value" : "Kết nối với các cơ sở dữ liệu phổ biến với đầy đủ tính năng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列:%@"
+ "value" : "连接主流数据库,功能全面"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "欄位:%@"
+ "value" : "連線主流資料庫,功能完整支援"
}
}
}
},
- "Columns" : {
+ "Connect to the database before starting this operation." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 작업을 시작하기 전에 데이터베이스에 연결하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütunlar"
+ "value" : "Bu işlemi başlatmadan önce veritabanına bağlanın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cột"
+ "value" : "Kết nối tới cơ sở dữ liệu trước khi bắt đầu thao tác này."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列"
+ "value" : "开始此操作前请先连接数据库。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "欄位"
+ "value" : "開始此操作前請先連線資料庫。"
}
}
}
},
- "Columns (comma-separated)" : {
- "extractionState" : "stale",
+ "Connect to the internet to verify your license." : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Connect to the internet to verify your license."
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "라이선스를 확인하려면 인터넷에 연결하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütunlar (virgülle ayrılmış)"
+ "value" : "Lisansınızı doğrulamak için internete bağlanın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Các cột (phân tách bằng dấu phẩy)"
+ "value" : "Kết nối internet để xác minh giấy phép của bạn."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列(逗号分隔)"
+ "value" : "请连接互联网以验证您的许可证。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "欄位(以逗號分隔)"
+ "value" : "請連線到網際網路以驗證你的授權。"
}
}
}
},
- "Comfortable" : {
+ "Connected" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Rahat"
+ "value" : "Bağlı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thoải mái"
+ "value" : "Đã kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "舒适"
+ "value" : "已连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "寬鬆"
+ "value" : "已連線"
}
}
}
},
- "Comma ," : {
+ "Connected Clients" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결된 클라이언트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Virgül ,"
+ "value" : "Bağlı İstemciler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dấu phẩy ,"
+ "value" : "Client đã kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "逗号 ,"
+ "value" : "已连接客户端"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "逗號 ,"
+ "value" : "已連線的用戶端"
}
}
}
},
- "Comma-separated values. Compatible with Excel and most tools." : {
+ "Connected Threads" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결된 스레드"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Virgülle ayrılmış değerler. Excel ve çoğu araçla uyumlu."
+ "value" : "Bağlı İş Parçacıkları"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giá trị phân cách bằng dấu phẩy. Tương thích với Excel và hầu hết các công cụ."
+ "value" : "Luồng đã kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "逗号分隔值。兼容 Excel 和大多数工具。"
+ "value" : "已连接线程"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "逗號分隔值。相容於 Excel 與大多數工具。"
+ "value" : "已連線的執行緒"
}
}
}
},
- "Command Line" : {
+ "Connecting" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 중"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Komut Satırı"
+ "value" : "Bağlanıyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dòng lệnh"
+ "value" : "Đang kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "命令行"
+ "value" : "连接中"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "命令列"
+ "value" : "連線中"
}
}
}
},
- "Command line tool failed: %@" : {
+ "Connecting to %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@에 연결 중"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Komut satırı aracı başarısız oldu: %@"
+ "value" : "%@ bağlantısı kuruluyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Công cụ dòng lệnh thất bại: %@"
+ "value" : "Đang kết nối tới %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "命令行工具失败:%@"
+ "value" : "正在连接%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "命令列工具失敗:%@"
+ "value" : "正在連線到 %@"
}
}
}
},
- "Command Preview" : {
- "extractionState" : "stale",
+ "Connecting to '%@' timed out." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "'%@' 연결 시간이 초과되었습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Komut Önizleme"
+ "value" : "'%@' bağlantısı zaman aşımına uğradı."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xem trước lệnh"
+ "value" : "Kết nối tới '%@' đã hết thời gian chờ."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "命令预览"
+ "value" : "连接'%@'超时。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "指令預覽"
+ "value" : "連線到 '%@' 已逾時。"
}
}
}
},
- "Comment" : {
+ "Connecting..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 중..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yorum"
+ "value" : "Bağlanıyor..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ghi chú"
+ "value" : "Đang kết nối..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "注释"
+ "value" : "连接中..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "註解"
+ "value" : "連線中..."
}
}
}
},
- "COMMENT" : {
+ "Connection" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "COMMENT"
+ "value" : "Bağlantı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "COMMENT"
+ "value" : "Kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "COMMENT"
+ "value" : "连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "COMMENT"
+ "value" : "連線"
}
}
}
},
- "Comments" : {
+ "Connection \"%@\" has a script that will run before connecting:\n\n%@" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Connection \"%1$@\" has a script that will run before connecting:\n\n%2$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 \"%1$@\"에는 연결 전에 실행될 스크립트가 있습니다:\n\n%2$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yorumlar"
+ "value" : "\"%@\" bağlantısının bağlanmadan önce çalışacak bir betiği var:\n\n%@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ghi chú"
+ "value" : "Kết nối \"%@\" có một script sẽ chạy trước khi kết nối:\n\n%@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "注释"
+ "value" : "连接\"%@\"有一个将在连接前运行的脚本:\n\n%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "註解"
+ "value" : "連線「%1$@」有一個將在連線前執行的指令碼:\n\n%2$@"
}
}
}
},
- "Compact" : {
+ "Connection Access" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 접근 권한"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kompakt"
+ "value" : "Bağlantı Erişimi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thu gọn"
+ "value" : "Quyền truy cập kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "紧凑"
+ "value" : "连接访问权限"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "緊湊"
+ "value" : "連線存取權限"
}
}
}
},
- "Compact Mode" : {
+ "Connection Failed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kompakt Mod"
+ "value" : "Bağlantı Başarısız"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chế độ thu gọn"
+ "value" : "Kết nối thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "紧凑模式"
+ "value" : "连接失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "緊湊模式"
+ "value" : "連線失敗"
}
}
}
},
- "Complete Sign In" : {
+ "Connection Mode" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 모드"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Oturum Açmayı Tamamla"
+ "value" : "Bağlantı Modu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hoàn tất đăng nhập"
+ "value" : "Chế độ kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "完成登录"
+ "value" : "连接模式"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "完成登入"
+ "value" : "連線模式"
}
}
}
},
- "Compress the file using Gzip" : {
+ "Connection Not Found" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결을 찾을 수 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dosyayı Gzip ile sıkıştır"
+ "value" : "Bağlantı Bulunamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nén tệp bằng Gzip"
+ "value" : "Không tìm thấy kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "使用 Gzip 压缩文件"
+ "value" : "未找到连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "使用 Gzip 壓縮檔案"
+ "value" : "找不到連線"
}
}
}
},
- "Compression failed with exit status %d" : {
+ "Connection Options" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 옵션"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sıkıştırma %d çıkış koduyla başarısız oldu"
+ "value" : "Bağlantı seçenekleri"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nén thất bại với mã thoát %d"
+ "value" : "Tùy chọn kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "压缩失败,退出状态 %d"
+ "value" : "连接选项"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "壓縮失敗,結束狀態 %d"
+ "value" : "連線選項"
}
}
}
},
- "Condition" : {
+ "Connection Status" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 상태"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Koşul"
+ "value" : "Bağlantı Durumu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Điều kiện"
+ "value" : "Trạng thái kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "条件"
+ "value" : "连接状态"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "條件"
+ "value" : "連線狀態"
}
}
}
},
- "Config Host" : {
+ "Connection Switcher" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 전환기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yapılandırma Sunucusu"
+ "value" : "Bağlantı Değiştirici"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Máy chủ cấu hình"
+ "value" : "Chuyển đổi kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "配置主机"
+ "value" : "切换连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "設定主機"
+ "value" : "切換連線"
}
}
}
},
- "Configure an active provider to enable inline suggestions." : {
+ "Connection Test Failed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 테스트 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satır içi önerileri etkinleştirmek için aktif bir sağlayıcı yapılandırın."
+ "value" : "Bağlantı Testi Başarısız"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cấu hình một nhà cung cấp đang hoạt động để bật gợi ý nội tuyến."
+ "value" : "Kiểm tra kết nối thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "配置活动提供方以启用内联建议。"
+ "value" : "连接测试失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "設定一個啟用中的供應商以開啟行內建議。"
+ "value" : "連線測試失敗"
}
}
}
},
- "Configure an AI provider in Settings to start chatting." : {
+ "Connection Type" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 유형"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sohbet başlatmak için Ayarlar'dan bir yapay zeka sağlayıcısı yapılandırın."
+ "value" : "Bağlantı Türü"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cấu hình nhà cung cấp AI trong Cài đặt để bắt đầu trò chuyện."
+ "value" : "Loại kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在设置中配置 AI 提供商以开始对话。"
+ "value" : "连接类型"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在設定中設定 AI 供應商以開始對話。"
+ "value" : "連線類型"
}
}
}
},
- "Confirm" : {
+ "Connection URL" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 URL"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Onayla"
+ "value" : "Bağlantı URL'si"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xác nhận"
+ "value" : "URL kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "确认"
+ "value" : "连接 URL"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "確認"
+ "value" : "連線 URL"
}
}
}
},
- "Confirm Destructive Operation" : {
+ "Connection URL cannot be empty" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 URL은 비워 둘 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yıkıcı İşlemi Onayla"
+ "value" : "Bağlantı URL'si boş olamaz"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xác nhận thao tác phá hủy"
+ "value" : "URL kết nối không được để trống"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "确认破坏性操作"
+ "value" : "连接 URL 不能为空"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "確認破壞性操作"
+ "value" : "連線 URL 不能為空"
}
}
}
},
- "Confirm passphrase" : {
- "extractionState" : "stale",
+ "Connection URL must include a host" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 URL에 호스트가 포함되어야 합니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Parolayı onayla"
+ "value" : "Bağlantı URL'si bir sunucu içermeli"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xác nhận cụm mật khẩu"
+ "value" : "URL kết nối phải bao gồm host"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "确认密码短语"
+ "value" : "连接 URL 必须包含主机"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "確認密碼短語"
+ "value" : "連線 URL 必須包含主機"
}
}
}
},
- "Confirmation is required for this operation" : {
+ "Connection failed: %@" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 실패: %@"
+ }
+ }
+ }
+ },
+ "Connection is read only for external clients" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외부 클라이언트에서 이 연결은 읽기 전용입니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu işlem için onay gerekiyor"
+ "value" : "Bağlantı dış istemciler için salt okunur"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thao tác này yêu cầu xác nhận"
+ "value" : "Kết nối chỉ đọc với client bên ngoài"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "此操作需要确认"
+ "value" : "连接对外部客户端为只读"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "此操作需要確認"
+ "value" : "連線對外部用戶端為唯讀"
}
}
}
},
- "Connect" : {
+ "Connection is read-only for external clients" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외부 클라이언트에서 이 연결은 읽기 전용입니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlan"
+ "value" : "Bağlantı harici istemciler için salt okunurdur"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối"
+ "value" : "Kết nối ở chế độ chỉ đọc với client bên ngoài"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接"
+ "value" : "对外部客户端而言,该连接为只读"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線"
+ "value" : "此連線對外部用戶端為唯讀"
}
}
}
},
- "Connect %d Connections" : {
+ "Connection is read-only. Destructive operations are not permitted." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결이 읽기 전용입니다. 파괴적 작업은 허용되지 않습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d Bağlantıyı Bağla"
+ "value" : "Bağlantı salt okunur. Yıkıcı işlemlere izin verilmez."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối %d kết nối"
+ "value" : "Kết nối chỉ đọc. Không cho phép các thao tác phá hủy."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接%d个连接"
+ "value" : "连接为只读。不允许破坏性操作。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線 %d 個連線"
+ "value" : "連線為唯讀。不允許破壞性操作。"
}
}
}
},
- "Connect %lld Connections" : {
+ "Connection is read-only. Set safe mode to Confirm Writes or higher to allow this tool." : {
"extractionState" : "stale",
"localizations" : {
- "en" : {
- "variations" : {
- "plural" : {
- "one" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "Connect %lld Connection"
- }
- },
- "other" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "Connect %lld Connections"
- }
- }
- }
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결이 읽기 전용입니다. 이 도구를 사용하려면 안전 모드를 쓰기 확인 이상으로 설정하십시오."
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld Bağlantıyı Bağla"
+ "value" : "Bağlantı salt okunur. Bu araca izin vermek için güvenli modu Yazmaları Onayla veya üstüne ayarlayın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối %lld Kết nối"
+ "value" : "Kết nối chỉ đọc. Đặt chế độ an toàn thành Xác nhận ghi hoặc cao hơn để cho phép công cụ này."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接 %lld 个连接"
+ "value" : "连接为只读。请将安全模式设为\"确认写入\"或更高级别以允许此工具。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線 %lld 個連線"
+ "value" : "連線為唯讀。請將安全模式設為「確認寫入」或更高層級以允許此工具。"
}
}
}
},
- "Connect a Client" : {
+ "Connection limit" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 제한"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir İstemci Bağla"
+ "value" : "Bağlantı limiti"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối client"
+ "value" : "Giới hạn kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接客户端"
+ "value" : "连接数限制"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線用戶端"
+ "value" : "連線數上限"
}
}
}
},
- "Connect a Client…" : {
+ "Connection lost" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 끊김"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İstemci Bağla…"
+ "value" : "Bağlantı kesildi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối client…"
+ "value" : "Mất kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接客户端…"
+ "value" : "连接丢失"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線用戶端…"
+ "value" : "連線中斷"
}
}
}
},
- "Connect Anyway" : {
+ "Connection name" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 이름"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yine de Bağlan"
+ "value" : "Bağlantı adı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Vẫn kết nối"
+ "value" : "Tên kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "仍然连接"
+ "value" : "连接名称"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "仍要連線"
+ "value" : "連線名稱"
}
}
}
},
- "Connect over private IP" : {
+ "Connection name is required" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 이름이 필요합니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Özel IP üzerinden bağlan"
+ "value" : "Bağlantı adı gerekli"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối qua IP riêng"
+ "value" : "Cần tên kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "通过专用 IP 连接"
+ "value" : "连接名称为必填项"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "透過專用 IP 連線"
+ "value" : "連線名稱為必填項目"
}
}
}
},
- "Connect to a saved database" : {
+ "Connection not found" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결을 찾을 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kayıtlı bir veritabanına bağlan"
+ "value" : "Bağlantı bulunamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối tới cơ sở dữ liệu đã lưu"
+ "value" : "Không tìm thấy kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接到已保存的数据库"
+ "value" : "未找到连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線到已儲存的資料庫"
+ "value" : "找不到連線"
}
}
}
},
- "Connect to load the database list." : {
+ "Connection policy" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 정책"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı listesini yüklemek için bağlanın."
+ "value" : "Bağlantı politikası"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối để tải danh sách cơ sở dữ liệu."
+ "value" : "Chính sách kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接以加载数据库列表。"
+ "value" : "连接策略"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線以載入資料庫清單。"
+ "value" : "連線原則"
}
}
}
},
- "Connect to popular databases with full feature support" : {
+ "Connection status" : {
+ "comment" : "Toolbar item tooltip for the status section of the toolbar.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 상태"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tam özellik desteğiyle popüler veritabanlarına bağlanın"
+ "value" : "Bağlantı durumu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối với các cơ sở dữ liệu phổ biến với đầy đủ tính năng"
+ "value" : "Trạng thái kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接主流数据库,功能全面"
+ "value" : "连接状态"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線主流資料庫,功能完整支援"
+ "value" : "連線狀態"
}
}
}
},
- "Connect to the database before starting this operation." : {
+ "Connection succeeded" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 성공"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu işlemi başlatmadan önce veritabanına bağlanın."
+ "value" : "Bağlantı başarılı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối tới cơ sở dữ liệu trước khi bắt đầu thao tác này."
+ "value" : "Kết nối thành công"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "开始此操作前请先连接数据库。"
+ "value" : "连接成功"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "開始此操作前請先連線資料庫。"
+ "value" : "連線成功"
}
}
}
},
- "Connect to the internet to verify your license." : {
+ "Connection successful" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Connect to the internet to verify your license."
+ "value" : "연결 성공"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lisansınızı doğrulamak için internete bağlanın."
+ "value" : "Bağlantı başarılı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối internet để xác minh giấy phép của bạn."
+ "value" : "Kết nối thành công"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "请连接互联网以验证您的许可证。"
+ "value" : "连接成功"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "請連線到網際網路以驗證你的授權。"
+ "value" : "連線成功"
}
}
}
},
- "connected" : {
+ "Connection test failed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 테스트 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "bağlı"
+ "value" : "Bağlantı testi başarısız"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "đã kết nối"
+ "value" : "Kiểm tra kết nối thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已连接"
+ "value" : "连接测试失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已連線"
+ "value" : "連線測試失敗"
}
}
}
},
- "Connected" : {
+ "Connection: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlı"
+ "value" : "Bağlantı: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã kết nối"
+ "value" : "Kết nối: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已连接"
+ "value" : "连接:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已連線"
+ "value" : "連線:%@"
}
}
}
},
- "Connected Clients" : {
+ "Connection: %@, %@" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Connection: %1$@, %2$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결: %1$@, %2$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlı İstemciler"
+ "value" : "Bağlantı: %1$@, %2$@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Client đã kết nối"
+ "value" : "Kết nối: %1$@, %2$@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已连接客户端"
+ "value" : "连接:%1$@,%2$@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已連線的用戶端"
+ "value" : "連線:%1$@, %2$@"
}
}
}
},
- "Connected Threads" : {
+ "Connections" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlı İş Parçacıkları"
+ "value" : "Bağlantılar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Luồng đã kết nối"
+ "value" : "Kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已连接线程"
+ "value" : "连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已連線的執行緒"
+ "value" : "連線"
}
}
}
},
- "connecting" : {
+ "Connections found in %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@에서 찾은 연결"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "bağlanıyor"
+ "value" : "%@ içinde bulunan bağlantılar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "đang kết nối"
+ "value" : "Các kết nối tìm thấy trong %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在连接"
+ "value" : "在 %@ 中找到的连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在連線"
+ "value" : "在 %@ 中找到的連線"
}
}
}
},
- "Connecting" : {
+ "Connections:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlanıyor"
+ "value" : "Bağlantılar:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang kết nối"
+ "value" : "Kết nối:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接中"
+ "value" : "连接:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線中"
+ "value" : "連線:"
}
}
}
},
- "Connecting to '%@' timed out." : {
+ "Constraint name" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "제약 조건 이름"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "'%@' bağlantısı zaman aşımına uğradı."
+ "value" : "Kısıt adı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối tới '%@' đã hết thời gian chờ."
+ "value" : "Tên ràng buộc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接'%@'超时。"
+ "value" : "约束名称"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線到 '%@' 已逾時。"
+ "value" : "約束名稱"
}
}
}
},
- "Connecting to %@" : {
+ "Container service name, may be unreachable" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "컨테이너 서비스 이름이므로 연결할 수 없을 수 있습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ bağlantısı kuruluyor"
+ "value" : "Container servis adı, erişilemeyebilir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang kết nối tới %@"
+ "value" : "Tên dịch vụ container, có thể không truy cập được"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在连接%@"
+ "value" : "容器服务名称,可能无法访问"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在連線到 %@"
+ "value" : "容器服務名稱,可能無法連線"
}
}
}
},
- "Connecting..." : {
+ "Context" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "컨텍스트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlanıyor..."
+ "value" : "Bağlam"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang kết nối..."
+ "value" : "Ngữ cảnh"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接中..."
+ "value" : "上下文"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線中..."
+ "value" : "內容脈絡"
}
}
}
},
- "Connection" : {
+ "Continue" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "계속"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı"
+ "value" : "Devam"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối"
+ "value" : "Tiếp tục"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接"
+ "value" : "继续"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線"
+ "value" : "繼續"
}
}
}
},
- "Connection \"%@\" has a script that will run before connecting:\n\n%@" : {
+ "Control Background" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Connection \"%1$@\" has a script that will run before connecting:\n\n%2$@"
+ "state" : "translated",
+ "value" : "컨트롤 배경"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" bağlantısının bağlanmadan önce çalışacak bir betiği var:\n\n%@"
+ "value" : "Kontrol Arka Planı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối \"%@\" có một script sẽ chạy trước khi kết nối:\n\n%@"
+ "value" : "Nền điều khiển"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接\"%@\"有一个将在连接前运行的脚本:\n\n%@"
+ "value" : "控件背景"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線「%1$@」有一個將在連線前執行的指令碼:\n\n%2$@"
+ "value" : "控制項背景"
}
}
}
},
- "Connection Access" : {
+ "Controls how external clients (Raycast, Cursor, Claude Desktop) access this connection. Tokens cannot exceed this level even with full-access scope." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외부 클라이언트(Raycast, Cursor, Claude Desktop)가 이 연결에 접근하는 방식을 제어합니다. full-access 범위의 토큰도 이 수준을 초과할 수 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı Erişimi"
+ "value" : "Harici istemcilerin (Raycast, Cursor, Claude Desktop) bu bağlantıya nasıl erişeceğini kontrol eder. Token'lar tam erişim kapsamına sahip olsa bile bu düzeyi aşamaz."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Quyền truy cập kết nối"
+ "value" : "Kiểm soát cách các client bên ngoài (Raycast, Cursor, Claude Desktop) truy cập kết nối này. Token không thể vượt quá mức này kể cả khi có phạm vi truy cập đầy đủ."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接访问权限"
+ "value" : "控制外部客户端(Raycast、Cursor、Claude Desktop)如何访问该连接。即使具有完全访问权限,令牌也无法超出此级别。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線存取權限"
+ "value" : "控制外部用戶端(Raycast、Cursor、Claude Desktop)如何存取此連線。即使具有完整存取範圍,權杖也無法超出此層級。"
}
}
}
},
- "connection failed" : {
+ "Conversation History" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "대화 기록"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "bağlantı başarısız"
+ "value" : "Sohbet Geçmişi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "kết nối thất bại"
+ "value" : "Lịch sử hội thoại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接失败"
+ "value" : "对话历史"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線失敗"
+ "value" : "對話記錄"
}
}
}
},
- "Connection Failed" : {
+ "Conversation history" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "대화 기록"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı Başarısız"
+ "value" : "Konuşma geçmişi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối thất bại"
+ "value" : "Lịch sử hội thoại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接失败"
+ "value" : "对话历史"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線失敗"
+ "value" : "對話記錄"
}
}
}
},
- "Connection is read only for external clients" : {
+ "Convert NULL to EMPTY" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "NULL을 EMPTY로 변환"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı dış istemciler için salt okunur"
+ "value" : "NULL'u BOŞ yap"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối chỉ đọc với client bên ngoài"
+ "value" : "Chuyển NULL thành RỖNG"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接对外部客户端为只读"
+ "value" : "将 NULL 转换为空"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線對外部用戶端為唯讀"
+ "value" : "將 NULL 轉換為空"
}
}
}
},
- "Connection is read-only for external clients" : {
+ "Convert NULL to empty" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "NULL을 빈 값으로 변환"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı harici istemciler için salt okunurdur"
+ "value" : "NULL'u boş yap"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối ở chế độ chỉ đọc với client bên ngoài"
+ "value" : "Chuyển NULL thành rỗng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "对外部客户端而言,该连接为只读"
+ "value" : "将 NULL 转换为空"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "此連線對外部用戶端為唯讀"
+ "value" : "將 NULL 轉換為空"
}
}
}
},
- "Connection is read-only. Destructive operations are not permitted." : {
+ "Convert line break to space" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "줄바꿈을 공백으로 변환"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı salt okunur. Yıkıcı işlemlere izin verilmez."
+ "value" : "Satır sonunu boşluğa çevir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối chỉ đọc. Không cho phép các thao tác phá hủy."
+ "value" : "Chuyển xuống dòng thành dấu cách"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接为只读。不允许破坏性操作。"
+ "value" : "将换行转换为空格"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線為唯讀。不允許破壞性操作。"
+ "value" : "將換行轉換為空格"
}
}
}
},
- "Connection is read-only. Set safe mode to Confirm Writes or higher to allow this tool." : {
- "extractionState" : "stale",
+ "Coordination & Config" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "조정 및 구성"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı salt okunur. Bu araca izin vermek için güvenli modu Yazmaları Onayla veya üstüne ayarlayın."
+ "value" : "Koordinasyon ve yapılandırma"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối chỉ đọc. Đặt chế độ an toàn thành Xác nhận ghi hoặc cao hơn để cho phép công cụ này."
+ "value" : "Điều phối & cấu hình"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接为只读。请将安全模式设为\"确认写入\"或更高级别以允许此工具。"
+ "value" : "协调与配置"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線為唯讀。請將安全模式設為「確認寫入」或更高層級以允許此工具。"
+ "value" : "協調與設定"
}
}
}
},
- "Connection limit" : {
+ "Copied" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "복사됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı limiti"
+ "value" : "Kopyalandı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giới hạn kết nối"
+ "value" : "Đã sao chép"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接数限制"
+ "value" : "已复制"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線數上限"
+ "value" : "已複製"
}
}
}
},
- "Connection lost" : {
- "extractionState" : "stale",
+ "Copied to clipboard" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "클립보드에 복사됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı kesildi"
+ "value" : "Panoya kopyalandı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mất kết nối"
+ "value" : "Đã sao chép"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接丢失"
+ "value" : "已复制到剪贴板"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線中斷"
+ "value" : "已複製到剪貼簿"
}
}
}
},
- "Connection Mode" : {
+ "Copied!" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "복사됨!"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı Modu"
+ "value" : "Kopyalandı!"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chế độ kết nối"
+ "value" : "Đã sao chép!"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接模式"
+ "value" : "已复制!"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線模式"
+ "value" : "已複製!"
}
}
}
},
- "Connection name" : {
+ "Copilot language server binary not found" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Copilot 언어 서버 바이너리를 찾을 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı adı"
+ "value" : "Copilot dil sunucusu ikili dosyası bulunamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên kết nối"
+ "value" : "Không tìm thấy binary của Copilot language server"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接名称"
+ "value" : "未找到 Copilot 语言服务器可执行文件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線名稱"
+ "value" : "找不到 Copilot 語言伺服器執行檔"
}
}
}
},
- "Connection name is required" : {
+ "Copilot server is not running" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Copilot 서버가 실행 중이 아닙니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı adı gerekli"
+ "value" : "Copilot sunucusu çalışmıyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cần tên kết nối"
+ "value" : "Copilot server không chạy"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接名称为必填项"
+ "value" : "Copilot 服务器未运行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線名稱為必填項目"
+ "value" : "Copilot 伺服器未執行"
}
}
}
},
- "Connection not found" : {
+ "Copilot subscription inactive" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Copilot 구독이 비활성 상태입니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı bulunamadı"
+ "value" : "Copilot aboneliği aktif değil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy kết nối"
+ "value" : "Gói Copilot không hoạt động"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到连接"
+ "value" : "Copilot 订阅未激活"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到連線"
+ "value" : "Copilot 訂閱未啟用"
}
}
}
},
- "Connection Not Found" : {
- "extractionState" : "stale",
+ "Copy" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı Bulunamadı"
+ "value" : "Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy kết nối"
+ "value" : "Sao chép"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到连接"
+ "value" : "复制"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到連線"
+ "value" : "複製"
}
}
}
},
- "Connection Options" : {
+ "Copy %lld Names" : {
+ "comment" : "A button that copies the names of the selected containers to the clipboard.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이름 %lld개 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı seçenekleri"
+ "value" : "%lld Adı Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tùy chọn kết nối"
+ "value" : "Sao chép %lld tên"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接选项"
+ "value" : "复制 %lld 个名称"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線選項"
+ "value" : "複製 %lld 個名稱"
}
}
}
},
- "Connection policy" : {
+ "Copy All" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모두 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı politikası"
+ "value" : "Tümünü Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chính sách kết nối"
+ "value" : "Sao chép tất cả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接策略"
+ "value" : "全部复制"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線原則"
+ "value" : "全部複製"
}
}
}
},
- "Connection status" : {
- "comment" : "Toolbar item tooltip for the status section of the toolbar.",
- "isCommentAutoGenerated" : true,
+ "Copy As" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "형식으로 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı durumu"
+ "value" : "Farklı Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trạng thái kết nối"
+ "value" : "Sao chép dưới dạng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接状态"
+ "value" : "复制为"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線狀態"
+ "value" : "複製為"
}
}
}
},
- "Connection Status" : {
- "extractionState" : "stale",
+ "Copy Column Name" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 이름 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı Durumu"
+ "value" : "Sütun Adını Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trạng thái kết nối"
+ "value" : "Sao chép tên cột"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接状态"
+ "value" : "复制列名"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線狀態"
+ "value" : "複製欄位名稱"
}
}
}
},
- "Connection succeeded" : {
+ "Copy Column Values" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 값 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı başarılı"
+ "value" : "Sütun Değerlerini Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối thành công"
+ "value" : "Sao chép giá trị cột"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接成功"
+ "value" : "复制列值"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線成功"
+ "value" : "複製欄位值"
}
}
}
},
- "Connection successful" : {
+ "Copy Connection ID" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 ID 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı başarılı"
+ "value" : "Bağlantı Kimliğini Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối thành công"
+ "value" : "Sao chép ID kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接成功"
+ "value" : "复制连接ID"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線成功"
+ "value" : "複製連線 ID"
}
}
}
},
- "Connection Switcher" : {
- "extractionState" : "stale",
+ "Copy Connection String" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 문자열 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı Değiştirici"
+ "value" : "Bağlantı Dizgisini Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chuyển đổi kết nối"
+ "value" : "Sao chép connection string"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "切换连接"
+ "value" : "复制连接字符串"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "切換連線"
+ "value" : "複製連線字串"
}
}
}
},
- "Connection test failed" : {
+ "Copy Definition" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "정의 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı testi başarısız"
+ "value" : "Tanımı Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kiểm tra kết nối thất bại"
+ "value" : "Sao chép định nghĩa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接测试失败"
+ "value" : "复制定义"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線測試失敗"
+ "value" : "複製定義"
}
}
}
},
- "Connection Test Failed" : {
+ "Copy Details" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "세부 정보 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı Testi Başarısız"
+ "value" : "Ayrıntıları Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kiểm tra kết nối thất bại"
+ "value" : "Sao chép chi tiết"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接测试失败"
+ "value" : "复制详细信息"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線測試失敗"
+ "value" : "複製詳細資訊"
}
}
}
},
- "Connection Type" : {
+ "Copy Diagnostic Info" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "진단 정보 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı Türü"
+ "value" : "Tanılama Bilgilerini Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Loại kết nối"
+ "value" : "Sao chép thông tin chẩn đoán"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接类型"
+ "value" : "复制诊断信息"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線類型"
+ "value" : "複製診斷資訊"
}
}
}
},
- "Connection URL" : {
+ "Copy EXPLAIN output to clipboard" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "EXPLAIN 출력을 클립보드에 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı URL'si"
+ "value" : "EXPLAIN çıktısını panoya kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "URL kết nối"
+ "value" : "Sao chép kết quả EXPLAIN vào clipboard"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接 URL"
+ "value" : "将 EXPLAIN 输出复制到剪贴板"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線 URL"
+ "value" : "將 EXPLAIN 輸出複製到剪貼簿"
}
}
}
},
- "Connection URL cannot be empty" : {
+ "Copy Errors to Clipboard" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "오류를 클립보드에 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı URL'si boş olamaz"
+ "value" : "Hataları Panoya Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "URL kết nối không được để trống"
+ "value" : "Sao chép lỗi vào clipboard"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接 URL 不能为空"
+ "value" : "复制错误到剪贴板"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線 URL 不能為空"
+ "value" : "將錯誤複製到剪貼簿"
}
}
}
},
- "Connection URL must include a host" : {
+ "Copy ID" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "ID 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı URL'si bir sunucu içermeli"
+ "value" : "ID Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "URL kết nối phải bao gồm host"
+ "value" : "Sao chép ID"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接 URL 必须包含主机"
+ "value" : "复制 ID"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線 URL 必須包含主機"
+ "value" : "複製 ID"
}
}
}
},
- "Connection: %@" : {
+ "Copy JSON" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "JSON 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı: %@"
+ "value" : "JSON Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối: %@"
+ "value" : "Sao chép JSON"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接:%@"
+ "value" : "复制 JSON"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線:%@"
+ "value" : "複製 JSON"
}
}
}
},
- "Connection: %@, %@" : {
+ "Copy Key" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Connection: %1$@, %2$@"
+ "state" : "translated",
+ "value" : "키 복사"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı: %1$@, %2$@"
+ "value" : "Anahtarı Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối: %1$@, %2$@"
+ "value" : "Sao chép khoá"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接:%1$@,%2$@"
+ "value" : "复制键"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線:%1$@, %2$@"
+ "value" : "複製鍵"
}
}
}
},
- "Connections" : {
+ "Copy Key Path" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "키 경로 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantılar"
+ "value" : "Anahtar Yolunu Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối"
+ "value" : "Sao chép đường dẫn khoá"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接"
+ "value" : "复制键路径"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線"
+ "value" : "複製鍵路徑"
}
}
}
},
- "Connections found in %@" : {
+ "Copy Name" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이름 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ içinde bulunan bağlantılar"
+ "value" : "Adı Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Các kết nối tìm thấy trong %@"
+ "value" : "Sao chép tên"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在 %@ 中找到的连接"
+ "value" : "复制名称"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在 %@ 中找到的連線"
+ "value" : "複製名稱"
}
}
}
},
- "Connections:" : {
+ "Copy Namespace Prefix" : {
+ "comment" : "A button that copies the namespace prefix to the clipboard.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "네임스페이스 접두사 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantılar:"
+ "value" : "Namespace Önekini Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối:"
+ "value" : "Sao chép tiền tố namespace"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接:"
+ "value" : "复制命名空间前缀"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線:"
+ "value" : "複製命名空間前綴"
}
}
}
},
- "Constraint name" : {
- "extractionState" : "stale",
+ "Copy Node Details" : {
+ "comment" : "A tooltip that describes the action of copying the details of a query plan node to the clipboard.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "노드 세부 정보 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kısıt adı"
+ "value" : "Düğüm Ayrıntılarını Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên ràng buộc"
+ "value" : "Sao chép chi tiết nút"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "约束名称"
+ "value" : "复制节点详情"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "約束名稱"
+ "value" : "複製節點詳細資訊"
}
}
}
},
- "Container service name, may be unreachable" : {
+ "Copy Operation" : {
+ "comment" : "A button that copies the operation of a query plan node to the clipboard.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연산 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Container servis adı, erişilemeyebilir"
+ "value" : "İşlemi Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên dịch vụ container, có thể không truy cập được"
+ "value" : "Sao chép thao tác"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "容器服务名称,可能无法访问"
+ "value" : "复制操作"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "容器服務名稱,可能無法連線"
+ "value" : "複製操作"
}
}
}
},
- "contains" : {
+ "Copy Path" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "경로 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "içerir"
+ "value" : "Yolu Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "chứa"
+ "value" : "Sao chép đường dẫn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "包含"
+ "value" : "复制路径"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "包含"
+ "value" : "複製路徑"
}
}
}
},
- "Context" : {
+ "Copy Privileges" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "권한 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlam"
+ "value" : "Yetkileri Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ngữ cảnh"
+ "value" : "Sao chép quyền"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "上下文"
+ "value" : "复制权限"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "內容脈絡"
+ "value" : "複製權限"
}
}
}
},
- "Continue" : {
+ "Copy Privileges From…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다음에서 권한 복사…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Devam"
+ "value" : "Yetkileri Şuradan Kopyala…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tiếp tục"
+ "value" : "Sao chép quyền từ…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "继续"
+ "value" : "从以下项复制权限…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "繼續"
+ "value" : "從以下項目複製權限…"
}
}
}
},
- "Control Background" : {
+ "Copy Privileges from %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@에서 권한 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kontrol Arka Planı"
+ "value" : "Yetkileri %@ Kaynağından Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nền điều khiển"
+ "value" : "Sao chép quyền từ %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "控件背景"
+ "value" : "从 %@ 复制权限"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "控制項背景"
+ "value" : "從 %@ 複製權限"
}
}
}
},
- "Controls how external clients (Raycast, Cursor, Claude Desktop) access this connection. Tokens cannot exceed this level even with full-access scope." : {
+ "Copy Query" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Harici istemcilerin (Raycast, Cursor, Claude Desktop) bu bağlantıya nasıl erişeceğini kontrol eder. Token'lar tam erişim kapsamına sahip olsa bile bu düzeyi aşamaz."
+ "value" : "Sorguyu Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kiểm soát cách các client bên ngoài (Raycast, Cursor, Claude Desktop) truy cập kết nối này. Token không thể vượt quá mức này kể cả khi có phạm vi truy cập đầy đủ."
+ "value" : "Sao chép truy vấn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "控制外部客户端(Raycast、Cursor、Claude Desktop)如何访问该连接。即使具有完全访问权限,令牌也无法超出此级别。"
+ "value" : "复制查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "控制外部用戶端(Raycast、Cursor、Claude Desktop)如何存取此連線。即使具有完整存取範圍,權杖也無法超出此層級。"
+ "value" : "複製查詢"
}
}
}
},
- "Conversation history" : {
+ "Copy Rows" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "행 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Konuşma geçmişi"
+ "value" : "Satırları Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lịch sử hội thoại"
+ "value" : "Sao chép hàng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "对话历史"
+ "value" : "复制行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "對話記錄"
+ "value" : "複製列"
}
}
}
},
- "Conversation History" : {
+ "Copy SQL" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "SQL 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sohbet Geçmişi"
+ "value" : "SQL Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lịch sử hội thoại"
+ "value" : "Sao chép SQL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "对话历史"
+ "value" : "复制 SQL"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "對話記錄"
+ "value" : "複製 SQL"
}
}
}
},
- "Convert line break to space" : {
- "extractionState" : "stale",
+ "Copy Special" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "특수 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satır sonunu boşluğa çevir"
+ "value" : "Özel Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chuyển xuống dòng thành dấu cách"
+ "value" : "Sao chép đặc biệt"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "将换行转换为空格"
+ "value" : "特殊复制"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將換行轉換為空格"
+ "value" : "特殊複製"
}
}
}
},
- "Convert NULL to empty" : {
- "extractionState" : "stale",
+ "Copy TablePro Link" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "TablePro 링크 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "NULL'u boş yap"
+ "value" : "TablePro Bağlantısını Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chuyển NULL thành rỗng"
+ "value" : "Sao chép liên kết TablePro"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "将 NULL 转换为空"
+ "value" : "复制 TablePro 链接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將 NULL 轉換為空"
+ "value" : "複製 TablePro 連結"
}
}
}
},
- "Convert NULL to EMPTY" : {
- "extractionState" : "stale",
+ "Copy Token" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "토큰 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "NULL'u BOŞ yap"
+ "value" : "Token Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chuyển NULL thành RỖNG"
+ "value" : "Sao chép token"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "将 NULL 转换为空"
+ "value" : "复制令牌"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將 NULL 轉換為空"
+ "value" : "複製權杖"
}
}
}
},
- "Coordination & Config" : {
+ "Copy Value" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "값 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Koordinasyon ve yapılandırma"
+ "value" : "Değeri Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Điều phối & cấu hình"
+ "value" : "Sao chép giá trị"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "协调与配置"
+ "value" : "复制值"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "協調與設定"
+ "value" : "複製值"
}
}
}
},
- "Copied" : {
+ "Copy as" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다음 형식으로 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kopyalandı"
+ "value" : "Şu şekilde kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã sao chép"
+ "value" : "Sao chép dạng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已复制"
+ "value" : "复制为"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已複製"
+ "value" : "複製為"
}
}
}
},
- "Copied to clipboard" : {
+ "Copy as Hex" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "16진수로 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Panoya kopyalandı"
+ "value" : "Hex Olarak Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã sao chép"
+ "value" : "Sao chép dạng Hex"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已复制到剪贴板"
+ "value" : "复制为十六进制"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已複製到剪貼簿"
+ "value" : "複製為十六進位"
}
}
}
},
- "Copied!" : {
+ "Copy as Import Link" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "가져오기 링크로 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kopyalandı!"
+ "value" : "İçe Aktarma Bağlantısı Olarak Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã sao chép!"
+ "value" : "Sao chép dạng Liên kết Nhập"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已复制!"
+ "value" : "复制为导入链接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已複製!"
+ "value" : "複製為匯入連結"
}
}
}
},
- "Copilot language server binary not found" : {
+ "Copy as JSON" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "JSON으로 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Copilot dil sunucusu ikili dosyası bulunamadı"
+ "value" : "JSON Olarak Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy binary của Copilot language server"
+ "value" : "Sao chép dạng JSON"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到 Copilot 语言服务器可执行文件"
+ "value" : "复制为 JSON"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到 Copilot 語言伺服器執行檔"
+ "value" : "複製為 JSON"
}
}
}
},
- "Copilot server is not running" : {
+ "Copy as URL" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "URL로 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Copilot sunucusu çalışmıyor"
+ "value" : "URL olarak kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Copilot server không chạy"
+ "value" : "Sao chép dạng URL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Copilot 服务器未运行"
+ "value" : "复制为 URL"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Copilot 伺服器未執行"
+ "value" : "複製為 URL"
}
}
}
},
- "Copilot subscription inactive" : {
+ "Copy error message" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "오류 메시지 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Copilot aboneliği aktif değil"
+ "value" : "Hata mesajını kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gói Copilot không hoạt động"
+ "value" : "Sao chép thông báo lỗi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Copilot 订阅未激活"
+ "value" : "复制错误信息"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Copilot 訂閱未啟用"
+ "value" : "複製錯誤訊息"
}
}
}
},
- "Copy" : {
+ "Copy install command" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "설치 명령 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kopyala"
+ "value" : "Kurulum komutunu kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép"
+ "value" : "Sao chép lệnh cài đặt"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制"
+ "value" : "复制安装命令"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製"
+ "value" : "複製安裝指令"
}
}
}
},
- "Copy %lld Names" : {
- "comment" : "A button that copies the names of the selected containers to the clipboard.",
- "isCommentAutoGenerated" : true,
+ "Copy privileges to %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@에 권한 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld Adı Kopyala"
+ "value" : "Yetkileri %@ hedefine kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép %lld tên"
+ "value" : "Sao chép quyền sang %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制 %lld 个名称"
+ "value" : "将权限复制到 %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製 %lld 個名稱"
+ "value" : "將權限複製到 %@"
}
}
}
},
- "Copy All" : {
+ "Copy the full error to the clipboard" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "전체 오류를 클립보드에 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tümünü Kopyala"
+ "value" : "Hatanın tamamını panoya kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép tất cả"
+ "value" : "Sao chép toàn bộ lỗi vào bộ nhớ tạm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部复制"
+ "value" : "将完整错误复制到剪贴板"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部複製"
+ "value" : "將完整錯誤複製到剪貼簿"
}
}
}
},
- "Copy as" : {
+ "Copy this statement to clipboard" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 명령문을 클립보드에 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Şu şekilde kopyala"
+ "value" : "Bu ifadeyi panoya kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép dạng"
+ "value" : "Sao chép câu lệnh này vào bộ nhớ tạm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制为"
+ "value" : "将此语句复制到剪贴板"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製為"
+ "value" : "將此陳述式複製到剪貼簿"
}
}
}
},
- "Copy As" : {
+ "Copy to clipboard" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "클립보드에 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Farklı Kopyala"
+ "value" : "Panoya kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép dưới dạng"
+ "value" : "Sao chép vào clipboard"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制为"
+ "value" : "复制到剪贴板"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製為"
+ "value" : "複製到剪貼簿"
}
}
}
},
- "Copy as Hex" : {
+ "Copy token" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "토큰 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hex Olarak Kopyala"
+ "value" : "Token kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép dạng Hex"
+ "value" : "Sao chép token"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制为十六进制"
+ "value" : "复制令牌"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製為十六進位"
+ "value" : "複製權杖"
}
}
}
},
- "Copy as Import Link" : {
- "extractionState" : "stale",
+ "Copy with Headers" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "헤더와 함께 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İçe Aktarma Bağlantısı Olarak Kopyala"
+ "value" : "Başlıklarla Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép dạng Liên kết Nhập"
+ "value" : "Sao chép kèm tiêu đề"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制为导入链接"
+ "value" : "复制(含表头)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製為匯入連結"
+ "value" : "複製(含標題)"
}
}
}
},
- "Copy as JSON" : {
+ "Copy with Signature" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "시그니처 포함 복사"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON Olarak Kopyala"
+ "value" : "İmzayla Kopyala"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép dạng JSON"
+ "value" : "Sao chép kèm chữ ký"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制为 JSON"
+ "value" : "带签名复制"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製為 JSON"
+ "value" : "連同簽章一起複製"
}
}
}
},
- "Copy as URL" : {
+ "Corner Radius" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모서리 반경"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "URL olarak kopyala"
+ "value" : "Köşe Yarıçapı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép dạng URL"
+ "value" : "Bo góc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制为 URL"
+ "value" : "圆角半径"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製為 URL"
+ "value" : "圓角半徑"
}
}
}
},
- "Copy Column Name" : {
+ "Cost" : {
+ "comment" : "Label for the cost column in the query plan.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "비용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütun Adını Kopyala"
+ "value" : "Maliyet"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép tên cột"
+ "value" : "Chi phí"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制列名"
+ "value" : "成本"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製欄位名稱"
+ "value" : "成本"
}
}
}
},
- "Copy Column Values" : {
+ "Could Not Open File" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파일을 열 수 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütun Değerlerini Kopyala"
+ "value" : "Dosya Açılamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép giá trị cột"
+ "value" : "Không thể mở tệp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制列值"
+ "value" : "无法打开文件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製欄位值"
+ "value" : "無法開啟檔案"
}
}
}
},
- "Copy Connection ID" : {
+ "Could Not Open Query" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리를 열 수 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı Kimliğini Kopyala"
+ "value" : "Sorgu Açılamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép ID kết nối"
+ "value" : "Không thể mở truy vấn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制连接ID"
+ "value" : "无法打开查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製連線 ID"
+ "value" : "無法開啟查詢"
}
}
}
},
- "Copy Connection String" : {
+ "Could Not Open Sample" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "샘플을 열 수 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı Dizgisini Kopyala"
+ "value" : "Örnek açılamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép connection string"
+ "value" : "Không thể mở Mẫu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制连接字符串"
+ "value" : "无法打开示例"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製連線字串"
+ "value" : "無法開啟範例"
}
}
}
},
- "Copy Definition" : {
+ "Could Not Open Table" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블을 열 수 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tanımı Kopyala"
+ "value" : "Tablo Açılamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép định nghĩa"
+ "value" : "Không thể mở bảng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制定义"
+ "value" : "无法打开表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製定義"
+ "value" : "無法開啟資料表"
}
}
}
},
- "Copy Details" : {
+ "Could Not Reset Sample" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "샘플을 초기화할 수 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ayrıntıları Kopyala"
+ "value" : "Örnek sıfırlanamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép chi tiết"
+ "value" : "Không thể đặt lại Mẫu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制详细信息"
+ "value" : "无法重置示例"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製詳細資訊"
+ "value" : "無法重設範例"
}
}
}
},
- "Copy Diagnostic Info" : {
+ "Could not build the CREATE TABLE statement" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "CREATE TABLE 문을 작성할 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tanılama Bilgilerini Kopyala"
+ "value" : "CREATE TABLE ifadesi oluşturulamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép thông tin chẩn đoán"
+ "value" : "Không thể tạo câu lệnh CREATE TABLE"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制诊断信息"
+ "value" : "无法生成CREATE TABLE语句"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製診斷資訊"
+ "value" : "無法建立 CREATE TABLE 陳述式"
}
}
}
},
- "Copy error message" : {
+ "Could not complete Oracle native network encryption with this server. It may require an encryption or checksum algorithm the driver does not support." : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 서버와 Oracle 네이티브 네트워크 암호화를 완료할 수 없습니다. 서버에서 드라이버가 지원하지 않는 암호화 또는 체크섬 알고리즘을 요구할 수 있습니다."
+ }
+ }
+ }
+ },
+ "Could not connect through the SOCKS proxy at %@:%@. %@" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Could not connect through the SOCKS proxy at %1$@:%2$@. %3$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@:%2$@의 SOCKS 프록시를 통해 연결할 수 없습니다. %3$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hata mesajını kopyala"
+ "value" : "%1$@:%2$@ adresindeki SOCKS proxy üzerinden bağlanılamadı. %3$@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép thông báo lỗi"
+ "value" : "Không thể kết nối qua SOCKS proxy tại %1$@:%2$@. %3$@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制错误信息"
+ "value" : "无法通过 %1$@:%2$@ 的 SOCKS 代理连接。%3$@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製錯誤訊息"
+ "value" : "無法透過 %1$@:%2$@ 的 SOCKS 代理連線。%3$@"
}
}
}
},
- "Copy Errors to Clipboard" : {
- "extractionState" : "stale",
+ "Could not connect to %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@에 연결할 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hataları Panoya Kopyala"
+ "value" : "%@ bağlantısı kurulamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép lỗi vào clipboard"
+ "value" : "Không thể kết nối tới %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制错误到剪贴板"
+ "value" : "无法连接到 %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將錯誤複製到剪貼簿"
+ "value" : "無法連線到 %@"
}
}
}
},
- "Copy EXPLAIN output to clipboard" : {
+ "Could not create destination file" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "대상 파일을 생성할 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "EXPLAIN çıktısını panoya kopyala"
+ "value" : "Hedef dosya oluşturulamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép kết quả EXPLAIN vào clipboard"
+ "value" : "Không thể tạo tệp đích"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "将 EXPLAIN 输出复制到剪贴板"
+ "value" : "无法创建目标文件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將 EXPLAIN 輸出複製到剪貼簿"
+ "value" : "無法建立目的檔案"
}
}
}
},
- "Copy ID" : {
+ "Could not decode image" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이미지를 디코딩할 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ID Kopyala"
+ "value" : "Görüntünün kodu çözülemedi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép ID"
+ "value" : "Không thể giải mã hình ảnh"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制 ID"
+ "value" : "无法解码图像"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製 ID"
+ "value" : "無法解碼影像"
}
}
}
},
- "Copy install command" : {
+ "Could not encode image" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이미지를 인코딩할 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kurulum komutunu kopyala"
+ "value" : "Görüntü kodlanamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép lệnh cài đặt"
+ "value" : "Không thể mã hóa hình ảnh"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制安装命令"
+ "value" : "无法编码图像"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製安裝指令"
+ "value" : "無法編碼影像"
}
}
}
},
- "Copy JSON" : {
+ "Could not export activity log" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "활동 로그를 내보낼 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON Kopyala"
+ "value" : "Etkinlik günlüğü dışa aktarılamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép JSON"
+ "value" : "Không thể xuất nhật ký hoạt động"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制 JSON"
+ "value" : "无法导出活动日志"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製 JSON"
+ "value" : "無法匯出活動記錄"
}
}
}
},
- "Copy Key" : {
+ "Could not export the diagram" : {
+ "comment" : "Title of an error sheet that appears when the user tries to export the ER diagram but the image could not be created.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다이어그램을 내보낼 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Anahtarı Kopyala"
+ "value" : "Diyagram dışa aktarılamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép khoá"
+ "value" : "Không thể xuất sơ đồ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制键"
+ "value" : "无法导出图表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製鍵"
+ "value" : "無法匯出圖表"
}
}
}
},
- "Copy Key Path" : {
+ "Could not export the schema" : {
+ "comment" : "Title of an alert that appears when an error occurs while exporting the schema.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "스키마를 내보낼 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Anahtar Yolunu Kopyala"
+ "value" : "Şema dışa aktarılamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép đường dẫn khoá"
+ "value" : "Không thể xuất schema"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制键路径"
+ "value" : "无法导出 Schema"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製鍵路徑"
+ "value" : "無法匯出綱要"
}
}
}
},
- "Copy Name" : {
+ "Could not export the theme" : {
+ "comment" : "Title of an error sheet when exporting a theme fails.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테마를 내보낼 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Adı Kopyala"
+ "value" : "Tema dışa aktarılamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép tên"
+ "value" : "Không thể xuất giao diện"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制名称"
+ "value" : "无法导出主题"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製名稱"
+ "value" : "無法匯出佈景主題"
}
}
}
},
- "Copy Namespace Prefix" : {
- "comment" : "A button that copies the namespace prefix to the clipboard.",
- "isCommentAutoGenerated" : true,
+ "Could not fetch plugin registry" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "플러그인 레지스트리를 가져올 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Namespace Önekini Kopyala"
+ "value" : "Eklenti kaydı alınamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép tiền tố namespace"
+ "value" : "Không thể tải danh sách plugin"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制命名空间前缀"
+ "value" : "无法获取插件注册表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製命名空間前綴"
+ "value" : "無法取得外掛註冊"
}
}
}
},
- "Copy Node Details" : {
- "comment" : "A tooltip that describes the action of copying the details of a query plan node to the clipboard.",
- "isCommentAutoGenerated" : true,
+ "Could not find %@ data files" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 데이터 파일을 찾을 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Düğüm Ayrıntılarını Kopyala"
+ "value" : "%@ veri dosyaları bulunamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép chi tiết nút"
+ "value" : "Không tìm thấy tệp dữ liệu %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制节点详情"
+ "value" : "找不到 %@ 数据文件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製節點詳細資訊"
+ "value" : "找不到 %@ 資料檔案"
}
}
}
},
- "Copy Operation" : {
- "comment" : "A button that copies the operation of a query plan node to the clipboard.",
- "isCommentAutoGenerated" : true,
+ "Could not generate SQL for changes." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "변경 사항에 대한 SQL을 생성할 수 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İşlemi Kopyala"
+ "value" : "Değişiklikler için SQL oluşturulamadı."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép thao tác"
+ "value" : "Không thể tạo SQL cho các thay đổi."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制操作"
+ "value" : "无法为更改生成 SQL。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製操作"
+ "value" : "無法為變更產生 SQL。"
}
}
}
},
- "Copy Path" : {
+ "Could not install the sample database: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "샘플 데이터베이스를 설치할 수 없습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yolu Kopyala"
+ "value" : "Örnek veritabanı yüklenemedi: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép đường dẫn"
+ "value" : "Không thể cài đặt cơ sở dữ liệu mẫu: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制路径"
+ "value" : "无法安装示例数据库:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製路徑"
+ "value" : "無法安裝範例資料庫:%@"
}
}
}
},
- "Copy Privileges" : {
+ "Could not open a local port for the SOCKS proxy: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "SOCKS 프록시용 로컬 포트를 열 수 없습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yetkileri Kopyala"
+ "value" : "SOCKS proxy için yerel bir port açılamadı: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép quyền"
+ "value" : "Không thể mở cổng cục bộ cho SOCKS proxy: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制权限"
+ "value" : "无法为 SOCKS 代理打开本地端口:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製權限"
+ "value" : "無法為 SOCKS 代理開啟本機連接埠:%@"
}
}
}
},
- "Copy Privileges from %@" : {
+ "Could not parse database URL: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 URL을 구문 분석할 수 없습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yetkileri %@ Kaynağından Kopyala"
+ "value" : "Veritabanı URL'si ayrıştırılamadı: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép quyền từ %@"
+ "value" : "Không thể phân tích URL cơ sở dữ liệu: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "从 %@ 复制权限"
+ "value" : "无法解析数据库 URL:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "從 %@ 複製權限"
+ "value" : "無法解析資料庫 URL:%@"
}
}
}
},
- "Copy Privileges From…" : {
+ "Could not reach the license server. Check your internet connection and try again." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "라이선스 서버에 연결할 수 없습니다. 인터넷 연결을 확인한 후 다시 시도하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yetkileri Şuradan Kopyala…"
+ "value" : "Lisans sunucusuna ulaşılamadı. İnternet bağlantınızı kontrol edip tekrar deneyin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép quyền từ…"
+ "value" : "Không thể kết nối đến máy chủ giấy phép. Kiểm tra kết nối internet và thử lại."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "从以下项复制权限…"
+ "value" : "无法连接许可证服务器。请检查网络连接后重试。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "從以下項目複製權限…"
+ "value" : "無法連線授權伺服器。請檢查網際網路連線後再試一次。"
}
}
}
},
- "Copy privileges to %@" : {
+ "Could not read password file: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "암호 파일을 읽을 수 없습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yetkileri %@ hedefine kopyala"
+ "value" : "Parola dosyası okunamadı: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép quyền sang %@"
+ "value" : "Không thể đọc tệp mật khẩu: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "将权限复制到 %@"
+ "value" : "无法读取密码文件:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將權限複製到 %@"
+ "value" : "無法讀取密碼檔案:%@"
}
}
}
},
- "Copy Query" : {
+ "Could not read the file. It may have been deleted or moved." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파일을 읽을 수 없습니다. 파일이 삭제되었거나 이동되었을 수 있습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorguyu Kopyala"
+ "value" : "Dosya okunamadı. Silinmiş veya taşınmış olabilir."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép truy vấn"
+ "value" : "Không thể đọc tệp. Tệp có thể đã bị xóa hoặc di chuyển."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制查询"
+ "value" : "无法读取文件。文件可能已被删除或移动。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製查詢"
+ "value" : "無法讀取檔案。檔案可能已被刪除或移動。"
}
}
}
},
- "Copy Rows" : {
+ "Could not read the server response. Try again in a moment." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "서버 응답을 읽을 수 없습니다. 잠시 후 다시 시도하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satırları Kopyala"
+ "value" : "Sunucu yanıtı okunamadı. Biraz sonra tekrar deneyin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép hàng"
+ "value" : "Không thể đọc phản hồi từ máy chủ. Vui lòng thử lại sau."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制行"
+ "value" : "无法读取服务器响应。请稍后重试。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製列"
+ "value" : "無法讀取伺服器回應。請稍後再試一次。"
}
}
}
},
- "Copy Special" : {
+ "Could not remove %@." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@을(를) 제거할 수 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Özel Kopyala"
+ "value" : "%@ kaldırılamadı."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép đặc biệt"
+ "value" : "Không thể gỡ %@."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "特殊复制"
+ "value" : "无法移除 %@。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "特殊複製"
+ "value" : "無法移除 %@。"
}
}
}
},
- "Copy SQL" : {
- "extractionState" : "stale",
+ "Could not save the connection. Check disk space and permissions, then try again." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결을 저장할 수 없습니다. 디스크 공간과 권한을 확인한 후 다시 시도하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "SQL Kopyala"
+ "value" : "Bağlantı kaydedilemedi. Disk alanını ve izinleri denetleyin, sonra yeniden deneyin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép SQL"
+ "value" : "Không thể lưu kết nối. Kiểm tra dung lượng đĩa và quyền truy cập, rồi thử lại."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制 SQL"
+ "value" : "无法保存连接。请检查磁盘空间和权限,然后重试。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製 SQL"
+ "value" : "無法儲存連線。請檢查磁碟空間與權限,然後再試一次。"
}
}
}
},
- "Copy TablePro Link" : {
+ "Could not start a new TablePro instance. Quit and reopen manually." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 TablePro 인스턴스를 시작할 수 없습니다. 앱을 종료한 후 직접 다시 여십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "TablePro Bağlantısını Kopyala"
+ "value" : "Yeni bir TablePro örneği başlatılamadı. Uygulamadan çıkıp elle yeniden açın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép liên kết TablePro"
+ "value" : "Không thể khởi chạy phiên TablePro mới. Hãy thoát và mở lại thủ công."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制 TablePro 链接"
+ "value" : "无法启动新的TablePro实例。请手动退出并重新打开。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製 TablePro 連結"
+ "value" : "無法啟動新的 TablePro 實例。請手動結束並重新開啟。"
}
}
}
},
- "Copy the full error to the clipboard" : {
+ "Could not start the sign-in listener. Please try again." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "로그인 리스너를 시작할 수 없습니다. 다시 시도하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hatanın tamamını panoya kopyala"
+ "value" : "Oturum açma dinleyicisi başlatılamadı. Lütfen tekrar deneyin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép toàn bộ lỗi vào bộ nhớ tạm"
+ "value" : "Không thể khởi động trình lắng nghe đăng nhập. Vui lòng thử lại."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "将完整错误复制到剪贴板"
+ "value" : "无法启动登录监听器。请重试。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將完整錯誤複製到剪貼簿"
+ "value" : "無法啟動登入監聽器。請再試一次。"
}
}
}
},
- "Copy this statement to clipboard" : {
+ "Could not switch to database %@ before applying schema changes: %@" : {
"extractionState" : "stale",
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Could not switch to database %1$@ before applying schema changes: %2$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "스키마 변경 사항을 적용하기 전에 데이터베이스 %1$@(으)로 전환할 수 없습니다: %2$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu ifadeyi panoya kopyala"
+ "value" : "Şema değişiklikleri uygulanmadan önce %1$@ veritabanına geçilemedi: %2$@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép câu lệnh này vào bộ nhớ tạm"
+ "value" : "Không thể chuyển sang cơ sở dữ liệu %1$@ trước khi áp dụng thay đổi schema: %2$@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "将此语句复制到剪贴板"
+ "value" : "应用 Schema 更改前无法切换到数据库 %1$@:%2$@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將此陳述式複製到剪貼簿"
+ "value" : "套用綱要變更前無法切換到資料庫 %1$@:%2$@"
}
}
}
},
- "Copy to clipboard" : {
+ "Could not write %@." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@을(를) 쓸 수 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Panoya kopyala"
+ "value" : "%@ yazılamadı."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép vào clipboard"
+ "value" : "Không thể ghi %@."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制到剪贴板"
+ "value" : "无法写入 %@。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製到剪貼簿"
+ "value" : "無法寫入 %@。"
}
}
}
},
- "Copy token" : {
+ "Could not write the Google Cloud service account key to a temporary file." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Google Cloud 서비스 계정 키를 임시 파일에 쓸 수 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Token kopyala"
+ "value" : "Google Cloud servis hesabı anahtarı geçici bir dosyaya yazılamadı."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép token"
+ "value" : "Không thể ghi khóa tài khoản dịch vụ Google Cloud vào tệp tạm."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制令牌"
+ "value" : "无法将 Google Cloud 服务账号密钥写入临时文件。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製權杖"
+ "value" : "無法將 Google Cloud 服務帳號金鑰寫入暫存檔案。"
}
}
}
},
- "Copy Token" : {
+ "Could not write to file. Check that the file is writable." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파일에 쓸 수 없습니다. 파일에 쓰기 권한이 있는지 확인하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Token Kopyala"
+ "value" : "Dosyaya yazılamadı. Dosyanın yazılabilir olduğunu denetleyin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép token"
+ "value" : "Không thể ghi vào tệp. Hãy kiểm tra xem tệp có cho phép ghi không."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制令牌"
+ "value" : "无法写入文件。请检查文件是否可写。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製權杖"
+ "value" : "無法寫入檔案。請檢查檔案是否可寫入。"
}
}
}
},
- "Copy Value" : {
+ "Couldn't publish to the team catalog" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "팀 카탈로그에 게시할 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Değeri Kopyala"
+ "value" : "Takım kataloğuna yayınlanamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép giá trị"
+ "value" : "Không thể xuất bản lên danh mục nhóm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制值"
+ "value" : "无法发布到团队目录"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製值"
+ "value" : "無法發佈到團隊目錄"
}
}
}
},
- "Copy with Headers" : {
+ "Couldn't publish to the team library" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "팀 라이브러리에 게시할 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Başlıklarla Kopyala"
+ "value" : "Takım kitaplığına yayınlanamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép kèm tiêu đề"
+ "value" : "Không thể xuất bản lên thư viện nhóm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制(含表头)"
+ "value" : "无法发布到团队库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製(含標題)"
+ "value" : "無法發佈到團隊庫"
}
}
}
},
- "Copy with Signature" : {
+ "Couldn't reach the plugin registry. Check your connection and try again." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "플러그인 레지스트리에 연결할 수 없습니다. 연결을 확인한 후 다시 시도하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İmzayla Kopyala"
+ "value" : "Eklenti deposuna ulaşılamadı. Bağlantınızı denetleyip tekrar deneyin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sao chép kèm chữ ký"
+ "value" : "Không thể truy cập kho plugin. Kiểm tra kết nối và thử lại."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "带签名复制"
+ "value" : "无法访问插件注册表。请检查网络连接后重试。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連同簽章一起複製"
+ "value" : "無法連上外掛註冊來源。請檢查連線後再試一次。"
}
}
}
},
- "Corner Radius" : {
- "extractionState" : "stale",
+ "Count all rows" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 행 수 계산"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Köşe Yarıçapı"
+ "value" : "Tüm satırları say"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bo góc"
+ "value" : "Đếm tất cả hàng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "圆角半径"
+ "value" : "统计全部行数"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "圓角半徑"
+ "value" : "計算所有列數"
}
}
}
},
- "Cost" : {
- "comment" : "Label for the cost column in the query plan.",
- "isCommentAutoGenerated" : true,
+ "Count exactly" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "정확히 계산"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Maliyet"
+ "value" : "Tam say"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chi phí"
+ "value" : "Đếm chính xác"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "成本"
+ "value" : "精确计数"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "成本"
+ "value" : "精確計算"
}
}
}
},
- "Could not build the CREATE TABLE statement" : {
+ "Count rows if estimate less than:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "예상치가 다음보다 작으면 행 수 계산:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CREATE TABLE ifadesi oluşturulamadı"
+ "value" : "Tahmin şundan az ise satırları say:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể tạo câu lệnh CREATE TABLE"
+ "value" : "Đếm dòng nếu ước tính nhỏ hơn:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法生成CREATE TABLE语句"
+ "value" : "估算值小于此值时计数行:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法建立 CREATE TABLE 陳述式"
+ "value" : "估算值小於此值時計算列數:"
}
}
}
},
- "Could not connect through the SOCKS proxy at %@:%@. %@" : {
+ "Counting rows" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Could not connect through the SOCKS proxy at %1$@:%2$@. %3$@"
+ "state" : "translated",
+ "value" : "행 수 계산 중"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@:%2$@ adresindeki SOCKS proxy üzerinden bağlanılamadı. %3$@"
+ "value" : "Satırlar sayılıyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể kết nối qua SOCKS proxy tại %1$@:%2$@. %3$@"
+ "value" : "Đang đếm dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法通过 %1$@:%2$@ 的 SOCKS 代理连接。%3$@"
+ "value" : "正在统计行数"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法透過 %1$@:%2$@ 的 SOCKS 代理連線。%3$@"
+ "value" : "正在計算列數"
}
}
}
},
- "Could not connect to %@" : {
+ "Counting..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "계산 중..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ bağlantısı kurulamadı"
+ "value" : "Sayılıyor..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể kết nối tới %@"
+ "value" : "Đang đếm..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法连接到 %@"
+ "value" : "统计中..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法連線到 %@"
+ "value" : "計算中..."
}
}
}
},
- "Could not create destination file" : {
+ "Create" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "생성"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hedef dosya oluşturulamadı"
+ "value" : "Oluştur"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể tạo tệp đích"
+ "value" : "Tạo"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法创建目标文件"
+ "value" : "创建"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法建立目的檔案"
+ "value" : "建立"
}
}
}
},
- "Could not decode image" : {
+ "Create %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 생성"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Görüntünün kodu çözülemedi"
+ "value" : "%@ Oluştur"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể giải mã hình ảnh"
+ "value" : "Tạo %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法解码图像"
+ "value" : "创建 %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法解碼影像"
+ "value" : "建立 %@"
}
}
}
},
- "Could not encode image" : {
+ "Create Connection..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 생성..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Görüntü kodlanamadı"
+ "value" : "Bağlantı Oluştur..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể mã hóa hình ảnh"
+ "value" : "Tạo kết nối..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法编码图像"
+ "value" : "创建连接..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法編碼影像"
+ "value" : "建立連線…"
}
}
}
},
- "Could not export activity log" : {
+ "Create Database" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 생성"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Etkinlik günlüğü dışa aktarılamadı"
+ "value" : "Veritabanı Oluştur"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể xuất nhật ký hoạt động"
+ "value" : "Tạo cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法导出活动日志"
+ "value" : "创建数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法匯出活動記錄"
+ "value" : "建立資料庫"
}
}
}
},
- "Could not export the diagram" : {
- "comment" : "Title of an error sheet that appears when the user tries to export the ER diagram but the image could not be created.",
- "isCommentAutoGenerated" : true,
+ "Create New Group" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 그룹 생성"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Diyagram dışa aktarılamadı"
+ "value" : "Yeni Grup Oluştur"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể xuất sơ đồ"
+ "value" : "Tạo nhóm mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法导出图表"
+ "value" : "创建新分组"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法匯出圖表"
+ "value" : "建立新群組"
}
}
}
},
- "Could not export the schema" : {
- "comment" : "Title of an alert that appears when an error occurs while exporting the schema.",
- "isCommentAutoGenerated" : true,
+ "Create New Group..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 그룹 생성..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Şema dışa aktarılamadı"
+ "value" : "Yeni Grup Oluştur..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể xuất schema"
+ "value" : "Tạo nhóm mới..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法导出 Schema"
+ "value" : "创建新分组..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法匯出綱要"
+ "value" : "建立新群組..."
}
}
}
},
- "Could not export the theme" : {
- "comment" : "Title of an error sheet when exporting a theme fails.",
- "isCommentAutoGenerated" : true,
+ "Create New Profile..." : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Create New Profile..."
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 프로필 생성..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tema dışa aktarılamadı"
+ "value" : "Yeni Profil Oluştur..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể xuất giao diện"
+ "value" : "Tạo hồ sơ mới..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法导出主题"
+ "value" : "新建配置…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法匯出佈景主題"
+ "value" : "建立新設定檔..."
}
}
}
},
- "Could not fetch plugin registry" : {
+ "Create New Table..." : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 테이블 생성..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Eklenti kaydı alınamadı"
+ "value" : "Yeni Tablo Oluştur..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể tải danh sách plugin"
+ "value" : "Tạo bảng mới..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法获取插件注册表"
+ "value" : "新建表..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法取得外掛註冊"
+ "value" : "建立新資料表..."
}
}
}
},
- "Could not find %@ data files" : {
+ "Create New Tag" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 태그 생성"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ veri dosyaları bulunamadı"
+ "value" : "Yeni Etiket Oluştur"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy tệp dữ liệu %@"
+ "value" : "Tạo thẻ mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到 %@ 数据文件"
+ "value" : "创建新标签"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到 %@ 資料檔案"
+ "value" : "建立新標籤"
}
}
}
},
- "Could not generate SQL for changes." : {
+ "Create New Tag..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 태그 생성..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Değişiklikler için SQL oluşturulamadı."
+ "value" : "Yeni Etiket Oluştur..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể tạo SQL cho các thay đổi."
+ "value" : "Tạo thẻ mới..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法为更改生成 SQL。"
+ "value" : "创建新标签..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法為變更產生 SQL。"
+ "value" : "建立新標籤..."
}
}
}
},
- "Could not install the sample database: %@" : {
+ "Create New View..." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 뷰 생성..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Örnek veritabanı yüklenemedi: %@"
+ "value" : "Yeni Görünüm Oluştur..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể cài đặt cơ sở dữ liệu mẫu: %@"
+ "value" : "Tạo view mới..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法安装示例数据库:%@"
+ "value" : "创建新视图..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法安裝範例資料庫:%@"
+ "value" : "建立新檢視表..."
}
}
}
},
- "Could not open a local port for the SOCKS proxy: %@" : {
+ "Create New View…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 뷰 생성…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "SOCKS proxy için yerel bir port açılamadı: %@"
+ "value" : "Yeni Görünüm Oluştur…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể mở cổng cục bộ cho SOCKS proxy: %@"
+ "value" : "Tạo view mới…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法为 SOCKS 代理打开本地端口:%@"
+ "value" : "新建视图…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法為 SOCKS 代理開啟本機連接埠:%@"
+ "value" : "建立新的檢視表…"
}
}
}
},
- "Could Not Open File" : {
+ "Create Table" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블 생성"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dosya Açılamadı"
+ "value" : "Tablo Oluştur"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể mở tệp"
+ "value" : "Tạo bảng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法打开文件"
+ "value" : "创建表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法開啟檔案"
+ "value" : "建立資料表"
}
}
}
},
- "Could Not Open Query" : {
+ "Create Table Failed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블 생성 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorgu Açılamadı"
+ "value" : "Tablo Oluşturma Başarısız"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể mở truy vấn"
+ "value" : "Tạo bảng thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法打开查询"
+ "value" : "创建表失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法開啟查詢"
+ "value" : "建立資料表失敗"
}
}
}
},
- "Could Not Open Sample" : {
+ "Create Trigger" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "트리거 생성"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Örnek açılamadı"
+ "value" : "Tetikleyici Oluştur"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể mở Mẫu"
+ "value" : "Tạo trigger"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法打开示例"
+ "value" : "创建触发器"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法開啟範例"
+ "value" : "建立觸發器"
}
}
}
},
- "Could Not Open Table" : {
+ "Create a connection to get started" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "시작하려면 연결을 생성하십시오"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tablo Açılamadı"
+ "value" : "Başlamak için bir bağlantı oluşturun"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể mở bảng"
+ "value" : "Tạo kết nối để bắt đầu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法打开表"
+ "value" : "创建连接以开始使用"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法開啟資料表"
+ "value" : "建立連線以開始使用"
}
}
}
},
- "Could not parse database URL: %@" : {
+ "Create a connection to get started with\nyour databases." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 사용을 시작하려면\n연결을 생성하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı URL'si ayrıştırılamadı: %@"
+ "value" : "Veritabanlarınızla başlamak için\nbir bağlantı oluşturun."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể phân tích URL cơ sở dữ liệu: %@"
+ "value" : "Tạo kết nối để bắt đầu sử dụng\ncơ sở dữ liệu của bạn."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法解析数据库 URL:%@"
+ "value" : "创建连接以开始使用\n您的数据库。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法解析資料庫 URL:%@"
+ "value" : "建立連線以開始使用\n你的資料庫。"
}
}
}
},
- "Could not reach the license server. Check your internet connection and try again." : {
+ "Create a new table or view" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 테이블 또는 뷰 생성"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lisans sunucusuna ulaşılamadı. İnternet bağlantınızı kontrol edip tekrar deneyin."
+ "value" : "Yeni bir tablo veya görünüm oluştur"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể kết nối đến máy chủ giấy phép. Kiểm tra kết nối internet và thử lại."
+ "value" : "Tạo bảng hoặc view mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法连接许可证服务器。请检查网络连接后重试。"
+ "value" : "新建表或视图"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法連線授權伺服器。請檢查網際網路連線後再試一次。"
+ "value" : "建立新的資料表或檢視表"
}
}
}
},
- "Could not read password file: %@" : {
+ "Create all columns" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 열 생성"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Parola dosyası okunamadı: %@"
+ "value" : "Tüm sütunları oluştur"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể đọc tệp mật khẩu: %@"
+ "value" : "Tạo tất cả các cột"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法读取密码文件:%@"
+ "value" : "创建所有列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法讀取密碼檔案:%@"
+ "value" : "建立所有欄位"
}
}
}
},
- "Could not read the file. It may have been deleted or moved." : {
+ "Create connection..." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 생성..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dosya okunamadı. Silinmiş veya taşınmış olabilir."
+ "value" : "Bağlantı oluştur..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể đọc tệp. Tệp có thể đã bị xóa hoặc di chuyển."
+ "value" : "Tạo kết nối..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法读取文件。文件可能已被删除或移动。"
+ "value" : "创建连接..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法讀取檔案。檔案可能已被刪除或移動。"
+ "value" : "建立連線..."
}
}
}
},
- "Could not read the server response. Try again in a moment." : {
+ "Create new database" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 데이터베이스 생성"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sunucu yanıtı okunamadı. Biraz sonra tekrar deneyin."
+ "value" : "Yeni veritabanı oluştur"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể đọc phản hồi từ máy chủ. Vui lòng thử lại sau."
+ "value" : "Tạo cơ sở dữ liệu mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法读取服务器响应。请稍后重试。"
+ "value" : "创建新数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法讀取伺服器回應。請稍後再試一次。"
+ "value" : "建立新資料庫"
}
}
}
},
- "Could not remove %@." : {
+ "Create your own slash commands. Use {{query}}, {{schema}}, {{database}}, or {{body}} in the template to insert chat context at runtime." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "나만의 슬래시 명령을 만드십시오. 템플릿에서 {{query}}, {{schema}}, {{database}} 또는 {{body}}를 사용하면 실행 시 채팅 컨텍스트가 삽입됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ kaldırılamadı."
+ "value" : "Kendi eğik çizgi komutlarınızı oluşturun. Sohbet bağlamını çalışma zamanında eklemek için şablonda {{query}}, {{schema}}, {{database}} veya {{body}} kullanın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể gỡ %@."
+ "value" : "Tạo lệnh slash của riêng bạn. Dùng {{query}}, {{schema}}, {{database}} hoặc {{body}} trong mẫu để chèn ngữ cảnh trò chuyện khi chạy."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法移除 %@。"
+ "value" : "创建您自己的斜杠命令。在模板中使用 {{query}}、{{schema}}、{{database}} 或 {{body}},即可在运行时插入聊天上下文。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法移除 %@。"
+ "value" : "建立你自己的斜線指令。在範本中使用 {{query}}、{{schema}}、{{database}} 或 {{body}},即可在執行時插入聊天上下文。"
}
}
}
},
- "Could Not Reset Sample" : {
+ "Created" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "생성일"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Örnek sıfırlanamadı"
+ "value" : "Oluşturuldu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể đặt lại Mẫu"
+ "value" : "Đã tạo"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法重置示例"
+ "value" : "已创建"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法重設範例"
+ "value" : "已建立"
}
}
}
},
- "Could not save the connection. Check disk space and permissions, then try again." : {
+ "Created as GitHub issue #%d" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "GitHub 이슈 #%d로 생성됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı kaydedilemedi. Disk alanını ve izinleri denetleyin, sonra yeniden deneyin."
+ "value" : "GitHub issue #%d olarak oluşturuldu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể lưu kết nối. Kiểm tra dung lượng đĩa và quyền truy cập, rồi thử lại."
+ "value" : "Đã tạo thành GitHub issue #%d"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法保存连接。请检查磁盘空间和权限,然后重试。"
+ "value" : "已创建为 GitHub issue #%d"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法儲存連線。請檢查磁碟空間與權限,然後再試一次。"
+ "value" : "已建立為 GitHub issue #%d"
}
}
}
},
- "Could not start a new TablePro instance. Quit and reopen manually." : {
+ "Creating Backup Dump" : {
+ "comment" : "A title for a backup progress sheet.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "백업 덤프 생성 중"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni bir TablePro örneği başlatılamadı. Uygulamadan çıkıp elle yeniden açın."
+ "value" : "Yedek Dökümü Oluşturuluyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể khởi chạy phiên TablePro mới. Hãy thoát và mở lại thủ công."
+ "value" : "Đang tạo bản dump sao lưu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法启动新的TablePro实例。请手动退出并重新打开。"
+ "value" : "正在创建备份转储"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法啟動新的 TablePro 實例。請手動結束並重新開啟。"
+ "value" : "正在建立資料庫備份"
}
}
}
},
- "Could not start the sign-in listener. Please try again." : {
+ "Creating..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "생성 중..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Oturum açma dinleyicisi başlatılamadı. Lütfen tekrar deneyin."
+ "value" : "Oluşturuluyor..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể khởi động trình lắng nghe đăng nhập. Vui lòng thử lại."
+ "value" : "Đang tạo..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法启动登录监听器。请重试。"
+ "value" : "创建中..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法啟動登入監聽器。請再試一次。"
+ "value" : "建立中..."
}
}
}
},
- "Could not switch to database %@ before applying schema changes: %@" : {
- "extractionState" : "stale",
+ "Credentials" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Could not switch to database %1$@ before applying schema changes: %2$@"
+ "state" : "translated",
+ "value" : "자격 증명"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Şema değişiklikleri uygulanmadan önce %1$@ veritabanına geçilemedi: %2$@"
+ "value" : "Kimlik Bilgileri"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể chuyển sang cơ sở dữ liệu %1$@ trước khi áp dụng thay đổi schema: %2$@"
+ "value" : "Thông tin đăng nhập"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "应用 Schema 更改前无法切换到数据库 %1$@:%2$@"
+ "value" : "凭据"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "套用綱要變更前無法切換到資料庫 %1$@:%2$@"
+ "value" : "認證資訊"
}
}
}
},
- "Could not write %@." : {
+ "Critical" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "심각"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ yazılamadı."
+ "value" : "Kritik"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể ghi %@."
+ "value" : "Quan trọng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法写入 %@。"
+ "value" : "关键"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法寫入 %@。"
+ "value" : "關鍵"
}
}
}
},
- "Could not write the Google Cloud service account key to a temporary file." : {
+ "Critical cost" : {
+ "comment" : "Accessibility label for the critical cost severity.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "심각한 비용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Google Cloud servis hesabı anahtarı geçici bir dosyaya yazılamadı."
+ "value" : "Kritik maliyet"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể ghi khóa tài khoản dịch vụ Google Cloud vào tệp tạm."
+ "value" : "Chi phí nghiêm trọng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法将 Google Cloud 服务账号密钥写入临时文件。"
+ "value" : "严重成本"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法將 Google Cloud 服務帳號金鑰寫入暫存檔案。"
+ "value" : "嚴重成本"
}
}
}
},
- "Could not write to file. Check that the file is writable." : {
+ "Current %1$@: %2$@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "현재 %1$@: %2$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dosyaya yazılamadı. Dosyanın yazılabilir olduğunu denetleyin."
+ "value" : "Geçerli %1$@: %2$@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể ghi vào tệp. Hãy kiểm tra xem tệp có cho phép ghi không."
+ "value" : "%1$@ hiện tại: %2$@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法写入文件。请检查文件是否可写。"
+ "value" : "当前 %1$@:%2$@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法寫入檔案。請檢查檔案是否可寫入。"
+ "value" : "目前 %1$@:%2$@"
}
}
}
},
- "Couldn't publish to the team catalog" : {
+ "Current %1$@: %2$@ (read only)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "현재 %1$@: %2$@ (읽기 전용)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Takım kataloğuna yayınlanamadı"
+ "value" : "Geçerli %1$@: %2$@ (salt okunur)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể xuất bản lên danh mục nhóm"
+ "value" : "%1$@ hiện tại: %2$@ (chỉ đọc)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法发布到团队目录"
+ "value" : "当前 %1$@:%2$@(只读)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法發佈到團隊目錄"
+ "value" : "目前 %1$@:%2$@(唯讀)"
}
}
}
},
- "Couldn't publish to the team library" : {
+ "Current %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "현재 %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Takım kitaplığına yayınlanamadı"
+ "value" : "Geçerli %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể xuất bản lên thư viện nhóm"
+ "value" : "%@ hiện tại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法发布到团队库"
+ "value" : "当前%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法發佈到團隊庫"
+ "value" : "目前的%@"
}
}
}
},
- "Couldn't reach the plugin registry. Check your connection and try again." : {
+ "Current %@: %@ (read only, ⌘K to %@)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Current %1$@: %2$@ (read only, ⌘K to %3$@)"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "현재 %1$@: %2$@ (읽기 전용, ⌘K로 %3$@)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Eklenti deposuna ulaşılamadı. Bağlantınızı denetleyip tekrar deneyin."
+ "value" : "Geçerli %1$@: %2$@ (salt okunur, %3$@ için ⌘K)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể truy cập kho plugin. Kiểm tra kết nối và thử lại."
+ "value" : "%1$@ hiện tại: %2$@ (chỉ đọc, ⌘K để %3$@)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法访问插件注册表。请检查网络连接后重试。"
+ "value" : "当前%1$@:%2$@(只读,⌘K 可%3$@)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法連上外掛註冊來源。請檢查連線後再試一次。"
+ "value" : "目前的 %1$@:%2$@(唯讀,⌘K 可%3$@)"
}
}
}
},
- "Count all rows" : {
+ "Current %@: %@ (⌘K to %@)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Current %1$@: %2$@ (⌘K to %3$@)"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "현재 %1$@: %2$@ (⌘K로 %3$@)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm satırları say"
+ "value" : "Geçerli %1$@: %2$@ (%3$@ için ⌘K)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đếm tất cả hàng"
+ "value" : "%1$@ hiện tại: %2$@ (⌘K để %3$@)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "统计全部行数"
+ "value" : "当前%1$@:%2$@(⌘K 可%3$@)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "計算所有列數"
+ "value" : "目前的 %1$@:%2$@(⌘K 可%3$@)"
}
}
}
},
- "Count exactly" : {
+ "Current Line" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "현재 줄"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tam say"
+ "value" : "Mevcut Satır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đếm chính xác"
+ "value" : "Dòng hiện tại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "精确计数"
+ "value" : "当前行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "精確計算"
+ "value" : "目前的列"
}
}
}
},
- "Count rows if estimate less than:" : {
+ "Current Query" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "현재 쿼리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tahmin şundan az ise satırları say:"
+ "value" : "Geçerli Sorgu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đếm dòng nếu ước tính nhỏ hơn:"
+ "value" : "Truy vấn hiện tại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "估算值小于此值时计数行:"
+ "value" : "当前查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "估算值小於此值時計算列數:"
+ "value" : "目前查詢"
}
}
}
},
- "Counting rows" : {
+ "Current database" : {
+ "comment" : "A description of a database that is currently selected.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "현재 데이터베이스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satırlar sayılıyor"
+ "value" : "Geçerli veritabanı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang đếm dòng"
+ "value" : "Cơ sở dữ liệu hiện tại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在统计行数"
+ "value" : "当前数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在計算列數"
+ "value" : "目前的資料庫"
}
}
}
},
- "Counting..." : {
+ "Current database: %@ (read-only, ⌘K to switch)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "현재 데이터베이스: %@ (읽기 전용, 전환하려면 ⌘K)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sayılıyor..."
+ "value" : "Mevcut veritabanı: %@ (salt okunur, değiştirmek için ⌘K)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang đếm..."
+ "value" : "Cơ sở dữ liệu hiện tại: %@ (chỉ đọc, ⌘K để chuyển)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "统计中..."
+ "value" : "当前数据库:%@(只读,⌘K 切换)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "計算中..."
+ "value" : "目前的資料庫:%@(唯讀,⌘K 切換)"
}
}
}
},
- "Create" : {
+ "Current database: %@ (⌘K to switch)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "현재 데이터베이스: %@ (전환하려면 ⌘K)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Oluştur"
+ "value" : "Mevcut veritabanı: %@ (değiştirmek için ⌘K)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo"
+ "value" : "Cơ sở dữ liệu hiện tại: %@ (⌘K để chuyển)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "创建"
+ "value" : "当前数据库:%@(⌘K 切换)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立"
+ "value" : "目前的資料庫:%@(⌘K 切換)"
}
}
}
},
- "Create %@" : {
+ "Current schema" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "현재 스키마"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ Oluştur"
+ "value" : "Geçerli şema"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo %@"
+ "value" : "Schema hiện tại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "创建 %@"
+ "value" : "当前 Schema"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立 %@"
+ "value" : "目前的綱要"
}
}
}
},
- "Create a connection to get started" : {
+ "Current schema: %@ (read-only, ⌘K to switch)" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "현재 스키마: %@ (읽기 전용, 전환하려면 ⌘K)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Başlamak için bir bağlantı oluşturun"
+ "value" : "Mevcut şema: %@ (salt okunur, değiştirmek için ⌘K)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo kết nối để bắt đầu"
+ "value" : "Schema hiện tại: %@ (chỉ đọc, ⌘K để chuyển)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "创建连接以开始使用"
+ "value" : "当前 schema:%@(只读,⌘K 切换)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立連線以開始使用"
+ "value" : "目前的綱要:%@(唯讀,⌘K 切換)"
}
}
}
},
- "Create a connection to get started with\nyour databases." : {
+ "Current schema: %@ (⌘K to switch)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "현재 스키마: %@ (전환하려면 ⌘K)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanlarınızla başlamak için\nbir bağlantı oluşturun."
+ "value" : "Mevcut şema: %@ (değiştirmek için ⌘K)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo kết nối để bắt đầu sử dụng\ncơ sở dữ liệu của bạn."
+ "value" : "Schema hiện tại: %@ (⌘K để chuyển)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "创建连接以开始使用\n您的数据库。"
+ "value" : "当前 schema:%@(⌘K 切换)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立連線以開始使用\n你的資料庫。"
+ "value" : "目前的綱要:%@(⌘K 切換)"
}
}
}
},
- "Create a new table or view" : {
- "extractionState" : "stale",
+ "Cursor" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Cursor"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni bir tablo veya görünüm oluştur"
+ "value" : "İmleç"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo bảng hoặc view mới"
+ "value" : "Con trỏ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建表或视图"
+ "value" : "光标"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立新的資料表或檢視表"
+ "value" : "游標"
}
}
}
},
- "Create all columns" : {
+ "Cursor CLI failed: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Cursor CLI 실패: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm sütunları oluştur"
+ "value" : "Cursor CLI başarısız oldu: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo tất cả các cột"
+ "value" : "Cursor CLI thất bại: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "创建所有列"
+ "value" : "Cursor CLI 失败:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立所有欄位"
+ "value" : "Cursor CLI 失敗:%@"
}
}
}
},
- "Create connection..." : {
+ "Cursor blink" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "커서 깜박임"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı oluştur..."
+ "value" : "İmleç yanıp sönme"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo kết nối..."
+ "value" : "Nhấp nháy con trỏ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "创建连接..."
+ "value" : "光标闪烁"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立連線..."
+ "value" : "游標閃爍"
}
}
}
},
- "Create Connection..." : {
+ "Cursor position %d exceeds SQL length (%d)" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Cursor position %1$d exceeds SQL length (%2$d)"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "커서 위치 %1$d이(가) SQL 길이(%2$d)를 초과합니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı Oluştur..."
+ "value" : "İmleç konumu %d, SQL uzunluğunu (%d) aşıyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo kết nối..."
+ "value" : "Vị trí con trỏ %d vượt quá độ dài SQL (%d)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "创建连接..."
+ "value" : "光标位置%d超出SQL长度(%d)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立連線…"
+ "value" : "游標位置 %1$d 超出 SQL 長度(%2$d)"
}
}
}
},
- "Create Database" : {
+ "Cursor position %lld exceeds SQL length (%lld)" : {
"extractionState" : "stale",
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Cursor position %1$lld exceeds SQL length (%2$lld)"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "커서 위치 %1$lld이(가) SQL 길이(%2$lld)를 초과합니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı Oluştur"
+ "value" : "İmleç konumu %lld, SQL uzunluğunu (%lld) aşıyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo cơ sở dữ liệu"
+ "value" : "Vị trí con trỏ %1$lld vượt quá độ dài SQL (%2$lld)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "创建数据库"
+ "value" : "光标位置 %lld 超出 SQL 长度(%lld)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立資料庫"
+ "value" : "游標位置 %1$lld 超出 SQL 長度(%2$lld)"
}
}
}
},
- "Create new database" : {
- "extractionState" : "stale",
+ "Cursor sign-in failed." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Cursor 로그인에 실패했습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni veritabanı oluştur"
+ "value" : "Cursor girişi başarısız oldu."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo cơ sở dữ liệu mới"
+ "value" : "Đăng nhập Cursor thất bại."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "创建新数据库"
+ "value" : "Cursor 登录失败。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立新資料庫"
+ "value" : "Cursor 登入失敗。"
}
}
}
},
- "Create New Group" : {
+ "Cursor style:" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "커서 스타일:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Grup Oluştur"
+ "value" : "İmleç stili:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo nhóm mới"
+ "value" : "Kiểu con trỏ:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "创建新分组"
+ "value" : "光标样式:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立新群組"
+ "value" : "游標樣式:"
}
}
}
},
- "Create New Group..." : {
+ "Custom" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사용자 지정"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Grup Oluştur..."
+ "value" : "Özel"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo nhóm mới..."
+ "value" : "Tùy chỉnh"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "创建新分组..."
+ "value" : "自定义"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立新群組..."
+ "value" : "自訂"
}
}
}
},
- "Create New Profile..." : {
+ "Custom Endpoint" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Create New Profile..."
+ "value" : "Custom Endpoint"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사용자 지정 엔드포인트"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Profil Oluştur..."
+ "value" : "Özel Uç Nokta"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo hồ sơ mới..."
+ "value" : "Endpoint tùy chỉnh"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建配置…"
+ "value" : "自定义端点"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立新設定檔..."
+ "value" : "自訂端點"
}
}
}
},
- "Create New Table..." : {
- "extractionState" : "stale",
+ "Custom Path" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사용자 지정 경로"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Tablo Oluştur..."
+ "value" : "Özel Yol"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo bảng mới..."
+ "value" : "Đường dẫn tùy chỉnh"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建表..."
+ "value" : "自定义路径"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立新資料表..."
+ "value" : "自訂路徑"
}
}
}
},
- "Create New Tag" : {
+ "Custom Slash Commands" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사용자 지정 슬래시 명령"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Etiket Oluştur"
+ "value" : "Özel Eğik Çizgi Komutları"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo thẻ mới"
+ "value" : "Lệnh slash tùy chỉnh"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "创建新标签"
+ "value" : "自定义斜杠命令"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立新標籤"
+ "value" : "自訂斜線指令"
}
}
}
},
- "Create New Tag..." : {
+ "Custom guidance the AI sees on every chat turn for this connection. Use it for table conventions, naming, columns to avoid (PII, soft-deleted rows), join hints, or business rules the schema doesn't show." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 연결에서 채팅을 주고받을 때마다 AI에 제공되는 사용자 지정 지침입니다. 테이블 규칙, 명명 규칙, 피해야 할 열(PII, 소프트 삭제된 행), 조인 힌트 또는 스키마에 표시되지 않는 비즈니스 규칙을 입력하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Etiket Oluştur..."
+ "value" : "Bu bağlantı için yapay zekanın her sohbet turunda gördüğü özel yönerge. Tablo kuralları, adlandırma, kaçınılması gereken sütunlar (PII, geçici silinmiş satırlar), join ipuçları veya şemanın göstermediği iş kuralları için kullanın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo thẻ mới..."
+ "value" : "Hướng dẫn tùy chỉnh mà AI thấy ở mỗi lượt trò chuyện cho kết nối này. Dùng cho quy ước bảng, cách đặt tên, các cột cần tránh (PII, hàng đã xóa mềm), gợi ý join, hoặc quy tắc nghiệp vụ mà schema không thể hiện."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "创建新标签..."
+ "value" : "AI 在此连接的每轮聊天中都会看到的自定义指引。可用于说明表约定、命名规范、应避免的列(PII、软删除行)、联结提示,或 Schema 中未体现的业务规则。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立新標籤..."
+ "value" : "AI 在此連線的每一輪聊天中都會看到的自訂指引。可用於說明資料表慣例、命名規則、應避免的欄位(PII、軟刪除的列)、JOIN 提示,或綱要未顯示的商業規則。"
}
}
}
},
- "Create New View..." : {
- "extractionState" : "stale",
+ "Customization" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사용자화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Görünüm Oluştur..."
+ "value" : "Özelleştirme"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo view mới..."
+ "value" : "Tùy chỉnh"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "创建新视图..."
+ "value" : "自定义"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立新檢視表..."
+ "value" : "自訂"
}
}
}
},
- "Create New View…" : {
+ "Customize Toolbar..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "도구 막대 사용자화..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Görünüm Oluştur…"
+ "value" : "Araç Çubuğunu Özelleştir..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo view mới…"
+ "value" : "Tuỳ chỉnh thanh công cụ..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建视图…"
+ "value" : "自定工具栏…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立新的檢視表…"
+ "value" : "自定工具列…"
}
}
}
},
- "Create Table" : {
+ "Custom…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사용자 지정…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tablo Oluştur"
+ "value" : "Özel…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo bảng"
+ "value" : "Tùy chỉnh…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "创建表"
+ "value" : "自定义…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立資料表"
+ "value" : "自訂…"
}
}
}
},
- "Create Table Failed" : {
+ "Cut" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "오려두기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tablo Oluşturma Başarısız"
+ "value" : "Kes"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo bảng thất bại"
+ "value" : "Cắt"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "创建表失败"
+ "value" : "剪切"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立資料表失敗"
+ "value" : "剪下"
}
}
}
},
- "Create Trigger" : {
+ "DEFAULT" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "DEFAULT"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tetikleyici Oluştur"
+ "value" : "VARSAYILAN"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo trigger"
+ "value" : "MẶC ĐỊNH"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "创建触发器"
+ "value" : "默认"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立觸發器"
+ "value" : "預設"
}
}
}
},
- "Create your own slash commands. Use {{query}}, {{schema}}, {{database}}, or {{body}} in the template to insert chat context at runtime." : {
+ "Dark" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다크"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kendi eğik çizgi komutlarınızı oluşturun. Sohbet bağlamını çalışma zamanında eklemek için şablonda {{query}}, {{schema}}, {{database}} veya {{body}} kullanın."
+ "value" : "Koyu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo lệnh slash của riêng bạn. Dùng {{query}}, {{schema}}, {{database}} hoặc {{body}} trong mẫu để chèn ngữ cảnh trò chuyện khi chạy."
+ "value" : "Tối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "创建您自己的斜杠命令。在模板中使用 {{query}}、{{schema}}、{{database}} 或 {{body}},即可在运行时插入聊天上下文。"
+ "value" : "深色"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立你自己的斜線指令。在範本中使用 {{query}}、{{schema}}、{{database}} 或 {{body}},即可在執行時插入聊天上下文。"
+ "value" : "深色"
}
}
}
},
- "Created" : {
+ "Dashboard" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "대시보드"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Oluşturuldu"
+ "value" : "Pano"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã tạo"
+ "value" : "Bảng điều khiển"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已创建"
+ "value" : "仪表盘"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已建立"
+ "value" : "儀表板"
}
}
}
},
- "Created as GitHub issue #%d" : {
- "extractionState" : "stale",
+ "Dashboard Not Available" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "대시보드를 사용할 수 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "GitHub issue #%d olarak oluşturuldu"
+ "value" : "Pano Kullanılamıyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã tạo thành GitHub issue #%d"
+ "value" : "Bảng điều khiển không khả dụng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已创建为 GitHub issue #%d"
+ "value" : "仪表盘不可用"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已建立為 GitHub issue #%d"
+ "value" : "儀表板無法使用"
}
}
}
},
- "Creating Backup Dump" : {
- "comment" : "A title for a backup progress sheet.",
- "isCommentAutoGenerated" : true,
+ "Data" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yedek Dökümü Oluşturuluyor"
+ "value" : "Veri"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang tạo bản dump sao lưu"
+ "value" : "Dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在创建备份转储"
+ "value" : "数据"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在建立資料庫備份"
+ "value" : "資料"
}
}
}
},
- "Creating..." : {
+ "Data Grid" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터 그리드"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Oluşturuluyor..."
+ "value" : "Veri Tablosu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang tạo..."
+ "value" : "Lưới dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "创建中..."
+ "value" : "数据网格"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立中..."
+ "value" : "資料格"
}
}
}
},
- "Credentials" : {
+ "Data Grid Font" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터 그리드 글꼴"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kimlik Bilgileri"
+ "value" : "Veri Tablosu Yazı Tipi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thông tin đăng nhập"
+ "value" : "Phông chữ bảng dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "凭据"
+ "value" : "数据表格字体"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "認證資訊"
+ "value" : "資料格字型"
}
}
}
},
- "Critical" : {
+ "Data Size" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터 크기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kritik"
+ "value" : "Veri Boyutu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Quan trọng"
+ "value" : "Kích thước dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关键"
+ "value" : "数据大小"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關鍵"
+ "value" : "資料大小"
}
}
}
},
- "Critical cost" : {
- "comment" : "Accessibility label for the critical cost severity.",
- "isCommentAutoGenerated" : true,
+ "Data Type:" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터 유형:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kritik maliyet"
+ "value" : "Veri Türü:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chi phí nghiêm trọng"
+ "value" : "Kiểu dữ liệu:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "严重成本"
+ "value" : "数据类型:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "嚴重成本"
+ "value" : "資料型別:"
}
}
}
},
- "CRITICAL: Transaction rollback failed - database may be in inconsistent state: %@" : {
- "extractionState" : "stale",
+ "Data grid" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터 그리드"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CRITICAL: Transaction rollback failed - database may be giriş inconsistent state: %@"
+ "value" : "Veri tablosu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "NGHIÊM TRỌNG: Hoàn tác giao dịch thất bại - cơ sở dữ liệu có thể ở trạng thái không nhất quán: %@"
+ "value" : "Lưới dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "严重:事务回滚失败 - 数据库可能处于不一致状态:%@"
+ "value" : "数据网格"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "嚴重:交易還原失敗 - 資料庫可能處於不一致狀態:%@"
+ "value" : "資料格"
}
}
}
},
- "CSV" : {
+ "Database" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CSV"
+ "value" : "Veritabanı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CSV"
+ "value" : "Cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CSV"
+ "value" : "数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CSV"
+ "value" : "資料庫"
}
}
}
},
- "CSV Properties" : {
+ "Database Alias" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 별칭"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CSV Özellikleri"
+ "value" : "Veritabanı Takma Adı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thuộc tính CSV"
+ "value" : "Bí danh cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CSV 属性"
+ "value" : "数据库别名"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CSV 屬性"
+ "value" : "資料庫別名"
}
}
}
},
- "CSV with Headers" : {
+ "Database Driver" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 드라이버"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Başlıklı CSV"
+ "value" : "Veritabanı Sürücüsü"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CSV kèm tiêu đề"
+ "value" : "Trình điều khiển cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "带标题行的 CSV"
+ "value" : "数据库驱动"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "含標題列的 CSV"
+ "value" : "資料庫驅動程式"
}
}
}
},
- "CSV/JSON Editing" : {
+ "Database Drivers" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 드라이버"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CSV/JSON Düzenleme"
+ "value" : "Veritabanı Sürücüleri"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chỉnh sửa CSV/JSON"
+ "value" : "Trình điều khiển cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CSV/JSON 编辑"
+ "value" : "数据库驱动"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CSV/JSON 編輯"
+ "value" : "資料庫驅動程式"
}
}
}
},
- "CURDATE()" : {
- "extractionState" : "stale",
+ "Database File" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 파일"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CURDATE()"
+ "value" : "Veritabanı Dosyası"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CURDATE()"
+ "value" : "Tệp cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CURDATE()"
+ "value" : "数据库文件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CURDATE()"
+ "value" : "資料庫檔案"
}
}
}
},
- "current" : {
- "extractionState" : "stale",
+ "Database Index" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 인덱스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "current"
+ "value" : "Veritabanı İndeksi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "hiện tại"
+ "value" : "Chỉ mục cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "当前"
+ "value" : "数据库索引"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "目前"
+ "value" : "資料庫索引"
}
}
}
},
- "Current %@" : {
+ "Database Index: %lld" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 인덱스: %lld"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçerli %@"
+ "value" : "Veritabanı İndeksi: %lld"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ hiện tại"
+ "value" : "Chỉ mục cơ sở dữ liệu: %lld"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "当前%@"
+ "value" : "数据库索引: %lld"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "目前的%@"
+ "value" : "資料庫索引:%lld"
}
}
}
},
- "Current %@: %@ (⌘K to %@)" : {
+ "Database Name" : {
"extractionState" : "stale",
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Current %1$@: %2$@ (⌘K to %3$@)"
+ "state" : "translated",
+ "value" : "데이터베이스 이름"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçerli %1$@: %2$@ (%3$@ için ⌘K)"
+ "value" : "Veritabanı Adı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ hiện tại: %2$@ (⌘K để %3$@)"
+ "value" : "Tên cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "当前%1$@:%2$@(⌘K 可%3$@)"
+ "value" : "数据库名称"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "目前的 %1$@:%2$@(⌘K 可%3$@)"
+ "value" : "資料庫名稱"
}
}
}
},
- "Current %@: %@ (read only, ⌘K to %@)" : {
- "extractionState" : "stale",
+ "Database Schema" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Current %1$@: %2$@ (read only, ⌘K to %3$@)"
+ "state" : "translated",
+ "value" : "데이터베이스 스키마"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçerli %1$@: %2$@ (salt okunur, %3$@ için ⌘K)"
+ "value" : "Veritabanı Şeması"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ hiện tại: %2$@ (chỉ đọc, ⌘K để %3$@)"
+ "value" : "Schema cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "当前%1$@:%2$@(只读,⌘K 可%3$@)"
+ "value" : "数据库 Schema"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "目前的 %1$@:%2$@(唯讀,⌘K 可%3$@)"
+ "value" : "資料庫綱要"
}
}
}
},
- "Current %1$@: %2$@" : {
+ "Database Size" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 크기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçerli %1$@: %2$@"
+ "value" : "Veritabanı Boyutu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ hiện tại: %2$@"
+ "value" : "Kích thước cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "当前 %1$@:%2$@"
+ "value" : "数据库大小"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "目前 %1$@:%2$@"
+ "value" : "資料庫大小"
}
}
}
},
- "Current %1$@: %2$@ (read only)" : {
+ "Database Switch Failed" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 전환 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçerli %1$@: %2$@ (salt okunur)"
+ "value" : "Veritabanı Değiştirme Başarısız"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ hiện tại: %2$@ (chỉ đọc)"
+ "value" : "Chuyển cơ sở dữ liệu thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "当前 %1$@:%2$@(只读)"
+ "value" : "切换数据库失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "目前 %1$@:%2$@(唯讀)"
+ "value" : "切換資料庫失敗"
}
}
}
},
- "Current database" : {
- "comment" : "A description of a database that is currently selected.",
- "isCommentAutoGenerated" : true,
+ "Database Switcher" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 전환기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçerli veritabanı"
+ "value" : "Veritabanı Değiştirici"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cơ sở dữ liệu hiện tại"
+ "value" : "Chuyển đổi cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "当前数据库"
+ "value" : "数据库切换器"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "目前的資料庫"
+ "value" : "資料庫切換器"
}
}
}
},
- "Current database: %@ (⌘K to switch)" : {
- "extractionState" : "stale",
+ "Database Type" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 유형"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mevcut veritabanı: %@ (değiştirmek için ⌘K)"
+ "value" : "Veritabanı Türü"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cơ sở dữ liệu hiện tại: %@ (⌘K để chuyển)"
+ "value" : "Loại Database"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "当前数据库:%@(⌘K 切换)"
+ "value" : "数据库类型"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "目前的資料庫:%@(⌘K 切換)"
+ "value" : "資料庫類型"
}
}
}
},
- "Current database: %@ (read-only, ⌘K to switch)" : {
+ "Database Type:" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 유형:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mevcut veritabanı: %@ (salt okunur, değiştirmek için ⌘K)"
+ "value" : "Veritabanı Türü:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cơ sở dữ liệu hiện tại: %@ (chỉ đọc, ⌘K để chuyển)"
+ "value" : "Loại cơ sở dữ liệu:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "当前数据库:%@(只读,⌘K 切换)"
+ "value" : "数据库类型:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "目前的資料庫:%@(唯讀,⌘K 切換)"
+ "value" : "資料庫類型:"
}
}
}
},
- "Current Line" : {
+ "Database URL" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 URL"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mevcut Satır"
+ "value" : "Veritabanı URL"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dòng hiện tại"
+ "value" : "URL cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "当前行"
+ "value" : "数据库 URL"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "目前的列"
+ "value" : "資料庫 URL"
}
}
}
},
- "Current Query" : {
+ "Database file not found: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 파일을 찾을 수 없습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçerli Sorgu"
+ "value" : "Veritabanı dosyası bulunamadı: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Truy vấn hiện tại"
+ "value" : "Không tìm thấy tệp cơ sở dữ liệu: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "当前查询"
+ "value" : "未找到数据库文件: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "目前查詢"
+ "value" : "找不到資料庫檔案:%@"
}
}
}
},
- "Current schema" : {
- "extractionState" : "stale",
+ "Database file path is required" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 파일 경로가 필요합니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçerli şema"
+ "value" : "Veritabanı dosya yolu gereklidir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Schema hiện tại"
+ "value" : "Cần đường dẫn tệp cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "当前 Schema"
+ "value" : "必须填写数据库文件路径"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "目前的綱要"
+ "value" : "必須填寫資料庫檔案路徑"
}
}
}
},
- "Current schema: %@ (⌘K to switch)" : {
+ "Database name" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 이름"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mevcut şema: %@ (değiştirmek için ⌘K)"
+ "value" : "Veritabanı adı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Schema hiện tại: %@ (⌘K để chuyển)"
+ "value" : "Tên cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "当前 schema:%@(⌘K 切换)"
+ "value" : "数据库名称"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "目前的綱要:%@(⌘K 切換)"
+ "value" : "資料庫名稱"
}
}
}
},
- "Current schema: %@ (read-only, ⌘K to switch)" : {
- "extractionState" : "stale",
+ "Database name (uses connection's current database if omitted)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 이름(생략하면 연결의 현재 데이터베이스 사용)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mevcut şema: %@ (salt okunur, değiştirmek için ⌘K)"
+ "value" : "Veritabanı adı (boş bırakılırsa bağlantının geçerli veritabanı kullanılır)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Schema hiện tại: %@ (chỉ đọc, ⌘K để chuyển)"
+ "value" : "Tên cơ sở dữ liệu (nếu bỏ trống sẽ dùng cơ sở dữ liệu hiện tại của kết nối)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "当前 schema:%@(只读,⌘K 切换)"
+ "value" : "数据库名称(留空时使用连接的当前数据库)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "目前的綱要:%@(唯讀,⌘K 切換)"
+ "value" : "資料庫名稱(留空時使用連線目前的資料庫)"
}
}
}
},
- "CURRENT_TIMESTAMP()" : {
- "extractionState" : "stale",
+ "Database name (uses current if omitted)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 이름(생략하면 현재 데이터베이스 사용)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CURRENT_TIMESTAMP()"
+ "value" : "Veritabanı adı (boş bırakılırsa geçerli olan kullanılır)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CURRENT_TIMESTAMP()"
+ "value" : "Tên cơ sở dữ liệu (nếu bỏ trống sẽ dùng cơ sở dữ liệu hiện tại)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CURRENT_TIMESTAMP()"
+ "value" : "数据库名称(留空时使用当前数据库)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CURRENT_TIMESTAMP()"
+ "value" : "資料庫名稱(留空時使用目前的資料庫)"
}
}
}
},
- "Cursor" : {
+ "Database name is required" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 이름이 필요합니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İmleç"
+ "value" : "Veritabanı adı gereklidir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Con trỏ"
+ "value" : "Cần tên cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "光标"
+ "value" : "必须填写数据库名称"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "游標"
+ "value" : "必須填寫資料庫名稱"
}
}
}
},
- "Cursor blink" : {
- "extractionState" : "stale",
+ "Database name to switch to" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "전환할 데이터베이스 이름"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İmleç yanıp sönme"
+ "value" : "Geçiş yapılacak veritabanı adı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhấp nháy con trỏ"
+ "value" : "Tên cơ sở dữ liệu cần chuyển sang"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "光标闪烁"
+ "value" : "要切换到的数据库名称"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "游標閃爍"
+ "value" : "要切換到的資料庫名稱"
}
}
}
},
- "Cursor CLI failed: %@" : {
+ "Database type \"%@\" is not installed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다음 데이터베이스 유형이 설치되어 있지 않습니다: \"%@\""
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cursor CLI başarısız oldu: %@"
+ "value" : "\"%@\" veritabanı türü yüklü değil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cursor CLI thất bại: %@"
+ "value" : "Loại cơ sở dữ liệu \"%@\" chưa được cài đặt"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cursor CLI 失败:%@"
+ "value" : "数据库类型 \"%@\" 未安装"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cursor CLI 失敗:%@"
+ "value" : "資料庫類型「%@」未安裝"
}
}
}
},
- "Cursor position %d exceeds SQL length (%d)" : {
+ "Database type: %@" : {
+ "extractionState" : "stale",
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Cursor position %1$d exceeds SQL length (%2$d)"
+ "state" : "translated",
+ "value" : "데이터베이스 유형: %@"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İmleç konumu %d, SQL uzunluğunu (%d) aşıyor"
+ "value" : "Veritabanı türü: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Vị trí con trỏ %d vượt quá độ dài SQL (%d)"
+ "value" : "Loại cơ sở dữ liệu: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "光标位置%d超出SQL长度(%d)"
+ "value" : "数据库类型: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "游標位置 %1$d 超出 SQL 長度(%2$d)"
+ "value" : "資料庫類型:%@"
}
}
}
},
- "Cursor position %lld exceeds SQL length (%lld)" : {
+ "Database/Schema:" : {
"extractionState" : "stale",
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Cursor position %1$lld exceeds SQL length (%2$lld)"
+ "state" : "translated",
+ "value" : "데이터베이스/스키마:"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İmleç konumu %lld, SQL uzunluğunu (%lld) aşıyor"
+ "value" : "Veritabanı/Şema:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Vị trí con trỏ %1$lld vượt quá độ dài SQL (%2$lld)"
+ "value" : "Cơ sở dữ liệu/Schema:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "光标位置 %lld 超出 SQL 长度(%lld)"
+ "value" : "数据库/Schema:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "游標位置 %1$lld 超出 SQL 長度(%2$lld)"
+ "value" : "資料庫/綱要:"
}
}
}
},
- "Cursor sign-in failed." : {
+ "Database: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cursor girişi başarısız oldu."
+ "value" : "Veritabanı: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đăng nhập Cursor thất bại."
+ "value" : "Cơ sở dữ liệu: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cursor 登录失败。"
+ "value" : "数据库: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cursor 登入失敗。"
+ "value" : "資料庫:%@"
}
}
}
},
- "Cursor style:" : {
- "extractionState" : "stale",
+ "Databases" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İmleç stili:"
+ "value" : "Veritabanları"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kiểu con trỏ:"
+ "value" : "Cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "光标样式:"
+ "value" : "数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "游標樣式:"
+ "value" : "資料庫"
}
}
}
},
- "CURTIME()" : {
- "extractionState" : "stale",
+ "Date" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "날짜"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CURTIME()"
+ "value" : "Tarih"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CURTIME()"
+ "value" : "Ngày"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CURTIME()"
+ "value" : "日期"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CURTIME()"
+ "value" : "日期"
}
}
}
},
- "Custom" : {
+ "Date Range" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "날짜 범위"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Özel"
+ "value" : "Tarih Aralığı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tùy chỉnh"
+ "value" : "Khoảng thời gian"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自定义"
+ "value" : "日期范围"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自訂"
+ "value" : "日期範圍"
}
}
}
},
- "Custom Endpoint" : {
+ "Date format:" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Custom Endpoint"
+ "value" : "날짜 형식:"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Özel Uç Nokta"
+ "value" : "Tarih biçimi:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Endpoint tùy chỉnh"
+ "value" : "Định dạng ngày:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自定义端点"
+ "value" : "日期格式:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自訂端點"
+ "value" : "日期格式:"
}
}
}
},
- "Custom guidance the AI sees on every chat turn for this connection. Use it for table conventions, naming, columns to avoid (PII, soft-deleted rows), join hints, or business rules the schema doesn't show." : {
+ "Deactivate" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "비활성화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu bağlantı için yapay zekanın her sohbet turunda gördüğü özel yönerge. Tablo kuralları, adlandırma, kaçınılması gereken sütunlar (PII, geçici silinmiş satırlar), join ipuçları veya şemanın göstermediği iş kuralları için kullanın."
+ "value" : "Devre Dışı Bırak"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hướng dẫn tùy chỉnh mà AI thấy ở mỗi lượt trò chuyện cho kết nối này. Dùng cho quy ước bảng, cách đặt tên, các cột cần tránh (PII, hàng đã xóa mềm), gợi ý join, hoặc quy tắc nghiệp vụ mà schema không thể hiện."
+ "value" : "Hủy kích hoạt"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 在此连接的每轮聊天中都会看到的自定义指引。可用于说明表约定、命名规范、应避免的列(PII、软删除行)、联结提示,或 Schema 中未体现的业务规则。"
+ "value" : "停用"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 在此連線的每一輪聊天中都會看到的自訂指引。可用於說明資料表慣例、命名規則、應避免的欄位(PII、軟刪除的列)、JOIN 提示,或綱要未顯示的商業規則。"
+ "value" : "停用"
}
}
}
},
- "Custom Path" : {
+ "Deactivate License?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "라이선스를 비활성화하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Özel Yol"
+ "value" : "Lisans Devre Dışı Bırakılsın mı?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đường dẫn tùy chỉnh"
+ "value" : "Hủy kích hoạt giấy phép?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自定义路径"
+ "value" : "停用许可证?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自訂路徑"
+ "value" : "停用授權?"
}
}
}
},
- "Custom Slash Commands" : {
+ "Deactivate..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "비활성화..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Özel Eğik Çizgi Komutları"
+ "value" : "Devre Dışı Bırak..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lệnh slash tùy chỉnh"
+ "value" : "Hủy kích hoạt..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自定义斜杠命令"
+ "value" : "停用..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自訂斜線指令"
+ "value" : "停用..."
}
}
}
},
- "Custom…" : {
+ "Deactivated" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "비활성화됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Özel…"
+ "value" : "Devre Dışı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tùy chỉnh…"
+ "value" : "Đã hủy kích hoạt"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自定义…"
+ "value" : "已停用"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自訂…"
+ "value" : "已停用"
}
}
}
},
- "Customization" : {
+ "Deactivation Failed" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "비활성화 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Özelleştirme"
+ "value" : "Devre Dışı Bırakma Başarısız"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tùy chỉnh"
+ "value" : "Hủy kích hoạt thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自定义"
+ "value" : "停用失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自訂"
+ "value" : "停用失敗"
}
}
}
},
- "Customize Toolbar..." : {
+ "Debounce: %d ms" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "디바운스: %d ms"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Araç Çubuğunu Özelleştir..."
+ "value" : "Debounce: %d ms"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tuỳ chỉnh thanh công cụ..."
+ "value" : "Debounce: %d ms"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自定工具栏…"
+ "value" : "防抖:%d 毫秒"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自定工具列…"
+ "value" : "去抖動:%d 毫秒"
}
}
}
},
- "Cut" : {
+ "Decimal" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "10진수"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kes"
+ "value" : "Ondalık"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cắt"
+ "value" : "Thập phân"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "剪切"
+ "value" : "十进制"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "剪下"
+ "value" : "十進位"
}
}
}
},
- "Dark" : {
+ "Decompression failed with exit status %d" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "종료 상태 %d(으)로 압축 해제에 실패했습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Koyu"
+ "value" : "Açma %d çıkış koduyla başarısız oldu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tối"
+ "value" : "Giải nén thất bại với mã thoát %d"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "深色"
+ "value" : "解压失败,退出状态 %d"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "深色"
+ "value" : "解壓縮失敗,結束狀態 %d"
}
}
}
},
- "Dashboard" : {
+ "Decrease Text Size" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "텍스트 크기 줄이기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Pano"
+ "value" : "Metin Boyutunu Küçült"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bảng điều khiển"
+ "value" : "Giảm cỡ chữ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "仪表盘"
+ "value" : "减小文字大小"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "儀表板"
+ "value" : "縮小文字大小"
}
}
}
},
- "Dashboard Not Available" : {
+ "Decrease font size" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "글꼴 크기 줄이기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Pano Kullanılamıyor"
+ "value" : "Yazı boyutunu küçült"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bảng điều khiển không khả dụng"
+ "value" : "Giảm cỡ chữ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "仪表盘不可用"
+ "value" : "减小字号"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "儀表板無法使用"
+ "value" : "縮小字型大小"
}
}
}
},
- "Data" : {
+ "Decrypt" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "복호화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veri"
+ "value" : "Şifre Çöz"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dữ liệu"
+ "value" : "Giải mã"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据"
+ "value" : "解密"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料"
+ "value" : "解密"
}
}
}
},
- "Data grid" : {
+ "Decryption failed: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "복호화 실패: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veri tablosu"
+ "value" : "Şifre çözme başarısız: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lưới dữ liệu"
+ "value" : "Giải mã thất bại: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据网格"
+ "value" : "解密失败:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料格"
+ "value" : "解密失敗:%@"
}
}
}
},
- "Data Grid" : {
+ "Default" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기본값"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veri Tablosu"
+ "value" : "Varsayılan"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lưới dữ liệu"
+ "value" : "Mặc định"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据网格"
+ "value" : "默认"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料格"
+ "value" : "預設"
}
}
}
},
- "Data Grid Font" : {
+ "Default Column" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기본 열"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veri Tablosu Yazı Tipi"
+ "value" : "Varsayılan Sütun"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Phông chữ bảng dữ liệu"
+ "value" : "Cột mặc định"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据表格字体"
+ "value" : "默认列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料格字型"
+ "value" : "預設欄位"
}
}
}
},
- "Data Size" : {
+ "Default Operator" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기본 연산자"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veri Boyutu"
+ "value" : "Varsayılan Operatör"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kích thước dữ liệu"
+ "value" : "Toán tử mặc định"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据大小"
+ "value" : "默认运算符"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料大小"
+ "value" : "預設運算子"
}
}
}
},
- "Data Type:" : {
- "extractionState" : "stale",
+ "Default Port" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기본 포트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veri Türü:"
+ "value" : "Varsayılan Port"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kiểu dữ liệu:"
+ "value" : "Cổng mặc định"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据类型:"
+ "value" : "默认端口"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料型別:"
+ "value" : "預設連接埠"
}
}
}
},
- "Database" : {
+ "Default Port:" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기본 포트:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı"
+ "value" : "Varsayılan Port:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cơ sở dữ liệu"
+ "value" : "Cổng mặc định:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据库"
+ "value" : "默认端口:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫"
+ "value" : "預設連接埠:"
}
}
}
},
- "database %@" : {
+ "Default Value" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기본값"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "veritabanı %@"
+ "value" : "Varsayılan Değer"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "cơ sở dữ liệu %@"
+ "value" : "Giá trị mặc định"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据库 %@"
+ "value" : "默认值"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫 %@"
+ "value" : "預設值"
}
}
}
},
- "Database Alias" : {
+ "Default connection policy" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기본 연결 정책"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı Takma Adı"
+ "value" : "Varsayılan bağlantı ilkesi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bí danh cơ sở dữ liệu"
+ "value" : "Chính sách kết nối mặc định"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据库别名"
+ "value" : "默认连接策略"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫別名"
+ "value" : "預設連線原則"
}
}
}
},
- "Database Driver" : {
+ "Default layout for new connections:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 연결의 기본 레이아웃:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı Sürücüsü"
+ "value" : "Yeni bağlantılar için varsayılan düzen:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trình điều khiển cơ sở dữ liệu"
+ "value" : "Bố cục mặc định cho kết nối mới:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据库驱动"
+ "value" : "新连接的默认布局:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫驅動程式"
+ "value" : "新連線的預設版面配置:"
}
}
}
},
- "Database Drivers" : {
+ "Default page size:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기본 페이지 크기:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı Sürücüleri"
+ "value" : "Varsayılan sayfa boyutu:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trình điều khiển cơ sở dữ liệu"
+ "value" : "Kích thước trang mặc định:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据库驱动"
+ "value" : "默认页面大小:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫驅動程式"
+ "value" : "預設頁面大小:"
}
}
}
},
- "Database File" : {
+ "Default row limit" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기본 행 제한"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı Dosyası"
+ "value" : "Varsayılan satır limiti"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tệp cơ sở dữ liệu"
+ "value" : "Giới hạn dòng mặc định"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据库文件"
+ "value" : "默认行数限制"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫檔案"
+ "value" : "預設列數上限"
}
}
}
},
- "Database file not found: %@" : {
+ "Default row sort is applied when a table first opens. Click a column header to override it." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블을 처음 열면 기본 행 정렬이 적용됩니다. 열 머리글을 클릭하면 재정의할 수 있습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı dosyası bulunamadı: %@"
+ "value" : "Varsayılan satır sıralaması, bir tablo ilk açıldığında uygulanır. Geçersiz kılmak için bir sütun başlığına tıklayın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy tệp cơ sở dữ liệu: %@"
+ "value" : "Sắp xếp dòng mặc định được áp dụng khi bảng mở lần đầu. Nhấp vào tiêu đề cột để ghi đè."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到数据库文件: %@"
+ "value" : "首次打开表时应用默认行排序。点击列标题可覆盖它。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到資料庫檔案:%@"
+ "value" : "首次開啟資料表時套用預設列排序。點擊欄標題可覆寫它。"
}
}
}
},
- "Database file path is required" : {
+ "Default row sort:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기본 행 정렬:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı dosya yolu gereklidir"
+ "value" : "Varsayılan satır sıralaması:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cần đường dẫn tệp cơ sở dữ liệu"
+ "value" : "Sắp xếp hàng mặc định:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "必须填写数据库文件路径"
+ "value" : "默认行排序:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "必須填寫資料庫檔案路徑"
+ "value" : "預設的列排序:"
}
}
}
},
- "Database Index" : {
+ "Default token" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기본 토큰"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı İndeksi"
+ "value" : "Varsayılan token"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chỉ mục cơ sở dữ liệu"
+ "value" : "Token mặc định"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据库索引"
+ "value" : "默认令牌"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫索引"
+ "value" : "預設權杖"
}
}
}
},
- "Database Index: %lld" : {
+ "Default value" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기본값"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı İndeksi: %lld"
+ "value" : "Varsayılan değer"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chỉ mục cơ sở dữ liệu: %lld"
+ "value" : "Giá trị mặc định"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据库索引: %lld"
+ "value" : "默认值"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫索引:%lld"
+ "value" : "預設值"
}
}
}
},
- "Database name" : {
- "extractionState" : "stale",
+ "Default view:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기본 보기:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı adı"
+ "value" : "Varsayılan görünüm:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên cơ sở dữ liệu"
+ "value" : "Chế độ xem mặc định:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据库名称"
+ "value" : "默认视图:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫名稱"
+ "value" : "預設檢視:"
}
}
}
},
- "Database Name" : {
+ "Default:" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기본값:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı Adı"
+ "value" : "Varsayılan:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên cơ sở dữ liệu"
+ "value" : "Mặc định:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据库名称"
+ "value" : "默认:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫名稱"
+ "value" : "預設:"
}
}
}
},
- "Database name (uses connection's current database if omitted)" : {
+ "Delete" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı adı (boş bırakılırsa bağlantının geçerli veritabanı kullanılır)"
+ "value" : "Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên cơ sở dữ liệu (nếu bỏ trống sẽ dùng cơ sở dữ liệu hiện tại của kết nối)"
+ "value" : "Xóa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据库名称(留空时使用连接的当前数据库)"
+ "value" : "删除"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫名稱(留空時使用連線目前的資料庫)"
+ "value" : "刪除"
}
}
}
},
- "Database name (uses current if omitted)" : {
+ "Delete \"%@\"" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "\"%@\" 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı adı (boş bırakılırsa geçerli olan kullanılır)"
+ "value" : "\"%@\" Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên cơ sở dữ liệu (nếu bỏ trống sẽ dùng cơ sở dữ liệu hiện tại)"
+ "value" : "Xóa \"%@\""
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据库名称(留空时使用当前数据库)"
+ "value" : "删除「%@」"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫名稱(留空時使用目前的資料庫)"
+ "value" : "刪除「%@」"
}
}
}
},
- "Database name is required" : {
+ "Delete %d Connections" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 %d개 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı adı gereklidir"
+ "value" : "%d Bağlantıyı Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cần tên cơ sở dữ liệu"
+ "value" : "Xoá %d kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "必须填写数据库名称"
+ "value" : "删除%d个连接"
+ }
+ },
+ "zh-Hant" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "刪除 %d 個連線"
+ }
+ }
+ }
+ },
+ "Delete %lld Connections" : {
+ "extractionState" : "stale",
+ "localizations" : {
+ "en" : {
+ "variations" : {
+ "plural" : {
+ "one" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Delete %lld Connection"
+ }
+ },
+ "other" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Delete %lld Connections"
+ }
+ }
+ }
}
},
- "zh-Hant" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "必須填寫資料庫名稱"
+ "value" : "연결 %lld개 삭제"
}
- }
- }
- },
- "Database name to switch to" : {
- "localizations" : {
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçiş yapılacak veritabanı adı"
+ "value" : "%lld Bağlantıyı Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên cơ sở dữ liệu cần chuyển sang"
+ "value" : "Xóa %lld Kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要切换到的数据库名称"
+ "value" : "删除 %lld 个连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要切換到的資料庫名稱"
+ "value" : "刪除 %lld 個連線"
}
}
}
},
- "Database Schema" : {
+ "Delete %lld columns?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 %lld개를 삭제하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı Şeması"
+ "value" : "%lld sütun silinsin mi?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Schema cơ sở dữ liệu"
+ "value" : "Xóa %lld cột?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据库 Schema"
+ "value" : "删除 %lld 列?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫綱要"
+ "value" : "要刪除 %lld 個欄位嗎?"
}
}
}
},
- "Database Size" : {
+ "Delete %lld rows?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "행 %lld개를 삭제하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı Boyutu"
+ "value" : "%lld satır silinsin mi?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kích thước cơ sở dữ liệu"
+ "value" : "Xóa %lld dòng?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据库大小"
+ "value" : "删除 %lld 行?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫大小"
+ "value" : "要刪除 %lld 列嗎?"
}
}
}
},
- "Database Switch Failed" : {
+ "Delete (⌫)" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "삭제(⌫)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı Değiştirme Başarısız"
+ "value" : "Sil (⌫)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chuyển cơ sở dữ liệu thất bại"
+ "value" : "Xóa (⌫)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "切换数据库失败"
+ "value" : "删除 (⌫)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "切換資料庫失敗"
+ "value" : "刪除 (⌫)"
}
}
}
},
- "Database Switcher" : {
+ "Delete Check Constraint" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "CHECK 제약 조건 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı Değiştirici"
+ "value" : "Kontrol Kısıtını Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chuyển đổi cơ sở dữ liệu"
+ "value" : "Xóa ràng buộc kiểm tra"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据库切换器"
+ "value" : "删除检查约束"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫切換器"
+ "value" : "刪除檢查約束"
}
}
}
},
- "Database Type" : {
+ "Delete Column" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı Türü"
+ "value" : "Sütunu Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Loại Database"
+ "value" : "Xóa cột"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据库类型"
+ "value" : "删除列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫類型"
+ "value" : "刪除欄位"
}
}
}
},
- "Database type \"%@\" is not installed" : {
- "extractionState" : "stale",
+ "Delete Columns" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" veritabanı türü yüklü değil"
+ "value" : "Sütunları Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Loại cơ sở dữ liệu \"%@\" chưa được cài đặt"
+ "value" : "Xóa cột"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据库类型 \"%@\" 未安装"
+ "value" : "删除列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫類型「%@」未安裝"
+ "value" : "刪除欄位"
}
}
}
},
- "Database Type:" : {
- "extractionState" : "stale",
+ "Delete Connection" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı Türü:"
+ "value" : "Bağlantıyı Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Loại cơ sở dữ liệu:"
+ "value" : "Xóa kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据库类型:"
+ "value" : "删除连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫類型:"
+ "value" : "刪除連線"
}
}
}
},
- "Database type: %@" : {
- "extractionState" : "stale",
+ "Delete Favorite?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "즐겨찾기를 삭제하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı türü: %@"
+ "value" : "Favoriyi Sil?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Loại cơ sở dữ liệu: %@"
+ "value" : "Xoá mục yêu thích?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据库类型: %@"
+ "value" : "删除收藏?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫類型:%@"
+ "value" : "刪除我的最愛?"
}
}
}
},
- "Database URL" : {
+ "Delete Folder" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "폴더 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı URL"
+ "value" : "Klasörü Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "URL cơ sở dữ liệu"
+ "value" : "Xoá thư mục"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据库 URL"
+ "value" : "删除文件夹"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫 URL"
+ "value" : "刪除資料夾"
}
}
}
},
- "database_name" : {
- "extractionState" : "stale",
+ "Delete Folder?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "폴더를 삭제하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "database_name"
+ "value" : "Klasör Silinsin mi?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "database_name"
+ "value" : "Xoá thư mục?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "database_name"
+ "value" : "删除文件夹?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "database_name"
+ "value" : "刪除資料夾?"
}
}
}
},
- "Database: %@" : {
+ "Delete Foreign Key" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외래 키 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı: %@"
+ "value" : "Yabancı Anahtarı Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cơ sở dữ liệu: %@"
+ "value" : "Xóa khóa ngoại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据库: %@"
+ "value" : "删除外键"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫:%@"
+ "value" : "刪除外鍵"
}
}
}
},
- "Database/Schema:" : {
- "extractionState" : "stale",
+ "Delete Group" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "그룹 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı/Şema:"
+ "value" : "Grubu Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cơ sở dữ liệu/Schema:"
+ "value" : "Xóa nhóm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据库/Schema:"
+ "value" : "删除分组"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫/綱要:"
+ "value" : "刪除群組"
}
}
}
},
- "Databases" : {
+ "Delete Index" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인덱스 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanları"
+ "value" : "İndeksi Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cơ sở dữ liệu"
+ "value" : "Xóa chỉ mục"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据库"
+ "value" : "删除索引"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料庫"
+ "value" : "刪除索引"
}
}
}
},
- "Date" : {
+ "Delete Line" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "줄 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tarih"
+ "value" : "Satırı Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ngày"
+ "value" : "Xóa dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "日期"
+ "value" : "删除行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "日期"
+ "value" : "刪除行"
}
}
}
},
- "Date format:" : {
+ "Delete Preset" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "프리셋 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tarih biçimi:"
+ "value" : "Ön Ayarı Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Định dạng ngày:"
+ "value" : "Xóa mẫu đặt trước"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "日期格式:"
+ "value" : "删除预设"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "日期格式:"
+ "value" : "刪除預設組合"
}
}
}
},
- "Date Range" : {
+ "Delete Profile" : {
"localizations" : {
- "tr" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "Tarih Aralığı"
- }
- },
- "vi" : {
+ "en" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Khoảng thời gian"
+ "value" : "Delete Profile"
}
},
- "zh-Hans" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "日期范围"
+ "value" : "프로필 삭제"
}
},
- "zh-Hant" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "日期範圍"
- }
- }
- }
- },
- "db %d" : {
- "localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "db %d"
+ "value" : "Profili Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "db %d"
+ "value" : "Xoá hồ sơ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "db %d"
+ "value" : "删除配置"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "db %d"
+ "value" : "刪除設定檔"
}
}
}
},
- "Deactivate" : {
+ "Delete Row" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "행 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Devre Dışı Bırak"
+ "value" : "Satırı Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hủy kích hoạt"
+ "value" : "Xoá dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "停用"
+ "value" : "删除行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "停用"
+ "value" : "刪除列"
}
}
}
},
- "Deactivate License?" : {
+ "Delete Rows" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "행 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lisans Devre Dışı Bırakılsın mı?"
+ "value" : "Satırları Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hủy kích hoạt giấy phép?"
+ "value" : "Xoá dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "停用许可证?"
+ "value" : "删除行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "停用授權?"
+ "value" : "刪除列"
}
}
}
},
- "Deactivate..." : {
+ "Delete SSH Profile?" : {
"localizations" : {
- "tr" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "Devre Dışı Bırak..."
- }
- },
- "vi" : {
+ "en" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hủy kích hoạt..."
+ "value" : "Delete SSH Profile?"
}
},
- "zh-Hans" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "停用..."
+ "value" : "SSH 프로필을 삭제하시겠습니까?"
}
},
- "zh-Hant" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "停用..."
- }
- }
- }
- },
- "Deactivated" : {
- "localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Devre Dışı"
+ "value" : "SSH Profili Silinsin mi?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã hủy kích hoạt"
+ "value" : "Xoá hồ sơ SSH?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已停用"
+ "value" : "删除 SSH 配置?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已停用"
+ "value" : "刪除 SSH 設定檔?"
}
}
}
},
- "Deactivation Failed" : {
- "extractionState" : "stale",
+ "Delete Selected" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "선택 항목 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Devre Dışı Bırakma Başarısız"
+ "value" : "Seçileni Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hủy kích hoạt thất bại"
+ "value" : "Xóa mục đã chọn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "停用失败"
+ "value" : "删除所选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "停用失敗"
+ "value" : "刪除所選"
}
}
}
},
- "Debounce: %d ms" : {
+ "Delete Theme" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테마 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Debounce: %d ms"
+ "value" : "Temayı Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Debounce: %d ms"
+ "value" : "Xoá chủ đề"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "防抖:%d 毫秒"
+ "value" : "删除主题"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "去抖動:%d 毫秒"
+ "value" : "刪除主題"
}
}
}
},
- "Decimal" : {
- "extractionState" : "stale",
+ "Delete Word Backward" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이전 단어 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ondalık"
+ "value" : "Önceki Kelimeyi Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thập phân"
+ "value" : "Xoá từ liền trước"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "十进制"
+ "value" : "删除前一个单词"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "十進位"
+ "value" : "刪除前一個單字"
}
}
}
},
- "Decompression failed with exit status %d" : {
+ "Delete Word Forward" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다음 단어 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Açma %d çıkış koduyla başarısız oldu"
+ "value" : "Sonraki Kelimeyi Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giải nén thất bại với mã thoát %d"
+ "value" : "Xoá từ liền sau"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "解压失败,退出状态 %d"
+ "value" : "删除后一个单词"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "解壓縮失敗,結束狀態 %d"
+ "value" : "刪除後一個單字"
}
}
}
},
- "Decrease font size" : {
+ "Delete this column?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 열을 삭제하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yazı boyutunu küçült"
+ "value" : "Bu sütun silinsin mi?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giảm cỡ chữ"
+ "value" : "Xóa cột này?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "减小字号"
+ "value" : "删除此列?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "縮小字型大小"
+ "value" : "要刪除這個欄位嗎?"
}
}
}
},
- "Decrease Text Size" : {
+ "Delete this row?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 행을 삭제하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Metin Boyutunu Küçült"
+ "value" : "Bu satır silinsin mi?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giảm cỡ chữ"
+ "value" : "Xóa dòng này?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "减小文字大小"
+ "value" : "删除此行?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "縮小文字大小"
+ "value" : "要刪除這一列嗎?"
}
}
}
},
- "Decrypt" : {
+ "Delete to Beginning of Line" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "줄 시작까지 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Şifre Çöz"
+ "value" : "Satır Başına Kadar Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giải mã"
+ "value" : "Xoá đến đầu dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "解密"
+ "value" : "删除到行首"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "解密"
+ "value" : "刪除到行首"
}
}
}
},
- "Decryption failed: %@" : {
- "extractionState" : "stale",
+ "Delete token?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "토큰을 삭제하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Şifre çözme başarısız: %@"
+ "value" : "Token silinsin mi?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giải mã thất bại: %@"
+ "value" : "Xóa token?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "解密失败:%@"
+ "value" : "删除令牌?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "解密失敗:%@"
+ "value" : "刪除權杖?"
}
}
}
},
- "Default" : {
+ "Deleted" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "삭제됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Varsayılan"
+ "value" : "Silindi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mặc định"
+ "value" : "Đã xoá"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "默认"
+ "value" : "已删除"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "預設"
+ "value" : "已刪除"
}
}
}
},
- "DEFAULT" : {
+ "Deleted Text" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "삭제된 텍스트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "VARSAYILAN"
+ "value" : "Silinen Metin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MẶC ĐỊNH"
+ "value" : "Văn bản đã xoá"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "默认"
+ "value" : "已删除文本"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "預設"
+ "value" : "已刪除文字"
}
}
}
},
- "Default Column" : {
+ "Deleted connection (%@)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 삭제됨(%@)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Varsayılan Sütun"
+ "value" : "Silinen bağlantı (%@)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cột mặc định"
+ "value" : "Đã xóa kết nối (%@)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "默认列"
+ "value" : "已删除的连接(%@)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "預設欄位"
+ "value" : "已刪除的連線 (%@)"
}
}
}
},
- "Default connection policy" : {
- "extractionState" : "stale",
+ "Delete…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "삭제…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Varsayılan bağlantı ilkesi"
+ "value" : "Sil…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chính sách kết nối mặc định"
+ "value" : "Xóa…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "默认连接策略"
+ "value" : "删除…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "預設連線原則"
+ "value" : "刪除…"
}
}
}
},
- "Default layout for new connections:" : {
+ "Delimiter" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "구분자"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni bağlantılar için varsayılan düzen:"
+ "value" : "Ayırıcı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bố cục mặc định cho kết nối mới:"
+ "value" : "Dấu phân cách"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新连接的默认布局:"
+ "value" : "分隔符"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新連線的預設版面配置:"
+ "value" : "分隔符號"
}
}
}
},
- "Default Operator" : {
+ "Denied" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "거부됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Varsayılan Operatör"
+ "value" : "Reddedildi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Toán tử mặc định"
+ "value" : "Đã từ chối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "默认运算符"
+ "value" : "已拒绝"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "預設運算子"
+ "value" : "已拒絕"
}
}
}
},
- "Default page size:" : {
+ "Deny" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "거부"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Varsayılan sayfa boyutu:"
+ "value" : "Reddet"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kích thước trang mặc định:"
+ "value" : "Từ chối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "默认页面大小:"
+ "value" : "拒绝"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "預設頁面大小:"
+ "value" : "拒絕"
}
}
}
},
- "Default Port" : {
+ "Describe Table" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블 설명"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Varsayılan Port"
+ "value" : "Tabloyu Açıkla"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cổng mặc định"
+ "value" : "Mô tả bảng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "默认端口"
+ "value" : "描述表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "預設連接埠"
+ "value" : "描述資料表"
}
}
}
},
- "Default Port:" : {
- "extractionState" : "stale",
+ "Describe the columns of a table or view." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블 또는 뷰의 열을 설명합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Varsayılan Port:"
+ "value" : "Bir tablonun veya görünümün sütunlarını açıklar."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cổng mặc định:"
+ "value" : "Mô tả các cột của một bảng hoặc view."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "默认端口:"
+ "value" : "描述表或视图的列。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "預設連接埠:"
+ "value" : "描述資料表或檢視表的欄位。"
}
}
}
},
- "Default row limit" : {
+ "Description" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "설명"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Varsayılan satır limiti"
+ "value" : "Açıklama"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giới hạn dòng mặc định"
+ "value" : "Mô tả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "默认行数限制"
+ "value" : "描述"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "預設列數上限"
+ "value" : "描述"
}
}
}
},
- "Default row sort is applied when a table first opens. Click a column header to override it." : {
+ "Deselect All" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모두 선택 해제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Varsayılan satır sıralaması, bir tablo ilk açıldığında uygulanır. Geçersiz kılmak için bir sütun başlığına tıklayın."
+ "value" : "Tümünü Bırak"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sắp xếp dòng mặc định được áp dụng khi bảng mở lần đầu. Nhấp vào tiêu đề cột để ghi đè."
+ "value" : "Bỏ chọn tất cả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "首次打开表时应用默认行排序。点击列标题可覆盖它。"
+ "value" : "取消全选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "首次開啟資料表時套用預設列排序。點擊欄標題可覆寫它。"
+ "value" : "取消全選"
}
}
}
},
- "Default row sort:" : {
+ "Destination:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "대상:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Varsayılan satır sıralaması:"
+ "value" : "Hedef:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sắp xếp hàng mặc định:"
+ "value" : "Đích:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "默认行排序:"
+ "value" : "目标:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "預設的列排序:"
+ "value" : "目的地:"
}
}
}
},
- "Default token" : {
+ "Destructive Changes" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파괴적 변경"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Varsayılan token"
+ "value" : "Yıkıcı Değişiklikler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Token mặc định"
+ "value" : "Thay đổi có thể mất dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "默认令牌"
+ "value" : "破坏性更改"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "預設權杖"
+ "value" : "破壞性變更"
}
}
}
},
- "Default value" : {
- "extractionState" : "stale",
+ "Destructive operations are not permitted for this client" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 클라이언트에서는 파괴적 작업이 허용되지 않습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Varsayılan değer"
+ "value" : "Bu istemci için yıkıcı işlemlere izin verilmiyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giá trị mặc định"
+ "value" : "Client này không được phép thực hiện thao tác phá hủy"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "默认值"
+ "value" : "此客户端不允许执行破坏性操作"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "預設值"
+ "value" : "此用戶端不允許執行破壞性操作"
}
}
}
},
- "Default Value" : {
- "extractionState" : "stale",
+ "Detach" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "분리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Varsayılan Değer"
+ "value" : "Ayır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giá trị mặc định"
+ "value" : "Tách rời"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "默认值"
+ "value" : "分离"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "預設值"
+ "value" : "分離"
}
}
}
},
- "Default view:" : {
+ "Detach Partition" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파티션 분리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Varsayılan görünüm:"
+ "value" : "Bölümü Ayır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chế độ xem mặc định:"
+ "value" : "Tách rời phân vùng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "默认视图:"
+ "value" : "分离分区"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "預設檢視:"
+ "value" : "分離分割區"
}
}
}
},
- "Default:" : {
- "extractionState" : "stale",
+ "Detach Partition?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파티션을 분리하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Varsayılan:"
+ "value" : "Bölüm Ayrılsın mı?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mặc định:"
+ "value" : "Tách rời phân vùng?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "默认:"
+ "value" : "分离分区?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "預設:"
+ "value" : "要分離分割區嗎?"
}
}
}
},
- "Delete" : {
+ "Detach selected partition" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "선택한 파티션 분리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sil"
+ "value" : "Seçili bölümü ayır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa"
+ "value" : "Tách rời phân vùng đã chọn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除"
+ "value" : "分离选定的分区"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除"
+ "value" : "分離選取的分割區"
}
}
}
},
- "Delete \"%@\"" : {
+ "Details" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "세부 정보"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" Sil"
+ "value" : "Ayrıntılar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa \"%@\""
+ "value" : "Chi tiết"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除「%@」"
+ "value" : "详情"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除「%@」"
+ "value" : "詳細資訊"
}
}
}
},
- "Delete (⌫)" : {
- "extractionState" : "stale",
+ "Details: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "세부 정보: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sil (⌫)"
+ "value" : "Ayrıntılar: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa (⌫)"
+ "value" : "Chi tiết: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除 (⌫)"
+ "value" : "详细信息:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除 (⌫)"
+ "value" : "詳細資訊:%@"
}
}
}
},
- "Delete %d Connections" : {
+ "Detected" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "감지됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d Bağlantıyı Sil"
+ "value" : "Algılandı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá %d kết nối"
+ "value" : "Đã phát hiện"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除%d个连接"
+ "value" : "已检测到"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除 %d 個連線"
+ "value" : "已偵測到"
}
}
}
},
- "Delete %lld columns?" : {
+ "Diagnostic Info" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "진단 정보"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld sütun silinsin mi?"
+ "value" : "Tanılama Bilgileri"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa %lld cột?"
+ "value" : "Thông tin chẩn đoán"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除 %lld 列?"
+ "value" : "诊断信息"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要刪除 %lld 個欄位嗎?"
+ "value" : "診斷資訊"
}
}
}
},
- "Delete %lld Connections" : {
- "extractionState" : "stale",
+ "Diagram" : {
"localizations" : {
- "en" : {
- "variations" : {
- "plural" : {
- "one" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "Delete %lld Connection"
- }
- },
- "other" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "Delete %lld Connections"
- }
- }
- }
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다이어그램"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld Bağlantıyı Sil"
+ "value" : "Diyagram"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa %lld Kết nối"
+ "value" : "Sơ đồ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除 %lld 个连接"
+ "value" : "图表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除 %lld 個連線"
+ "value" : "圖表"
}
}
}
},
- "Delete %lld rows?" : {
+ "Diff layout" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "차이 비교 레이아웃"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld satır silinsin mi?"
+ "value" : "Fark düzeni"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa %lld dòng?"
+ "value" : "Bố cục so sánh"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除 %lld 行?"
+ "value" : "差异布局"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要刪除 %lld 列嗎?"
+ "value" : "差異版面"
}
}
}
},
- "Delete Check Constraint" : {
- "extractionState" : "stale",
+ "Digits" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "자릿수"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kontrol Kısıtını Sil"
+ "value" : "Rakamlar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa ràng buộc kiểm tra"
+ "value" : "Số chữ số"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除检查约束"
+ "value" : "位数"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除檢查約束"
+ "value" : "位數"
}
}
}
},
- "Delete Column" : {
+ "Disable" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "비활성화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütunu Sil"
+ "value" : "Devre Dışı Bırak"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa cột"
+ "value" : "Tắt"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除列"
+ "value" : "禁用"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除欄位"
+ "value" : "停用"
}
}
}
},
- "Delete Columns" : {
+ "Disable %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 비활성화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütunları Sil"
+ "value" : "%@ Kapat"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa cột"
+ "value" : "Tắt %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除列"
+ "value" : "关闭 %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除欄位"
+ "value" : "關閉 %@"
}
}
}
},
- "Delete Connection" : {
+ "Disable SSH Tunnel" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "SSH 터널 비활성화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantıyı Sil"
+ "value" : "SSH Tünelini Devre Dışı Bırak"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa kết nối"
+ "value" : "Tắt SSH Tunnel"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除连接"
+ "value" : "禁用 SSH 隧道"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除連線"
+ "value" : "停用 SSH 隧道"
}
}
}
},
- "Delete Favorite?" : {
+ "Disable foreign key checks" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외래 키 검사 비활성화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Favoriyi Sil?"
+ "value" : "Yabancı anahtar kontrollerini kapat"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá mục yêu thích?"
+ "value" : "Tắt kiểm tra khóa ngoại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除收藏?"
+ "value" : "禁用外键检查"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除我的最愛?"
+ "value" : "停用外鍵檢查"
}
}
}
},
- "Delete Folder" : {
+ "Disabled" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "비활성화됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Klasörü Sil"
+ "value" : "Devre Dışı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá thư mục"
+ "value" : "Đã tắt"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除文件夹"
+ "value" : "已禁用"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除資料夾"
+ "value" : "已停用"
}
}
}
},
- "Delete Folder?" : {
+ "Discard" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "버리기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Klasör Silinsin mi?"
+ "value" : "Vazgeç"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá thư mục?"
+ "value" : "Hủy bỏ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除文件夹?"
+ "value" : "丢弃"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除資料夾?"
+ "value" : "捨棄"
}
}
}
},
- "Delete Foreign Key" : {
+ "Discard Changes?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "변경 사항을 버리시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yabancı Anahtarı Sil"
+ "value" : "Değişiklikler Atılsın mı?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa khóa ngoại"
+ "value" : "Hủy bỏ thay đổi?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除外键"
+ "value" : "丢弃更改?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除外鍵"
+ "value" : "要捨棄變更嗎?"
}
}
}
},
- "Delete Group" : {
+ "Discard Unsaved Changes?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "저장하지 않은 변경사항을 폐기하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Grubu Sil"
+ "value" : "Kaydedilmemiş Değişiklikler Atılsın mı?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa nhóm"
+ "value" : "Hủy bỏ thay đổi chưa lưu?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除分组"
+ "value" : "丢弃未保存的更改?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除群組"
+ "value" : "要捨棄未儲存的變更嗎?"
}
}
}
},
- "Delete Index" : {
+ "Disconnect" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 해제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İndeksi Sil"
+ "value" : "Bağlantıyı Kes"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa chỉ mục"
+ "value" : "Ngắt kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除索引"
+ "value" : "断开连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除索引"
+ "value" : "中斷連線"
}
}
}
},
- "Delete Line" : {
+ "Disconnect client?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "클라이언트 연결을 해제하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satırı Sil"
+ "value" : "İstemcinin bağlantısı kesilsin mi?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa dòng"
+ "value" : "Ngắt kết nối client?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除行"
+ "value" : "断开客户端连接?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除行"
+ "value" : "要中斷用戶端連線嗎?"
}
}
}
},
- "Delete Preset" : {
+ "Disconnect from a database" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 연결 해제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ön Ayarı Sil"
+ "value" : "Bir veritabanı bağlantısını kes"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa mẫu đặt trước"
+ "value" : "Ngắt kết nối khỏi cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除预设"
+ "value" : "断开数据库连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除預設組合"
+ "value" : "中斷與資料庫的連線"
}
}
}
},
- "Delete Profile" : {
+ "Disconnect from “%@”?" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Delete Profile"
+ "value" : "“%@” 연결을 해제하시겠습니까?"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Profili Sil"
+ "value" : "“%@” bağlantısı kesilsin mi?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá hồ sơ"
+ "value" : "Ngắt kết nối khỏi “%@”?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除配置"
+ "value" : "要断开与“%@”的连接吗?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除設定檔"
+ "value" : "要中斷與「%@」的連線嗎?"
}
}
}
},
- "Delete Row" : {
+ "Disconnect the selected client" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "선택한 클라이언트 연결 해제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satırı Sil"
+ "value" : "Seçili istemcinin bağlantısını kes"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá dòng"
+ "value" : "Ngắt kết nối client đã chọn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除行"
+ "value" : "断开所选客户端的连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除列"
+ "value" : "中斷所選用戶端的連線"
}
}
}
},
- "Delete Rows" : {
+ "Disconnected" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결이 해제되었습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satırları Sil"
+ "value" : "Bağlantı Kesildi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá dòng"
+ "value" : "Đã ngắt kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除行"
+ "value" : "已断开连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除列"
+ "value" : "已中斷連線"
}
}
}
},
- "Delete Selected" : {
+ "Disconnected from %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 연결이 해제되었습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Seçileni Sil"
+ "value" : "%@ bağlantısı kesildi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa mục đã chọn"
+ "value" : "Đã ngắt kết nối khỏi %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除所选"
+ "value" : "已断开与 %@ 的连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除所選"
+ "value" : "已中斷與 %@ 的連線"
}
}
}
},
- "Delete SSH Profile?" : {
+ "Disk Usage" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Delete SSH Profile?"
+ "value" : "디스크 사용량"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "SSH Profili Silinsin mi?"
+ "value" : "Disk Kullanımı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá hồ sơ SSH?"
+ "value" : "Sử dụng ổ đĩa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除 SSH 配置?"
+ "value" : "磁盘使用量"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除 SSH 設定檔?"
+ "value" : "磁碟使用量"
}
}
}
},
- "Delete Theme" : {
+ "Dismiss" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "닫기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Temayı Sil"
+ "value" : "Kapat"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá chủ đề"
+ "value" : "Bỏ qua"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除主题"
+ "value" : "关闭"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除主題"
+ "value" : "關閉"
}
}
}
},
- "Delete this column?" : {
+ "Dismiss error" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "오류 닫기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu sütun silinsin mi?"
+ "value" : "Hatayı kapat"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa cột này?"
+ "value" : "Bỏ qua lỗi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除此列?"
+ "value" : "关闭错误"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要刪除這個欄位嗎?"
+ "value" : "關閉錯誤"
}
}
}
},
- "Delete this row?" : {
+ "Display" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "표시"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu satır silinsin mi?"
+ "value" : "Görüntüle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa dòng này?"
+ "value" : "Hiển thị"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除此行?"
+ "value" : "显示"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要刪除這一列嗎?"
+ "value" : "顯示"
}
}
}
},
- "Delete to Beginning of Line" : {
+ "Display As" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "표시 형식"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satır Başına Kadar Sil"
+ "value" : "Farklı Görüntüle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá đến đầu dòng"
+ "value" : "Hiển thị dạng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除到行首"
+ "value" : "显示为"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除到行首"
+ "value" : "顯示為"
}
}
}
},
- "Delete token?" : {
+ "Distributed SQL query engine for data lakes" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터 레이크용 분산 SQL 쿼리 엔진"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Token silinsin mi?"
+ "value" : "Veri gölleri için dağıtık SQL sorgu motoru"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa token?"
+ "value" : "Công cụ truy vấn SQL phân tán cho data lake"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除令牌?"
+ "value" : "面向数据湖的分布式 SQL 查询引擎"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除權杖?"
+ "value" : "適用於資料湖的分散式 SQL 查詢引擎"
}
}
}
},
- "Delete Word Backward" : {
+ "Distributed SQL, PostgreSQL-compatible" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "PostgreSQL 호환 분산 SQL"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Önceki Kelimeyi Sil"
+ "value" : "Dağıtık SQL, PostgreSQL uyumlu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá từ liền trước"
+ "value" : "SQL phân tán, tương thích PostgreSQL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除前一个单词"
+ "value" : "分布式 SQL,兼容 PostgreSQL"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除前一個單字"
+ "value" : "分散式 SQL,相容 PostgreSQL"
}
}
}
},
- "Delete Word Forward" : {
+ "Distributed SQLite by Turso" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Turso의 분산형 SQLite"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sonraki Kelimeyi Sil"
+ "value" : "Turso'dan dağıtık SQLite"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá từ liền sau"
+ "value" : "SQLite phân tán của Turso"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除后一个单词"
+ "value" : "Turso 出品的分布式 SQLite"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除後一個單字"
+ "value" : "Turso 推出的分散式 SQLite"
}
}
}
},
- "Delete…" : {
+ "Distributed key-value store for service discovery" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "서비스 검색용 분산 키-값 저장소"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sil…"
+ "value" : "Servis keşfi için dağıtık anahtar-değer deposu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa…"
+ "value" : "Kho key-value phân tán cho service discovery"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除…"
+ "value" : "用于服务发现的分布式键值存储"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除…"
+ "value" : "用於服務探索的分散式鍵值儲存"
}
}
}
},
- "Deleted" : {
+ "Distributed wide-column store" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "분산 와이드 컬럼 저장소"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Silindi"
+ "value" : "Dağıtık geniş sütunlu depo"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã xoá"
+ "value" : "Kho wide-column phân tán"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已删除"
+ "value" : "分布式宽列存储"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已刪除"
+ "value" : "分散式寬欄儲存"
}
}
}
},
- "Deleted connection (%@)" : {
+ "Do Not Decode" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "디코딩 안 함"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Silinen bağlantı (%@)"
+ "value" : "Kodu Çözme"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã xóa kết nối (%@)"
+ "value" : "Không giải mã"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已删除的连接(%@)"
+ "value" : "不解码"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已刪除的連線 (%@)"
+ "value" : "不解碼"
}
}
}
},
- "Deleted Text" : {
+ "Do not show this again" : {
+ "comment" : "Title of the checkbox that can be checked to suppress the warning dialog.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다시 표시하지 않기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Silinen Metin"
+ "value" : "Bunu bir daha gösterme"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Văn bản đã xoá"
+ "value" : "Không hiện lại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已删除文本"
+ "value" : "不再显示"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已刪除文字"
+ "value" : "不再顯示"
}
}
}
},
- "Delimiter" : {
+ "Do you want to save changes?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "변경사항을 저장하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ayırıcı"
+ "value" : "Değişiklikleri kaydetmek istiyor musunuz?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dấu phân cách"
+ "value" : "Bạn có muốn lưu thay đổi?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "分隔符"
+ "value" : "是否保存更改?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "分隔符號"
+ "value" : "是否要儲存變更?"
}
}
}
},
- "Denied" : {
+ "Document" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "문서"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Reddedildi"
+ "value" : "Belge"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã từ chối"
+ "value" : "Document"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已拒绝"
+ "value" : "文档"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已拒絕"
+ "value" : "文件"
}
}
}
},
- "Deny" : {
+ "Document Inspector" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "문서 검사기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Reddet"
+ "value" : "Belge Denetçisi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Từ chối"
+ "value" : "Trình kiểm tra document"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "拒绝"
+ "value" : "文档检查器"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "拒絕"
+ "value" : "文件檢閱器"
}
}
}
},
- "Describe Table" : {
+ "Documentation" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "도움말 문서"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tabloyu Açıkla"
+ "value" : "Belgeler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mô tả bảng"
+ "value" : "Tài liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "描述表"
+ "value" : "文档"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "描述資料表"
+ "value" : "文件"
}
}
}
},
- "Describe the columns of a table or view." : {
+ "Don't Allow" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "허용 안 함"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir tablonun veya görünümün sütunlarını açıklar."
+ "value" : "İzin Verme"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mô tả các cột của một bảng hoặc view."
+ "value" : "Không cho phép"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "描述表或视图的列。"
+ "value" : "不允许"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "描述資料表或檢視表的欄位。"
+ "value" : "不允許"
}
}
}
},
- "Description" : {
+ "Don't Save" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "저장 안 함"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Açıklama"
+ "value" : "Kaydetme"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mô tả"
+ "value" : "Không lưu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "描述"
+ "value" : "不保存"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "描述"
+ "value" : "不要儲存"
}
}
}
},
- "Deselect All" : {
+ "Don't Sort" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "정렬 안 함"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tümünü Bırak"
+ "value" : "Sıralama"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bỏ chọn tất cả"
+ "value" : "Không sắp xếp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取消全选"
+ "value" : "不排序"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取消全選"
+ "value" : "不排序"
}
}
}
},
- "Destination:" : {
+ "Don't show this again" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다시 표시하지 않기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hedef:"
+ "value" : "Bunu bir daha gösterme"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đích:"
+ "value" : "Không hiện lại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "目标:"
+ "value" : "不再显示"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "目的地:"
+ "value" : "不再顯示"
}
}
}
},
- "Destructive Changes" : {
+ "Done" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "완료"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yıkıcı Değişiklikler"
+ "value" : "Tamam"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thay đổi có thể mất dữ liệu"
+ "value" : "Xong"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "破坏性更改"
+ "value" : "完成"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "破壞性變更"
+ "value" : "完成"
}
}
}
},
- "Destructive operations are not permitted for this client" : {
+ "Double Quote \"" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "큰따옴표 \""
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu istemci için yıkıcı işlemlere izin verilmiyor"
+ "value" : "Çift Tırnak \""
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Client này không được phép thực hiện thao tác phá hủy"
+ "value" : "Dấu nháy kép \""
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "此客户端不允许执行破坏性操作"
+ "value" : "双引号 \""
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "此用戶端不允許執行破壞性操作"
+ "value" : "雙引號 \""
}
}
}
},
- "Detach" : {
+ "Doubled Quote" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "큰따옴표 이중 처리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ayır"
+ "value" : "Çiftlenmiş Tırnak"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tách rời"
+ "value" : "Nháy kép lặp lại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "分离"
+ "value" : "重复引号"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "分離"
+ "value" : "重複引號"
}
}
}
},
- "Detach Partition" : {
+ "Download cloud-sql-proxy..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "cloud-sql-proxy 다운로드..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bölümü Ayır"
+ "value" : "cloud-sql-proxy indir..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tách rời phân vùng"
+ "value" : "Tải cloud-sql-proxy..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "分离分区"
+ "value" : "下载 cloud-sql-proxy..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "分離分割區"
+ "value" : "下載 cloud-sql-proxy..."
}
}
}
},
- "Detach Partition?" : {
+ "Downloading plugin" : {
+ "comment" : "A description of a progress bar that shows a download in progress.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "플러그인 다운로드 중"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bölüm Ayrılsın mı?"
+ "value" : "Eklenti indiriliyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tách rời phân vùng?"
+ "value" : "Đang tải plugin"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "分离分区?"
+ "value" : "正在下载插件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要分離分割區嗎?"
+ "value" : "正在下載外掛"
}
}
}
},
- "Detach selected partition" : {
+ "Downloads" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다운로드"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Seçili bölümü ayır"
+ "value" : "İndirmeler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tách rời phân vùng đã chọn"
+ "value" : "Lượt tải"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "分离选定的分区"
+ "value" : "下载次数"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "分離選取的分割區"
+ "value" : "下載次數"
}
}
}
},
- "Details" : {
+ "Drag to reorder this filter" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "드래그하여 이 필터의 순서 변경"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ayrıntılar"
+ "value" : "Bu filtreyi yeniden sıralamak için sürükleyin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chi tiết"
+ "value" : "Kéo để sắp xếp lại bộ lọc này"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "详情"
+ "value" : "拖动以重新排列此筛选条件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "詳細資訊"
+ "value" : "拖曳以重新排列這個篩選條件"
}
}
}
},
- "Details: %@" : {
+ "Driver Options" : {
+ "comment" : "A section for driver-specific options.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "드라이버 옵션"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ayrıntılar: %@"
+ "value" : "Sürücü Seçenekleri"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chi tiết: %@"
+ "value" : "Tuỳ chọn driver"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "详细信息:%@"
+ "value" : "驱动选项"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "詳細資訊:%@"
+ "value" : "驅動程式選項"
}
}
}
},
- "Detected" : {
+ "Driver plugin not loaded. Open Settings to update." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "드라이버 플러그인을 불러오지 못했습니다. 설정을 열어 업데이트하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Algılandı"
+ "value" : "Sürücü eklentisi yüklenmedi. Güncellemek için Ayarlar'ı açın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã phát hiện"
+ "value" : "Plugin driver chưa được tải. Mở Cài đặt để cập nhật."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已检测到"
+ "value" : "驱动插件未加载。请打开设置进行更新。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已偵測到"
+ "value" : "驅動程式外掛未載入。請開啟設定進行更新。"
}
}
}
},
- "Diagnostic Info" : {
+ "Drop" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tanılama Bilgileri"
+ "value" : "Bırak"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thông tin chẩn đoán"
+ "value" : "Xóa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "诊断信息"
+ "value" : "删除"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "診斷資訊"
+ "value" : "刪除"
}
}
}
},
- "Diagram" : {
+ "Drop %1$@ “%2$@”?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@ “%2$@”을(를) 삭제하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Diyagram"
+ "value" : "%1$@ “%2$@” bırakılsın mı?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sơ đồ"
+ "value" : "Xóa %1$@ “%2$@”?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "图表"
+ "value" : "删除%1$@“%2$@”?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "圖表"
+ "value" : "刪除%1$@「%2$@」?"
}
}
}
},
- "Diff layout" : {
+ "Drop %1$@ “%2$@”…" : {
+ "comment" : "The text of the menu item for dropping a single database. The argument is the name of the database.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@ “%2$@” 삭제…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Fark düzeni"
+ "value" : "%1$@ “%2$@” Sil…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bố cục so sánh"
+ "value" : "Xoá %1$@ “%2$@”…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "差异布局"
+ "value" : "删除%1$@“%2$@”…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "差異版面"
+ "value" : "刪除%1$@「%2$@」…"
}
}
}
},
- "Digits" : {
+ "Drop %1$lld %2$@" : {
+ "comment" : "The text of the button that confirms the user's intention to drop multiple objects. The first argument is the pluralized name of the object. The second argument is the number of objects to be dropped.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$lld개의 %2$@ 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Rakamlar"
+ "value" : "%1$lld %2$@ Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Số chữ số"
+ "value" : "Xoá %1$lld %2$@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "位数"
+ "value" : "删除 %1$lld 个%2$@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "位數"
+ "value" : "刪除 %1$lld 個%2$@"
}
}
}
},
- "Disable" : {
+ "Drop %1$lld %2$@?" : {
+ "comment" : "The title of a confirmation alert when dropping multiple databases. The first argument is the number of databases being dropped. The second argument is the pluralized name of the database type.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$lld개의 %2$@을(를) 삭제하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Devre Dışı Bırak"
+ "value" : "%1$lld %2$@ silinsin mi?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tắt"
+ "value" : "Xoá %1$lld %2$@?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "禁用"
+ "value" : "要删除 %1$lld 个%2$@吗?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "停用"
+ "value" : "要刪除 %1$lld 個%2$@嗎?"
}
}
}
},
- "Disable %@" : {
+ "Drop %1$lld %2$@…" : {
+ "comment" : "Text for the \"Drop\" menu item.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$lld개의 %2$@ 삭제…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ Kapat"
+ "value" : "%1$lld %2$@ Sil…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tắt %@"
+ "value" : "Xoá %1$lld %2$@…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关闭 %@"
+ "value" : "删除 %1$lld 个%2$@…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關閉 %@"
+ "value" : "刪除 %1$lld 個%2$@…"
}
}
}
},
- "Disable foreign key checks" : {
- "extractionState" : "stale",
+ "Drop %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yabancı anahtar kontrollerini kapat"
+ "value" : "%@ Bırak"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tắt kiểm tra khóa ngoại"
+ "value" : "Xóa %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "禁用外键检查"
+ "value" : "删除 %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "停用外鍵檢查"
+ "value" : "刪除 %@"
}
}
}
},
- "Disable SSH Tunnel" : {
+ "Drop %@…" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 삭제…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "SSH Tünelini Devre Dışı Bırak"
+ "value" : "%@ Bırak…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tắt SSH Tunnel"
+ "value" : "Xóa %@…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "禁用 SSH 隧道"
+ "value" : "删除 %@…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "停用 SSH 隧道"
+ "value" : "刪除 %@…"
}
}
}
},
- "disabled" : {
+ "Drop %d tables" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블 %d개 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "devre dışı"
+ "value" : "%d tabloyu sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "đã tắt"
+ "value" : "Xoá %d bảng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已禁用"
+ "value" : "删除%d个表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已停用"
+ "value" : "刪除 %d 個資料表"
}
}
}
},
- "Disabled" : {
+ "Drop %lld tables" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블 %lld개 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Devre Dışı"
+ "value" : "Drop %lld tablo"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã tắt"
+ "value" : "Xóa %lld bảng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已禁用"
+ "value" : "删除 %lld 个表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已停用"
+ "value" : "刪除 %lld 個資料表"
}
}
}
},
- "Discard" : {
+ "Drop Database" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Vazgeç"
+ "value" : "Veritabanını Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hủy bỏ"
+ "value" : "Xoá cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "丢弃"
+ "value" : "删除数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "捨棄"
+ "value" : "刪除資料庫"
}
}
}
},
- "Discard Changes?" : {
+ "Drop Database..." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 삭제..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Değişiklikler Atılsın mı?"
+ "value" : "Veritabanını Sil..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hủy bỏ thay đổi?"
+ "value" : "Xoá cơ sở dữ liệu..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "丢弃更改?"
+ "value" : "删除数据库…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要捨棄變更嗎?"
+ "value" : "刪除資料庫…"
}
}
}
},
- "Discard Unsaved Changes?" : {
+ "Drop Database…" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 삭제…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kaydedilmemiş Değişiklikler Atılsın mı?"
+ "value" : "Veritabanını Sil…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hủy bỏ thay đổi chưa lưu?"
+ "value" : "Xóa cơ sở dữ liệu…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "丢弃未保存的更改?"
+ "value" : "删除数据库…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要捨棄未儲存的變更嗎?"
+ "value" : "捨棄資料庫…"
}
}
}
},
- "Disconnect" : {
+ "Drop External Table" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외부 테이블 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantıyı Kes"
+ "value" : "Harici Tabloyu Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ngắt kết nối"
+ "value" : "Xóa External Table"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "断开连接"
+ "value" : "删除外部表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "中斷連線"
+ "value" : "捨棄外部資料表"
}
}
}
},
- "Disconnect client?" : {
+ "Drop Failed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "삭제 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İstemcinin bağlantısı kesilsin mi?"
+ "value" : "Silme Başarısız"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ngắt kết nối client?"
+ "value" : "Xóa thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "断开客户端连接?"
+ "value" : "删除失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要中斷用戶端連線嗎?"
+ "value" : "捨棄失敗"
}
}
}
},
- "Disconnect from “%@”?" : {
+ "Drop Foreign Table" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외래 테이블 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "“%@” bağlantısı kesilsin mi?"
+ "value" : "Dış Tabloyu Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ngắt kết nối khỏi “%@”?"
+ "value" : "Xóa Foreign Table"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要断开与“%@”的连接吗?"
+ "value" : "删除外部表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要中斷與「%@」的連線嗎?"
+ "value" : "捨棄外部資料表"
}
}
}
},
- "Disconnect from a database" : {
+ "Drop Materialized View" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "구체화된 뷰 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir veritabanı bağlantısını kes"
+ "value" : "Materyalize Görünümü Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ngắt kết nối khỏi cơ sở dữ liệu"
+ "value" : "Xóa Materialized View"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "断开数据库连接"
+ "value" : "删除物化视图"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "中斷與資料庫的連線"
+ "value" : "捨棄具體化檢視表"
}
}
}
},
- "Disconnect the selected client" : {
+ "Drop Partition" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파티션 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Seçili istemcinin bağlantısını kes"
+ "value" : "Bölümü Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ngắt kết nối client đã chọn"
+ "value" : "Xoá phân vùng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "断开所选客户端的连接"
+ "value" : "删除分区"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "中斷所選用戶端的連線"
+ "value" : "刪除分割區"
}
}
}
},
- "disconnected" : {
+ "Drop Partition?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파티션을 삭제하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "bağlantı kesildi"
+ "value" : "Bölüm Silinsin mi?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "đã ngắt kết nối"
+ "value" : "Xoá phân vùng?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已断开连接"
+ "value" : "删除分区?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已中斷連線"
+ "value" : "要刪除分割區嗎?"
}
}
}
},
- "Disconnected" : {
+ "Drop Role" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "역할 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı Kesildi"
+ "value" : "Rolü Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã ngắt kết nối"
+ "value" : "Xoá vai trò"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已断开连接"
+ "value" : "删除角色"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已中斷連線"
+ "value" : "刪除角色"
}
}
}
},
- "Disconnected from %@" : {
+ "Drop Trigger" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "트리거 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ bağlantısı kesildi"
+ "value" : "Tetikleyiciyi Sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã ngắt kết nối khỏi %@"
+ "value" : "Xoá trigger"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已断开与 %@ 的连接"
+ "value" : "删除触发器"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已中斷與 %@ 的連線"
+ "value" : "刪除觸發器"
}
}
}
},
- "Disk Usage" : {
+ "Drop View" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "뷰 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Disk Kullanımı"
+ "value" : "Görünümü Bırak"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sử dụng ổ đĩa"
+ "value" : "Xóa view"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "磁盘使用量"
+ "value" : "删除视图"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "磁碟使用量"
+ "value" : "刪除檢視表"
}
}
}
},
- "Dismiss" : {
+ "Drop all tables that depend on this table" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 테이블에 종속된 모든 테이블 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kapat"
+ "value" : "Bu tabloya bağımlı tüm tabloları bırak"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bỏ qua"
+ "value" : "Xóa tất cả bảng phụ thuộc vào bảng này"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关闭"
+ "value" : "删除所有依赖此表的表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關閉"
+ "value" : "刪除所有依賴此資料表的資料表"
}
}
}
},
- "Dismiss error" : {
+ "Drop database '%@'?" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 '%@'을(를) 삭제하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hatayı kapat"
+ "value" : "'%@' veritabanı silinsin mi?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bỏ qua lỗi"
+ "value" : "Xoá cơ sở dữ liệu '%@'?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关闭错误"
+ "value" : "删除数据库 '%@'?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關閉錯誤"
+ "value" : "要刪除資料庫「%@」嗎?"
}
}
}
},
- "Display" : {
+ "Drop database “%@”?" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 “%@”을(를) 삭제하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Görüntüle"
+ "value" : "“%@” veritabanı silinsin mi?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hiển thị"
+ "value" : "Xóa cơ sở dữ liệu “%@”?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "显示"
+ "value" : "要删除数据库“%@”吗?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "顯示"
+ "value" : "要捨棄資料庫「%@」嗎?"
}
}
}
},
- "Display As" : {
+ "Drop owned objects" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "소유한 객체 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Farklı Görüntüle"
+ "value" : "Sahip olunan nesneleri sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hiển thị dạng"
+ "value" : "Xoá các đối tượng sở hữu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "显示为"
+ "value" : "删除拥有的对象"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "顯示為"
+ "value" : "刪除擁有的物件"
}
}
}
},
- "Distributed key-value store for service discovery" : {
+ "Drop selected database" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "선택한 데이터베이스 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Servis keşfi için dağıtık anahtar-değer deposu"
+ "value" : "Seçili veritabanını sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kho key-value phân tán cho service discovery"
+ "value" : "Xoá cơ sở dữ liệu đã chọn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "用于服务发现的分布式键值存储"
+ "value" : "删除选定的数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "用於服務探索的分散式鍵值儲存"
+ "value" : "刪除選取的資料庫"
}
}
}
},
- "Distributed SQL query engine for data lakes" : {
+ "Drop selected partition" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "선택한 파티션 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veri gölleri için dağıtık SQL sorgu motoru"
+ "value" : "Seçili bölümü sil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Công cụ truy vấn SQL phân tán cho data lake"
+ "value" : "Xoá phân vùng đã chọn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "面向数据湖的分布式 SQL 查询引擎"
+ "value" : "删除选定的分区"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "適用於資料湖的分散式 SQL 查詢引擎"
+ "value" : "刪除選取的分割區"
}
}
}
},
- "Distributed SQL, PostgreSQL-compatible" : {
+ "Drop table '%@'" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블 '%@' 삭제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dağıtık SQL, PostgreSQL uyumlu"
+ "value" : "Drop tablo '%@'"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "SQL phân tán, tương thích PostgreSQL"
+ "value" : "Xóa bảng '%@'"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "分布式 SQL,兼容 PostgreSQL"
+ "value" : "删除表 '%@'"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "分散式 SQL,相容 PostgreSQL"
+ "value" : "刪除資料表「%@」"
}
}
}
},
- "Distributed SQLite by Turso" : {
+ "Drop trigger “%@”?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "트리거 “%@”을(를) 삭제하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Turso'dan dağıtık SQLite"
+ "value" : "“%@” tetikleyicisi silinsin mi?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "SQLite phân tán của Turso"
+ "value" : "Xoá trigger “%@”?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Turso 出品的分布式 SQLite"
+ "value" : "删除触发器“%@”?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Turso 推出的分散式 SQLite"
+ "value" : "要刪除觸發器「%@」嗎?"
}
}
}
},
- "Distributed wide-column store" : {
+ "Dropping..." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "삭제 중..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dağıtık geniş sütunlu depo"
+ "value" : "Siliniyor..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kho wide-column phân tán"
+ "value" : "Đang xoá..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "分布式宽列存储"
+ "value" : "正在删除…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "分散式寬欄儲存"
+ "value" : "正在刪除…"
}
}
}
},
- "Do Not Decode" : {
+ "Drop…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "삭제…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kodu Çözme"
+ "value" : "Sil…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không giải mã"
+ "value" : "Xoá…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不解码"
+ "value" : "删除…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不解碼"
+ "value" : "刪除…"
}
}
}
},
- "Do not show this again" : {
- "comment" : "Title of the checkbox that can be checked to suppress the warning dialog.",
- "isCommentAutoGenerated" : true,
+ "DuckLake Data Path" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "DuckLake 데이터 경로"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bunu bir daha gösterme"
+ "value" : "DuckLake Veri Yolu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không hiện lại"
+ "value" : "Đường dẫn dữ liệu DuckLake"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不再显示"
+ "value" : "DuckLake 数据路径"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不再顯示"
+ "value" : "DuckLake 資料路徑"
}
}
}
},
- "Do you want to save changes?" : {
+ "Dump operations are only supported for PostgreSQL and Redshift connections." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "덤프 작업은 PostgreSQL 및 Redshift 연결에서만 지원됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Değişiklikleri kaydetmek istiyor musunuz?"
+ "value" : "Döküm işlemleri yalnızca PostgreSQL ve Redshift bağlantıları için desteklenir."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bạn có muốn lưu thay đổi?"
+ "value" : "Thao tác dump chỉ được hỗ trợ cho kết nối PostgreSQL và Redshift."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "是否保存更改?"
+ "value" : "转储操作仅支持 PostgreSQL 和 Redshift 连接。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "是否要儲存變更?"
+ "value" : "備份/還原操作僅支援 PostgreSQL 和 Redshift 連線。"
}
}
}
},
- "Document" : {
+ "Duplicate" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "복제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Belge"
+ "value" : "Çoğalt"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Document"
+ "value" : "Nhân bản"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "文档"
+ "value" : "复制"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "文件"
+ "value" : "製作複本"
}
}
}
},
- "Document Inspector" : {
+ "Duplicate Existing Table" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기존 테이블 복제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Belge Denetçisi"
+ "value" : "Mevcut Tabloyu Çoğalt"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trình kiểm tra document"
+ "value" : "Nhân bản bảng hiện có"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "文档检查器"
+ "value" : "复制现有表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "文件檢閱器"
+ "value" : "複製現有資料表"
}
}
}
},
- "Documentation" : {
+ "Duplicate Filter" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터 복제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Belgeler"
+ "value" : "Filtreyi Çoğalt"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tài liệu"
+ "value" : "Nhân bản bộ lọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "文档"
+ "value" : "复制筛选条件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "文件"
+ "value" : "複製篩選條件"
}
}
}
},
- "does not equal" : {
+ "Duplicate Line" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "줄 복제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "eşit değil"
+ "value" : "Satırı Çoğalt"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "không bằng"
+ "value" : "Nhân bản dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不等于"
+ "value" : "复制行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不等於"
+ "value" : "複製一行"
}
}
}
},
- "Don't Allow" : {
+ "Duplicate Row" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "행 복제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İzin Verme"
+ "value" : "Satırı Çoğalt"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không cho phép"
+ "value" : "Nhân bản dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不允许"
+ "value" : "复制行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不允許"
+ "value" : "複製列"
}
}
}
},
- "Don't Save" : {
+ "Duplicate Table Structure" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블 구조 복제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kaydetme"
+ "value" : "Tablo Yapısını Çoğalt"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không lưu"
+ "value" : "Nhân bản cấu trúc bảng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不保存"
+ "value" : "复制表结构"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不要儲存"
+ "value" : "複製資料表結構"
}
}
}
},
- "Don't show this again" : {
- "extractionState" : "stale",
+ "Duplicate Theme" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테마 복제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bunu bir daha gösterme"
+ "value" : "Temayı Çoğalt"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không hiện lại"
+ "value" : "Nhân bản chủ đề"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不再显示"
+ "value" : "复制主题"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不再顯示"
+ "value" : "複製佈景主題"
}
}
}
},
- "Don't Sort" : {
+ "Duplicate filter" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터 복제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sıralama"
+ "value" : "Filtreyi çoğalt"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không sắp xếp"
+ "value" : "Nhân đôi bộ lọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不排序"
+ "value" : "复制筛选条件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不排序"
+ "value" : "複製篩選條件"
}
}
}
},
- "Done" : {
+ "Duplicate it to customize colors and layout." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "복제본을 만들어 색상과 레이아웃을 사용자화하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tamam"
+ "value" : "Renk ve düzeni özelleştirmek için çoğaltın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xong"
+ "value" : "Nhân bản để tuỳ chỉnh màu sắc và bố cục."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "完成"
+ "value" : "复制后可自定义颜色和布局。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "完成"
+ "value" : "製作複本即可自訂顏色與版面配置。"
}
}
}
},
- "Double Quote \"" : {
+ "Duplicate it to customize colors." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "복제본을 만들어 색상을 사용자화하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Çift Tırnak \""
+ "value" : "Renkleri özelleştirmek için çoğaltın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dấu nháy kép \""
+ "value" : "Nhân bản để tuỳ chỉnh màu sắc."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "双引号 \""
+ "value" : "复制以自定义颜色。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "雙引號 \""
+ "value" : "製作複本即可自訂顏色。"
}
}
}
},
- "Doubled Quote" : {
+ "Duration" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "소요 시간"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Çiftlenmiş Tırnak"
+ "value" : "Süre"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nháy kép lặp lại"
+ "value" : "Thời lượng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "重复引号"
+ "value" : "持续时间"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "重複引號"
+ "value" : "持續時間"
}
}
}
},
- "Download cloud-sql-proxy..." : {
+ "Dynamic" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "동적"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "cloud-sql-proxy indir..."
+ "value" : "Dinamik"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tải cloud-sql-proxy..."
+ "value" : "Động"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下载 cloud-sql-proxy..."
+ "value" : "动态"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下載 cloud-sql-proxy..."
+ "value" : "動態"
}
}
}
},
- "Downloading plugin" : {
- "comment" : "A description of a progress bar that shows a download in progress.",
- "isCommentAutoGenerated" : true,
+ "ER Diagram" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "ER 다이어그램"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Eklenti indiriliyor"
+ "value" : "ER Diyagramı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang tải plugin"
+ "value" : "Sơ đồ ER"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在下载插件"
+ "value" : "ER 图"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在下載外掛"
+ "value" : "ER 圖"
}
}
}
},
- "Downloads" : {
+ "EU Long (31/12/2024 23:59:59)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "EU 긴 형식(31/12/2024 23:59:59)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İndirmeler"
+ "value" : "AB Uzun (31/12/2024 23:59:59)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lượt tải"
+ "value" : "Châu Âu dài (31/12/2024 23:59:59)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下载次数"
+ "value" : "欧洲长格式 (31/12/2024 23:59:59)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下載次數"
+ "value" : "歐洲長格式 (31/12/2024 23:59:59)"
}
}
}
},
- "Drag to reorder this filter" : {
+ "EU Short (31/12/2024)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "EU 짧은 형식(31/12/2024)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu filtreyi yeniden sıralamak için sürükleyin"
+ "value" : "AB Kısa (31/12/2024)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kéo để sắp xếp lại bộ lọc này"
+ "value" : "Châu Âu ngắn (31/12/2024)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "拖动以重新排列此筛选条件"
+ "value" : "欧洲短格式 (31/12/2024)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "拖曳以重新排列這個篩選條件"
+ "value" : "歐洲短格式 (31/12/2024)"
}
}
}
},
- "Driver Options" : {
- "comment" : "A section for driver-specific options.",
- "isCommentAutoGenerated" : true,
+ "EXPLAIN is not supported for this database type." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 데이터베이스 유형에서는 EXPLAIN을 지원하지 않습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sürücü Seçenekleri"
+ "value" : "Bu veritabanı türü için EXPLAIN desteklenmiyor."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tuỳ chọn driver"
+ "value" : "EXPLAIN không được hỗ trợ cho loại cơ sở dữ liệu này."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "驱动选项"
+ "value" : "此数据库类型不支持 EXPLAIN。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "驅動程式選項"
+ "value" : "此資料庫類型不支援 EXPLAIN。"
}
}
}
},
- "Driver plugin not loaded. Open Settings to update." : {
+ "EXTENDED" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "EXTENDED"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sürücü eklentisi yüklenmedi. Güncellemek için Ayarlar'ı açın."
+ "value" : "GENİŞLETİLMİŞ"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Plugin driver chưa được tải. Mở Cài đặt để cập nhật."
+ "value" : "MỞ RỘNG"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "驱动插件未加载。请打开设置进行更新。"
+ "value" : "扩展"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "驅動程式外掛未載入。請開啟設定進行更新。"
+ "value" : "擴充"
}
}
}
},
- "Drop" : {
+ "Each SQLite file is a separate database.\nTo open a different database, create a new connection." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "각 SQLite 파일은 별도의 데이터베이스입니다.\n다른 데이터베이스를 열려면 새 연결을 생성하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bırak"
+ "value" : "Her SQLite dosyası ayrı bir veritabanıdır.\nFarklı bir veritabanı açmak için yeni bağlantı oluşturun."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa"
+ "value" : "Mỗi tệp SQLite là một cơ sở dữ liệu riêng.\nĐể mở cơ sở dữ liệu khác, hãy tạo kết nối mới."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除"
+ "value" : "每个 SQLite 文件是一个独立的数据库。\n要打开其他数据库,请创建新连接。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除"
+ "value" : "每個 SQLite 檔案都是獨立的資料庫。\n若要開啟其他資料庫,請建立新連線。"
}
}
}
},
- "Drop %@" : {
+ "Each column can be mapped from only one field." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "각 열에는 하나의 필드만 매핑할 수 있습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ Bırak"
+ "value" : "Her sütun yalnızca bir alandan eşlenebilir."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa %@"
+ "value" : "Mỗi cột chỉ có thể được ánh xạ từ một trường."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除 %@"
+ "value" : "每列只能映射自一个字段。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除 %@"
+ "value" : "每個欄位只能對應自一個欄位。"
}
}
}
},
- "Drop %@…" : {
- "extractionState" : "stale",
+ "Earliest executed_at to include, Unix epoch seconds (inclusive, optional)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "포함할 가장 이른 executed_at 값(Unix epoch 초, 경계 포함, 선택 사항)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ Bırak…"
+ "value" : "Dahil edilecek en erken executed_at, Unix epoch saniyesi (dahil, isteğe bağlı)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa %@…"
+ "value" : "Mốc executed_at sớm nhất được tính, giây Unix epoch (bao gồm mốc này, tùy chọn)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除 %@…"
+ "value" : "要包含的最早 executed_at,Unix 纪元秒(含,可选)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除 %@…"
+ "value" : "要納入的最早 executed_at,Unix 紀元秒(含,選用)"
}
}
}
},
- "Drop %1$@ “%2$@”?" : {
+ "Edit" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "편집"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ “%2$@” bırakılsın mı?"
+ "value" : "Düzenle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa %1$@ “%2$@”?"
+ "value" : "Sửa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除%1$@“%2$@”?"
+ "value" : "编辑"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除%1$@「%2$@」?"
+ "value" : "編輯"
}
}
}
},
- "Drop %1$@ “%2$@”…" : {
- "comment" : "The text of the menu item for dropping a single database. The argument is the name of the database.",
- "isCommentAutoGenerated" : true,
+ "Edit %@ Connection" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 연결 편집"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ “%2$@” Sil…"
+ "value" : "%@ Bağlantısını Düzenle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá %1$@ “%2$@”…"
+ "value" : "Sửa kết nối %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除%1$@“%2$@”…"
+ "value" : "编辑 %@ 连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除%1$@「%2$@」…"
+ "value" : "編輯 %@ 連線"
}
}
}
},
- "Drop %1$lld %2$@" : {
- "comment" : "The text of the button that confirms the user's intention to drop multiple objects. The first argument is the pluralized name of the object. The second argument is the number of objects to be dropped.",
- "isCommentAutoGenerated" : true,
+ "Edit Cell" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "셀 편집"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$lld %2$@ Sil"
+ "value" : "Hücreyi Düzenle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá %1$lld %2$@"
+ "value" : "Sửa ô"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除 %1$lld 个%2$@"
+ "value" : "编辑单元格"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除 %1$lld 個%2$@"
+ "value" : "編輯儲存格"
}
}
}
},
- "Drop %1$lld %2$@?" : {
- "comment" : "The title of a confirmation alert when dropping multiple databases. The first argument is the number of databases being dropped. The second argument is the pluralized name of the database type.",
- "isCommentAutoGenerated" : true,
+ "Edit Column" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 편집"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$lld %2$@ silinsin mi?"
+ "value" : "Sütunu Düzenle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá %1$lld %2$@?"
+ "value" : "Sửa cột"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要删除 %1$lld 个%2$@吗?"
+ "value" : "编辑列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要刪除 %1$lld 個%2$@嗎?"
+ "value" : "編輯欄位"
}
}
}
},
- "Drop %1$lld %2$@…" : {
- "comment" : "Text for the \"Drop\" menu item.",
- "isCommentAutoGenerated" : true,
+ "Edit Connection" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 편집"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$lld %2$@ Sil…"
+ "value" : "Bağlantıyı Düzenle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá %1$lld %2$@…"
+ "value" : "Sửa kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除 %1$lld 个%2$@…"
+ "value" : "编辑连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除 %1$lld 個%2$@…"
+ "value" : "編輯連線"
}
}
}
},
- "Drop %d tables" : {
+ "Edit Details (Double-click)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "세부 정보 편집(이중 클릭)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d tabloyu sil"
+ "value" : "Ayrıntıları Düzenle (Çift tıklayın)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá %d bảng"
+ "value" : "Sửa chi tiết (Nhấp đúp)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除%d个表"
+ "value" : "编辑详情(双击)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除 %d 個資料表"
+ "value" : "編輯詳細資訊(按兩下)"
}
}
}
},
- "Drop %lld tables" : {
- "extractionState" : "stale",
+ "Edit Favorite" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "즐겨찾기 편집"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Drop %lld tablo"
+ "value" : "Favoriyi Düzenle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa %lld bảng"
+ "value" : "Sửa mục yêu thích"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除 %lld 个表"
+ "value" : "编辑收藏"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除 %lld 個資料表"
+ "value" : "編輯我的最愛"
}
}
}
},
- "Drop all tables that depend on this table" : {
+ "Edit Foreign Key" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외래 키 편집"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu tabloya bağımlı tüm tabloları bırak"
+ "value" : "Yabancı Anahtarı Düzenle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa tất cả bảng phụ thuộc vào bảng này"
+ "value" : "Sửa khoá ngoại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除所有依赖此表的表"
+ "value" : "编辑外键"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除所有依賴此資料表的資料表"
+ "value" : "編輯外鍵"
}
}
}
},
- "Drop Database" : {
- "extractionState" : "stale",
+ "Edit Index" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인덱스 편집"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanını Sil"
+ "value" : "Dizini Düzenle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá cơ sở dữ liệu"
+ "value" : "Sửa chỉ mục"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除数据库"
+ "value" : "编辑索引"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除資料庫"
+ "value" : "編輯索引"
}
}
}
},
- "Drop database '%@'?" : {
- "extractionState" : "stale",
+ "Edit Metadata" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "메타데이터 편집"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "'%@' veritabanı silinsin mi?"
+ "value" : "Meta Verileri Düzenle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá cơ sở dữ liệu '%@'?"
+ "value" : "Sửa metadata"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除数据库 '%@'?"
+ "value" : "编辑元数据"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要刪除資料庫「%@」嗎?"
+ "value" : "編輯中繼資料"
}
}
}
},
- "Drop database “%@”?" : {
+ "Edit Metadata..." : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "메타데이터 편집..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "“%@” veritabanı silinsin mi?"
+ "value" : "Meta Verileri Düzenle..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa cơ sở dữ liệu “%@”?"
+ "value" : "Sửa metadata..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要删除数据库“%@”吗?"
+ "value" : "编辑元数据..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要捨棄資料庫「%@」嗎?"
+ "value" : "編輯中繼資料…"
}
}
}
},
- "Drop Database..." : {
- "extractionState" : "stale",
+ "Edit Metadata…" : {
+ "comment" : "Text for a menu item that opens a screen to edit metadata for a linked favorite.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "메타데이터 편집…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanını Sil..."
+ "value" : "Meta Verileri Düzenle…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá cơ sở dữ liệu..."
+ "value" : "Sửa siêu dữ liệu…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除数据库…"
+ "value" : "编辑元数据…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除資料庫…"
+ "value" : "編輯中繼資料…"
}
}
}
},
- "Drop Database…" : {
- "extractionState" : "stale",
+ "Edit Profile..." : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Edit Profile..."
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "프로필 편집..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanını Sil…"
+ "value" : "Profili Düzenle..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa cơ sở dữ liệu…"
+ "value" : "Chỉnh sửa hồ sơ..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除数据库…"
+ "value" : "编辑配置…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "捨棄資料庫…"
+ "value" : "編輯設定檔…"
}
}
}
},
- "Drop External Table" : {
+ "Edit Provider" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "제공자 편집"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Harici Tabloyu Sil"
+ "value" : "Sağlayıcıyı Düzenle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa External Table"
+ "value" : "Sửa nhà cung cấp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除外部表"
+ "value" : "编辑提供商"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "捨棄外部資料表"
+ "value" : "編輯供應商"
}
}
}
},
- "Drop Failed" : {
+ "Edit Row" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "행 편집"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Silme Başarısız"
+ "value" : "Satırı Düzenle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa thất bại"
+ "value" : "Sửa dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除失败"
+ "value" : "编辑行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "捨棄失敗"
+ "value" : "編輯列"
}
}
}
},
- "Drop Foreign Table" : {
+ "Edit Trigger" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "트리거 편집"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dış Tabloyu Sil"
+ "value" : "Tetikleyiciyi Düzenle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa Foreign Table"
+ "value" : "Sửa trigger"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除外部表"
+ "value" : "编辑触发器"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "捨棄外部資料表"
+ "value" : "編輯觸發器"
}
}
}
},
- "Drop Materialized View" : {
+ "Edit Values..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "값 편집..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Materyalize Görünümü Sil"
+ "value" : "Değerleri Düzenle..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa Materialized View"
+ "value" : "Chỉnh sửa giá trị..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除物化视图"
+ "value" : "编辑值…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "捨棄具體化檢視表"
+ "value" : "編輯值…"
}
}
}
},
- "Drop owned objects" : {
+ "Edit View Definition" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "뷰 정의 편집"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sahip olunan nesneleri sil"
+ "value" : "Görünüm Tanımını Düzenle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá các đối tượng sở hữu"
+ "value" : "Sửa định nghĩa view"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除拥有的对象"
+ "value" : "编辑视图定义"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除擁有的物件"
+ "value" : "編輯檢視表定義"
}
}
}
},
- "Drop Partition" : {
+ "Edit View Definition..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "뷰 정의 편집..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bölümü Sil"
+ "value" : "Görünüm Tanımını Düzenle..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá phân vùng"
+ "value" : "Sửa định nghĩa view..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除分区"
+ "value" : "编辑视图定义…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除分割區"
+ "value" : "編輯檢視表定義…"
}
}
}
},
- "Drop Partition?" : {
+ "Edit as List" : {
+ "comment" : "A button that switches between editing a PostgreSQL array as a list and as text.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "목록으로 편집"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bölüm Silinsin mi?"
+ "value" : "Liste Olarak Düzenle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá phân vùng?"
+ "value" : "Sửa dạng danh sách"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除分区?"
+ "value" : "以列表方式编辑"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要刪除分割區嗎?"
+ "value" : "以列表方式編輯"
}
}
}
},
- "Drop Role" : {
+ "Edit as Text" : {
+ "comment" : "A button that switches between editing an array as a list of values and as a single text field.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "텍스트로 편집"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Rolü Sil"
+ "value" : "Metin Olarak Düzenle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá vai trò"
+ "value" : "Sửa dạng văn bản"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除角色"
+ "value" : "以文本方式编辑"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除角色"
+ "value" : "以文字方式編輯"
}
}
}
},
- "Drop selected database" : {
- "extractionState" : "stale",
+ "Edit message" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "메시지 편집"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Seçili veritabanını sil"
+ "value" : "Mesajı düzenle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá cơ sở dữ liệu đã chọn"
+ "value" : "Chỉnh sửa tin nhắn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除选定的数据库"
+ "value" : "编辑消息"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除選取的資料庫"
+ "value" : "編輯訊息"
}
}
}
},
- "Drop selected partition" : {
+ "Edit provider" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "제공자 편집"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Seçili bölümü sil"
+ "value" : "Sağlayıcıyı düzenle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá phân vùng đã chọn"
+ "value" : "Chỉnh sửa nhà cung cấp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除选定的分区"
+ "value" : "编辑提供商"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除選取的分割區"
+ "value" : "編輯供應商"
}
}
}
},
- "Drop table '%@'" : {
+ "Edit..." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "편집..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Drop tablo '%@'"
+ "value" : "Düzenle..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa bảng '%@'"
+ "value" : "Chỉnh sửa..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除表 '%@'"
+ "value" : "编辑…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除資料表「%@」"
+ "value" : "編輯…"
}
}
}
},
- "Drop Trigger" : {
+ "Edit: read-only tools plus running queries. Destructive DDL stays blocked." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "편집: 읽기 전용 도구와 쿼리 실행. 파괴적 DDL은 계속 차단됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tetikleyiciyi Sil"
+ "value" : "Düzenle: salt okunur araçlar ve sorgu çalıştırma. Yıkıcı DDL engellenmeye devam eder."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá trigger"
+ "value" : "Sửa: các công cụ chỉ đọc cùng với chạy truy vấn. DDL phá hủy vẫn bị chặn."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除触发器"
+ "value" : "编辑:只读工具加运行查询。破坏性 DDL 仍被阻止。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除觸發器"
+ "value" : "編輯:唯讀工具加上執行查詢。破壞性 DDL 仍會被封鎖。"
}
}
}
},
- "Drop trigger “%@”?" : {
+ "Editable Hex" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "편집 가능한 16진수"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "“%@” tetikleyicisi silinsin mi?"
+ "value" : "Düzenlenebilir Hex"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá trigger “%@”?"
+ "value" : "Hex có thể chỉnh sửa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除触发器“%@”?"
+ "value" : "可编辑十六进制"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要刪除觸發器「%@」嗎?"
+ "value" : "可編輯十六進位"
}
}
}
},
- "Drop View" : {
+ "Editing" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "편집 중"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Görünümü Bırak"
+ "value" : "Düzenleniyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa view"
+ "value" : "Đang sửa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除视图"
+ "value" : "编辑中"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除檢視表"
+ "value" : "編輯中"
}
}
}
},
- "Drop…" : {
+ "Editor" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "편집기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sil…"
+ "value" : "Düzenleyici"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xoá…"
+ "value" : "Trình soạn thảo"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除…"
+ "value" : "编辑器"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除…"
+ "value" : "編輯器"
}
}
}
},
- "Dropping..." : {
- "extractionState" : "stale",
+ "Editor & Query" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "편집기 및 쿼리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Siliniyor..."
+ "value" : "Düzenleyici ve Sorgu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang xoá..."
+ "value" : "Trình soạn thảo & Truy vấn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在删除…"
+ "value" : "编辑器与查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在刪除…"
+ "value" : "編輯器與查詢"
}
}
}
},
- "DuckLake Data Path" : {
- "extractionState" : "stale",
+ "Editor Font" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "편집기 글꼴"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "DuckLake Veri Yolu"
+ "value" : "Düzenleyici Yazı Tipi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đường dẫn dữ liệu DuckLake"
+ "value" : "Phông chữ trình soạn thảo"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "DuckLake 数据路径"
+ "value" : "编辑器字体"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "DuckLake 資料路徑"
+ "value" : "編輯器字型"
}
}
}
},
- "Dump operations are only supported for PostgreSQL and Redshift connections." : {
+ "Editor Tabs" : {
+ "comment" : "A label displayed above the tabs in the editor.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "편집기 탭"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Döküm işlemleri yalnızca PostgreSQL ve Redshift bağlantıları için desteklenir."
+ "value" : "Düzenleyici Sekmeleri"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thao tác dump chỉ được hỗ trợ cho kết nối PostgreSQL và Redshift."
+ "value" : "Tab trình soạn thảo"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "转储操作仅支持 PostgreSQL 和 Redshift 连接。"
+ "value" : "编辑器标签页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "備份/還原操作僅支援 PostgreSQL 和 Redshift 連線。"
+ "value" : "編輯器分頁"
}
}
}
},
- "duplicate" : {
+ "Edit…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "편집…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "kopya"
+ "value" : "Düzenle…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "bản sao"
+ "value" : "Sửa…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "副本"
+ "value" : "编辑…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "副本"
+ "value" : "編輯…"
}
}
}
},
- "Duplicate" : {
+ "Effective" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "적용됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Çoğalt"
+ "value" : "Etkin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhân bản"
+ "value" : "Hiệu lực"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制"
+ "value" : "实际生效"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "製作複本"
+ "value" : "實際生效"
}
}
}
},
- "Duplicate Existing Table" : {
- "extractionState" : "stale",
+ "ElastiCache IAM authentication requires TLS. Enable SSL in the connection's SSL settings." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "ElastiCache IAM 인증에는 TLS가 필요합니다. 연결의 SSL 설정에서 SSL을 활성화하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mevcut Tabloyu Çoğalt"
+ "value" : "ElastiCache IAM kimlik doğrulaması TLS gerektirir. Bağlantının SSL ayarlarından SSL'i etkinleştirin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhân bản bảng hiện có"
+ "value" : "Xác thực IAM của ElastiCache yêu cầu TLS. Hãy bật SSL trong cài đặt SSL của kết nối."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制现有表"
+ "value" : "ElastiCache IAM 认证需要 TLS。请在连接的 SSL 设置中启用 SSL。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製現有資料表"
+ "value" : "ElastiCache IAM 驗證需要 TLS。請在連線的 SSL 設定中啟用 SSL。"
}
}
}
},
- "Duplicate filter" : {
- "extractionState" : "stale",
+ "Email:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이메일:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtreyi çoğalt"
+ "value" : "E-posta:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhân đôi bộ lọc"
+ "value" : "Email:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制筛选条件"
+ "value" : "邮箱:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製篩選條件"
+ "value" : "電子郵件:"
}
}
}
},
- "Duplicate Filter" : {
+ "Embedded WASM Postgres over a socket server" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "소켓 서버를 통한 임베디드 WASM Postgres"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtreyi Çoğalt"
+ "value" : "Soket sunucusu üzerinden gömülü WASM Postgres"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhân bản bộ lọc"
+ "value" : "Postgres WASM nhúng chạy qua máy chủ socket"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制筛选条件"
+ "value" : "通过 socket 服务运行的嵌入式 WASM Postgres"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製篩選條件"
+ "value" : "透過 socket 伺服器執行的嵌入式 WASM Postgres"
}
}
}
},
- "Duplicate it to customize colors and layout." : {
- "extractionState" : "stale",
+ "Embedded analytical SQL" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "임베디드 분석 SQL"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Renk ve düzeni özelleştirmek için çoğaltın."
+ "value" : "Gömülü analitik SQL"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhân bản để tuỳ chỉnh màu sắc và bố cục."
+ "value" : "SQL phân tích nhúng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制后可自定义颜色和布局。"
+ "value" : "嵌入式分析型 SQL"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "製作複本即可自訂顏色與版面配置。"
+ "value" : "內嵌式分析型 SQL"
}
}
}
},
- "Duplicate it to customize colors." : {
+ "Embedded and remote analytical SQL" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "임베디드 및 원격 분석 SQL"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Renkleri özelleştirmek için çoğaltın."
+ "value" : "Gömülü ve uzak analitik SQL"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhân bản để tuỳ chỉnh màu sắc."
+ "value" : "SQL phân tích nhúng và từ xa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制以自定义颜色。"
+ "value" : "嵌入式与远程分析型 SQL"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "製作複本即可自訂顏色。"
+ "value" : "嵌入式與遠端分析型 SQL"
}
}
}
},
- "Duplicate Line" : {
+ "Embedded zero-config SQL database" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "별도 설정이 필요 없는 임베디드 SQL 데이터베이스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satırı Çoğalt"
+ "value" : "Gömülü, yapılandırma gerektirmeyen SQL veritabanı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhân bản dòng"
+ "value" : "Cơ sở dữ liệu SQL nhúng, không cần cấu hình"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制行"
+ "value" : "嵌入式零配置 SQL 数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製一行"
+ "value" : "內嵌式零設定 SQL 資料庫"
}
}
}
},
- "Duplicate Row" : {
+ "Empty" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "비어 있음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satırı Çoğalt"
+ "value" : "Boş"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhân bản dòng"
+ "value" : "Trống"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制行"
+ "value" : "空"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製列"
+ "value" : "空白"
}
}
}
},
- "Duplicate Table Structure" : {
+ "Empty Redis command" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "빈 Redis 명령"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tablo Yapısını Çoğalt"
+ "value" : "Boş Redis komutu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhân bản cấu trúc bảng"
+ "value" : "Lệnh Redis trống"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制表结构"
+ "value" : "Redis 命令为空"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製資料表結構"
+ "value" : "Redis 命令為空"
}
}
}
},
- "Duplicate Theme" : {
+ "Empty array" : {
+ "comment" : "A message displayed when a list is empty.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "빈 배열"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Temayı Çoğalt"
+ "value" : "Boş dizi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhân bản chủ đề"
+ "value" : "Mảng rỗng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "复制主题"
+ "value" : "空数组"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "複製佈景主題"
+ "value" : "空陣列"
}
}
}
},
- "Duration" : {
+ "Enable" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "활성화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Süre"
+ "value" : "Etkinleştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thời lượng"
+ "value" : "Bật"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "持续时间"
+ "value" : "启用"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "持續時間"
+ "value" : "啟用"
}
}
}
},
- "Dynamic" : {
+ "Enable %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 활성화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dinamik"
+ "value" : "%@ Etkinleştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Động"
+ "value" : "Bật %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "动态"
+ "value" : "启用 %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "動態"
+ "value" : "啟用 %@"
}
}
}
},
- "e.g., Claude Code on VPS" : {
+ "Enable AI Features" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AI 기능 활성화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "örn. VPS üzerinde Claude Code"
+ "value" : "AI Özelliklerini Etkinleştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ví dụ: Claude Code trên VPS"
+ "value" : "Bật tính năng AI"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "例如,VPS 上的 Claude Code"
+ "value" : "启用 AI 功能"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "例如:VPS 上的 Claude Code"
+ "value" : "啟用 AI 功能"
}
}
}
},
- "Each column can be mapped from only one field." : {
+ "Enable Cloud SQL Auth Proxy" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Cloud SQL Auth Proxy 활성화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Her sütun yalnızca bir alandan eşlenebilir."
+ "value" : "Cloud SQL Auth Proxy'yi Etkinleştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mỗi cột chỉ có thể được ánh xạ từ một trường."
+ "value" : "Bật Cloud SQL Auth Proxy"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "每列只能映射自一个字段。"
+ "value" : "启用 Cloud SQL Auth Proxy"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "每個欄位只能對應自一個欄位。"
+ "value" : "啟用 Cloud SQL Auth Proxy"
}
}
}
},
- "Each SQLite file is a separate database.\nTo open a different database, create a new connection." : {
- "extractionState" : "stale",
+ "Enable Cloudflare Tunnel" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Cloudflare Tunnel 활성화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Her SQLite dosyası ayrı bir veritabanıdır.\nFarklı bir veritabanı açmak için yeni bağlantı oluşturun."
+ "value" : "Cloudflare Tunnel'ı Etkinleştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mỗi tệp SQLite là một cơ sở dữ liệu riêng.\nĐể mở cơ sở dữ liệu khác, hãy tạo kết nối mới."
+ "value" : "Bật Cloudflare Tunnel"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "每个 SQLite 文件是一个独立的数据库。\n要打开其他数据库,请创建新连接。"
+ "value" : "启用 Cloudflare Tunnel"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "每個 SQLite 檔案都是獨立的資料庫。\n若要開啟其他資料庫,請建立新連線。"
+ "value" : "啟用 Cloudflare 隧道"
}
}
}
},
- "Earliest executed_at to include, Unix epoch seconds (inclusive, optional)" : {
+ "Enable MCP Server" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "MCP 서버 활성화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dahil edilecek en erken executed_at, Unix epoch saniyesi (dahil, isteğe bağlı)"
+ "value" : "MCP Sunucusunu Etkinleştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mốc executed_at sớm nhất được tính, giây Unix epoch (bao gồm mốc này, tùy chọn)"
+ "value" : "Bật MCP Server"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要包含的最早 executed_at,Unix 纪元秒(含,可选)"
+ "value" : "启用 MCP 服务器"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要納入的最早 executed_at,Unix 紀元秒(含,選用)"
+ "value" : "啟用 MCP 伺服器"
}
}
}
},
- "Edit" : {
+ "Enable SOCKS Proxy" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "SOCKS 프록시 활성화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Düzenle"
+ "value" : "SOCKS Proxy'yi Etkinleştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa"
+ "value" : "Bật SOCKS Proxy"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑"
+ "value" : "启用 SOCKS 代理"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯"
+ "value" : "啟用 SOCKS 代理"
}
}
}
},
- "Edit %@ Connection" : {
+ "Enable SSH Tunnel" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "SSH 터널 활성화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ Bağlantısını Düzenle"
+ "value" : "SSH Tünelini Etkinleştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa kết nối %@"
+ "value" : "Bật đường hầm SSH"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑 %@ 连接"
+ "value" : "启用 SSH 隧道"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯 %@ 連線"
+ "value" : "啟用 SSH 隧道"
}
}
}
},
- "Edit as List" : {
- "comment" : "A button that switches between editing a PostgreSQL array as a list and as text.",
- "isCommentAutoGenerated" : true,
+ "Enable filter" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터 활성화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Liste Olarak Düzenle"
+ "value" : "Filtreyi etkinleştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa dạng danh sách"
+ "value" : "Bật bộ lọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "以列表方式编辑"
+ "value" : "启用筛选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "以列表方式編輯"
+ "value" : "啟用篩選"
}
}
}
},
- "Edit as Text" : {
- "comment" : "A button that switches between editing an array as a list of values and as a single text field.",
- "isCommentAutoGenerated" : true,
+ "Enable inline suggestions" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인라인 제안 활성화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Metin Olarak Düzenle"
+ "value" : "Satır içi önerileri etkinleştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa dạng văn bản"
+ "value" : "Bật gợi ý trực tiếp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "以文本方式编辑"
+ "value" : "启用行内建议"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "以文字方式編輯"
+ "value" : "啟用行內建議"
}
}
}
},
- "Edit Cell" : {
+ "Enable inline suggestions while typing" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "입력 중 인라인 제안 활성화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hücreyi Düzenle"
+ "value" : "Yazarken satır içi önerileri etkinleştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa ô"
+ "value" : "Bật gợi ý nội tuyến khi gõ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑单元格"
+ "value" : "在输入时启用内联建议"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯儲存格"
+ "value" : "輸入時啟用行內建議"
}
}
}
},
- "Edit Column" : {
+ "Enable or disable all filters" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 필터를 활성화 또는 비활성화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütunu Düzenle"
+ "value" : "Tüm filtreleri etkinleştir veya devre dışı bırak"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa cột"
+ "value" : "Bật hoặc tắt tất cả bộ lọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑列"
+ "value" : "启用或禁用所有筛选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯欄位"
+ "value" : "啟用或停用所有篩選"
}
}
}
},
- "Edit Connection" : {
+ "Enable preview tabs" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "미리보기 탭 활성화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantıyı Düzenle"
+ "value" : "Önizleme sekmelerini etkinleştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa kết nối"
+ "value" : "Bật tab xem trước"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑连接"
+ "value" : "启用预览标签页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯連線"
+ "value" : "啟用預覽分頁"
}
}
}
},
- "Edit Details (Double-click)" : {
- "extractionState" : "stale",
+ "Enabled" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "활성화됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ayrıntıları Düzenle (Çift tıklayın)"
+ "value" : "Etkin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa chi tiết (Nhấp đúp)"
+ "value" : "Đã bật"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑详情(双击)"
+ "value" : "已启用"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯詳細資訊(按兩下)"
+ "value" : "已啟用"
}
}
}
},
- "Edit Favorite" : {
+ "Encoding" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인코딩"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Favoriyi Düzenle"
+ "value" : "Kodlama"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa mục yêu thích"
+ "value" : "Mã hóa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑收藏"
+ "value" : "编码"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯我的最愛"
+ "value" : "編碼"
}
}
}
},
- "Edit Foreign Key" : {
+ "Encoding:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인코딩:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yabancı Anahtarı Düzenle"
+ "value" : "Kodlama:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa khoá ngoại"
+ "value" : "Mã hóa:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑外键"
+ "value" : "编码:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯外鍵"
+ "value" : "編碼:"
}
}
}
},
- "Edit Index" : {
+ "Encrypted Export" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "암호화된 내보내기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dizini Düzenle"
+ "value" : "Şifreli Dışa Aktarma"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa chỉ mục"
+ "value" : "Xuất Mã hóa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑索引"
+ "value" : "加密导出"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯索引"
+ "value" : "加密匯出"
}
}
}
},
- "Edit message" : {
+ "Endpoint" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "엔드포인트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mesajı düzenle"
+ "value" : "Uç Nokta"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chỉnh sửa tin nhắn"
+ "value" : "Endpoint"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑消息"
+ "value" : "Endpoint"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯訊息"
+ "value" : "Endpoint"
}
}
}
},
- "Edit Metadata" : {
+ "Engine" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "엔진"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Meta Verileri Düzenle"
+ "value" : "Motor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa metadata"
+ "value" : "Engine"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑元数据"
+ "value" : "Engine"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯中繼資料"
+ "value" : "Engine"
}
}
}
},
- "Edit Metadata..." : {
+ "Engine (e.g., InnoDB)" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "엔진(예: InnoDB)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Meta Verileri Düzenle..."
+ "value" : "Motor (örn. InnoDB)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa metadata..."
+ "value" : "Engine (vd: InnoDB)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑元数据..."
+ "value" : "Engine(如 InnoDB)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯中繼資料…"
+ "value" : "Engine(例如 InnoDB)"
}
}
}
},
- "Edit Metadata…" : {
- "comment" : "Text for a menu item that opens a screen to edit metadata for a linked favorite.",
- "isCommentAutoGenerated" : true,
+ "Engine:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "엔진:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Meta Verileri Düzenle…"
+ "value" : "Motor:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa siêu dữ liệu…"
+ "value" : "Engine:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑元数据…"
+ "value" : "引擎:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯中繼資料…"
+ "value" : "引擎:"
}
}
}
},
- "Edit Profile..." : {
+ "Enter Full Screen" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Edit Profile..."
+ "value" : "전체 화면으로 전환"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Profili Düzenle..."
+ "value" : "Tam Ekrana Geç"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chỉnh sửa hồ sơ..."
+ "value" : "Vào toàn màn hình"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑配置…"
+ "value" : "进入全屏幕"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯設定檔…"
+ "value" : "進入全螢幕"
}
}
}
},
- "Edit provider" : {
- "extractionState" : "stale",
+ "Enter a name for this filter preset" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 필터 프리셋의 이름을 입력하십시오"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sağlayıcıyı düzenle"
+ "value" : "Bu filtre ön ayarı için bir ad girin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chỉnh sửa nhà cung cấp"
+ "value" : "Nhập tên cho mẫu bộ lọc này"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑提供商"
+ "value" : "输入此筛选预设的名称"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯供應商"
+ "value" : "輸入此篩選預設組合的名稱"
}
}
}
},
- "Edit Provider" : {
- "extractionState" : "stale",
+ "Enter a new name for the group." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "그룹의 새 이름을 입력하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sağlayıcıyı Düzenle"
+ "value" : "Grup için yeni bir ad girin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa nhà cung cấp"
+ "value" : "Nhập tên mới cho nhóm."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑提供商"
+ "value" : "输入分组的新名称。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯供應商"
+ "value" : "輸入群組的新名稱。"
}
}
}
},
- "Edit Row" : {
- "extractionState" : "stale",
+ "Enter an absolute path, as it appears on the SSH server." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "SSH 서버에 표시되는 절대 경로를 입력하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satırı Düzenle"
+ "value" : "SSH sunucusunda göründüğü şekliyle mutlak bir yol girin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa dòng"
+ "value" : "Nhập đường dẫn tuyệt đối, đúng như trên máy chủ SSH."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑行"
+ "value" : "请输入绝对路径,与 SSH 服务器上的路径一致。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯列"
+ "value" : "請輸入絕對路徑,與 SSH 伺服器上的路徑一致。"
}
}
}
},
- "Edit Trigger" : {
+ "Enter database name" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 이름 입력"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tetikleyiciyi Düzenle"
+ "value" : "Veritabanı adı girin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa trigger"
+ "value" : "Nhập tên cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑触发器"
+ "value" : "输入数据库名称"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯觸發器"
+ "value" : "輸入資料庫名稱"
}
}
}
},
- "Edit Values..." : {
+ "Enter table name" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블 이름 입력"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Değerleri Düzenle..."
+ "value" : "Tablo adını girin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chỉnh sửa giá trị..."
+ "value" : "Nhập tên bảng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑值…"
+ "value" : "输入表名"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯值…"
+ "value" : "輸入資料表名稱"
}
}
}
},
- "Edit View Definition" : {
+ "Enter the %@ for \"%@\"" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Enter the %1$@ for \"%2$@\""
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다음 항목의 %1$@을(를) 입력하십시오: \"%2$@\""
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Görünüm Tanımını Düzenle"
+ "value" : "\"%@\" için %@ girin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa định nghĩa view"
+ "value" : "Nhập %@ cho \"%@\""
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑视图定义"
+ "value" : "输入\"%@\"的 %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯檢視表定義"
+ "value" : "輸入「%1$@」的 %2$@"
}
}
}
},
- "Edit View Definition..." : {
+ "Enter the ElastiCache cache name (replication group ID) to use IAM authentication." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "IAM 인증에 사용할 ElastiCache 캐시 이름(복제 그룹 ID)을 입력하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Görünüm Tanımını Düzenle..."
+ "value" : "IAM kimlik doğrulamasını kullanmak için ElastiCache önbellek adını (çoğaltma grubu kimliği) girin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa định nghĩa view..."
+ "value" : "Nhập tên cache ElastiCache (replication group ID) để dùng xác thực IAM."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑视图定义…"
+ "value" : "输入 ElastiCache 缓存名称(复制组 ID)以使用 IAM 认证。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯檢視表定義…"
+ "value" : "輸入 ElastiCache 快取名稱(複寫群組 ID)以使用 IAM 驗證。"
}
}
}
},
- "Edit: read-only tools plus running queries. Destructive DDL stays blocked." : {
+ "Enter the TOTP verification code for SSH authentication." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "SSH 인증용 TOTP 확인 코드를 입력하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Düzenle: salt okunur araçlar ve sorgu çalıştırma. Yıkıcı DDL engellenmeye devam eder."
+ "value" : "SSH kimlik doğrulaması için TOTP doğrulama kodunu girin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa: các công cụ chỉ đọc cùng với chạy truy vấn. DDL phá hủy vẫn bị chặn."
+ "value" : "Nhập mã xác minh TOTP để xác thực SSH."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑:只读工具加运行查询。破坏性 DDL 仍被阻止。"
+ "value" : "输入 TOTP 验证码以进行 SSH 身份验证。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯:唯讀工具加上執行查詢。破壞性 DDL 仍會被封鎖。"
+ "value" : "輸入 TOTP 驗證碼以進行 SSH 驗證。"
}
}
}
},
- "Edit..." : {
- "extractionState" : "stale",
+ "Enter the code %@ in the browser to finish signing in to Microsoft Entra ID. The code is on your clipboard." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "코드 %@을(를) 브라우저에 입력하여 Microsoft Entra ID 로그인을 완료하십시오. 코드는 클립보드에 복사되어 있습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Düzenle..."
+ "value" : "Microsoft Entra ID oturumunu tamamlamak için tarayıcıya %@ kodunu girin. Kod panonuzda."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chỉnh sửa..."
+ "value" : "Nhập mã %@ trong trình duyệt để hoàn tất đăng nhập Microsoft Entra ID. Mã đã được sao chép vào bộ nhớ tạm."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑…"
+ "value" : "在浏览器中输入代码 %@ 以完成 Microsoft Entra ID 登录。该代码已复制到剪贴板。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯…"
+ "value" : "在瀏覽器中輸入代碼 %@ 以完成 Microsoft Entra ID 登入。該代碼已複製到剪貼簿。"
}
}
}
},
- "Edit…" : {
+ "Enter the passphrase for SSH key \"%@\":" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "SSH 키 \"%@\"의 암호를 입력하십시오:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Düzenle…"
+ "value" : "SSH anahtarı \"%@\" için parolayı girin:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa…"
+ "value" : "Nhập cụm mật khẩu cho khoá SSH \"%@\":"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑…"
+ "value" : "请输入 SSH 密钥 \"%@\" 的密码:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯…"
+ "value" : "請輸入 SSH 金鑰「%@」的密碼短語:"
}
}
}
},
- "Editable Hex" : {
+ "Enter the passphrase to decrypt and import connections." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결을 복호화하고 가져올 암호를 입력하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Düzenlenebilir Hex"
+ "value" : "Bağlantıları şifresini çözmek ve içe aktarmak için parolayı girin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hex có thể chỉnh sửa"
+ "value" : "Nhập cụm mật khẩu để giải mã và nhập kết nối."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "可编辑十六进制"
+ "value" : "输入密码短语以解密并导入连接。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "可編輯十六進位"
+ "value" : "輸入密碼短語以解密並匯入連線。"
}
}
}
},
- "Editing" : {
+ "Enter this code on GitHub:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "GitHub에 다음 코드를 입력하십시오:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Düzenleniyor"
+ "value" : "Bu kodu GitHub'a girin:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang sửa"
+ "value" : "Nhập mã này trên GitHub:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑中"
+ "value" : "在 GitHub 上输入此代码:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯中"
+ "value" : "在 GitHub 上輸入此代碼:"
}
}
}
},
- "Editor" : {
+ "Enter your license key to unlock Pro features." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Pro 기능을 잠금 해제하려면 라이선스 키를 입력하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Düzenleyici"
+ "value" : "Pro özelliklerin kilidini açmak için lisans anahtarınızı girin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trình soạn thảo"
+ "value" : "Nhập mã giấy phép để mở khoá các tính năng Pro."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑器"
+ "value" : "输入许可证密钥以解锁 Pro 功能。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯器"
+ "value" : "輸入授權金鑰以解鎖 Pro 功能。"
}
}
}
},
- "Editor & Query" : {
+ "Enter your license key, or a team invite code to join a team." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "라이선스 키 또는 팀 참여용 초대 코드를 입력하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Düzenleyici ve Sorgu"
+ "value" : "Lisans anahtarınızı girin veya bir takıma katılmak için takım davet kodunu girin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trình soạn thảo & Truy vấn"
+ "value" : "Nhập mã giấy phép của bạn, hoặc mã mời nhóm để tham gia một nhóm."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑器与查询"
+ "value" : "输入你的许可证密钥,或输入团队邀请码以加入团队。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯器與查詢"
+ "value" : "輸入你的授權金鑰,或輸入團隊邀請碼以加入團隊。"
}
}
}
},
- "Editor Font" : {
+ "Enterprise SQL with PL/SQL" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "PL/SQL을 지원하는 엔터프라이즈 SQL"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Düzenleyici Yazı Tipi"
+ "value" : "PL/SQL ile kurumsal SQL"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Phông chữ trình soạn thảo"
+ "value" : "SQL doanh nghiệp với PL/SQL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑器字体"
+ "value" : "支持 PL/SQL 的企业级 SQL"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯器字型"
+ "value" : "支援 PL/SQL 的企業級 SQL"
}
}
}
},
- "Editor Tabs" : {
- "comment" : "A label displayed above the tabs in the editor.",
- "isCommentAutoGenerated" : true,
+ "Enterprise relational database for DM8 deployments" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "DM8 배포용 엔터프라이즈 관계형 데이터베이스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Düzenleyici Sekmeleri"
+ "value" : "DM8 dağıtımları için kurumsal ilişkisel veritabanı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tab trình soạn thảo"
+ "value" : "Cơ sở dữ liệu quan hệ doanh nghiệp cho triển khai DM8"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编辑器标签页"
+ "value" : "面向 DM8 部署的企业级关系型数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編輯器分頁"
+ "value" : "適用於 DM8 部署的企業級關聯式資料庫"
}
}
}
},
- "Effective" : {
+ "Environment Variables" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "환경 변수"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Etkin"
+ "value" : "Ortam Değişkenleri"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hiệu lực"
+ "value" : "Biến Môi trường"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "实际生效"
+ "value" : "环境变量"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "實際生效"
+ "value" : "環境變數"
}
}
}
},
- "ElastiCache IAM authentication requires TLS. Enable SSL in the connection's SSL settings." : {
+ "Environment variable %@ is not set in TablePro's environment. Apps launched from the Dock do not inherit shell exports. Launch TablePro from a terminal, or set the variable with launchctl setenv." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "환경 변수 %@이(가) TablePro 환경에 설정되어 있지 않습니다. Dock에서 실행한 앱은 셸에서 export한 환경 변수를 상속하지 않습니다. 터미널에서 TablePro를 실행하거나 launchctl setenv로 변수를 설정하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ElastiCache IAM kimlik doğrulaması TLS gerektirir. Bağlantının SSL ayarlarından SSL'i etkinleştirin."
+ "value" : "%@ ortam değişkeni TablePro'nun ortamında ayarlı değil. Dock'tan başlatılan uygulamalar kabuk dışa aktarmalarını devralmaz. TablePro'yu bir terminalden başlatın veya değişkeni launchctl setenv ile ayarlayın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xác thực IAM của ElastiCache yêu cầu TLS. Hãy bật SSL trong cài đặt SSL của kết nối."
+ "value" : "Biến môi trường %@ chưa được đặt trong môi trường của TablePro. Ứng dụng khởi chạy từ Dock không kế thừa các export của shell. Hãy khởi chạy TablePro từ terminal, hoặc đặt biến bằng launchctl setenv."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ElastiCache IAM 认证需要 TLS。请在连接的 SSL 设置中启用 SSL。"
+ "value" : "环境变量 %@ 未在 TablePro 的环境中设置。从 Dock 启动的应用不会继承 shell 导出的变量。请从终端启动 TablePro,或使用 launchctl setenv 设置该变量。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ElastiCache IAM 驗證需要 TLS。請在連線的 SSL 設定中啟用 SSL。"
+ "value" : "環境變數 %@ 未在 TablePro 的環境中設定。從 Dock 啟動的應用程式不會繼承 shell 匯出的變數。請從終端機啟動 TablePro,或使用 launchctl setenv 設定該變數。"
}
}
}
},
- "Email:" : {
+ "Error" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "오류"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "E-posta:"
+ "value" : "Hata"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Email:"
+ "value" : "Lỗi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "邮箱:"
+ "value" : "错误"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "電子郵件:"
+ "value" : "錯誤"
}
}
}
},
- "Embedded analytical SQL" : {
+ "Error Applying Changes" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "변경사항 적용 오류"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gömülü analitik SQL"
+ "value" : "Değişiklikler Uygulanırken Hata"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "SQL phân tích nhúng"
+ "value" : "Lỗi áp dụng thay đổi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "嵌入式分析型 SQL"
+ "value" : "应用更改时出错"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "內嵌式分析型 SQL"
+ "value" : "套用變更時發生錯誤"
}
}
}
},
- "Embedded and remote analytical SQL" : {
+ "Error:" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "오류:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gömülü ve uzak analitik SQL"
+ "value" : "Hata:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "SQL phân tích nhúng và từ xa"
+ "value" : "Lỗi:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "嵌入式与远程分析型 SQL"
+ "value" : "错误:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "嵌入式與遠端分析型 SQL"
+ "value" : "錯誤:"
}
}
}
},
- "Embedded WASM Postgres over a socket server" : {
+ "Error: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "오류: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Soket sunucusu üzerinden gömülü WASM Postgres"
+ "value" : "Hata: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Postgres WASM nhúng chạy qua máy chủ socket"
+ "value" : "Lỗi: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "通过 socket 服务运行的嵌入式 WASM Postgres"
+ "value" : "错误: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "透過 socket 伺服器執行的嵌入式 WASM Postgres"
+ "value" : "錯誤:%@"
}
}
}
},
- "Embedded zero-config SQL database" : {
+ "Error: Selected path is not a regular file" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "오류: 선택한 경로가 일반 파일이 아닙니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gömülü, yapılandırma gerektirmeyen SQL veritabanı"
+ "value" : "Hata: Seçilen yol normal bir dosya değil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cơ sở dữ liệu SQL nhúng, không cần cấu hình"
+ "value" : "Lỗi: Đường dẫn đã chọn không phải tệp thông thường"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "嵌入式零配置 SQL 数据库"
+ "value" : "错误: 所选路径不是常规文件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "內嵌式零設定 SQL 資料庫"
+ "value" : "錯誤:所選路徑不是一般檔案"
}
}
}
},
- "Empty" : {
+ "Escape character" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이스케이프 문자"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Boş"
+ "value" : "Kaçış karakteri"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trống"
+ "value" : "Ký tự thoát"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "空"
+ "value" : "转义字符"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "空白"
+ "value" : "跳脫字元"
}
}
}
},
- "Empty array" : {
- "comment" : "A message displayed when a list is empty.",
- "isCommentAutoGenerated" : true,
+ "Escape clears the search text" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Escape 키를 누르면 검색 텍스트가 지워집니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Boş dizi"
+ "value" : "Escape arama metnini temizler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mảng rỗng"
+ "value" : "Escape xoá nội dung tìm kiếm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "空数组"
+ "value" : "Escape 清除搜索文本"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "空陣列"
+ "value" : "Escape 清除搜尋文字"
}
}
}
},
- "Empty Redis command" : {
- "extractionState" : "stale",
+ "Escape closes Open Quickly" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Escape 키를 누르면 빠르게 열기가 닫힙니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Boş Redis komutu"
+ "value" : "Escape, Hızlı Aç'ı kapatır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lệnh Redis trống"
+ "value" : "Escape đóng Mở nhanh"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Redis 命令为空"
+ "value" : "Escape 关闭“快速打开”"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Redis 命令為空"
+ "value" : "Escape 關閉「快速打開」"
}
}
}
},
- "Enable" : {
+ "Event" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이벤트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Etkinleştir"
+ "value" : "Olay"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bật"
+ "value" : "Sự kiện"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "启用"
+ "value" : "事件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "啟用"
+ "value" : "事件"
}
}
}
},
- "Enable %@" : {
+ "Every included column needs a name." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "포함된 모든 열에 이름이 필요합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ Etkinleştir"
+ "value" : "Dahil edilen her sütunun bir adı olmalıdır."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bật %@"
+ "value" : "Mỗi cột được bao gồm cần có tên."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "启用 %@"
+ "value" : "每个包含的列都需要名称。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "啟用 %@"
+ "value" : "每個納入的欄位都需要名稱。"
}
}
}
},
- "Enable AI Features" : {
+ "Every table needs at least one column. Click + to get started" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 테이블에는 열이 하나 이상 있어야 합니다. +를 클릭하여 시작하십시오"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI Özelliklerini Etkinleştir"
+ "value" : "Her tablonun en az bir sütuna ihtiyacı vardır. Başlamak için + tıklayın"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bật tính năng AI"
+ "value" : "Mỗi bảng cần ít nhất một cột. Nhấn + để bắt đầu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "启用 AI 功能"
+ "value" : "每个表至少需要一列。点击 + 开始添加"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "啟用 AI 功能"
+ "value" : "每個資料表至少需要一個欄位。點按 + 開始新增"
}
}
}
},
- "Enable Cloud SQL Auth Proxy" : {
+ "Everything" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모두"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloud SQL Auth Proxy'yi Etkinleştir"
+ "value" : "Her Şey"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bật Cloud SQL Auth Proxy"
+ "value" : "Tất cả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "启用 Cloud SQL Auth Proxy"
+ "value" : "全部"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "啟用 Cloud SQL Auth Proxy"
+ "value" : "全部"
}
}
}
},
- "Enable Cloudflare Tunnel" : {
+ "Examples" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "예시"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloudflare Tunnel'ı Etkinleştir"
+ "value" : "Örnekler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bật Cloudflare Tunnel"
+ "value" : "Ví dụ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "启用 Cloudflare Tunnel"
+ "value" : "示例"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "啟用 Cloudflare 隧道"
+ "value" : "範例"
}
}
}
},
- "Enable filter" : {
+ "Excel spreadsheet with formatting support." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "서식을 지원하는 Excel 스프레드시트입니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtreyi etkinleştir"
+ "value" : "Biçimlendirme destekli Excel elektronik tablosu."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bật bộ lọc"
+ "value" : "Bảng tính Excel có hỗ trợ định dạng."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "启用筛选"
+ "value" : "支持格式化的 Excel 电子表格。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "啟用篩選"
+ "value" : "支援格式設定的 Excel 試算表。"
}
}
}
},
- "Enable inline suggestions" : {
- "extractionState" : "stale",
+ "Exclude from iCloud Sync" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "iCloud 동기화에서 제외"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satır içi önerileri etkinleştir"
+ "value" : "iCloud Eşitlemesinden Hariç Tut"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bật gợi ý trực tiếp"
+ "value" : "Loại khỏi đồng bộ iCloud"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "启用行内建议"
+ "value" : "排除 iCloud 同步"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "啟用行內建議"
+ "value" : "排除於 iCloud 同步"
}
}
}
},
- "Enable inline suggestions while typing" : {
+ "Execute" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "실행"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yazarken satır içi önerileri etkinleştir"
+ "value" : "Çalıştır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bật gợi ý nội tuyến khi gõ"
+ "value" : "Thực thi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在输入时启用内联建议"
+ "value" : "执行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "輸入時啟用行內建議"
+ "value" : "執行"
}
}
}
},
- "Enable MCP Server" : {
+ "Execute All" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모두 실행"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP Sunucusunu Etkinleştir"
+ "value" : "Tümünü Çalıştır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bật MCP Server"
+ "value" : "Thực thi tất cả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "启用 MCP 服务器"
+ "value" : "全部执行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "啟用 MCP 伺服器"
+ "value" : "全部執行"
}
}
}
},
- "Enable or disable all filters" : {
+ "Execute All Statements" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 문 실행"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm filtreleri etkinleştir veya devre dışı bırak"
+ "value" : "Tüm İfadeleri Çalıştır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bật hoặc tắt tất cả bộ lọc"
+ "value" : "Thực thi tất cả câu lệnh"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "启用或禁用所有筛选"
+ "value" : "执行所有语句"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "啟用或停用所有篩選"
+ "value" : "執行所有陳述式"
}
}
}
},
- "Enable preview tabs" : {
+ "Execute Query" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리 실행"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Önizleme sekmelerini etkinleştir"
+ "value" : "Sorguyu Çalıştır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bật tab xem trước"
+ "value" : "Thực thi truy vấn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "启用预览标签页"
+ "value" : "执行查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "啟用預覽分頁"
+ "value" : "執行查詢"
}
}
}
},
- "Enable SOCKS Proxy" : {
+ "Execute Query Without Limit" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "제한 없이 쿼리 실행"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "SOCKS Proxy'yi Etkinleştir"
+ "value" : "Sorguyu Limitsiz Çalıştır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bật SOCKS Proxy"
+ "value" : "Chạy truy vấn không giới hạn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "启用 SOCKS 代理"
+ "value" : "不限行数执行查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "啟用 SOCKS 代理"
+ "value" : "不限列數執行查詢"
}
}
}
},
- "Enable SSH Tunnel" : {
+ "Execute Without Limit" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "제한 없이 실행"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "SSH Tünelini Etkinleştir"
+ "value" : "Limitsiz Çalıştır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bật đường hầm SSH"
+ "value" : "Chạy không giới hạn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "启用 SSH 隧道"
+ "value" : "不限行数执行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "啟用 SSH 隧道"
+ "value" : "不限列數執行"
}
}
}
},
- "Enabled" : {
+ "Execute a SQL query against a connection. The connection's safe mode policy applies. Multi-statement queries are rejected. Destructive operations (DROP, TRUNCATE, ALTER...DROP) are blocked here; use confirm_destructive_operation instead." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결에서 SQL 쿼리를 실행합니다. 연결의 안전 모드 정책이 적용됩니다. 여러 문으로 구성된 쿼리는 거부됩니다. 파괴적 작업(DROP, TRUNCATE, ALTER...DROP)은 여기에서 차단되며, 대신 confirm_destructive_operation을 사용하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Etkin"
+ "value" : "Bir bağlantıda SQL sorgusu çalıştırır. Bağlantının güvenli mod politikası uygulanır. Çok deyimli sorgular reddedilir. Yıkıcı işlemler (DROP, TRUNCATE, ALTER...DROP) burada engellenir; bunun yerine confirm_destructive_operation kullanın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã bật"
+ "value" : "Thực thi truy vấn SQL trên một kết nối. Chính sách chế độ an toàn của kết nối được áp dụng. Truy vấn nhiều câu lệnh sẽ bị từ chối. Các thao tác phá hủy (DROP, TRUNCATE, ALTER...DROP) bị chặn ở đây; hãy dùng confirm_destructive_operation thay thế."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已启用"
+ "value" : "对连接执行 SQL 查询。受连接的安全模式策略约束。多语句查询会被拒绝。破坏性操作(DROP、TRUNCATE、ALTER...DROP)在此被阻止;请改用 confirm_destructive_operation。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已啟用"
+ "value" : "對連線執行 SQL 查詢。會套用連線的安全模式原則。多陳述式查詢會被拒絕。破壞性操作(DROP、TRUNCATE、ALTER...DROP)在此會被封鎖;請改用 confirm_destructive_operation。"
}
}
}
},
- "Encoding" : {
+ "Execute a SQL query. All queries are subject to the connection's safe mode policy. DROP/TRUNCATE/ALTER...DROP must use the confirm_destructive_operation tool." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "SQL 쿼리를 실행합니다. 모든 쿼리에는 연결의 안전 모드 정책이 적용됩니다. DROP/TRUNCATE/ALTER...DROP에는 confirm_destructive_operation 도구를 사용해야 합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kodlama"
+ "value" : "SQL sorgusu çalıştırır. Tüm sorgular bağlantının güvenli mod politikasına tabidir. DROP/TRUNCATE/ALTER...DROP için confirm_destructive_operation aracı kullanılmalıdır."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mã hóa"
+ "value" : "Thực thi truy vấn SQL. Mọi truy vấn đều tuân theo chính sách chế độ an toàn của kết nối. DROP/TRUNCATE/ALTER...DROP phải dùng công cụ confirm_destructive_operation."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编码"
+ "value" : "执行 SQL 查询。所有查询都受连接的安全模式策略约束。DROP/TRUNCATE/ALTER...DROP 必须使用 confirm_destructive_operation 工具。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編碼"
+ "value" : "執行 SQL 查詢。所有查詢都受連線的安全模式原則約束。DROP/TRUNCATE/ALTER...DROP 必須使用 confirm_destructive_operation 工具。"
}
}
}
},
- "Encoding:" : {
+ "Execute a destructive DDL query (DROP, TRUNCATE, ALTER...DROP) after explicit confirmation." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "명시적으로 확인한 후 파괴적 DDL 쿼리(DROP, TRUNCATE, ALTER...DROP)를 실행합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kodlama:"
+ "value" : "Açık onaydan sonra yıkıcı bir DDL sorgusu (DROP, TRUNCATE, ALTER...DROP) çalıştırır."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mã hóa:"
+ "value" : "Thực thi truy vấn DDL phá hủy (DROP, TRUNCATE, ALTER...DROP) sau khi xác nhận rõ ràng."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编码:"
+ "value" : "在明确确认后执行破坏性 DDL 查询(DROP、TRUNCATE、ALTER...DROP)。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編碼:"
+ "value" : "在明確確認後執行破壞性 DDL 查詢(DROP、TRUNCATE、ALTER...DROP)。"
}
}
}
},
- "encoding: %@" : {
+ "Execute a destructive DDL query (DROP, TRUNCATE, ALTER...DROP) after explicit confirmation. Pass confirmation_phrase exactly as: I understand this is irreversible" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "명시적으로 확인한 후 파괴적 DDL 쿼리(DROP, TRUNCATE, ALTER...DROP)를 실행합니다. confirmation_phrase를 다음과 정확히 일치하게 전달하십시오: I understand this is irreversible"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "kodlama: %@"
+ "value" : "Açık onaydan sonra yıkıcı bir DDL sorgusu (DROP, TRUNCATE, ALTER...DROP) çalıştırır. confirmation_phrase değerini tam olarak şu şekilde iletin: I understand this is irreversible"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "bảng mã: %@"
+ "value" : "Thực thi truy vấn DDL phá hủy (DROP, TRUNCATE, ALTER...DROP) sau khi xác nhận rõ ràng. Truyền confirmation_phrase chính xác là: I understand this is irreversible"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "编码:%@"
+ "value" : "在明确确认后执行破坏性 DDL 查询(DROP、TRUNCATE、ALTER...DROP)。confirmation_phrase 必须严格传入:I understand this is irreversible"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "編碼:%@"
+ "value" : "在明確確認後執行破壞性 DDL 查詢(DROP、TRUNCATE、ALTER...DROP)。confirmation_phrase 必須完全照這樣傳入:I understand this is irreversible"
}
}
}
},
- "Encrypted Export" : {
+ "Execute a query to view results as JSON" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리를 실행하고 결과를 JSON으로 표시합니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Şifreli Dışa Aktarma"
+ "value" : "Sonuçları JSON olarak görmek için bir sorgu çalıştırın"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất Mã hóa"
+ "value" : "Chạy truy vấn để xem kết quả dưới dạng JSON"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "加密导出"
+ "value" : "执行查询以 JSON 形式查看结果"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "加密匯出"
+ "value" : "執行查詢以 JSON 形式檢視結果"
}
}
}
},
- "Endpoint" : {
+ "Execute all statements in a single transaction. If any statement fails, all changes are rolled back." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 문을 단일 트랜잭션에서 실행합니다. 문 하나라도 실패하면 모든 변경사항이 롤백됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Uç Nokta"
+ "value" : "Tüm ifadeleri tek bir işlemde çalıştır. Herhangi bir ifade başarısız olursa tüm değişiklikler geri alınır."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Endpoint"
+ "value" : "Thực thi tất cả câu lệnh trong một giao dịch. Nếu bất kỳ câu lệnh nào thất bại, tất cả thay đổi sẽ được hoàn tác."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Endpoint"
+ "value" : "在单个事务中执行所有语句。如果任一语句失败,所有更改将回滚。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Endpoint"
+ "value" : "在單一交易中執行所有陳述式。若任一陳述式失敗,所有變更都會回復。"
}
}
}
},
- "ends with" : {
+ "Executed %lld statements" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "문 %lld개 실행됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "bununla biter"
+ "value" : "çalıştırıldı %lld ifade"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "kết thúc bằng"
+ "value" : "Đã thực thi %lld câu lệnh"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "以...结尾"
+ "value" : "已执行 %lld 条语句"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "結尾為"
+ "value" : "已執行 %lld 條陳述式"
}
}
}
},
- "Engine" : {
+ "Executed: %@" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "실행됨: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Motor"
+ "value" : "Çalıştırıldı: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Engine"
+ "value" : "Đã thực thi: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Engine"
+ "value" : "已执行:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Engine"
+ "value" : "已執行:%@"
}
}
}
},
- "Engine (e.g., InnoDB)" : {
- "extractionState" : "stale",
+ "Executing" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "실행 중"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Motor (örn. InnoDB)"
+ "value" : "Çalıştırılıyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Engine (vd: InnoDB)"
+ "value" : "Đang thực thi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Engine(如 InnoDB)"
+ "value" : "执行中"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Engine(例如 InnoDB)"
+ "value" : "執行中"
}
}
}
},
- "Engine:" : {
+ "Executing..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "실행 중..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Motor:"
+ "value" : "Çalıştırılıyor..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Engine:"
+ "value" : "Đang thực thi..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "引擎:"
+ "value" : "正在执行..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "引擎:"
+ "value" : "正在執行…"
}
}
}
},
- "Enter a name for this filter preset" : {
+ "Execution: %.3fms" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "실행 시간: %.3fms"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu filtre ön ayarı için bir ad girin"
+ "value" : "Çalıştırma: %.3fms"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập tên cho mẫu bộ lọc này"
+ "value" : "Thực thi: %.3fms"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "输入此筛选预设的名称"
+ "value" : "执行: %.3fms"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "輸入此篩選預設組合的名稱"
+ "value" : "執行:%.3fms"
}
}
}
},
- "Enter a new name for the group." : {
+ "Existing table" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기존 테이블"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Grup için yeni bir ad girin."
+ "value" : "Mevcut tablo"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập tên mới cho nhóm."
+ "value" : "Bảng hiện có"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "输入分组的新名称。"
+ "value" : "现有表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "輸入群組的新名稱。"
+ "value" : "現有資料表"
}
}
}
},
- "Enter an absolute path, as it appears on the SSH server." : {
+ "Expand All" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모두 펼치기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "SSH sunucusunda göründüğü şekliyle mutlak bir yol girin."
+ "value" : "Tümünü Genişlet"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập đường dẫn tuyệt đối, đúng như trên máy chủ SSH."
+ "value" : "Mở rộng tất cả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "请输入绝对路径,与 SSH 服务器上的路径一致。"
+ "value" : "全部展开"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "請輸入絕對路徑,與 SSH 伺服器上的路徑一致。"
+ "value" : "全部展開"
}
}
}
},
- "Enter database name" : {
- "extractionState" : "stale",
+ "Expand in Sidebar" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사이드바에서 펼치기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı adı girin"
+ "value" : "Kenar Çubuğunda Genişlet"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập tên cơ sở dữ liệu"
+ "value" : "Mở rộng trong sidebar"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "输入数据库名称"
+ "value" : "在侧边栏中展开"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "輸入資料庫名稱"
+ "value" : "在側邊欄中展開"
}
}
}
},
- "Enter Full Screen" : {
+ "Expected Behavior" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "예상 동작"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tam Ekrana Geç"
+ "value" : "Beklenen Davranış"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Vào toàn màn hình"
+ "value" : "Hành vi mong đợi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "进入全屏幕"
+ "value" : "预期行为"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "進入全螢幕"
+ "value" : "預期行為"
}
}
}
},
- "Enter table name" : {
+ "Expiration" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "만료"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tablo adını girin"
+ "value" : "Son Kullanma"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập tên bảng"
+ "value" : "Hết hạn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "输入表名"
+ "value" : "过期时间"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "輸入資料表名稱"
+ "value" : "到期時間"
}
}
}
},
- "Enter the %@ for \"%@\"" : {
+ "Expiration date" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Enter the %1$@ for \"%2$@\""
+ "state" : "translated",
+ "value" : "만료일"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" için %@ girin"
+ "value" : "Son kullanma tarihi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập %@ cho \"%@\""
+ "value" : "Ngày hết hạn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "输入\"%@\"的 %@"
+ "value" : "过期日期"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "輸入「%1$@」的 %2$@"
+ "value" : "到期日期"
}
}
}
},
- "Enter the code %@ in the browser to finish signing in to Microsoft Entra ID. The code is on your clipboard." : {
+ "Expired" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "만료됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Microsoft Entra ID oturumunu tamamlamak için tarayıcıya %@ kodunu girin. Kod panonuzda."
+ "value" : "Süresi Doldu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập mã %@ trong trình duyệt để hoàn tất đăng nhập Microsoft Entra ID. Mã đã được sao chép vào bộ nhớ tạm."
+ "value" : "Hết hạn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在浏览器中输入代码 %@ 以完成 Microsoft Entra ID 登录。该代码已复制到剪贴板。"
+ "value" : "已过期"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在瀏覽器中輸入代碼 %@ 以完成 Microsoft Entra ID 登入。該代碼已複製到剪貼簿。"
+ "value" : "已過期"
}
}
}
},
- "Enter the ElastiCache cache name (replication group ID) to use IAM authentication." : {
+ "Expires" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "만료"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "IAM kimlik doğrulamasını kullanmak için ElastiCache önbellek adını (çoğaltma grubu kimliği) girin."
+ "value" : "Sona Erer"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập tên cache ElastiCache (replication group ID) để dùng xác thực IAM."
+ "value" : "Hết hạn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "输入 ElastiCache 缓存名称(复制组 ID)以使用 IAM 认证。"
+ "value" : "过期时间"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "輸入 ElastiCache 快取名稱(複寫群組 ID)以使用 IAM 驗證。"
+ "value" : "到期時間"
}
}
}
},
- "Enter the passphrase for SSH key \"%@\":" : {
+ "Expires:" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Expires:"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "만료:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "SSH anahtarı \"%@\" için parolayı girin:"
+ "value" : "Bitiş Tarihi:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập cụm mật khẩu cho khoá SSH \"%@\":"
+ "value" : "Hết hạn:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "请输入 SSH 密钥 \"%@\" 的密码:"
+ "value" : "到期时间:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "請輸入 SSH 金鑰「%@」的密碼短語:"
+ "value" : "到期時間:"
}
}
}
},
- "Enter the passphrase to decrypt and import connections." : {
+ "Explain" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "설명"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantıları şifresini çözmek ve içe aktarmak için parolayı girin."
+ "value" : "Açıkla"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập cụm mật khẩu để giải mã và nhập kết nối."
+ "value" : "Giải thích"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "输入密码短语以解密并导入连接。"
+ "value" : "解释"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "輸入密碼短語以解密並匯入連線。"
+ "value" : "解釋"
}
}
}
},
- "Enter the TOTP verification code for SSH authentication." : {
- "extractionState" : "stale",
+ "Explain Query" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리 설명"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "SSH kimlik doğrulaması için TOTP doğrulama kodunu girin."
+ "value" : "Sorguyu Açıkla"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập mã xác minh TOTP để xác thực SSH."
+ "value" : "Giải thích truy vấn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "输入 TOTP 验证码以进行 SSH 身份验证。"
+ "value" : "解释查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "輸入 TOTP 驗證碼以進行 SSH 驗證。"
+ "value" : "解釋查詢"
}
}
}
},
- "Enter this code on GitHub:" : {
+ "Explain the current query" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "현재 쿼리 설명"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu kodu GitHub'a girin:"
+ "value" : "Geçerli sorguyu açıkla"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập mã này trên GitHub:"
+ "value" : "Giải thích truy vấn hiện tại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在 GitHub 上输入此代码:"
+ "value" : "解释当前查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在 GitHub 上輸入此代碼:"
+ "value" : "解釋目前的查詢"
}
}
}
},
- "Enter your license key to unlock Pro features." : {
+ "Explain this SQL query:\n\n```sql\n%@\n```" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 SQL 쿼리를 설명하십시오:\n\n```sql\n%@\n```"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Pro özelliklerin kilidini açmak için lisans anahtarınızı girin."
+ "value" : "Bu SQL sorgusunu açıkla:\n\n```sql\n%@\n```"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập mã giấy phép để mở khoá các tính năng Pro."
+ "value" : "Giải thích chi tiết câu truy vấn SQL sau:\n\n```sql\n%@\n```"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "输入许可证密钥以解锁 Pro 功能。"
+ "value" : "请解释以下 SQL 查询:\n\n```sql\n%@\n```"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "輸入授權金鑰以解鎖 Pro 功能。"
+ "value" : "請解釋以下 SQL 查詢:\n\n```sql\n%@\n```"
}
}
}
},
- "Enter your license key, or a team invite code to join a team." : {
+ "Explain with AI" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AI로 설명"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lisans anahtarınızı girin veya bir takıma katılmak için takım davet kodunu girin."
+ "value" : "Yapay Zeka ile Açıkla"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập mã giấy phép của bạn, hoặc mã mời nhóm để tham gia một nhóm."
+ "value" : "Giải thích với AI"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "输入你的许可证密钥,或输入团队邀请码以加入团队。"
+ "value" : "AI 解释"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "輸入你的授權金鑰,或輸入團隊邀請碼以加入團隊。"
+ "value" : "以 AI 解釋"
}
}
}
},
- "Enterprise relational database for DM8 deployments" : {
+ "Export" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내보내기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "DM8 dağıtımları için kurumsal ilişkisel veritabanı"
+ "value" : "Dışa Aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cơ sở dữ liệu quan hệ doanh nghiệp cho triển khai DM8"
+ "value" : "Xuất"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "面向 DM8 部署的企业级关系型数据库"
+ "value" : "导出"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "適用於 DM8 部署的企業級關聯式資料庫"
+ "value" : "匯出"
}
}
}
},
- "Enterprise SQL with PL/SQL" : {
+ "Export %d Connections to File..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 %d개를 파일로 내보내기..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "PL/SQL ile kurumsal SQL"
+ "value" : "%d Bağlantıyı Dosyaya Aktar..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "SQL doanh nghiệp với PL/SQL"
+ "value" : "Xuất %d kết nối ra tệp..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "支持 PL/SQL 的企业级 SQL"
+ "value" : "导出 %d 个连接到文件…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "支援 PL/SQL 的企業級 SQL"
+ "value" : "匯出 %d 個連線至檔案…"
}
}
}
},
- "Environment variable %@ is not set in TablePro's environment. Apps launched from the Dock do not inherit shell exports. Launch TablePro from a terminal, or set the variable with launchctl setenv." : {
+ "Export %d Connections..." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 %d개 내보내기..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ ortam değişkeni TablePro'nun ortamında ayarlı değil. Dock'tan başlatılan uygulamalar kabuk dışa aktarmalarını devralmaz. TablePro'yu bir terminalden başlatın veya değişkeni launchctl setenv ile ayarlayın."
+ "value" : "%d Bağlantıyı Dışa Aktar..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Biến môi trường %@ chưa được đặt trong môi trường của TablePro. Ứng dụng khởi chạy từ Dock không kế thừa các export của shell. Hãy khởi chạy TablePro từ terminal, hoặc đặt biến bằng launchctl setenv."
+ "value" : "Xuất %d kết nối..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "环境变量 %@ 未在 TablePro 的环境中设置。从 Dock 启动的应用不会继承 shell 导出的变量。请从终端启动 TablePro,或使用 launchctl setenv 设置该变量。"
+ "value" : "导出%d个连接..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "環境變數 %@ 未在 TablePro 的環境中設定。從 Dock 啟動的應用程式不會繼承 shell 匯出的變數。請從終端機啟動 TablePro,或使用 launchctl setenv 設定該變數。"
+ "value" : "匯出 %d 個連線…"
}
}
}
},
- "Environment Variables" : {
+ "Export %d row(s) to %@" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Export %1$d row(s) to %2$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$d개 행을 %2$@(으)로 내보내기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ortam Değişkenleri"
+ "value" : "%d satırı %@ olarak dışa aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Biến Môi trường"
+ "value" : "Xuất %d dòng sang %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "环境变量"
+ "value" : "导出%d行到%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "環境變數"
+ "value" : "匯出 %1$d 列至 %2$@"
}
}
}
},
- "equals" : {
+ "Export %d table(s) to %@" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Export %1$d table(s) to %2$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$d개 테이블을 %2$@(으)로 내보내기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "eşittir"
+ "value" : "%d tabloyu %@ olarak dışa aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "bằng"
+ "value" : "Xuất %d bảng sang %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "等于"
+ "value" : "导出%d个表到%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "等於"
+ "value" : "匯出 %1$d 個資料表至 %2$@"
}
}
}
},
- "ER Diagram" : {
+ "Export %lld Connections..." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 %lld개 내보내기..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ER Diyagramı"
+ "value" : "%lld Bağlantıyı Dışa Aktar..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sơ đồ ER"
+ "value" : "Xuất %lld Kết nối..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ER 图"
+ "value" : "导出 %lld 个连接…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ER 圖"
+ "value" : "匯出 %lld 個連線…"
}
}
}
},
- "Error" : {
+ "Export %lld row(s) to %@" : {
+ "extractionState" : "stale",
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Export %1$lld row(s) to %2$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$lld개 행을 %2$@(으)로 내보내기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hata"
+ "value" : "%lld satırı %@ olarak dışa aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lỗi"
+ "value" : "Export %lld hàng sang %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "错误"
+ "value" : "导出 %lld 行到 %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "錯誤"
+ "value" : "匯出 %1$lld 列至 %2$@"
}
}
}
},
- "Error Applying Changes" : {
+ "Export %lld table(s) to %@" : {
+ "extractionState" : "stale",
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Export %1$lld table(s) to %2$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$lld개 테이블을 %2$@(으)로 내보내기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Değişiklikler Uygulanırken Hata"
+ "value" : "%lld tabloyu %@ olarak dışa aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lỗi áp dụng thay đổi"
+ "value" : "Export %lld bảng sang %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "应用更改时出错"
+ "value" : "导出 %lld 张表到 %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "套用變更時發生錯誤"
+ "value" : "匯出 %1$lld 個資料表至 %2$@"
}
}
}
},
- "Error:" : {
- "extractionState" : "stale",
+ "Export & Import" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내보내기 및 가져오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hata:"
+ "value" : "Dışa ve İçe Aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lỗi:"
+ "value" : "Xuất & Nhập"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "错误:"
+ "value" : "导出与导入"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "錯誤:"
+ "value" : "匯出與匯入"
}
}
}
},
- "Error: %@" : {
+ "Export Activity Log" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "활동 로그 내보내기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hata: %@"
+ "value" : "Etkinlik Günlüğünü Dışa Aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lỗi: %@"
+ "value" : "Xuất nhật ký hoạt động"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "错误: %@"
+ "value" : "导出活动日志"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "錯誤:%@"
+ "value" : "匯出活動記錄"
}
}
}
},
- "Error: Selected path is not a regular file" : {
+ "Export Connections..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 내보내기..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hata: Seçilen yol normal bir dosya değil"
+ "value" : "Bağlantıları Dışa Aktar..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lỗi: Đường dẫn đã chọn không phải tệp thông thường"
+ "value" : "Xuất Kết nối..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "错误: 所选路径不是常规文件"
+ "value" : "导出连接…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "錯誤:所選路徑不是一般檔案"
+ "value" : "匯出連線…"
}
}
}
},
- "Escape character" : {
+ "Export Data" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터 내보내기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kaçış karakteri"
+ "value" : "Veriyi Dışa Aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ký tự thoát"
+ "value" : "Xuất dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "转义字符"
+ "value" : "导出数据"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "跳脫字元"
+ "value" : "匯出資料"
}
}
}
},
- "Escape clears the search text" : {
+ "Export Data (⌘⇧E)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터 내보내기(⌘⇧E)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Escape arama metnini temizler"
+ "value" : "Veriyi Dışa Aktar (⌘⇧E)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Escape xoá nội dung tìm kiếm"
+ "value" : "Xuất dữ liệu (⌘⇧E)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Escape 清除搜索文本"
+ "value" : "导出数据 (⌘⇧E)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Escape 清除搜尋文字"
+ "value" : "匯出資料 (⌘⇧E)"
}
}
}
},
- "Escape closes Open Quickly" : {
+ "Export ER Diagram" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "ER 다이어그램 내보내기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Escape, Hızlı Aç'ı kapatır"
+ "value" : "ER Diyagramını Dışa Aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Escape đóng Mở nhanh"
+ "value" : "Xuất sơ đồ ER"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Escape 关闭“快速打开”"
+ "value" : "导出 ER 图"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Escape 關閉「快速打開」"
+ "value" : "匯出 ER 圖"
}
}
}
},
- "EU Long (31/12/2024 23:59:59)" : {
+ "Export Error" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내보내기 오류"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AB Uzun (31/12/2024 23:59:59)"
+ "value" : "Dışa Aktarma Hatası"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Châu Âu dài (31/12/2024 23:59:59)"
+ "value" : "Lỗi xuất dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "欧洲长格式 (31/12/2024 23:59:59)"
+ "value" : "导出错误"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "歐洲長格式 (31/12/2024 23:59:59)"
+ "value" : "匯出錯誤"
}
}
}
},
- "EU Short (31/12/2024)" : {
+ "Export Failed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내보내기 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AB Kısa (31/12/2024)"
+ "value" : "Dışa Aktarma Başarısız"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Châu Âu ngắn (31/12/2024)"
+ "value" : "Xuất Thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "欧洲短格式 (31/12/2024)"
+ "value" : "导出失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "歐洲短格式 (31/12/2024)"
+ "value" : "匯出失敗"
}
}
}
},
- "Event" : {
+ "Export Format" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내보내기 형식"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Olay"
+ "value" : "Dışa Aktarma Biçimi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sự kiện"
+ "value" : "Định dạng xuất"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "事件"
+ "value" : "导出格式"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "事件"
+ "value" : "匯出格式"
}
}
}
},
- "Every included column needs a name." : {
+ "Export Formats" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내보내기 형식"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dahil edilen her sütunun bir adı olmalıdır."
+ "value" : "Dışa Aktarma Biçimleri"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mỗi cột được bao gồm cần có tên."
+ "value" : "Định dạng xuất"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "每个包含的列都需要名称。"
+ "value" : "导出格式"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "每個納入的欄位都需要名稱。"
+ "value" : "匯出格式"
}
}
}
},
- "Every table needs at least one column. Click + to get started" : {
+ "Export Options" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내보내기 옵션"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Her tablonun en az bir sütuna ihtiyacı vardır. Başlamak için + tıklayın"
+ "value" : "Dışa Aktarma Seçenekleri"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mỗi bảng cần ít nhất một cột. Nhấn + để bắt đầu"
+ "value" : "Tùy chọn Xuất"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "每个表至少需要一列。点击 + 开始添加"
+ "value" : "导出选项"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "每個資料表至少需要一個欄位。點按 + 開始新增"
+ "value" : "匯出選項"
}
}
}
},
- "Everything" : {
+ "Export Plan as Image" : {
+ "comment" : "A button that exports the diagram as an image.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "실행 계획을 이미지로 내보내기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Her Şey"
+ "value" : "Planı Görüntü Olarak Dışa Aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tất cả"
+ "value" : "Xuất kế hoạch thành ảnh"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部"
+ "value" : "将执行计划导出为图片"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部"
+ "value" : "將執行計畫匯出為圖片"
}
}
}
},
- "Examples" : {
+ "Export Query Plan" : {
+ "comment" : "Button title to export the diagram as an image.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리 계획 내보내기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Örnekler"
+ "value" : "Sorgu Planını Dışa Aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ví dụ"
+ "value" : "Xuất kế hoạch truy vấn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "示例"
+ "value" : "导出查询计划"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "範例"
+ "value" : "匯出查詢計畫"
}
}
}
},
- "Excel spreadsheet with formatting support." : {
+ "Export Results..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "결과 내보내기..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Biçimlendirme destekli Excel elektronik tablosu."
+ "value" : "Sonuçları Dışa Aktar..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bảng tính Excel có hỗ trợ định dạng."
+ "value" : "Export Kết Quả..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "支持格式化的 Excel 电子表格。"
+ "value" : "导出结果..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "支援格式設定的 Excel 試算表。"
+ "value" : "匯出結果..."
}
}
}
},
- "Exclude from iCloud Sync" : {
+ "Export Tables..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블 내보내기..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "iCloud Eşitlemesinden Hariç Tut"
+ "value" : "Tabloları Dışa Aktar..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Loại khỏi đồng bộ iCloud"
+ "value" : "Xuất bảng..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "排除 iCloud 同步"
+ "value" : "导出表…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "排除於 iCloud 同步"
+ "value" : "匯出資料表…"
}
}
}
},
- "Execute" : {
+ "Export activity to CSV" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "활동을 CSV로 내보내기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Çalıştır"
+ "value" : "Etkinliği CSV olarak dışa aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thực thi"
+ "value" : "Xuất hoạt động ra CSV"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "执行"
+ "value" : "将活动导出为 CSV"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "執行"
+ "value" : "將活動匯出為 CSV"
}
}
}
},
- "Execute a destructive DDL query (DROP, TRUNCATE, ALTER...DROP) after explicit confirmation." : {
+ "Export as PNG" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "PNG로 내보내기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Açık onaydan sonra yıkıcı bir DDL sorgusu (DROP, TRUNCATE, ALTER...DROP) çalıştırır."
+ "value" : "PNG olarak dışa aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thực thi truy vấn DDL phá hủy (DROP, TRUNCATE, ALTER...DROP) sau khi xác nhận rõ ràng."
+ "value" : "Xuất dưới dạng PNG"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在明确确认后执行破坏性 DDL 查询(DROP、TRUNCATE、ALTER...DROP)。"
+ "value" : "导出为 PNG"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在明確確認後執行破壞性 DDL 查詢(DROP、TRUNCATE、ALTER...DROP)。"
+ "value" : "匯出為 PNG"
}
}
}
},
- "Execute a destructive DDL query (DROP, TRUNCATE, ALTER...DROP) after explicit confirmation. Pass confirmation_phrase exactly as: I understand this is irreversible" : {
+ "Export as SQL" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "SQL로 내보내기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Açık onaydan sonra yıkıcı bir DDL sorgusu (DROP, TRUNCATE, ALTER...DROP) çalıştırır. confirmation_phrase değerini tam olarak şu şekilde iletin: I understand this is irreversible"
+ "value" : "SQL Olarak Dışa Aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thực thi truy vấn DDL phá hủy (DROP, TRUNCATE, ALTER...DROP) sau khi xác nhận rõ ràng. Truyền confirmation_phrase chính xác là: I understand this is irreversible"
+ "value" : "Xuất dạng SQL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在明确确认后执行破坏性 DDL 查询(DROP、TRUNCATE、ALTER...DROP)。confirmation_phrase 必须严格传入:I understand this is irreversible"
+ "value" : "导出为 SQL"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在明確確認後執行破壞性 DDL 查詢(DROP、TRUNCATE、ALTER...DROP)。confirmation_phrase 必須完全照這樣傳入:I understand this is irreversible"
+ "value" : "匯出為 SQL"
}
}
}
},
- "Execute a query to view results as JSON" : {
+ "Export completed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내보내기 완료"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sonuçları JSON olarak görmek için bir sorgu çalıştırın"
+ "value" : "Dışa aktarma tamamlandı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chạy truy vấn để xem kết quả dưới dạng JSON"
+ "value" : "Đã xuất xong"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "执行查询以 JSON 形式查看结果"
+ "value" : "导出完成"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "執行查詢以 JSON 形式檢視結果"
+ "value" : "匯出完成"
}
}
}
},
- "Execute a SQL query against a connection. The connection's safe mode policy applies. Multi-statement queries are rejected. Destructive operations (DROP, TRUNCATE, ALTER...DROP) are blocked here; use confirm_destructive_operation instead." : {
+ "Export completed successfully" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내보내기를 완료했습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir bağlantıda SQL sorgusu çalıştırır. Bağlantının güvenli mod politikası uygulanır. Çok deyimli sorgular reddedilir. Yıkıcı işlemler (DROP, TRUNCATE, ALTER...DROP) burada engellenir; bunun yerine confirm_destructive_operation kullanın."
+ "value" : "Dışa aktarma başarıyla tamamlandı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thực thi truy vấn SQL trên một kết nối. Chính sách chế độ an toàn của kết nối được áp dụng. Truy vấn nhiều câu lệnh sẽ bị từ chối. Các thao tác phá hủy (DROP, TRUNCATE, ALTER...DROP) bị chặn ở đây; hãy dùng confirm_destructive_operation thay thế."
+ "value" : "Xuất dữ liệu thành công"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "对连接执行 SQL 查询。受连接的安全模式策略约束。多语句查询会被拒绝。破坏性操作(DROP、TRUNCATE、ALTER...DROP)在此被阻止;请改用 confirm_destructive_operation。"
+ "value" : "导出成功"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "對連線執行 SQL 查詢。會套用連線的安全模式原則。多陳述式查詢會被拒絕。破壞性操作(DROP、TRUNCATE、ALTER...DROP)在此會被封鎖;請改用 confirm_destructive_operation。"
+ "value" : "匯出成功完成"
}
}
}
},
- "Execute a SQL query. All queries are subject to the connection's safe mode policy. DROP/TRUNCATE/ALTER...DROP must use the confirm_destructive_operation tool." : {
+ "Export connections with encrypted credentials." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "암호화된 자격 증명과 함께 연결을 내보냅니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "SQL sorgusu çalıştırır. Tüm sorgular bağlantının güvenli mod politikasına tabidir. DROP/TRUNCATE/ALTER...DROP için confirm_destructive_operation aracı kullanılmalıdır."
+ "value" : "Bağlantıları şifrelenmiş kimlik bilgileriyle dışa aktar."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thực thi truy vấn SQL. Mọi truy vấn đều tuân theo chính sách chế độ an toàn của kết nối. DROP/TRUNCATE/ALTER...DROP phải dùng công cụ confirm_destructive_operation."
+ "value" : "Xuất kết nối với thông tin đăng nhập được mã hóa."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "执行 SQL 查询。所有查询都受连接的安全模式策略约束。DROP/TRUNCATE/ALTER...DROP 必须使用 confirm_destructive_operation 工具。"
+ "value" : "导出连接并加密凭据。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "執行 SQL 查詢。所有查詢都受連線的安全模式原則約束。DROP/TRUNCATE/ALTER...DROP 必須使用 confirm_destructive_operation 工具。"
+ "value" : "匯出連線並加密憑證。"
}
}
}
},
- "Execute All" : {
+ "Export data" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터 내보내기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tümünü Çalıştır"
+ "value" : "Veriyi dışa aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thực thi tất cả"
+ "value" : "Xuất dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部执行"
+ "value" : "导出数据"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部執行"
+ "value" : "匯出資料"
}
}
}
},
- "Execute All Statements" : {
+ "Export failed: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내보내기 실패: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm İfadeleri Çalıştır"
+ "value" : "Dışa aktarma başarısız: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thực thi tất cả câu lệnh"
+ "value" : "Xuất thất bại: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "执行所有语句"
+ "value" : "导出失败: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "執行所有陳述式"
+ "value" : "匯出失敗:%@"
}
}
}
},
- "Execute all statements in a single transaction. If any statement fails, all changes are rolled back." : {
- "extractionState" : "stale",
+ "Export format '%@' not found" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내보내기 형식 '%@'을(를) 찾을 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm ifadeleri tek bir işlemde çalıştır. Herhangi bir ifade başarısız olursa tüm değişiklikler geri alınır."
+ "value" : "Dışa aktarma biçimi '%@' bulunamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thực thi tất cả câu lệnh trong một giao dịch. Nếu bất kỳ câu lệnh nào thất bại, tất cả thay đổi sẽ được hoàn tác."
+ "value" : "Không tìm thấy định dạng xuất '%@'"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在单个事务中执行所有语句。如果任一语句失败,所有更改将回滚。"
+ "value" : "未找到导出格式 '%@'"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在單一交易中執行所有陳述式。若任一陳述式失敗,所有變更都會回復。"
+ "value" : "找不到匯出格式「%@」"
}
}
}
},
- "Execute Query" : {
+ "Export format: csv, json, or sql" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내보내기 형식: csv, json 또는 sql"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorguyu Çalıştır"
+ "value" : "Dışa aktarma biçimi: csv, json veya sql"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thực thi truy vấn"
+ "value" : "Định dạng xuất: csv, json hoặc sql"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "执行查询"
+ "value" : "导出格式:csv、json 或 sql"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "執行查詢"
+ "value" : "匯出格式:csv、json 或 sql"
}
}
}
},
- "Execute Query Without Limit" : {
+ "Export multiple tables" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "여러 테이블 내보내기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorguyu Limitsiz Çalıştır"
+ "value" : "Birden fazla tabloyu dışa aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chạy truy vấn không giới hạn"
+ "value" : "Xuất nhiều bảng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不限行数执行查询"
+ "value" : "导出多个表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不限列數執行查詢"
+ "value" : "匯出多個資料表"
}
}
}
},
- "Execute Without Limit" : {
+ "Export query results and tables to Excel format." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리 결과와 테이블을 Excel 형식으로 내보냅니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Limitsiz Çalıştır"
+ "value" : "Sorgu sonuçlarını ve tabloları Excel biçiminde dışa aktarın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chạy không giới hạn"
+ "value" : "Xuất kết quả truy vấn và bảng sang định dạng Excel."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不限行数执行"
+ "value" : "将查询结果和表导出为 Excel 格式。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不限列數執行"
+ "value" : "將查詢結果與資料表匯出為 Excel 格式。"
}
}
}
},
- "Executed %lld statements" : {
+ "Export query results or table data to CSV, JSON, or SQL" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리 결과 또는 테이블 데이터를 CSV, JSON 또는 SQL로 내보냅니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "çalıştırıldı %lld ifade"
+ "value" : "Sorgu sonuçlarını veya tablo verilerini CSV, JSON veya SQL olarak dışa aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã thực thi %lld câu lệnh"
+ "value" : "Xuất kết quả truy vấn hoặc dữ liệu bảng ra CSV, JSON hoặc SQL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已执行 %lld 条语句"
+ "value" : "将查询结果或表数据导出为 CSV、JSON 或 SQL"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已執行 %lld 條陳述式"
+ "value" : "將查詢結果或資料表資料匯出為 CSV、JSON 或 SQL"
}
}
}
},
- "Executed: %@" : {
- "extractionState" : "stale",
+ "Export query results to %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리 결과를 %@(으)로 내보내기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Çalıştırıldı: %@"
+ "value" : "Sorgu sonuçlarını %@ olarak dışa aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã thực thi: %@"
+ "value" : "Xuất kết quả truy vấn sang %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已执行:%@"
+ "value" : "将查询结果导出为 %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已執行:%@"
+ "value" : "將查詢結果匯出為 %@"
}
}
}
},
- "Executing" : {
+ "Export table" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블 내보내기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Çalıştırılıyor"
+ "value" : "Tabloyu dışa aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang thực thi"
+ "value" : "Xuất bảng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "执行中"
+ "value" : "导出表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "執行中"
+ "value" : "匯出資料表"
}
}
}
},
- "Executing..." : {
+ "Export the filtered activity log to CSV" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터링된 활동 로그를 CSV로 내보내기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Çalıştırılıyor..."
+ "value" : "Filtrelenmiş etkinlik günlüğünü CSV olarak dışa aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang thực thi..."
+ "value" : "Xuất nhật ký hoạt động đã lọc ra CSV"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在执行..."
+ "value" : "将筛选后的活动日志导出为 CSV"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在執行…"
+ "value" : "將篩選後的活動記錄匯出為 CSV"
}
}
}
},
- "Execution: %.3fms" : {
+ "Export to File..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파일로 내보내기..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Çalıştırma: %.3fms"
+ "value" : "Dosyaya Aktar..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thực thi: %.3fms"
+ "value" : "Xuất ra tệp..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "执行: %.3fms"
+ "value" : "导出到文件…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "執行:%.3fms"
+ "value" : "匯出至檔案…"
}
}
}
},
- "Existing table" : {
+ "Export..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내보내기..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mevcut tablo"
+ "value" : "Dışa Aktar..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bảng hiện có"
+ "value" : "Xuất..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "现有表"
+ "value" : "导出..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "現有資料表"
+ "value" : "匯出..."
}
}
}
},
- "expand" : {
+ "Exports data as mongosh-compatible scripts. Drop, Indexes, and Data options are configured per collection in the collection list." : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터를 mongosh 호환 스크립트로 내보냅니다. Drop, Indexes 및 Data 옵션은 컬렉션 목록의 각 컬렉션에서 설정합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "genişlet"
+ "value" : "Veriyi mongosh uyumlu betikler olarak dışa aktarır. Bırak, İndeksler ve Veri seçenekleri koleksiyon listesinde koleksiyon başına yapılandırılır."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "mở rộng"
+ "value" : "Xuất dữ liệu dưới dạng script tương thích mongosh. Tùy chọn Drop, Indexes và Data được cấu hình cho từng collection trong danh sách collection."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "展开"
+ "value" : "将数据导出为 mongosh 兼容的脚本。Drop、Indexes 和 Data 选项可在集合列表中按集合配置。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "展開"
+ "value" : "將資料匯出為 mongosh 相容的指令碼。Drop、Indexes 與 Data 選項可在集合清單中依集合個別設定。"
}
}
}
},
- "Expand All" : {
+ "Export…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내보내기…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tümünü Genişlet"
+ "value" : "Dışa Aktar…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mở rộng tất cả"
+ "value" : "Xuất…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部展开"
+ "value" : "导出…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部展開"
+ "value" : "匯出…"
}
}
}
},
- "Expand in Sidebar" : {
+ "Expose to local network" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "로컬 네트워크에 공개"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kenar Çubuğunda Genişlet"
+ "value" : "Yerel ağa aç"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mở rộng trong sidebar"
+ "value" : "Cho phép truy cập từ mạng cục bộ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在侧边栏中展开"
+ "value" : "开放给本地网络"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在側邊欄中展開"
+ "value" : "開放給本機網路"
}
}
}
},
- "Expected Behavior" : {
+ "Expression (e.g., age >= 0)" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "표현식(예: age >= 0)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Beklenen Davranış"
+ "value" : "İfade (örn. age >= 0)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hành vi mong đợi"
+ "value" : "Biểu thức (vd: age >= 0)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "预期行为"
+ "value" : "表达式(如 age >= 0)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "預期行為"
+ "value" : "運算式(例如 age >= 0)"
}
}
}
},
- "Expiration" : {
+ "External" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외부"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Son Kullanma"
+ "value" : "Harici"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hết hạn"
+ "value" : "Bên ngoài"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "过期时间"
+ "value" : "外部"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "到期時間"
+ "value" : "外部"
}
}
}
},
- "Expiration date" : {
+ "External Access" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외부 접근"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Son kullanma tarihi"
+ "value" : "Harici Erişim"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ngày hết hạn"
+ "value" : "Truy cập bên ngoài"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "过期日期"
+ "value" : "外部访问"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "到期日期"
+ "value" : "外部存取"
}
}
}
},
- "Expired" : {
+ "External Clients" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외부 클라이언트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Süresi Doldu"
+ "value" : "Harici İstemciler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hết hạn"
+ "value" : "Client bên ngoài"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已过期"
+ "value" : "外部客户端"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已過期"
+ "value" : "外部用戶端"
}
}
}
},
- "Expires" : {
+ "External Table" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외부 테이블"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sona Erer"
+ "value" : "Harici Tablo"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hết hạn"
+ "value" : "External Table"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "过期时间"
+ "value" : "外部表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "到期時間"
+ "value" : "外部資料表"
}
}
}
},
- "Expires:" : {
+ "External access is disabled for this connection" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Expires:"
+ "value" : "이 연결에서는 외부 접근이 비활성화되어 있습니다"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bitiş Tarihi:"
+ "value" : "Bu bağlantı için harici erişim devre dışı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hết hạn:"
+ "value" : "Truy cập bên ngoài đã bị tắt cho kết nối này"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "到期时间:"
+ "value" : "该连接已禁用外部访问"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "到期時間:"
+ "value" : "此連線已停用外部存取"
}
}
}
},
- "Explain" : {
+ "External integrations and MCP client requests will appear here." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외부 통합 및 MCP 클라이언트 요청이 여기에 표시됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Açıkla"
+ "value" : "Harici entegrasyonlar ve MCP istemci istekleri burada görünür."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giải thích"
+ "value" : "Các tích hợp bên ngoài và yêu cầu từ MCP client sẽ xuất hiện ở đây."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "解释"
+ "value" : "外部集成和 MCP 客户端请求将显示在此处。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "解釋"
+ "value" : "外部整合與 MCP 用戶端要求將顯示於此處。"
}
}
}
},
- "EXPLAIN is not supported for this database type." : {
+ "Extra High" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "매우 높음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu veritabanı türü için EXPLAIN desteklenmiyor."
+ "value" : "Çok Yüksek"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "EXPLAIN không được hỗ trợ cho loại cơ sở dữ liệu này."
+ "value" : "Cực cao"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "此数据库类型不支持 EXPLAIN。"
+ "value" : "超高"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "此資料庫類型不支援 EXPLAIN。"
+ "value" : "超高"
}
}
}
},
- "Explain Query" : {
+ "Extra Large" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "특대"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorguyu Açıkla"
+ "value" : "Çok Büyük"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giải thích truy vấn"
+ "value" : "Rất lớn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "解释查询"
+ "value" : "特大"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "解釋查詢"
+ "value" : "特大"
}
}
}
},
- "Explain the current query" : {
+ "FALSE" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "FALSE"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçerli sorguyu açıkla"
+ "value" : "FALSE"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giải thích truy vấn hiện tại"
+ "value" : "FALSE"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "解释当前查询"
+ "value" : "FALSE"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "解釋目前的查詢"
+ "value" : "FALSE"
}
}
}
},
- "Explain this SQL query:\n\n```sql\n%@\n```" : {
- "extractionState" : "stale",
+ "FAST" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "FAST"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu SQL sorgusunu açıkla:\n\n```sql\n%@\n```"
+ "value" : "HIZLI"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giải thích chi tiết câu truy vấn SQL sau:\n\n```sql\n%@\n```"
+ "value" : "NHANH"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "请解释以下 SQL 查询:\n\n```sql\n%@\n```"
+ "value" : "快速"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "請解釋以下 SQL 查詢:\n\n```sql\n%@\n```"
+ "value" : "快速"
}
}
}
},
- "Explain with AI" : {
+ "FIELDS" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "FIELDS"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yapay Zeka ile Açıkla"
+ "value" : "ALANLAR"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giải thích với AI"
+ "value" : "TRƯỜNG"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "AI 解释"
+ "value" : "字段"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "以 AI 解釋"
+ "value" : "欄位"
}
}
}
},
- "export" : {
+ "FIELDS (%lld)" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "FIELDS (%lld)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "dışa aktar"
+ "value" : "ALANLAR (%lld)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "xuất"
+ "value" : "CÁC TRƯỜNG (%lld)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出"
+ "value" : "字段 (%lld)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出"
+ "value" : "欄位 (%lld)"
}
}
}
},
- "Export" : {
+ "FULL (rewrites entire table, blocks access)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "FULL(전체 테이블을 다시 쓰며 접근을 차단함)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dışa Aktar"
+ "value" : "FULL (tüm tabloyu yeniden yazar, erişimi engeller)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất"
+ "value" : "FULL (ghi lại toàn bộ bảng, chặn truy cập)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出"
+ "value" : "FULL(重写整个表,阻止访问)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出"
+ "value" : "FULL(重寫整個資料表,封鎖存取)"
}
}
}
},
- "Export & Import" : {
+ "Failed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dışa ve İçe Aktar"
+ "value" : "Başarısız"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất & Nhập"
+ "value" : "Thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出与导入"
+ "value" : "失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出與匯入"
+ "value" : "失敗"
}
}
}
},
- "Export %d Connections to File..." : {
+ "Failed at line %lld" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "줄 %lld에서 실패했습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d Bağlantıyı Dosyaya Aktar..."
+ "value" : "Satır %lld'de başarısız"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất %d kết nối ra tệp..."
+ "value" : "Thất bại tại dòng %lld"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出 %d 个连接到文件…"
+ "value" : "在第 %lld 行失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出 %d 個連線至檔案…"
+ "value" : "在第 %lld 行失敗"
}
}
}
},
- "Export %d Connections..." : {
- "extractionState" : "stale",
+ "Failed at line %lld. %@" : {
+ "comment" : "Error message displayed in an alert when a plugin import fails. The first argument is the line number of the failed statement. The second argument is the error message from the underlying error.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Failed at line %1$lld. %2$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "줄 %1$lld에서 실패했습니다. %2$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d Bağlantıyı Dışa Aktar..."
+ "value" : "%lld. satırda başarısız oldu. %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất %d kết nối..."
+ "value" : "Lỗi ở dòng %lld. %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出%d个连接..."
+ "value" : "第 %lld 行失败。%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出 %d 個連線…"
+ "value" : "第 %lld 行失敗。%@"
}
}
}
},
- "Export %d row(s) to %@" : {
+ "Failed to Fetch DDL" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Export %1$d row(s) to %2$@"
+ "state" : "translated",
+ "value" : "DDL을 가져오지 못했습니다"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d satırı %@ olarak dışa aktar"
+ "value" : "DDL Alınamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất %d dòng sang %@"
+ "value" : "Không thể lấy DDL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出%d行到%@"
+ "value" : "获取 DDL 失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出 %1$d 列至 %2$@"
+ "value" : "擷取 DDL 失敗"
}
}
}
},
- "Export %d table(s) to %@" : {
+ "Failed to Load" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Export %1$d table(s) to %2$@"
+ "state" : "translated",
+ "value" : "불러오지 못했습니다"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d tabloyu %@ olarak dışa aktar"
+ "value" : "Yükleme Başarısız"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất %d bảng sang %@"
+ "value" : "Tải thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出%d个表到%@"
+ "value" : "加载失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出 %1$d 個資料表至 %2$@"
+ "value" : "載入失敗"
}
}
}
},
- "Export %lld Connections..." : {
- "extractionState" : "stale",
+ "Failed to Save Changes" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "변경 사항을 저장하지 못했습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld Bağlantıyı Dışa Aktar..."
+ "value" : "Değişiklikler Kaydedilemedi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất %lld Kết nối..."
+ "value" : "Lưu thay đổi thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出 %lld 个连接…"
+ "value" : "保存更改失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出 %lld 個連線…"
+ "value" : "儲存變更失敗"
}
}
}
},
- "Export %lld row(s) to %@" : {
- "extractionState" : "stale",
+ "Failed to compress data" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Export %1$lld row(s) to %2$@"
+ "state" : "translated",
+ "value" : "데이터를 압축하지 못했습니다"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld satırı %@ olarak dışa aktar"
+ "value" : "Veri sıkıştırılamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Export %lld hàng sang %@"
+ "value" : "Không thể nén dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出 %lld 行到 %@"
+ "value" : "压缩数据失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出 %1$lld 列至 %2$@"
+ "value" : "壓縮資料失敗"
}
}
}
},
- "Export %lld table(s) to %@" : {
+ "Failed to create terminal process (errno: %d)" : {
"extractionState" : "stale",
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Export %1$lld table(s) to %2$@"
+ "state" : "translated",
+ "value" : "터미널 프로세스를 생성하지 못했습니다 (errno: %d)"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld tabloyu %@ olarak dışa aktar"
+ "value" : "Terminal işlemi oluşturulamadı (errno: %d)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Export %lld bảng sang %@"
+ "value" : "Không thể tạo tiến trình terminal (errno: %d)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出 %lld 张表到 %@"
+ "value" : "创建终端进程失败 (errno: %d)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出 %1$lld 個資料表至 %2$@"
+ "value" : "建立終端機處理程序失敗 (errno: %d)"
}
}
}
},
- "Export Activity Log" : {
+ "Failed to decompress .gz file" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : ".gz 파일의 압축을 해제하지 못했습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Etkinlik Günlüğünü Dışa Aktar"
+ "value" : ".gz dosyası açılamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất nhật ký hoạt động"
+ "value" : "Giải nén tệp .gz thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出活动日志"
+ "value" : "解压 .gz 文件失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出活動記錄"
+ "value" : "解壓縮 .gz 檔案失敗"
}
}
}
},
- "Export activity to CSV" : {
- "extractionState" : "stale",
+ "Failed to decompress file: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파일의 압축을 해제하지 못했습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Etkinliği CSV olarak dışa aktar"
+ "value" : "Dosya açılamadı: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất hoạt động ra CSV"
+ "value" : "Giải nén tệp thất bại: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "将活动导出为 CSV"
+ "value" : "解压文件失败: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將活動匯出為 CSV"
+ "value" : "解壓縮檔案失敗:%@"
}
}
}
},
- "Export as PNG" : {
+ "Failed to delete template: %@" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "템플릿을 삭제하지 못했습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "PNG olarak dışa aktar"
+ "value" : "Şablon silinemedi: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất dưới dạng PNG"
+ "value" : "Xóa mẫu thất bại: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出为 PNG"
+ "value" : "删除模板失败: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出為 PNG"
+ "value" : "刪除範本失敗:%@"
}
}
}
},
- "Export as SQL" : {
+ "Failed to encode connection data" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 데이터를 인코딩하지 못했습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "SQL Olarak Dışa Aktar"
+ "value" : "Bağlantı verileri kodlanamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất dạng SQL"
+ "value" : "Không thể mã hóa dữ liệu kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出为 SQL"
+ "value" : "无法编码连接数据"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出為 SQL"
+ "value" : "無法編碼連線資料"
}
}
}
},
- "Export completed" : {
+ "Failed to encode content as UTF-8" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "콘텐츠를 UTF-8로 인코딩하지 못했습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dışa aktarma tamamlandı"
+ "value" : "İçerik UTF-8 olarak kodlanamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã xuất xong"
+ "value" : "Không thể mã hóa nội dung thành UTF-8"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出完成"
+ "value" : "无法将内容编码为 UTF-8"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出完成"
+ "value" : "無法將內容編碼為 UTF-8"
}
}
}
},
- "Export completed successfully" : {
- "extractionState" : "stale",
+ "Failed to encode sync data: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "동기화 데이터를 인코딩하지 못했습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dışa aktarma başarıyla tamamlandı"
+ "value" : "Eşitleme verisi kodlanamadı: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất dữ liệu thành công"
+ "value" : "Không thể mã hoá dữ liệu đồng bộ: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出成功"
+ "value" : "同步数据编码失败:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出成功完成"
+ "value" : "同步資料編碼失敗:%@"
}
}
}
},
- "Export connections with encrypted credentials." : {
+ "Failed to establish connection" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결을 설정하지 못했습니다"
+ }
+ }
+ }
+ },
+ "Failed to fetch models from %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@에서 모델을 가져오지 못했습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantıları şifrelenmiş kimlik bilgileriyle dışa aktar."
+ "value" : "Şuradan modeller alınamadı: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất kết nối với thông tin đăng nhập được mã hóa."
+ "value" : "Không thể lấy danh sách model từ %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出连接并加密凭据。"
+ "value" : "无法从 %@ 获取模型"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出連線並加密憑證。"
+ "value" : "無法從 %@ 擷取模型"
}
}
}
},
- "Export Connections..." : {
+ "Failed to fetch models from %@ (HTTP %d)" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Failed to fetch models from %1$@ (HTTP %2$d)"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@에서 모델을 가져오지 못했습니다 (HTTP %2$d)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantıları Dışa Aktar..."
+ "value" : "%@ adresinden modeller alınamadı (HTTP %d)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất Kết nối..."
+ "value" : "Không thể tải danh sách mô hình từ %@ (HTTP %d)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出连接…"
+ "value" : "从 %@ 获取模型失败 (HTTP %d)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出連線…"
+ "value" : "從 %1$@ 取得模型失敗 (HTTP %2$d)"
}
}
}
},
- "Export data" : {
+ "Failed to fetch table structure: %@" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블 구조를 가져오지 못했습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veriyi dışa aktar"
+ "value" : "Failed to fetch tablo structure: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất dữ liệu"
+ "value" : "Lấy cấu trúc bảng thất bại: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出数据"
+ "value" : "获取表结构失败: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出資料"
+ "value" : "取得資料表結構失敗:%@"
}
}
}
},
- "Export Data" : {
+ "Failed to generate SQL for column reorder" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 순서 변경용 SQL을 생성하지 못했습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veriyi Dışa Aktar"
+ "value" : "Sütun yeniden sıralama için SQL oluşturulamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất dữ liệu"
+ "value" : "Không thể tạo SQL để sắp xếp lại cột"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出数据"
+ "value" : "无法生成列重排序的 SQL"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出資料"
+ "value" : "無法產生欄位重新排序的 SQL"
}
}
}
},
- "Export Data (⌘⇧E)" : {
- "extractionState" : "stale",
+ "Failed to generate TLS certificate" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "TLS 인증서를 생성하지 못했습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veriyi Dışa Aktar (⌘⇧E)"
+ "value" : "TLS sertifikası oluşturulamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất dữ liệu (⌘⇧E)"
+ "value" : "Không tạo được chứng chỉ TLS"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出数据 (⌘⇧E)"
+ "value" : "生成 TLS 证书失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出資料 (⌘⇧E)"
+ "value" : "產生 TLS 憑證失敗"
}
}
}
},
- "Export ER Diagram" : {
+ "Failed to generate TLS private key" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "TLS 개인 키를 생성하지 못했습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ER Diyagramını Dışa Aktar"
+ "value" : "TLS özel anahtarı oluşturulamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất sơ đồ ER"
+ "value" : "Không tạo được TLS private key"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出 ER 图"
+ "value" : "生成 TLS 私钥失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出 ER 圖"
+ "value" : "產生 TLS 私密金鑰失敗"
}
}
}
},
- "Export Error" : {
+ "Failed to import DDL: %@" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "DDL을 가져오지 못했습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dışa Aktarma Hatası"
+ "value" : "DDL içe aktarılamadı: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lỗi xuất dữ liệu"
+ "value" : "Nhập DDL thất bại: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出错误"
+ "value" : "导入 DDL 失败: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出錯誤"
+ "value" : "匯入 DDL 失敗:%@"
}
}
}
},
- "Export Failed" : {
+ "Failed to import TLS identity into Keychain (error %d)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "TLS ID를 키체인으로 가져오지 못했습니다 (오류 %d)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dışa Aktarma Başarısız"
+ "value" : "TLS kimliği Keychain'e aktarılamadı (hata %d)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất Thất bại"
+ "value" : "Không thể nhập TLS identity vào Keychain (lỗi %d)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出失败"
+ "value" : "将 TLS 身份导入钥匙串失败(错误 %d)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出失敗"
+ "value" : "將 TLS 身分匯入鑰匙圈失敗(錯誤 %d)"
}
}
}
},
- "Export failed: %@" : {
+ "Failed to load" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "불러오지 못했습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dışa aktarma başarısız: %@"
+ "value" : "Yüklenemedi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất thất bại: %@"
+ "value" : "Tải thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出失败: %@"
+ "value" : "加载失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出失敗:%@"
+ "value" : "載入失敗"
}
}
}
},
- "Export Format" : {
+ "Failed to load %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@을(를) 불러오지 못했습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dışa Aktarma Biçimi"
+ "value" : "%@ yüklenemedi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Định dạng xuất"
+ "value" : "Không thể tải %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出格式"
+ "value" : "加载 %@ 失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出格式"
+ "value" : "載入 %@ 失敗"
}
}
}
},
- "Export format '%@' not found" : {
+ "Failed to load databases" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스를 불러오지 못했습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dışa aktarma biçimi '%@' bulunamadı"
+ "value" : "Veritabanları yüklenemedi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy định dạng xuất '%@'"
+ "value" : "Tải danh sách cơ sở dữ liệu thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到导出格式 '%@'"
+ "value" : "加载数据库列表失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到匯出格式「%@」"
+ "value" : "載入資料庫清單失敗"
}
}
}
},
- "Export format: csv, json, or sql" : {
+ "Failed to load databases: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스를 불러오지 못했습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dışa aktarma biçimi: csv, json veya sql"
+ "value" : "Veritabanları yüklenemedi: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Định dạng xuất: csv, json hoặc sql"
+ "value" : "Tải danh sách cơ sở dữ liệu thất bại: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出格式:csv、json 或 sql"
+ "value" : "加载数据库列表失败: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出格式:csv、json 或 sql"
+ "value" : "載入資料庫清單失敗:%@"
}
}
}
},
- "Export Formats" : {
+ "Failed to load full value" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "전체 값을 불러오지 못했습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dışa Aktarma Biçimleri"
+ "value" : "Tam değer yüklenemedi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Định dạng xuất"
+ "value" : "Không thể tải toàn bộ giá trị"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出格式"
+ "value" : "无法加载完整值"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出格式"
+ "value" : "無法載入完整值"
}
}
}
},
- "Export multiple tables" : {
+ "Failed to load options" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "옵션을 불러오지 못했습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Birden fazla tabloyu dışa aktar"
+ "value" : "Seçenekler yüklenemedi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất nhiều bảng"
+ "value" : "Không tải được tùy chọn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出多个表"
+ "value" : "加载选项失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出多個資料表"
+ "value" : "載入選項失敗"
}
}
}
},
- "Export Options" : {
+ "Failed to load plugin registry" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "플러그인 레지스트리를 불러오지 못했습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dışa Aktarma Seçenekleri"
+ "value" : "Eklenti kaydı yüklenemedi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tùy chọn Xuất"
+ "value" : "Không thể tải danh sách plugin"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出选项"
+ "value" : "无法加载插件注册表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出選項"
+ "value" : "無法載入外掛註冊"
}
}
}
},
- "Export Plan as Image" : {
- "comment" : "A button that exports the diagram as an image.",
- "isCommentAutoGenerated" : true,
+ "Failed to load preview using encoding: %@. Try selecting a different text encoding from the encoding picker and reload the preview." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인코딩(%@)으로 미리보기를 불러오지 못했습니다. 인코딩 선택기에서 다른 텍스트 인코딩을 선택한 후 미리보기를 다시 불러오십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Planı Görüntü Olarak Dışa Aktar"
+ "value" : "Failed to load Önizleme using encoding: %@. Try selecting a different text encoding from the encoding picker and reload the Önizleme."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất kế hoạch thành ảnh"
+ "value" : "Tải bản xem trước thất bại với mã hóa: %@. Hãy thử chọn mã hóa văn bản khác và tải lại bản xem trước."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "将执行计划导出为图片"
+ "value" : "使用编码 %@ 加载预览失败。请尝试从编码选择器中选择其他文本编码并重新加载预览。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將執行計畫匯出為圖片"
+ "value" : "使用編碼 %@ 載入預覽失敗。請嘗試從編碼選擇器中選擇其他文字編碼,並重新載入預覽。"
}
}
}
},
- "Export Query Plan" : {
- "comment" : "Button title to export the diagram as an image.",
- "isCommentAutoGenerated" : true,
+ "Failed to load preview using encoding: %@. Try selecting a different text encoding." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인코딩(%@)으로 미리보기를 불러오지 못했습니다. 다른 텍스트 인코딩을 선택해 보십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorgu Planını Dışa Aktar"
+ "value" : "Failed to load Önizleme using encoding: %@. Try selecting a different text encoding."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất kế hoạch truy vấn"
+ "value" : "Không thể tải xem trước với mã hóa: %@. Hãy thử chọn mã hóa văn bản khác."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出查询计划"
+ "value" : "无法使用编码 %@ 加载预览。请尝试选择其他文本编码。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出查詢計畫"
+ "value" : "使用編碼 %@ 載入預覽失敗。請嘗試選擇其他文字編碼。"
}
}
}
},
- "Export query results and tables to Excel format." : {
- "extractionState" : "stale",
+ "Failed to load preview: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "미리보기를 불러오지 못했습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorgu sonuçlarını ve tabloları Excel biçiminde dışa aktarın."
+ "value" : "Failed to load Önizleme: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất kết quả truy vấn và bảng sang định dạng Excel."
+ "value" : "Tải bản xem trước thất bại: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "将查询结果和表导出为 Excel 格式。"
+ "value" : "加载预览失败: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將查詢結果與資料表匯出為 Excel 格式。"
+ "value" : "載入預覽失敗:%@"
}
}
}
},
- "Export query results or table data to CSV, JSON, or SQL" : {
+ "Failed to load referenced row" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "참조된 행을 불러오지 못했습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorgu sonuçlarını veya tablo verilerini CSV, JSON veya SQL olarak dışa aktar"
+ "value" : "Referans satır yüklenemedi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất kết quả truy vấn hoặc dữ liệu bảng ra CSV, JSON hoặc SQL"
+ "value" : "Không thể tải dòng tham chiếu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "将查询结果或表数据导出为 CSV、JSON 或 SQL"
+ "value" : "无法加载引用行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將查詢結果或資料表資料匯出為 CSV、JSON 或 SQL"
+ "value" : "無法載入參照的列"
}
}
}
},
- "Export query results to %@" : {
+ "Failed to load schemas" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "스키마를 불러오지 못했습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorgu sonuçlarını %@ olarak dışa aktar"
+ "value" : "Şemalar yüklenemedi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất kết quả truy vấn sang %@"
+ "value" : "Không thể tải danh sách schema"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "将查询结果导出为 %@"
+ "value" : "无法加载 Schema 列表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將查詢結果匯出為 %@"
+ "value" : "無法載入綱要清單"
}
}
}
},
- "Export Results..." : {
+ "Failed to load tables: %@" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블을 불러오지 못했습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sonuçları Dışa Aktar..."
+ "value" : "Failed to load tablo: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Export Kết Quả..."
+ "value" : "Tải danh sách bảng thất bại: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出结果..."
+ "value" : "加载表列表失败: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出結果..."
+ "value" : "載入資料表清單失敗:%@"
}
}
}
},
- "Export table" : {
+ "Failed to load template: %@" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "템플릿을 불러오지 못했습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tabloyu dışa aktar"
+ "value" : "Şablon yüklenemedi: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất bảng"
+ "value" : "Tải mẫu thất bại: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出表"
+ "value" : "加载模板失败: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出資料表"
+ "value" : "載入範本失敗:%@"
}
}
}
},
- "Export Tables..." : {
+ "Failed to open SSH channel for port forwarding" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "포트 포워딩용 SSH 채널을 열지 못했습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tabloları Dışa Aktar..."
+ "value" : "Port yönlendirme için SSH kanalı açılamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất bảng..."
+ "value" : "Không thể mở kênh SSH để chuyển tiếp cổng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出表…"
+ "value" : "无法打开 SSH 通道进行端口转发"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出資料表…"
+ "value" : "無法開啟 SSH 隧道以進行連接埠轉送"
}
}
}
},
- "Export the filtered activity log to CSV" : {
+ "Failed to parse any columns from table '%@'. Check console for debug info." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블 '%@'에서 열을 하나도 구문 분석하지 못했습니다. 디버그 정보는 콘솔에서 확인하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtrelenmiş etkinlik günlüğünü CSV olarak dışa aktar"
+ "value" : "Failed to parse any columns from tablo '%@'. Check console for debug info."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất nhật ký hoạt động đã lọc ra CSV"
+ "value" : "Không thể phân tích cột từ bảng '%@'. Kiểm tra console để xem thông tin gỡ lỗi."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "将筛选后的活动日志导出为 CSV"
+ "value" : "无法从表 '%@' 解析任何列。请检查控制台获取调试信息。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將篩選後的活動記錄匯出為 CSV"
+ "value" : "無法從資料表「%@」解析任何欄位。請檢查主控台以取得偵錯資訊。"
}
}
}
},
- "Export to File..." : {
+ "Failed to parse connection file: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 파일을 해석하지 못했습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dosyaya Aktar..."
+ "value" : "Bağlantı dosyası ayrıştırılamadı: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất ra tệp..."
+ "value" : "Không thể phân tích tệp kết nối: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出到文件…"
+ "value" : "无法解析连接文件:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出至檔案…"
+ "value" : "無法解析連線檔案:%@"
}
}
}
},
- "Export..." : {
+ "Failed to parse connections: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결을 구문 분석하지 못했습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dışa Aktar..."
+ "value" : "Bağlantılar ayrıştırılamadı: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất..."
+ "value" : "Không thể phân tích kết nối: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出..."
+ "value" : "解析连接失败:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出..."
+ "value" : "解析連線失敗:%@"
}
}
}
},
- "Export…" : {
+ "Failed to parse plugin registry" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "플러그인 레지스트리를 구문 분석하지 못했습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dışa Aktar…"
+ "value" : "Eklenti kaydı ayrıştırılamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất…"
+ "value" : "Không thể phân tích danh sách plugin"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出…"
+ "value" : "无法解析插件注册表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出…"
+ "value" : "無法解析外掛註冊"
}
}
}
},
- "Exports data as mongosh-compatible scripts. Drop, Indexes, and Data options are configured per collection in the collection list." : {
- "extractionState" : "stale",
+ "Failed to parse server response: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "서버 응답을 구문 분석하지 못했습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veriyi mongosh uyumlu betikler olarak dışa aktarır. Bırak, İndeksler ve Veri seçenekleri koleksiyon listesinde koleksiyon başına yapılandırılır."
+ "value" : "Sunucu yanıtı ayrıştırılamadı: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuất dữ liệu dưới dạng script tương thích mongosh. Tùy chọn Drop, Indexes và Data được cấu hình cho từng collection trong danh sách collection."
+ "value" : "Không thể phân tích phản hồi máy chủ: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "将数据导出为 mongosh 兼容的脚本。Drop、Indexes 和 Data 选项可在集合列表中按集合配置。"
+ "value" : "服务器响应解析失败:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將資料匯出為 mongosh 相容的指令碼。Drop、Indexes 與 Data 選項可在集合清單中依集合個別設定。"
+ "value" : "解析伺服器回應失敗:%@"
}
}
}
},
- "Expose to local network" : {
+ "Failed to parse statement at line %lld: %@" : {
+ "extractionState" : "stale",
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Failed to parse statement at line %1$lld: %2$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "줄 %1$lld의 문을 구문 분석하지 못했습니다: %2$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yerel ağa aç"
+ "value" : "Failed to parse ifade at line %lld: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cho phép truy cập từ mạng cục bộ"
+ "value" : "Phân tích câu lệnh thất bại tại dòng %1$lld: %2$@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "开放给本地网络"
+ "value" : "在第 %lld 行解析语句失败: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "開放給本機網路"
+ "value" : "在第 %1$lld 行解析陳述式失敗:%2$@"
}
}
}
},
- "Expression (e.g., age >= 0)" : {
- "extractionState" : "stale",
+ "Failed to read file: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파일을 읽지 못했습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İfade (örn. age >= 0)"
+ "value" : "Dosya okunamadı: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Biểu thức (vd: age >= 0)"
+ "value" : "Đọc tệp thất bại: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "表达式(如 age >= 0)"
+ "value" : "读取文件失败: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "運算式(例如 age >= 0)"
+ "value" : "讀取檔案失敗:%@"
}
}
}
},
- "EXTENDED" : {
+ "Failed to render the diagram image." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다이어그램 이미지를 렌더링하지 못했습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "GENİŞLETİLMİŞ"
+ "value" : "Diyagram görüntüsü oluşturulamadı."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MỞ RỘNG"
+ "value" : "Không thể tạo hình ảnh sơ đồ."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "扩展"
+ "value" : "无法渲染图表图像。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "擴充"
+ "value" : "無法繪製圖表影像。"
}
}
}
},
- "External" : {
+ "Failed to save template: %@" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "템플릿을 저장하지 못했습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Harici"
+ "value" : "Şablon kaydedilemedi: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bên ngoài"
+ "value" : "Lưu mẫu thất bại: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外部"
+ "value" : "保存模板失败: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外部"
+ "value" : "儲存範本失敗:%@"
}
}
}
},
- "External Access" : {
+ "Failed to write file: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파일을 쓰지 못했습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Harici Erişim"
+ "value" : "Dosyaya yazılamadı: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Truy cập bên ngoài"
+ "value" : "Không thể ghi tệp: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外部访问"
+ "value" : "写入文件失败: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外部存取"
+ "value" : "寫入檔案失敗:%@"
}
}
}
},
- "External access is disabled for this connection" : {
+ "Failed: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "실패: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu bağlantı için harici erişim devre dışı"
+ "value" : "Başarısız: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Truy cập bên ngoài đã bị tắt cho kết nối này"
+ "value" : "Thất bại: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "该连接已禁用外部访问"
+ "value" : "失败:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "此連線已停用外部存取"
+ "value" : "失敗:%@"
}
}
}
},
- "External Clients" : {
+ "Failures" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "실패한 쿼리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Harici İstemciler"
+ "value" : "Başarısız Sorgular"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Client bên ngoài"
+ "value" : "Truy vấn lỗi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外部客户端"
+ "value" : "失败查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外部用戶端"
+ "value" : "失敗查詢"
}
}
}
},
- "External integrations and MCP client requests will appear here." : {
+ "Family" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "서체"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Harici entegrasyonlar ve MCP istemci istekleri burada görünür."
+ "value" : "Aile"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Các tích hợp bên ngoài và yêu cầu từ MCP client sẽ xuất hiện ở đây."
+ "value" : "Họ phông"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外部集成和 MCP 客户端请求将显示在此处。"
+ "value" : "字体族"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外部整合與 MCP 用戶端要求將顯示於此處。"
+ "value" : "字型家族"
}
}
}
},
- "External Table" : {
+ "Fast" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "빠름"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Harici Tablo"
+ "value" : "Hızlı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "External Table"
+ "value" : "Nhanh"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外部表"
+ "value" : "快速"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外部資料表"
+ "value" : "快速"
}
}
}
},
- "Extra High" : {
+ "Favorited" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "즐겨찾기에 추가됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Çok Yüksek"
+ "value" : "Sık kullanılanlara eklendi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cực cao"
+ "value" : "Đã yêu thích"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "超高"
+ "value" : "已收藏"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "超高"
+ "value" : "已加入我的最愛"
}
}
}
},
- "Extra Large" : {
- "extractionState" : "stale",
+ "Favorites" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "즐겨찾기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Çok Büyük"
+ "value" : "Sık Kullanılanlar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Rất lớn"
+ "value" : "Yêu thích"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "特大"
+ "value" : "收藏"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "特大"
+ "value" : "我的最愛"
}
}
}
},
- "Failed" : {
+ "Feature Routing" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기능 라우팅"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Başarısız"
+ "value" : "Özellik Yönlendirme"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thất bại"
+ "value" : "Định tuyến tính năng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "失败"
+ "value" : "功能路由"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "失敗"
+ "value" : "功能路由"
}
}
}
},
- "Failed at line %lld" : {
+ "Feedback submitted!" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "피드백을 제출했습니다!"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satır %lld'de başarısız"
+ "value" : "Geri bildirim gönderildi!"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thất bại tại dòng %lld"
+ "value" : "Đã gửi phản hồi!"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在第 %lld 行失败"
+ "value" : "反馈已提交!"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在第 %lld 行失敗"
+ "value" : "意見回饋已送出!"
}
}
}
},
- "Failed at line %lld. %@" : {
- "comment" : "Error message displayed in an alert when a plugin import fails. The first argument is the line number of the failed statement. The second argument is the error message from the underlying error.",
- "isCommentAutoGenerated" : true,
+ "Fetch All" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Failed at line %1$lld. %2$@"
+ "state" : "translated",
+ "value" : "모두 가져오기"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%lld. satırda başarısız oldu. %@"
+ "value" : "Tümünü Getir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lỗi ở dòng %lld. %@"
+ "value" : "Tải tất cả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "第 %lld 行失败。%@"
+ "value" : "获取全部"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "第 %lld 行失敗。%@"
+ "value" : "取得全部"
}
}
}
},
- "Failed to compress data" : {
+ "Fetch All Rows" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 행 가져오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veri sıkıştırılamadı"
+ "value" : "Tüm Satırları Getir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể nén dữ liệu"
+ "value" : "Tải tất cả dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "压缩数据失败"
+ "value" : "获取所有行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "壓縮資料失敗"
+ "value" : "取得所有列"
}
}
}
},
- "Failed to create terminal process (errno: %d)" : {
- "extractionState" : "stale",
+ "Fetching models…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모델 가져오는 중…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Terminal işlemi oluşturulamadı (errno: %d)"
+ "value" : "Modeller alınıyor…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể tạo tiến trình terminal (errno: %d)"
+ "value" : "Đang lấy danh sách model…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "创建终端进程失败 (errno: %d)"
+ "value" : "正在获取模型…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "建立終端機處理程序失敗 (errno: %d)"
+ "value" : "正在擷取模型…"
}
}
}
},
- "Failed to decompress .gz file" : {
+ "Field" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필드"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : ".gz dosyası açılamadı"
+ "value" : "Alan"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giải nén tệp .gz thất bại"
+ "value" : "Trường"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "解压 .gz 文件失败"
+ "value" : "字段"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "解壓縮 .gz 檔案失敗"
+ "value" : "欄位"
}
}
}
},
- "Failed to decompress file: %@" : {
+ "Fields" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필드"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dosya açılamadı: %@"
+ "value" : "Alanlar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giải nén tệp thất bại: %@"
+ "value" : "Trường"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "解压文件失败: %@"
+ "value" : "字段"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "解壓縮檔案失敗:%@"
+ "value" : "欄位"
}
}
}
},
- "Failed to delete template: %@" : {
- "extractionState" : "stale",
+ "File" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파일"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Şablon silinemedi: %@"
+ "value" : "Dosya"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xóa mẫu thất bại: %@"
+ "value" : "Tệp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "删除模板失败: %@"
+ "value" : "文件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "刪除範本失敗:%@"
+ "value" : "檔案"
}
}
}
},
- "Failed to encode connection data" : {
- "extractionState" : "stale",
+ "File Modified Externally" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외부에서 파일이 수정됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı verileri kodlanamadı"
+ "value" : "Dosya Dışarıdan Değiştirildi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể mã hóa dữ liệu kết nối"
+ "value" : "Tệp bị sửa đổi bên ngoài"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法编码连接数据"
+ "value" : "文件已在外部被修改"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法編碼連線資料"
+ "value" : "檔案已在外部被修改"
}
}
}
},
- "Failed to encode content as UTF-8" : {
+ "File Path" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파일 경로"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İçerik UTF-8 olarak kodlanamadı"
+ "value" : "Dosya Yolu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể mã hóa nội dung thành UTF-8"
+ "value" : "Đường dẫn tệp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法将内容编码为 UTF-8"
+ "value" : "文件路径"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法將內容編碼為 UTF-8"
+ "value" : "檔案路徑"
}
}
}
},
- "Failed to encode sync data: %@" : {
- "extractionState" : "stale",
+ "File encoding (%@) cannot represent these characters. Convert the file to UTF-8 to save." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파일 인코딩(%@)으로는 이 문자를 표현할 수 없습니다. 저장하려면 파일을 UTF-8로 변환하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Eşitleme verisi kodlanamadı: %@"
+ "value" : "Dosya kodlaması (%@) bu karakterleri temsil edemiyor. Kaydetmek için dosyayı UTF-8'e dönüştürün."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể mã hoá dữ liệu đồng bộ: %@"
+ "value" : "Bảng mã của tệp (%@) không thể biểu diễn các ký tự này. Hãy chuyển tệp sang UTF-8 để lưu."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "同步数据编码失败:%@"
+ "value" : "文件编码(%@)无法表示这些字符。请将文件转换为 UTF-8 后再保存。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "同步資料編碼失敗:%@"
+ "value" : "檔案編碼(%@)無法表示這些字。請將檔案轉換為 UTF-8 後再儲存。"
}
}
}
},
- "Failed to Fetch DDL" : {
+ "File name" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파일 이름"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "DDL Alınamadı"
+ "value" : "Dosya adı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể lấy DDL"
+ "value" : "Tên tệp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "获取 DDL 失败"
+ "value" : "文件名"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "擷取 DDL 失敗"
+ "value" : "檔案名稱"
}
}
}
},
- "Failed to fetch models from %@" : {
+ "File not found" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파일을 찾을 수 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Şuradan modeller alınamadı: %@"
+ "value" : "Dosya bulunamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể lấy danh sách model từ %@"
+ "value" : "Không tìm thấy tệp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法从 %@ 获取模型"
+ "value" : "未找到文件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法從 %@ 擷取模型"
+ "value" : "找不到檔案"
}
}
}
},
- "Failed to fetch models from %@ (HTTP %d)" : {
+ "File path inside the user's Downloads directory (returns inline data if omitted). Paths outside Downloads are rejected." : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Failed to fetch models from %1$@ (HTTP %2$d)"
+ "state" : "translated",
+ "value" : "사용자의 다운로드 폴더 내 파일 경로입니다 (생략하면 인라인 데이터를 반환). 다운로드 폴더 외부의 경로는 거부됩니다."
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ adresinden modeller alınamadı (HTTP %d)"
+ "value" : "Kullanıcının İndirilenler klasörü içindeki dosya yolu (boş bırakılırsa veriler satır içi döndürülür). İndirilenler dışındaki yollar reddedilir."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể tải danh sách mô hình từ %@ (HTTP %d)"
+ "value" : "Đường dẫn tệp trong thư mục Downloads của người dùng (nếu bỏ trống sẽ trả về dữ liệu inline). Đường dẫn ngoài Downloads sẽ bị từ chối."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "从 %@ 获取模型失败 (HTTP %d)"
+ "value" : "用户“下载”目录内的文件路径(留空则返回内联数据)。“下载”目录之外的路径会被拒绝。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "從 %1$@ 取得模型失敗 (HTTP %2$d)"
+ "value" : "使用者「下載」資料夾內的檔案路徑(留空則回傳內嵌資料)。「下載」資料夾之外的路徑會被拒絕。"
}
}
}
},
- "Failed to fetch table structure: %@" : {
+ "Filename cannot be '.' or '..' or contain path traversal" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파일 이름은 '.' 또는 '..'일 수 없으며 경로 순회 요소를 포함할 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Failed to fetch tablo structure: %@"
+ "value" : "Dosya adı '.' veya '..' olamaz veya yol geçişi içeremez"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lấy cấu trúc bảng thất bại: %@"
+ "value" : "Tên tệp không được là '.' hoặc '..' hoặc chứa đường dẫn đi lên"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "获取表结构失败: %@"
+ "value" : "文件名不能是 '.' 或 '..',且不能包含路径遍历"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取得資料表結構失敗:%@"
+ "value" : "檔案名稱不能是「.」或「..」,且不能包含路徑遍歷"
}
}
}
},
- "Failed to generate SQL for column reorder" : {
+ "Filename cannot be empty" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파일 이름은 비워 둘 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütun yeniden sıralama için SQL oluşturulamadı"
+ "value" : "Dosya adı boş olamaz"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể tạo SQL để sắp xếp lại cột"
+ "value" : "Tên tệp không được để trống"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法生成列重排序的 SQL"
+ "value" : "文件名不能为空"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法產生欄位重新排序的 SQL"
+ "value" : "檔案名稱不能為空"
}
}
}
},
- "Failed to generate TLS certificate" : {
+ "Filename contains invalid characters: / \\ : * ? \" < > |" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파일 이름에 잘못된 문자가 포함되어 있습니다: / \\ : * ? \" < > |"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "TLS sertifikası oluşturulamadı"
+ "value" : "Dosya adı geçersiz karakterler içeriyor: / \\ : * ? \" < > |"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tạo được chứng chỉ TLS"
+ "value" : "Tên tệp chứa ký tự không hợp lệ: / \\ : * ? \" < > |"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "生成 TLS 证书失败"
+ "value" : "文件名包含无效字符:/ \\ : * ? \" < > |"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "產生 TLS 憑證失敗"
+ "value" : "檔案名稱包含無效字:/ \\ : * ? \" < > |"
}
}
}
},
- "Failed to generate TLS private key" : {
+ "Filename is too long (max 255 bytes)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파일 이름이 너무 깁니다 (최대 255바이트)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "TLS özel anahtarı oluşturulamadı"
+ "value" : "Dosya adı çok uzun (maks. 255 bayt)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tạo được TLS private key"
+ "value" : "Tên tệp quá dài (tối đa 255 byte)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "生成 TLS 私钥失败"
+ "value" : "文件名过长(最大 255 字节)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "產生 TLS 私密金鑰失敗"
+ "value" : "檔案名稱過長(最多 255 位元組)"
}
}
}
},
- "Failed to import DDL: %@" : {
- "extractionState" : "stale",
+ "Fill" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "채우기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "DDL içe aktarılamadı: %@"
+ "value" : "Doldur"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập DDL thất bại: %@"
+ "value" : "Điền"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入 DDL 失败: %@"
+ "value" : "填充"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入 DDL 失敗:%@"
+ "value" : "填入"
}
}
}
},
- "Failed to import TLS identity into Keychain (error %d)" : {
+ "Fill Column" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 채우기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "TLS kimliği Keychain'e aktarılamadı (hata %d)"
+ "value" : "Sütunu Doldur"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể nhập TLS identity vào Keychain (lỗi %d)"
+ "value" : "Điền cột"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "将 TLS 身份导入钥匙串失败(错误 %d)"
+ "value" : "填充列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將 TLS 身分匯入鑰匙圈失敗(錯誤 %d)"
+ "value" : "填入欄位"
}
}
}
},
- "Failed to load" : {
+ "Fill Column…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 채우기…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yüklenemedi"
+ "value" : "Sütunu Doldur…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tải thất bại"
+ "value" : "Điền cột…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "加载失败"
+ "value" : "填充列…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "載入失敗"
+ "value" : "填入欄位…"
}
}
}
},
- "Failed to Load" : {
+ "Fill column \"%@\"" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "\"%@\" 열 채우기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yükleme Başarısız"
+ "value" : "\"%@\" sütununu doldur"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tải thất bại"
+ "value" : "Điền cột \"%@\""
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "加载失败"
+ "value" : "填充列 \"%@\""
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "載入失敗"
+ "value" : "填入欄位「%@」"
}
}
}
},
- "Failed to load %@" : {
+ "Filter" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ yüklenemedi"
+ "value" : "Filtre"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể tải %@"
+ "value" : "Bộ lọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "加载 %@ 失败"
+ "value" : "筛选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "載入 %@ 失敗"
+ "value" : "篩選"
}
}
}
},
- "Failed to load databases" : {
+ "Filter Databases..." : {
+ "comment" : "Text for the menu item that opens a dialog to filter databases.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 필터링..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanları yüklenemedi"
+ "value" : "Veritabanlarını Filtrele..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tải danh sách cơ sở dữ liệu thất bại"
+ "value" : "Lọc cơ sở dữ liệu..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "加载数据库列表失败"
+ "value" : "筛选数据库…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "載入資料庫清單失敗"
+ "value" : "篩選資料庫…"
}
}
}
},
- "Failed to load databases: %@" : {
+ "Filter Databases…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 필터링…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanları yüklenemedi: %@"
+ "value" : "Veritabanlarını Filtrele…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tải danh sách cơ sở dữ liệu thất bại: %@"
+ "value" : "Lọc cơ sở dữ liệu…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "加载数据库列表失败: %@"
+ "value" : "筛选数据库…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "載入資料庫清單失敗:%@"
+ "value" : "篩選資料庫…"
}
}
}
},
- "Failed to load full value" : {
+ "Filter Settings" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터 설정"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tam değer yüklenemedi"
+ "value" : "Filtre Ayarları"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể tải toàn bộ giá trị"
+ "value" : "Cài đặt bộ lọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法加载完整值"
+ "value" : "筛选设置"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法載入完整值"
+ "value" : "篩選設定"
}
}
}
},
- "Failed to load options" : {
+ "Filter Settings..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터 설정..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Seçenekler yüklenemedi"
+ "value" : "Filtre Ayarları..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tải được tùy chọn"
+ "value" : "Cài đặt bộ lọc..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "加载选项失败"
+ "value" : "筛选设置..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "載入選項失敗"
+ "value" : "篩選設定…"
}
}
}
},
- "Failed to load plugin registry" : {
- "extractionState" : "stale",
+ "Filter Values…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "값 필터링…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Eklenti kaydı yüklenemedi"
+ "value" : "Değerleri Filtrele…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể tải danh sách plugin"
+ "value" : "Lọc giá trị…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法加载插件注册表"
+ "value" : "筛选值…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法載入外掛註冊"
+ "value" : "篩選值…"
}
}
}
},
- "Failed to load preview using encoding: %@. Try selecting a different text encoding from the encoding picker and reload the preview." : {
- "extractionState" : "stale",
+ "Filter activity" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "활동 필터링"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Failed to load Önizleme using encoding: %@. Try selecting a different text encoding from the encoding picker and reload the Önizleme."
+ "value" : "Etkinliği filtrele"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tải bản xem trước thất bại với mã hóa: %@. Hãy thử chọn mã hóa văn bản khác và tải lại bản xem trước."
+ "value" : "Lọc hoạt động"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "使用编码 %@ 加载预览失败。请尝试从编码选择器中选择其他文本编码并重新加载预览。"
+ "value" : "筛选活动"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "使用編碼 %@ 載入預覽失敗。請嘗試從編碼選擇器中選擇其他文字編碼,並重新載入預覽。"
+ "value" : "篩選活動"
}
}
}
},
- "Failed to load preview using encoding: %@. Try selecting a different text encoding." : {
+ "Filter by only this row" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 행만 기준으로 필터링"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Failed to load Önizleme using encoding: %@. Try selecting a different text encoding."
+ "value" : "Yalnızca bu satıra göre filtrele"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể tải xem trước với mã hóa: %@. Hãy thử chọn mã hóa văn bản khác."
+ "value" : "Chỉ lọc theo hàng này"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法使用编码 %@ 加载预览。请尝试选择其他文本编码。"
+ "value" : "仅按此行筛选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "使用編碼 %@ 載入預覽失敗。請嘗試選擇其他文字編碼。"
+ "value" : "僅依此列篩選"
}
}
}
},
- "Failed to load preview: %@" : {
+ "Filter column" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 필터링"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Failed to load Önizleme: %@"
+ "value" : "Filtre sütunu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tải bản xem trước thất bại: %@"
+ "value" : "Cột lọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "加载预览失败: %@"
+ "value" : "筛选列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "載入預覽失敗:%@"
+ "value" : "篩選欄位"
}
}
}
},
- "Failed to load referenced row" : {
+ "Filter column: %@" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 필터링: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Referans satır yüklenemedi"
+ "value" : "Filtre sütunu: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể tải dòng tham chiếu"
+ "value" : "Cột lọc: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法加载引用行"
+ "value" : "筛选列: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法載入參照的列"
+ "value" : "篩選欄位:%@"
}
}
}
},
- "Failed to load schemas" : {
+ "Filter databases" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 필터링"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Şemalar yüklenemedi"
+ "value" : "Veritabanlarını filtrele"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể tải danh sách schema"
+ "value" : "Lọc cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法加载 Schema 列表"
+ "value" : "筛选数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法載入綱要清單"
+ "value" : "篩選資料庫"
}
}
}
},
- "Failed to load tables: %@" : {
- "extractionState" : "stale",
+ "Filter favorites" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "즐겨찾기 필터링"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Failed to load tablo: %@"
+ "value" : "Filtre sık kullanılanları"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tải danh sách bảng thất bại: %@"
+ "value" : "Lọc yêu thích"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "加载表列表失败: %@"
+ "value" : "筛选收藏"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "載入資料表清單失敗:%@"
+ "value" : "篩選我的最愛"
}
}
}
},
- "Failed to load template: %@" : {
- "extractionState" : "stale",
+ "Filter keys or values..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "키 또는 값 필터링..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Şablon yüklenemedi: %@"
+ "value" : "Anahtar veya değerleri filtrele..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tải mẫu thất bại: %@"
+ "value" : "Lọc khoá hoặc giá trị..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "加载模板失败: %@"
+ "value" : "筛选键或值…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "載入範本失敗:%@"
+ "value" : "篩選鍵或值…"
}
}
}
},
- "Failed to open SSH channel for port forwarding" : {
+ "Filter logic mode" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터 논리 모드"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Port yönlendirme için SSH kanalı açılamadı"
+ "value" : "Filtre mantık modu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể mở kênh SSH để chuyển tiếp cổng"
+ "value" : "Chế độ logic bộ lọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法打开 SSH 通道进行端口转发"
+ "value" : "筛选逻辑模式"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法開啟 SSH 隧道以進行連接埠轉送"
+ "value" : "篩選邏輯模式"
}
}
}
},
- "Failed to parse any columns from table '%@'. Check console for debug info." : {
- "extractionState" : "stale",
+ "Filter objects" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "객체 필터링"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Failed to parse any columns from tablo '%@'. Check console for debug info."
+ "value" : "Nesneleri filtrele"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể phân tích cột từ bảng '%@'. Kiểm tra console để xem thông tin gỡ lỗi."
+ "value" : "Lọc đối tượng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法从表 '%@' 解析任何列。请检查控制台获取调试信息。"
+ "value" : "筛选对象"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法從資料表「%@」解析任何欄位。請檢查主控台以取得偵錯資訊。"
+ "value" : "篩選物件"
}
}
}
},
- "Failed to parse connection file: %@" : {
- "extractionState" : "stale",
+ "Filter operator" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터 연산자"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı dosyası ayrıştırılamadı: %@"
+ "value" : "Filtre operatörü"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể phân tích tệp kết nối: %@"
+ "value" : "Toán tử lọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法解析连接文件:%@"
+ "value" : "筛选运算符"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法解析連線檔案:%@"
+ "value" : "篩選運算子"
}
}
}
},
- "Failed to parse connections: %@" : {
+ "Filter operator: %@" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터 연산자: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantılar ayrıştırılamadı: %@"
+ "value" : "Filtre operatörü: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể phân tích kết nối: %@"
+ "value" : "Toán tử lọc: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "解析连接失败:%@"
+ "value" : "筛选运算符: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "解析連線失敗:%@"
+ "value" : "篩選運算子:%@"
}
}
}
},
- "Failed to parse plugin registry" : {
+ "Filter options" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터 옵션"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Eklenti kaydı ayrıştırılamadı"
+ "value" : "Filtre seçenekleri"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể phân tích danh sách plugin"
+ "value" : "Tùy chọn bộ lọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法解析插件注册表"
+ "value" : "筛选选项"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法解析外掛註冊"
+ "value" : "篩選選項"
}
}
}
},
- "Failed to parse server response: %@" : {
+ "Filter presets" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터 프리셋"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sunucu yanıtı ayrıştırılamadı: %@"
+ "value" : "Filtre ön ayarları"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể phân tích phản hồi máy chủ: %@"
+ "value" : "Cài đặt sẵn bộ lọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "服务器响应解析失败:%@"
+ "value" : "筛选预设"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "解析伺服器回應失敗:%@"
+ "value" : "篩選預設組"
}
}
}
},
- "Failed to parse statement at line %lld: %@" : {
- "extractionState" : "stale",
+ "Filter privileges" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Failed to parse statement at line %1$lld: %2$@"
+ "state" : "translated",
+ "value" : "권한 필터링"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Failed to parse ifade at line %lld: %@"
+ "value" : "Yetkileri filtrele"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Phân tích câu lệnh thất bại tại dòng %1$lld: %2$@"
+ "value" : "Lọc quyền"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在第 %lld 行解析语句失败: %@"
+ "value" : "筛选权限"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在第 %1$lld 行解析陳述式失敗:%2$@"
+ "value" : "篩選權限"
}
}
}
},
- "Failed to read file: %@" : {
+ "Filter roles" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "역할 필터링"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dosya okunamadı: %@"
+ "value" : "Rolleri filtrele"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đọc tệp thất bại: %@"
+ "value" : "Lọc vai trò"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "读取文件失败: %@"
+ "value" : "筛选角色"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "讀取檔案失敗:%@"
+ "value" : "篩選角色"
}
}
}
},
- "Failed to render the diagram image." : {
+ "Filter settings" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터 설정"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Diyagram görüntüsü oluşturulamadı."
+ "value" : "Filtre ayarları"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể tạo hình ảnh sơ đồ."
+ "value" : "Cài đặt bộ lọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无法渲染图表图像。"
+ "value" : "筛选设置"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無法繪製圖表影像。"
+ "value" : "篩選設定"
}
}
}
},
- "Failed to Save Changes" : {
+ "Filter value" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터 값"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Değişiklikler Kaydedilemedi"
+ "value" : "Filtre değeri"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lưu thay đổi thất bại"
+ "value" : "Giá trị lọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "保存更改失败"
+ "value" : "筛选值"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "儲存變更失敗"
+ "value" : "篩選值"
}
}
}
},
- "Failed to save template: %@" : {
- "extractionState" : "stale",
+ "Filter with column" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열로 필터링"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Şablon kaydedilemedi: %@"
+ "value" : "Sütunla filtrele"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lưu mẫu thất bại: %@"
+ "value" : "Lọc theo cột"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "保存模板失败: %@"
+ "value" : "按列筛选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "儲存範本失敗:%@"
+ "value" : "依欄位篩選"
}
}
}
},
- "Failed to write file: %@" : {
+ "Filter..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터링..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dosyaya yazılamadı: %@"
+ "value" : "Filtre..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể ghi tệp: %@"
+ "value" : "Lọc..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "写入文件失败: %@"
+ "value" : "筛选..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "寫入檔案失敗:%@"
+ "value" : "篩選…"
}
}
}
},
- "Failed: %@" : {
+ "Filtered" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터링됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Başarısız: %@"
+ "value" : "Filtrelendi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thất bại: %@"
+ "value" : "Đã lọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "失败:%@"
+ "value" : "已筛选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "失敗:%@"
+ "value" : "已篩選"
}
}
}
},
- "Failures" : {
+ "Filtering by only this row" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 행만 기준으로 필터링 중"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Başarısız Sorgular"
+ "value" : "Yalnızca bu satıra göre filtreleniyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Truy vấn lỗi"
+ "value" : "Đang chỉ lọc theo hàng này"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "失败查询"
+ "value" : "正在仅按此行筛选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "失敗查詢"
+ "value" : "正在僅依此列篩選"
}
}
}
},
- "false" : {
+ "Filters" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "false"
+ "value" : "Filtreler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "false"
+ "value" : "Bộ lọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "false"
+ "value" : "筛选条件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "false"
+ "value" : "篩選條件"
}
}
}
},
- "FALSE" : {
- "extractionState" : "stale",
+ "Find" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "찾기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "FALSE"
+ "value" : "Bul"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "FALSE"
+ "value" : "Tìm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "FALSE"
+ "value" : "查找"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "FALSE"
+ "value" : "尋找"
}
}
}
},
- "Family" : {
+ "Find Next" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다음 찾기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Aile"
+ "value" : "Sonrakini Bul"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Họ phông"
+ "value" : "Tìm tiếp theo"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "字体族"
+ "value" : "查找下一个"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "字型家族"
+ "value" : "尋找下一個"
}
}
}
},
- "Fast" : {
- "extractionState" : "stale",
+ "Find Previous" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이전 찾기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hızlı"
+ "value" : "Öncekini Bul"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhanh"
+ "value" : "Tìm trước đó"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "快速"
+ "value" : "查找上一个"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "快速"
+ "value" : "尋找上一個"
}
}
}
},
- "FAST" : {
+ "Find in loaded rows" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "불러온 행에서 찾기"
+ }
+ }
+ }
+ },
+ "Find this on the instance's overview page in the Google Cloud console." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Google Cloud 콘솔에서 인스턴스의 개요 페이지를 열어 확인하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "HIZLI"
+ "value" : "Bunu Google Cloud konsolunda örneğin genel bakış sayfasında bulabilirsiniz."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "NHANH"
+ "value" : "Bạn tìm thấy giá trị này ở trang tổng quan của instance trong Google Cloud console."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "快速"
+ "value" : "可在 Google Cloud 控制台中该实例的概览页面找到。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "快速"
+ "value" : "可在 Google Cloud 主控台中該執行個體的總覽頁面找到。"
}
}
}
},
- "favorite" : {
- "comment" : "A label indicating that a table is marked as a favorite.",
- "isCommentAutoGenerated" : true,
+ "Find..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "찾기..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "sık kullanılan"
+ "value" : "Bul..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "yêu thích"
+ "value" : "Tìm..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "收藏"
+ "value" : "查找…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "我的最愛"
+ "value" : "尋找…"
}
}
}
},
- "Favorited" : {
+ "Finish Signing In" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "로그인 마치기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sık kullanılanlara eklendi"
+ "value" : "Oturum Açmayı Tamamla"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã yêu thích"
+ "value" : "Hoàn tất đăng nhập"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已收藏"
+ "value" : "完成登录"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已加入我的最愛"
+ "value" : "完成登入"
}
}
}
},
- "Favorites" : {
+ "First Page" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "첫 페이지"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sık Kullanılanlar"
+ "value" : "İlk Sayfa"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yêu thích"
+ "value" : "Trang đầu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "收藏"
+ "value" : "第一页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "我的最愛"
+ "value" : "第一頁"
}
}
}
},
- "Feature Routing" : {
- "extractionState" : "stale",
+ "First column" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "첫 번째 열"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Özellik Yönlendirme"
+ "value" : "İlk sütun"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Định tuyến tính năng"
+ "value" : "Cột đầu tiên"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "功能路由"
+ "value" : "第一列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "功能路由"
+ "value" : "第一欄"
}
}
}
},
- "Feedback submitted!" : {
- "extractionState" : "stale",
+ "First page" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "첫 페이지"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geri bildirim gönderildi!"
+ "value" : "İlk sayfa"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã gửi phản hồi!"
+ "value" : "Trang đầu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "反馈已提交!"
+ "value" : "第一页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "意見回饋已送出!"
+ "value" : "第一頁"
}
}
}
},
- "Fetch All" : {
+ "Fit to Window" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "윈도우에 맞추기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tümünü Getir"
+ "value" : "Pencereye Sığdır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tải tất cả"
+ "value" : "Vừa cửa sổ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "获取全部"
+ "value" : "适合窗口"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取得全部"
+ "value" : "符合視窗"
}
}
}
},
- "Fetch All Rows" : {
+ "Fix Error" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "오류 수정"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm Satırları Getir"
+ "value" : "Hatayı Düzelt"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tải tất cả dòng"
+ "value" : "Sửa lỗi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "获取所有行"
+ "value" : "修复错误"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取得所有列"
+ "value" : "修正錯誤"
}
}
}
},
- "Fetching models…" : {
+ "Fix the last error on the current query" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "현재 쿼리의 마지막 오류 수정"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Modeller alınıyor…"
+ "value" : "Geçerli sorgudaki son hatayı düzelt"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang lấy danh sách model…"
+ "value" : "Sửa lỗi gần nhất của truy vấn hiện tại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在获取模型…"
+ "value" : "修复当前查询的最后一个错误"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在擷取模型…"
+ "value" : "修正目前查詢的最後一個錯誤"
}
}
}
},
- "Field" : {
+ "Fix with AI" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "AI로 수정"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Alan"
+ "value" : "Yapay Zeka ile Düzelt"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trường"
+ "value" : "Sửa bằng AI"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "字段"
+ "value" : "用 AI 修复"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "欄位"
+ "value" : "用 AI 修正"
}
}
}
},
- "Fields" : {
+ "Focus Border" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "포커스 테두리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Alanlar"
+ "value" : "Odak Kenarlığı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trường"
+ "value" : "Viền khi chọn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "字段"
+ "value" : "焦点边框"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "欄位"
+ "value" : "焦點邊框"
}
}
}
},
- "FIELDS" : {
- "extractionState" : "stale",
+ "Focus Query Tab" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리 탭에 포커스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ALANLAR"
+ "value" : "Sorgu Sekmesine Odaklan"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "TRƯỜNG"
+ "value" : "Chuyển đến tab truy vấn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "字段"
+ "value" : "聚焦查询标签页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "欄位"
+ "value" : "聚焦查詢分頁"
}
}
}
},
- "FIELDS (%lld)" : {
- "extractionState" : "stale",
+ "Focus Sidebar Filter" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사이드바 필터에 포커스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ALANLAR (%lld)"
+ "value" : "Sidebar Filtresine Odaklan"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CÁC TRƯỜNG (%lld)"
+ "value" : "Chuyển đến bộ lọc thanh bên"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "字段 (%lld)"
+ "value" : "聚焦侧边栏筛选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "欄位 (%lld)"
+ "value" : "聚焦側邊欄篩選"
}
}
}
},
- "File" : {
+ "Focus an already-open tab by id (returned from list_recent_tabs)." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이미 열려 있는 탭에 ID로 포커스를 맞춥니다(list_recent_tabs에서 반환)."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dosya"
+ "value" : "Zaten açık bir sekmeye id ile odaklanır (list_recent_tabs tarafından döndürülür)."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tệp"
+ "value" : "Chuyển đến một tab đang mở theo id (trả về từ list_recent_tabs)."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "文件"
+ "value" : "按 id 聚焦已打开的标签页(id 由 list_recent_tabs 返回)。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "檔案"
+ "value" : "依 id 聚焦已開啟的分頁(id 由 list_recent_tabs 回傳)。"
}
}
}
},
- "File encoding (%@) cannot represent these characters. Convert the file to UTF-8 to save." : {
+ "Focus the query editor to insert" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "삽입할 쿼리 편집기에 포커스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dosya kodlaması (%@) bu karakterleri temsil edemiyor. Kaydetmek için dosyayı UTF-8'e dönüştürün."
+ "value" : "Eklemek için sorgu düzenleyicisine odaklanın"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bảng mã của tệp (%@) không thể biểu diễn các ký tự này. Hãy chuyển tệp sang UTF-8 để lưu."
+ "value" : "Chuyển đến trình soạn thảo truy vấn để chèn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "文件编码(%@)无法表示这些字符。请将文件转换为 UTF-8 后再保存。"
+ "value" : "聚焦查询编辑器以插入"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "檔案編碼(%@)無法表示這些字。請將檔案轉換為 UTF-8 後再儲存。"
+ "value" : "聚焦查詢編輯器以插入"
}
}
}
},
- "File Modified Externally" : {
+ "Folder" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "폴더"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dosya Dışarıdan Değiştirildi"
+ "value" : "Klasör"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tệp bị sửa đổi bên ngoài"
+ "value" : "Thư mục"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "文件已在外部被修改"
+ "value" : "文件夹"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "檔案已在外部被修改"
+ "value" : "資料夾"
}
}
}
},
- "File name" : {
+ "Folder name" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "폴더 이름"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dosya adı"
+ "value" : "Klasör adı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên tệp"
+ "value" : "Tên thư mục"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "文件名"
+ "value" : "文件夹名称"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "檔案名稱"
+ "value" : "資料夾名稱"
}
}
}
},
- "File not found" : {
- "extractionState" : "stale",
+ "Follow-up on step %d \"%@\" (%@): %@" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Follow-up on step %1$d \"%2$@\" (%3$@): %4$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "단계 %1$d \"%2$@\"(%3$@)에 대한 후속 조치: %4$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dosya bulunamadı"
+ "value" : "%1$d. adım için ek soru \"%2$@\" (%3$@): %4$@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy tệp"
+ "value" : "Hỏi thêm về bước %1$d \"%2$@\" (%3$@): %4$@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到文件"
+ "value" : "关于第 %1$d 步的追问 \"%2$@\"(%3$@):%4$@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到檔案"
+ "value" : "關於第 %1$d 步的追問「%2$@」(%3$@):%4$@"
}
}
}
},
- "File Path" : {
+ "Font" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "글꼴"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dosya Yolu"
+ "value" : "Yazı Tipi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đường dẫn tệp"
+ "value" : "Phông chữ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "文件路径"
+ "value" : "字体"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "檔案路徑"
+ "value" : "字型"
}
}
}
},
- "File path inside the user's Downloads directory (returns inline data if omitted). Paths outside Downloads are rejected." : {
+ "Font size:" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "글꼴 크기:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kullanıcının İndirilenler klasörü içindeki dosya yolu (boş bırakılırsa veriler satır içi döndürülür). İndirilenler dışındaki yollar reddedilir."
+ "value" : "Yazı tipi boyutu:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đường dẫn tệp trong thư mục Downloads của người dùng (nếu bỏ trống sẽ trả về dữ liệu inline). Đường dẫn ngoài Downloads sẽ bị từ chối."
+ "value" : "Cỡ chữ:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "用户“下载”目录内的文件路径(留空则返回内联数据)。“下载”目录之外的路径会被拒绝。"
+ "value" : "字体大小:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "使用者「下載」資料夾內的檔案路徑(留空則回傳內嵌資料)。「下載」資料夾之外的路徑會被拒絕。"
+ "value" : "字型大小:"
}
}
}
},
- "Filename cannot be '.' or '..' or contain path traversal" : {
+ "Font:" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "글꼴:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dosya adı '.' veya '..' olamaz veya yol geçişi içeremez"
+ "value" : "Yazı Tipi:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên tệp không được là '.' hoặc '..' hoặc chứa đường dẫn đi lên"
+ "value" : "Phông chữ:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "文件名不能是 '.' 或 '..',且不能包含路径遍历"
+ "value" : "字体:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "檔案名稱不能是「.」或「..」,且不能包含路徑遍歷"
+ "value" : "字型:"
}
}
}
},
- "Filename cannot be empty" : {
- "extractionState" : "stale",
+ "Fonts" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "글꼴"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dosya adı boş olamaz"
+ "value" : "Yazı Tipleri"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên tệp không được để trống"
+ "value" : "Phông chữ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "文件名不能为空"
+ "value" : "字体"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "檔案名稱不能為空"
+ "value" : "字型"
}
}
}
},
- "Filename contains invalid characters: / \\ : * ? \" < > |" : {
- "extractionState" : "stale",
+ "For a metered path on Anthropic's commercial terms, add the Claude provider with an API key instead." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Anthropic의 상용 약관에 따른 종량제 방식을 이용하려면 대신 API 키를 사용해 Claude 제공자를 추가하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dosya adı geçersiz karakterler içeriyor: / \\ : * ? \" < > |"
+ "value" : "Anthropic'in ticari koşullarıyla kullanım başına ödemeli bir yol için bunun yerine Claude sağlayıcısını bir API anahtarıyla ekleyin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên tệp chứa ký tự không hợp lệ: / \\ : * ? \" < > |"
+ "value" : "Nếu muốn cách tính phí theo mức dùng theo điều khoản thương mại của Anthropic, hãy thêm nhà cung cấp Claude bằng khóa API."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "文件名包含无效字符:/ \\ : * ? \" < > |"
+ "value" : "若想走 Anthropic 商业条款下的按量计费路径,请改为添加带 API 密钥的 Claude 提供方。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "檔案名稱包含無效字:/ \\ : * ? \" < > |"
+ "value" : "若想走 Anthropic 商業條款下的按量計費路徑,請改為新增帶 API 金鑰的 Claude 供應商。"
}
}
}
},
- "Filename is too long (max 255 bytes)" : {
- "extractionState" : "stale",
+ "Foreign Keys" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외래 키"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dosya adı çok uzun (maks. 255 bayt)"
+ "value" : "Yabancı Anahtarlar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên tệp quá dài (tối đa 255 byte)"
+ "value" : "Khóa ngoại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "文件名过长(最大 255 字节)"
+ "value" : "外键"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "檔案名稱過長(最多 255 位元組)"
+ "value" : "外鍵"
}
}
}
},
- "Fill" : {
+ "Foreign Table" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외부 테이블"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Doldur"
+ "value" : "Dış Tablo"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Điền"
+ "value" : "Foreign Table"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "填充"
+ "value" : "外部表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "填入"
+ "value" : "外部資料表"
}
}
}
},
- "Fill Column" : {
+ "Foreign Tables" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외부 테이블"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütunu Doldur"
+ "value" : "Dış Tablolar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Điền cột"
+ "value" : "Foreign Tables"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "填充列"
+ "value" : "外部表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "填入欄位"
+ "value" : "外部資料表"
}
}
}
},
- "Fill column \"%@\"" : {
+ "Forever" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "무기한"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "\"%@\" sütununu doldur"
+ "value" : "Süresiz"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Điền cột \"%@\""
+ "value" : "Mãi mãi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "填充列 \"%@\""
+ "value" : "永久"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "填入欄位「%@」"
+ "value" : "永久"
}
}
}
},
- "Fill Column…" : {
+ "Forget" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "신뢰 해제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütunu Doldur…"
+ "value" : "Unut"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Điền cột…"
+ "value" : "Quên"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "填充列…"
+ "value" : "忘记"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "填入欄位…"
+ "value" : "忘記"
}
}
}
},
- "Filter" : {
+ "Forget All" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모두 신뢰 해제"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtre"
+ "value" : "Tümünü Unut"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bộ lọc"
+ "value" : "Quên tất cả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选"
+ "value" : "全部忘记"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選"
+ "value" : "全部忘記"
}
}
}
},
- "Filter activity" : {
+ "Format JSON" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "JSON 서식 지정"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Etkinliği filtrele"
+ "value" : "JSON Biçimlendir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lọc hoạt động"
+ "value" : "Định dạng JSON"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选活动"
+ "value" : "格式化 JSON"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選活動"
+ "value" : "格式化 JSON"
}
}
}
},
- "Filter by only this row" : {
- "extractionState" : "stale",
+ "Format Query" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리 서식 지정"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yalnızca bu satıra göre filtrele"
+ "value" : "Sorguyu Biçimlendir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chỉ lọc theo hàng này"
+ "value" : "Định dạng truy vấn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "仅按此行筛选"
+ "value" : "格式化查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "僅依此列篩選"
+ "value" : "格式化查詢"
}
}
}
},
- "Filter column" : {
+ "Format Query (⇧⌘L)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리 서식 지정 (⇧⌘L)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtre sütunu"
+ "value" : "Sorguyu Biçimlendir (⇧⌘L)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cột lọc"
+ "value" : "Định dạng truy vấn (⇧⌘L)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选列"
+ "value" : "格式化查询 (⇧⌘L)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選欄位"
+ "value" : "格式化查詢 (⇧⌘L)"
}
}
}
},
- "Filter column: %@" : {
+ "Format Query (⌥⌘F)" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리 서식 지정 (⌥⌘F)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtre sütunu: %@"
+ "value" : "Sorguyu Biçimlendir (⌥⌘F)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cột lọc: %@"
+ "value" : "Định dạng truy vấn (⌥⌘F)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选列: %@"
+ "value" : "格式化查询 (⌥⌘F)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選欄位:%@"
+ "value" : "格式化查詢 (⌥⌘F)"
}
}
}
},
- "Filter databases" : {
- "extractionState" : "stale",
+ "Format SQL" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "SQL 서식 지정"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanlarını filtrele"
+ "value" : "SQL Biçimlendir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lọc cơ sở dữ liệu"
+ "value" : "Định dạng SQL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选数据库"
+ "value" : "格式化 SQL"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選資料庫"
+ "value" : "格式化 SQL"
}
}
}
},
- "Filter Databases..." : {
- "comment" : "Text for the menu item that opens a dialog to filter databases.",
- "isCommentAutoGenerated" : true,
+ "Format:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "형식:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanlarını Filtrele..."
+ "value" : "Biçim:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lọc cơ sở dữ liệu..."
+ "value" : "Định dạng:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选数据库…"
+ "value" : "格式:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選資料庫…"
+ "value" : "格式:"
}
}
}
},
- "Filter Databases…" : {
+ "Formatter error: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "포맷터 오류: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanlarını Filtrele…"
+ "value" : "Biçimlendirici hatası: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lọc cơ sở dữ liệu…"
+ "value" : "Lỗi định dạng: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选数据库…"
+ "value" : "格式化错误: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選資料庫…"
+ "value" : "格式化錯誤:%@"
}
}
}
},
- "Filter favorites" : {
+ "Formatting not supported for %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@의 서식 지정은 지원되지 않습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtre sık kullanılanları"
+ "value" : "%@ için biçimlendirme desteklenmiyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lọc yêu thích"
+ "value" : "Không hỗ trợ định dạng cho %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选收藏"
+ "value" : "不支持 %@ 的格式化"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選我的最愛"
+ "value" : "不支援 %@ 的格式化"
}
}
}
},
- "Filter keys or values..." : {
+ "From %@…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@에서…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Anahtar veya değerleri filtrele..."
+ "value" : "%@ Kaynağından…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lọc khoá hoặc giá trị..."
+ "value" : "Từ %@…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选键或值…"
+ "value" : "从 %@…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選鍵或值…"
+ "value" : "從 %@…"
}
}
}
},
- "Filter logic mode" : {
+ "Full Access" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "전체 접근 권한"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtre mantık modu"
+ "value" : "Tam Erişim"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chế độ logic bộ lọc"
+ "value" : "Toàn quyền"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选逻辑模式"
+ "value" : "完全访问"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選邏輯模式"
+ "value" : "完整存取"
}
}
}
},
- "Filter objects" : {
+ "Full access including destructive DDL after explicit confirmation." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "명시적으로 확인한 후 파괴적인 DDL까지 허용하는 전체 접근 권한입니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nesneleri filtrele"
+ "value" : "Açık onay sonrası yıkıcı DDL dahil tam erişim."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lọc đối tượng"
+ "value" : "Toàn quyền bao gồm DDL phá hủy sau khi xác nhận rõ ràng."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选对象"
+ "value" : "完全访问,包含需要明确确认的破坏性 DDL。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選物件"
+ "value" : "完整存取,包含需明確確認的破壞性 DDL。"
}
}
}
},
- "Filter operator" : {
+ "Function" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "함수"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtre operatörü"
+ "value" : "Fonksiyon"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Toán tử lọc"
+ "value" : "Hàm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选运算符"
+ "value" : "函数"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選運算子"
+ "value" : "函式"
}
}
}
},
- "Filter operator: %@" : {
- "extractionState" : "stale",
+ "Function: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "함수: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtre operatörü: %@"
+ "value" : "İşlev: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Toán tử lọc: %@"
+ "value" : "Hàm: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选运算符: %@"
+ "value" : "函数:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選運算子:%@"
+ "value" : "函式:%@"
}
}
}
},
- "Filter options" : {
+ "Functions" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "함수"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtre seçenekleri"
+ "value" : "İşlevler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tùy chọn bộ lọc"
+ "value" : "Hàm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选选项"
+ "value" : "函数"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選選項"
+ "value" : "函式"
}
}
}
},
- "Filter presets" : {
- "extractionState" : "stale",
+ "General" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "일반"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtre ön ayarları"
+ "value" : "Genel"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cài đặt sẵn bộ lọc"
+ "value" : "Tổng quát"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选预设"
+ "value" : "通用"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選預設組"
+ "value" : "一般"
}
}
}
},
- "Filter privileges" : {
+ "Generate" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "생성"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yetkileri filtrele"
+ "value" : "Oluştur"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lọc quyền"
+ "value" : "Tạo"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选权限"
+ "value" : "生成"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選權限"
+ "value" : "產生"
}
}
}
},
- "Filter roles" : {
+ "Generate Token" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "토큰 생성"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Rolleri filtrele"
+ "value" : "Token Oluştur"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lọc vai trò"
+ "value" : "Tạo token"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选角色"
+ "value" : "生成令牌"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選角色"
+ "value" : "產生權杖"
}
}
}
},
- "Filter settings" : {
- "extractionState" : "stale",
+ "Generate a token so external clients can connect with their own credentials." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외부 클라이언트가 자체 자격 증명으로 연결할 수 있도록 토큰을 생성합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtre ayarları"
+ "value" : "Harici istemcilerin kendi kimlik bilgileriyle bağlanabilmesi için bir token oluşturun."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cài đặt bộ lọc"
+ "value" : "Tạo token để client bên ngoài có thể kết nối bằng thông tin xác thực của riêng họ."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选设置"
+ "value" : "生成令牌,让外部客户端使用自己的凭据进行连接。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選設定"
+ "value" : "產生權杖,讓外部用戶端可使用自己的憑證連線。"
}
}
}
},
- "Filter Settings" : {
- "extractionState" : "stale",
+ "Generate token" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "토큰 생성"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtre Ayarları"
+ "value" : "Token oluştur"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cài đặt bộ lọc"
+ "value" : "Tạo token"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选设置"
+ "value" : "生成令牌"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選設定"
+ "value" : "產生權杖"
}
}
}
},
- "Filter Settings..." : {
+ "Generated WHERE Clause" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "생성된 WHERE 절"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtre Ayarları..."
+ "value" : "Oluşturulan WHERE Koşulu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cài đặt bộ lọc..."
+ "value" : "Mệnh đề WHERE đã tạo"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选设置..."
+ "value" : "生成的 WHERE 子句"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選設定…"
+ "value" : "產生的 WHERE 子句"
}
}
}
},
- "Filter value" : {
+ "Generation failed." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "생성하지 못했습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtre değeri"
+ "value" : "Oluşturma başarısız."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giá trị lọc"
+ "value" : "Tạo phản hồi thất bại."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选值"
+ "value" : "生成失败。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選值"
+ "value" : "產生失敗。"
}
}
}
},
- "Filter Values…" : {
+ "Get Connection Status" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 상태 확인"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Değerleri Filtrele…"
+ "value" : "Bağlantı Durumunu Al"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lọc giá trị…"
+ "value" : "Lấy trạng thái kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选值…"
+ "value" : "获取连接状态"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選值…"
+ "value" : "取得連線狀態"
}
}
}
},
- "Filter with column" : {
+ "Get Started" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "시작하기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütunla filtrele"
+ "value" : "Başlayın"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lọc theo cột"
+ "value" : "Bắt đầu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "按列筛选"
+ "value" : "开始使用"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "依欄位篩選"
+ "value" : "開始使用"
}
}
}
},
- "Filter..." : {
+ "Get Table DDL" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블 DDL 가져오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtre..."
+ "value" : "Tablo DDL'sini Al"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lọc..."
+ "value" : "Lấy DDL của bảng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选..."
+ "value" : "获取表 DDL"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選…"
+ "value" : "取得資料表 DDL"
}
}
}
},
- "Filtered" : {
+ "Get detailed status for a specific database connection." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "특정 데이터베이스 연결의 상세 상태를 가져옵니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtrelendi"
+ "value" : "Belirli bir veritabanı bağlantısının ayrıntılı durumunu alır."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã lọc"
+ "value" : "Lấy trạng thái chi tiết của một kết nối cơ sở dữ liệu cụ thể."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已筛选"
+ "value" : "获取特定数据库连接的详细状态。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已篩選"
+ "value" : "取得特定資料庫連線的詳細狀態。"
}
}
}
},
- "Filtering by only this row" : {
- "extractionState" : "stale",
+ "Get detailed status of a database connection" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 연결의 상세 상태 가져오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yalnızca bu satıra göre filtreleniyor"
+ "value" : "Bir veritabanı bağlantısının ayrıntılı durumunu al"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang chỉ lọc theo hàng này"
+ "value" : "Lấy trạng thái chi tiết của một kết nối cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在仅按此行筛选"
+ "value" : "获取数据库连接的详细状态"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在僅依此列篩選"
+ "value" : "取得資料庫連線的詳細狀態"
}
}
}
},
- "Filters" : {
+ "Get detailed table structure: columns, indexes, foreign keys, and DDL" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열, 인덱스, 외래 키 및 DDL을 포함한 상세 테이블 구조 가져오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtreler"
+ "value" : "Ayrıntılı tablo yapısını al: sütunlar, indeksler, yabancı anahtarlar ve DDL"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bộ lọc"
+ "value" : "Lấy cấu trúc bảng chi tiết: cột, index, khóa ngoại và DDL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筛选条件"
+ "value" : "获取详细的表结构:列、索引、外键和 DDL"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "篩選條件"
+ "value" : "取得詳細的資料表結構:欄位、索引、外鍵和 DDL"
}
}
}
},
- "Find" : {
+ "Get help writing queries, explaining schemas, or fixing errors." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리 작성, 스키마 설명 또는 오류 수정에 관한 도움을 받습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bul"
+ "value" : "Sorgu yazma, şema açıklama veya hata düzeltme konusunda yardım alın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tìm"
+ "value" : "Nhận trợ giúp viết truy vấn, giải thích schema hoặc sửa lỗi."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "查找"
+ "value" : "获取编写查询、解释 Schema 或修复错误方面的帮助。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "尋找"
+ "value" : "取得撰寫查詢、解釋綱要或修正錯誤的協助。"
}
}
}
},
- "Find Next" : {
+ "Get intelligent SQL suggestions and query assistance" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "지능형 SQL 제안 및 쿼리 지원 받기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sonrakini Bul"
+ "value" : "Akıllı SQL önerileri ve sorgu yardımı alın"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tìm tiếp theo"
+ "value" : "Nhận gợi ý SQL thông minh và hỗ trợ truy vấn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "查找下一个"
+ "value" : "获取智能 SQL 建议和查询辅助"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "尋找下一個"
+ "value" : "取得智慧 SQL 建議與查詢輔助"
}
}
}
},
- "Find Previous" : {
+ "Get the CREATE TABLE DDL statement for a table" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블의 CREATE TABLE DDL 문 가져오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Öncekini Bul"
+ "value" : "Bir tablonun CREATE TABLE DDL deyimini al"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tìm trước đó"
+ "value" : "Lấy câu lệnh DDL CREATE TABLE của một bảng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "查找上一个"
+ "value" : "获取表的 CREATE TABLE DDL 语句"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "尋找上一個"
+ "value" : "取得資料表的 CREATE TABLE DDL 陳述式"
}
}
}
},
- "Find this on the instance's overview page in the Google Cloud console." : {
+ "Get the DDL (CREATE statement) for a table." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블의 DDL(CREATE 문)을 가져옵니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bunu Google Cloud konsolunda örneğin genel bakış sayfasında bulabilirsiniz."
+ "value" : "Bir tablonun DDL'sini (CREATE deyimi) alır."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bạn tìm thấy giá trị này ở trang tổng quan của instance trong Google Cloud console."
+ "value" : "Lấy DDL (câu lệnh CREATE) của một bảng."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "可在 Google Cloud 控制台中该实例的概览页面找到。"
+ "value" : "获取表的 DDL(CREATE 语句)。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "可在 Google Cloud 主控台中該執行個體的總覽頁面找到。"
+ "value" : "取得資料表的 DDL(CREATE 陳述式)。"
}
}
}
},
- "Find..." : {
+ "GitHub Repository" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "GitHub 저장소"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bul..."
+ "value" : "GitHub Deposu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tìm..."
+ "value" : "Kho GitHub"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "查找…"
+ "value" : "GitHub 仓库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "尋找…"
+ "value" : "GitHub 儲存庫"
}
}
}
},
- "Finish Signing In" : {
+ "Global" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "전역"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Oturum Açmayı Tamamla"
+ "value" : "Genel"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hoàn tất đăng nhập"
+ "value" : "Toàn cục"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "完成登录"
+ "value" : "全局"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "完成登入"
+ "value" : "全域"
}
}
}
},
- "First column" : {
+ "Global:" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "전역:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İlk sütun"
+ "value" : "Genel:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cột đầu tiên"
+ "value" : "Chung:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "第一列"
+ "value" : "全局:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "第一欄"
+ "value" : "全域:"
}
}
}
},
- "First page" : {
+ "Go" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İlk sayfa"
+ "value" : "Go"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trang đầu"
+ "value" : "Đi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "第一页"
+ "value" : "前往"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "第一頁"
+ "value" : "前往"
}
}
}
},
- "First Page" : {
+ "Go to Settings…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "설정으로 이동…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İlk Sayfa"
+ "value" : "Ayarlar'a git…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trang đầu"
+ "value" : "Đi đến Cài đặt…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "第一页"
+ "value" : "前往设置…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "第一頁"
+ "value" : "前往設定…"
}
}
}
},
- "Fit to Window" : {
+ "Go to page" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "페이지로 이동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Pencereye Sığdır"
+ "value" : "Sayfaya git"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Vừa cửa sổ"
+ "value" : "Đi đến trang"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "适合窗口"
+ "value" : "跳转到指定页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "符合視窗"
+ "value" : "跳至指定頁"
}
}
}
},
- "Fix Error" : {
- "extractionState" : "stale",
+ "Google Cloud serverless data warehouse" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Google Cloud 서버리스 데이터 웨어하우스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hatayı Düzelt"
+ "value" : "Google Cloud sunucusuz veri ambarı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa lỗi"
+ "value" : "Kho dữ liệu serverless của Google Cloud"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "修复错误"
+ "value" : "Google Cloud 无服务器数据仓库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "修正錯誤"
+ "value" : "Google Cloud 無伺服器資料倉儲"
}
}
}
},
- "Fix the last error on the current query" : {
+ "Got Slower" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "느려진 쿼리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçerli sorgudaki son hatayı düzelt"
+ "value" : "Yavaşladı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa lỗi gần nhất của truy vấn hiện tại"
+ "value" : "Chậm đi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "修复当前查询的最后一个错误"
+ "value" : "变慢了"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "修正目前查詢的最後一個錯誤"
+ "value" : "變慢了"
}
}
}
},
- "Fix with AI" : {
+ "Grant %1$@ on %2$@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@ 권한을 %2$@에 부여"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yapay Zeka ile Düzelt"
+ "value" : "%2$@ üzerinde %1$@ ver"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sửa bằng AI"
+ "value" : "Cấp %1$@ trên %2$@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "用 AI 修复"
+ "value" : "在 %2$@ 上授予 %1$@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "用 AI 修正"
+ "value" : "在 %2$@ 上授予 %1$@"
}
}
}
},
- "Focus an already-open tab by id (returned from list_recent_tabs)." : {
+ "Grant All" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 권한 부여"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Zaten açık bir sekmeye id ile odaklanır (list_recent_tabs tarafından döndürülür)."
+ "value" : "Tümünü Ver"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chuyển đến một tab đang mở theo id (trả về từ list_recent_tabs)."
+ "value" : "Cấp tất cả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "按 id 聚焦已打开的标签页(id 由 list_recent_tabs 返回)。"
+ "value" : "全部授予"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "依 id 聚焦已開啟的分頁(id 由 list_recent_tabs 回傳)。"
+ "value" : "全部授予"
}
}
}
},
- "Focus Border" : {
+ "Grant privileges to %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@에 권한 부여"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Odak Kenarlığı"
+ "value" : "%@ hesabına yetki ver"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Viền khi chọn"
+ "value" : "Cấp quyền cho %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "焦点边框"
+ "value" : "向 %@ 授予权限"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "焦點邊框"
+ "value" : "向 %@ 授予權限"
}
}
}
},
- "Focus Query Tab" : {
+ "Granted" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "부여됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorgu Sekmesine Odaklan"
+ "value" : "Verildi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chuyển đến tab truy vấn"
+ "value" : "Đã cấp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "聚焦查询标签页"
+ "value" : "已授予"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "聚焦查詢分頁"
+ "value" : "已授予"
}
}
}
},
- "Focus Sidebar Filter" : {
+ "Granted on %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@에 부여됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sidebar Filtresine Odaklan"
+ "value" : "%@ üzerinde verildi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chuyển đến bộ lọc thanh bên"
+ "value" : "Đã cấp trên %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "聚焦侧边栏筛选"
+ "value" : "已在 %@ 上授予"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "聚焦側邊欄篩選"
+ "value" : "已在 %@ 上授予"
}
}
}
},
- "Focus the query editor to insert" : {
+ "Graphite" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "그래파이트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Eklemek için sorgu düzenleyicisine odaklanın"
+ "value" : "Graphite"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chuyển đến trình soạn thảo truy vấn để chèn"
+ "value" : "Than chì"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "聚焦查询编辑器以插入"
+ "value" : "石墨"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "聚焦查詢編輯器以插入"
+ "value" : "石墨"
}
}
}
},
- "Folder" : {
+ "Gray" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "회색"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Klasör"
+ "value" : "Gri"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thư mục"
+ "value" : "Xám"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "文件夹"
+ "value" : "灰色"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料夾"
+ "value" : "灰色"
}
}
}
},
- "Folder name" : {
- "extractionState" : "stale",
+ "Green" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "녹색"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Klasör adı"
+ "value" : "Yeşil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên thư mục"
+ "value" : "Xanh lá"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "文件夹名称"
+ "value" : "绿色"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料夾名稱"
+ "value" : "綠色"
}
}
}
},
- "Follow-up on step %d \"%@\" (%@): %@" : {
+ "Group" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Follow-up on step %1$d \"%2$@\" (%3$@): %4$@"
+ "state" : "translated",
+ "value" : "그룹"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$d. adım için ek soru \"%2$@\" (%3$@): %4$@"
+ "value" : "Grup"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hỏi thêm về bước %1$d \"%2$@\" (%3$@): %4$@"
+ "value" : "Nhóm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关于第 %1$d 步的追问 \"%2$@\"(%3$@):%4$@"
+ "value" : "分组"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關於第 %1$d 步的追問「%2$@」(%3$@):%4$@"
+ "value" : "群組"
}
}
}
},
- "Font" : {
- "extractionState" : "stale",
+ "Group name" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "그룹 이름"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yazı Tipi"
+ "value" : "Grup adı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Phông chữ"
+ "value" : "Tên nhóm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "字体"
+ "value" : "分组名称"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "字型"
+ "value" : "群組名稱"
}
}
}
},
- "Font size:" : {
- "extractionState" : "stale",
+ "Group: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "그룹: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yazı tipi boyutu:"
+ "value" : "Grup: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cỡ chữ:"
+ "value" : "Nhóm: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "字体大小:"
+ "value" : "分组:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "字型大小:"
+ "value" : "群組:%@"
}
}
}
},
- "Font:" : {
- "extractionState" : "stale",
+ "Groups & Tags:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "그룹 및 태그:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yazı Tipi:"
+ "value" : "Gruplar ve Etiketler:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Phông chữ:"
+ "value" : "Nhóm & thẻ:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "字体:"
+ "value" : "分组与标签:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "字型:"
+ "value" : "群組與標籤:"
}
}
}
},
- "Fonts" : {
+ "Has unsaved changes" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "저장하지 않은 변경 사항 있음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yazı Tipleri"
+ "value" : "Kaydedilmemiş değişiklikler var"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Phông chữ"
+ "value" : "Có thay đổi chưa lưu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "字体"
+ "value" : "有未保存的更改"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "字型"
+ "value" : "有未儲存的變更"
}
}
}
},
- "For a metered path on Anthropic's commercial terms, add the Claude provider with an API key instead." : {
+ "Help" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "도움말"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Anthropic'in ticari koşullarıyla kullanım başına ödemeli bir yol için bunun yerine Claude sağlayıcısını bir API anahtarıyla ekleyin."
+ "value" : "Yardım"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nếu muốn cách tính phí theo mức dùng theo điều khoản thương mại của Anthropic, hãy thêm nhà cung cấp Claude bằng khóa API."
+ "value" : "Trợ giúp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "若想走 Anthropic 商业条款下的按量计费路径,请改为添加带 API 密钥的 Claude 提供方。"
+ "value" : "帮助"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "若想走 Anthropic 商業條款下的按量計費路徑,請改為新增帶 API 金鑰的 Claude 供應商。"
+ "value" : "輔助說明"
}
}
}
},
- "Foreign Keys" : {
+ "Help improve TablePro by sharing anonymous usage statistics (no personal data or queries)." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "개인 데이터나 쿼리는 제외하고 익명의 사용 통계를 공유하여 TablePro 개선에 도움을 주세요."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yabancı Anahtarlar"
+ "value" : "Anonim kullanım istatistiklerini paylaşarak TablePro'nun gelişmesine yardımcı olun (kişisel veri veya sorgu yok)."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Khóa ngoại"
+ "value" : "Giúp cải thiện TablePro bằng cách chia sẻ thống kê sử dụng ẩn danh (không có dữ liệu cá nhân hay truy vấn nào)."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外键"
+ "value" : "通过分享匿名使用统计数据帮助改进 TablePro(不包含个人数据或查询内容)。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外鍵"
+ "value" : "分享匿名使用統計協助改善 TablePro(不含個人資料或查詢內容)。"
}
}
}
},
- "Foreign Table" : {
+ "Hex bytes" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "16진수 바이트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dış Tablo"
+ "value" : "Hex bayt"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Foreign Table"
+ "value" : "Byte dạng Hex"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外部表"
+ "value" : "十六进制字节"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外部資料表"
+ "value" : "十六進位位元組"
}
}
}
},
- "Foreign Tables" : {
+ "Hide All" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모두 가리기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dış Tablolar"
+ "value" : "Tümünü Gizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Foreign Tables"
+ "value" : "Ẩn tất cả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外部表"
+ "value" : "隐藏全部"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外部資料表"
+ "value" : "全部隱藏"
}
}
}
},
- "Forever" : {
+ "Hide Column" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 가리기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Süresiz"
+ "value" : "Sütunu Gizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mãi mãi"
+ "value" : "Ẩn cột"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "永久"
+ "value" : "隐藏列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "永久"
+ "value" : "隱藏欄位"
}
}
}
},
- "Forget" : {
+ "Hide Connections" : {
+ "comment" : "Title of the menu item that hides the sidebar rail.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 가리기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Unut"
+ "value" : "Bağlantıları Gizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Quên"
+ "value" : "Ẩn kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "忘记"
+ "value" : "隐藏连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "忘記"
+ "value" : "隱藏連線"
}
}
}
},
- "Forget All" : {
+ "Hide Filter Bar" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터 막대 가리기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tümünü Unut"
+ "value" : "Filtre Çubuğunu Gizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Quên tất cả"
+ "value" : "Ẩn thanh bộ lọc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部忘记"
+ "value" : "隐藏筛选栏"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部忘記"
+ "value" : "隱藏篩選列"
}
}
}
},
- "Format JSON" : {
- "extractionState" : "stale",
+ "Hide Inspector" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인스펙터 가리기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON Biçimlendir"
+ "value" : "Denetçiyi Gizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Định dạng JSON"
+ "value" : "Ẩn thanh kiểm tra"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "格式化 JSON"
+ "value" : "隐藏检查器"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "格式化 JSON"
+ "value" : "隱藏檢閱器"
}
}
}
},
- "Format Query" : {
+ "Hide Others" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기타 가리기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorguyu Biçimlendir"
+ "value" : "Diğerlerini Gizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Định dạng truy vấn"
+ "value" : "Ẩn các mục khác"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "格式化查询"
+ "value" : "隐藏其他"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "格式化查詢"
+ "value" : "隱藏其他"
}
}
}
},
- "Format Query (⇧⌘L)" : {
- "extractionState" : "stale",
+ "Hide Query History" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리 기록 가리기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorguyu Biçimlendir (⇧⌘L)"
+ "value" : "Sorgu Geçmişini Gizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Định dạng truy vấn (⇧⌘L)"
+ "value" : "Ẩn lịch sử truy vấn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "格式化查询 (⇧⌘L)"
+ "value" : "隐藏查询历史"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "格式化查詢 (⇧⌘L)"
+ "value" : "隱藏查詢歷史"
}
}
}
},
- "Format Query (⌥⌘F)" : {
- "extractionState" : "stale",
+ "Hide Results" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "결과 가리기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorguyu Biçimlendir (⌥⌘F)"
+ "value" : "Sonuçları Gizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Định dạng truy vấn (⌥⌘F)"
+ "value" : "Ẩn kết quả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "格式化查询 (⌥⌘F)"
+ "value" : "隐藏结果"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "格式化查詢 (⌥⌘F)"
+ "value" : "隱藏結果"
}
}
}
},
- "Format SQL" : {
+ "Hide Sidebar" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사이드바 가리기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "SQL Biçimlendir"
+ "value" : "Kenar Çubuğunu Gizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Định dạng SQL"
+ "value" : "Ẩn thanh bên"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "格式化 SQL"
+ "value" : "隐藏侧边栏"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "格式化 SQL"
+ "value" : "隱藏側邊欄"
}
}
}
},
- "Format:" : {
+ "Hide TablePro" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "TablePro 가리기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Biçim:"
+ "value" : "TablePro'yu Gizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Định dạng:"
+ "value" : "Ẩn TablePro"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "格式:"
+ "value" : "隐藏 TablePro"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "格式:"
+ "value" : "隱藏 TablePro"
}
}
}
},
- "Formatter error: %@" : {
+ "Hide Workspace Rail" : {
+ "extractionState" : "stale",
"localizations" : {
- "tr" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Biçimlendirici hatası: %@"
+ "value" : "워크스페이스 레일 가리기"
+ }
+ },
+ "tr" : {
+ "stringUnit" : {
+ "state" : "needs_review",
+ "value" : "Çalışma Alanı Şeridini Gizle"
}
},
"vi" : {
"stringUnit" : {
- "state" : "translated",
- "value" : "Lỗi định dạng: %@"
+ "state" : "needs_review",
+ "value" : "Ẩn thanh không gian làm việc"
}
},
"zh-Hans" : {
"stringUnit" : {
- "state" : "translated",
- "value" : "格式化错误: %@"
+ "state" : "needs_review",
+ "value" : "隐藏工作区栏"
}
},
"zh-Hant" : {
"stringUnit" : {
- "state" : "translated",
- "value" : "格式化錯誤:%@"
+ "state" : "needs_review",
+ "value" : "隱藏工作區列"
}
}
}
},
- "Formatting not supported for %@" : {
+ "Hide token" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "토큰 가리기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ için biçimlendirme desteklenmiyor"
+ "value" : "Token gizle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không hỗ trợ định dạng cho %@"
+ "value" : "Ẩn token"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不支持 %@ 的格式化"
+ "value" : "隐藏令牌"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不支援 %@ 的格式化"
+ "value" : "隱藏權杖"
}
}
}
},
- "From %@…" : {
+ "High" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "높음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ Kaynağından…"
+ "value" : "Yüksek"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Từ %@…"
+ "value" : "Cao"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "从 %@…"
+ "value" : "高"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "從 %@…"
+ "value" : "高"
}
}
}
},
- "FULL (rewrites entire table, blocks access)" : {
+ "High cost" : {
+ "comment" : "Accessibility label for a query plan severity of high cost.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "높은 비용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "FULL (tüm tabloyu yeniden yazar, erişimi engeller)"
+ "value" : "Yüksek maliyet"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "FULL (ghi lại toàn bộ bảng, chặn truy cập)"
+ "value" : "Chi phí cao"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "FULL(重写整个表,阻止访问)"
+ "value" : "高成本"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "FULL(重寫整個資料表,封鎖存取)"
+ "value" : "高成本"
}
}
}
},
- "Full Access" : {
+ "Higher values create fewer INSERT statements, resulting in smaller files and faster imports" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "값이 클수록 INSERT 문 수가 줄어들어 파일이 작아지고 가져오기가 빨라집니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tam Erişim"
+ "value" : "Daha yüksek değerler daha az INSERT ifadesi oluşturur, daha küçük dosyalar ve daha hızlı içe aktarma sağlar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Toàn quyền"
+ "value" : "Giá trị cao hơn tạo ít câu lệnh INSERT hơn, giúp tệp nhỏ hơn và nhập nhanh hơn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "完全访问"
+ "value" : "值越大,生成的 INSERT 语句越少,文件更小,导入更快"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "完整存取"
+ "value" : "值越大,產生的 INSERT 陳述式越少,檔案更小且匯入更快"
}
}
}
},
- "Full access including destructive DDL after explicit confirmation." : {
+ "Highlight current line" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "현재 줄 강조"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Açık onay sonrası yıkıcı DDL dahil tam erişim."
+ "value" : "Mevcut satırı vurgula"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Toàn quyền bao gồm DDL phá hủy sau khi xác nhận rõ ràng."
+ "value" : "Đánh dấu dòng hiện tại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "完全访问,包含需要明确确认的破坏性 DDL。"
+ "value" : "高亮当前行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "完整存取,包含需明確確認的破壞性 DDL。"
+ "value" : "標示目前行"
}
}
}
},
- "Function" : {
+ "History" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기록"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Fonksiyon"
+ "value" : "Geçmiş"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hàm"
+ "value" : "Lịch sử"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "函数"
+ "value" : "历史记录"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "函式"
+ "value" : "歷程記錄"
}
}
}
},
- "Function: %@" : {
+ "History Limit:" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기록 제한:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İşlev: %@"
+ "value" : "Geçmiş Limiti:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hàm: %@"
+ "value" : "Giới hạn lịch sử:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "函数:%@"
+ "value" : "历史记录上限:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "函式:%@"
+ "value" : "歷程記錄上限:"
}
}
}
},
- "Functions" : {
+ "History Unavailable" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기록을 사용할 수 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İşlevler"
+ "value" : "Geçmiş Kullanılamıyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hàm"
+ "value" : "Không có lịch sử"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "函数"
+ "value" : "历史不可用"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "函式"
+ "value" : "記錄無法使用"
}
}
}
},
- "General" : {
+ "Homepage" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "홈페이지"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Genel"
+ "value" : "Ana Sayfa"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tổng quát"
+ "value" : "Trang chủ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "通用"
+ "value" : "主页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "一般"
+ "value" : "首頁"
}
}
}
},
- "Generate" : {
+ "Host" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "호스트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Oluştur"
+ "value" : "Sunucu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo"
+ "value" : "Máy chủ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "生成"
+ "value" : "主机"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "產生"
+ "value" : "主機"
}
}
}
},
- "Generate a token so external clients can connect with their own credentials." : {
+ "Host and port assumed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "호스트와 포트로 간주됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Harici istemcilerin kendi kimlik bilgileriyle bağlanabilmesi için bir token oluşturun."
+ "value" : "Sunucu ve port varsayıldı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo token để client bên ngoài có thể kết nối bằng thông tin xác thực của riêng họ."
+ "value" : "Máy chủ và cổng được suy đoán"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "生成令牌,让外部客户端使用自己的凭据进行连接。"
+ "value" : "主机和端口为推测值"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "產生權杖,讓外部用戶端可使用自己的憑證連線。"
+ "value" : "主機與連接埠為推測值"
}
}
}
},
- "Generate token" : {
+ "Host looks like a socket path" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "호스트가 소켓 경로인 것 같습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Token oluştur"
+ "value" : "Sunucu adı soket yoluna benziyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo token"
+ "value" : "Máy chủ trông giống đường dẫn socket"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "生成令牌"
+ "value" : "主机看起来像 socket 路径"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "產生權杖"
+ "value" : "主機看起來像 socket 路徑"
}
}
}
},
- "Generate Token" : {
+ "Host:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "호스트:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Token Oluştur"
+ "value" : "Sunucu:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo token"
+ "value" : "Máy chủ:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "生成令牌"
+ "value" : "主机:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "產生權杖"
+ "value" : "主機:"
}
}
}
},
- "Generated WHERE Clause" : {
+ "Host: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "호스트: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Oluşturulan WHERE Koşulu"
+ "value" : "Sunucu: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mệnh đề WHERE đã tạo"
+ "value" : "Máy chủ: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "生成的 WHERE 子句"
+ "value" : "主机:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "產生的 WHERE 子句"
+ "value" : "主機:%@"
}
}
}
},
- "Generation failed." : {
+ "Hostname" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "호스트 이름"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Oluşturma başarısız."
+ "value" : "Sunucu adı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tạo phản hồi thất bại."
+ "value" : "Tên máy chủ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "生成失败。"
+ "value" : "主机名"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "產生失敗。"
+ "value" : "主機名稱"
}
}
}
},
- "Get Connection Status" : {
+ "Hosts" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "호스트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı Durumunu Al"
+ "value" : "Sunucular"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lấy trạng thái kết nối"
+ "value" : "Host"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "获取连接状态"
+ "value" : "主机"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取得連線狀態"
+ "value" : "主機"
}
}
}
},
- "Get detailed status for a specific database connection." : {
+ "Hover" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "호버"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Belirli bir veritabanı bağlantısının ayrıntılı durumunu alır."
+ "value" : "Üzerine Gelme"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lấy trạng thái chi tiết của một kết nối cơ sở dữ liệu cụ thể."
+ "value" : "Di chuột"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "获取特定数据库连接的详细状态。"
+ "value" : "悬停"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取得特定資料庫連線的詳細狀態。"
+ "value" : "停留"
}
}
}
},
- "Get detailed status of a database connection" : {
+ "Huge" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "아주 큼"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir veritabanı bağlantısının ayrıntılı durumunu al"
+ "value" : "Çok Büyük"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lấy trạng thái chi tiết của một kết nối cơ sở dữ liệu"
+ "value" : "Rất lớn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "获取数据库连接的详细状态"
+ "value" : "超大"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取得資料庫連線的詳細狀態"
+ "value" : "超大"
}
}
}
},
- "Get detailed table structure: columns, indexes, foreign keys, and DDL" : {
+ "IN Clause" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "IN 절"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ayrıntılı tablo yapısını al: sütunlar, indeksler, yabancı anahtarlar ve DDL"
+ "value" : "IN İfadesi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lấy cấu trúc bảng chi tiết: cột, index, khóa ngoại và DDL"
+ "value" : "Mệnh đề IN"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "获取详细的表结构:列、索引、外键和 DDL"
+ "value" : "IN 子句"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取得詳細的資料表結構:欄位、索引、外鍵和 DDL"
+ "value" : "IN 子句"
}
}
}
},
- "Get help writing queries, explaining schemas, or fixing errors." : {
+ "INDEX" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "INDEX"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorgu yazma, şema açıklama veya hata düzeltme konusunda yardım alın."
+ "value" : "İNDEKS"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhận trợ giúp viết truy vấn, giải thích schema hoặc sửa lỗi."
+ "value" : "CHỈ MỤC"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "获取编写查询、解释 Schema 或修复错误方面的帮助。"
+ "value" : "索引"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取得撰寫查詢、解釋綱要或修正錯誤的協助。"
+ "value" : "索引"
}
}
}
},
- "Get intelligent SQL suggestions and query assistance" : {
+ "INSERT Statement(s)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "INSERT 문"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Akıllı SQL önerileri ve sorgu yardımı alın"
+ "value" : "INSERT İfade(si)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhận gợi ý SQL thông minh và hỗ trợ truy vấn"
+ "value" : "Câu lệnh INSERT"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "获取智能 SQL 建议和查询辅助"
+ "value" : "INSERT 语句"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取得智慧 SQL 建議與查詢輔助"
+ "value" : "INSERT 陳述式"
}
}
}
},
- "Get Started" : {
+ "ISO 8601 (2024-12-31 23:59:59)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "ISO 8601 (2024-12-31 23:59:59)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Başlayın"
+ "value" : "ISO 8601 (2024-12-31 23:59:59)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bắt đầu"
+ "value" : "ISO 8601 (2024-12-31 23:59:59)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "开始使用"
+ "value" : "ISO 8601 (2024-12-31 23:59:59)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "開始使用"
+ "value" : "ISO 8601 (2024-12-31 23:59:59)"
}
}
}
},
- "Get Table DDL" : {
+ "ISO Date (2024-12-31)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "ISO 날짜 (2024-12-31)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tablo DDL'sini Al"
+ "value" : "ISO Tarih (2024-12-31)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lấy DDL của bảng"
+ "value" : "ISO ngày (2024-12-31)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "获取表 DDL"
+ "value" : "ISO 日期 (2024-12-31)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取得資料表 DDL"
+ "value" : "ISO 日期 (2024-12-31)"
}
}
}
},
- "Get the CREATE TABLE DDL statement for a table" : {
+ "Icon Sizes" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "아이콘 크기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir tablonun CREATE TABLE DDL deyimini al"
+ "value" : "Simge Boyutları"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lấy câu lệnh DDL CREATE TABLE của một bảng"
+ "value" : "Kích thước biểu tượng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "获取表的 CREATE TABLE DDL 语句"
+ "value" : "图标大小"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取得資料表的 CREATE TABLE DDL 陳述式"
+ "value" : "圖示大小"
}
}
}
},
- "Get the DDL (CREATE statement) for a table." : {
+ "Icons" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "아이콘"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir tablonun DDL'sini (CREATE deyimi) alır."
+ "value" : "Simgeler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lấy DDL (câu lệnh CREATE) của một bảng."
+ "value" : "Biểu tượng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "获取表的 DDL(CREATE 语句)。"
+ "value" : "图标"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "取得資料表的 DDL(CREATE 陳述式)。"
+ "value" : "圖像"
}
}
}
},
- "GitHub Repository" : {
+ "Identity" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "식별 정보"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "GitHub Deposu"
+ "value" : "Kimlik"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kho GitHub"
+ "value" : "Danh tính"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "GitHub 仓库"
+ "value" : "身份"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "GitHub 儲存庫"
+ "value" : "身分"
}
}
}
},
- "global" : {
+ "If macOS asks for your login password, click Always Allow on each prompt." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "macOS가 로그인 암호를 요청하면 각 메시지에서 '항상 허용'을 클릭하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "genel"
+ "value" : "macOS oturum açma parolanızı sorarsa her istemde Her Zaman İzin Ver'e tıklayın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "toàn cục"
+ "value" : "Nếu macOS hỏi mật khẩu đăng nhập của bạn, hãy bấm Luôn cho phép ở mỗi lời nhắc."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全局"
+ "value" : "如果 macOS 要求输入登录密码,请在每个提示中点按“始终允许”。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全域"
+ "value" : "如果 macOS 要求輸入登入密碼,請在每個提示中點按「總是允許」。"
}
}
}
},
- "Global" : {
+ "If the SSH server asks for a verification code, TablePro prompts you for it when you connect." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "SSH 서버에서 확인 코드를 요청하면 연결할 때 TablePro가 코드 입력을 요청합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Genel"
+ "value" : "SSH sunucusu bir doğrulama kodu isterse, TablePro bağlanırken bunu size sorar."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Toàn cục"
+ "value" : "Nếu máy chủ SSH yêu cầu mã xác minh, TablePro sẽ hỏi bạn khi kết nối."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全局"
+ "value" : "如果 SSH 服务器要求验证码,TablePro 会在连接时提示你输入。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全域"
+ "value" : "如果 SSH 伺服器要求驗證碼,TablePro 會在連線時提示你輸入。"
}
}
}
},
- "Global:" : {
- "extractionState" : "stale",
+ "Ignore Case" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "대소문자 무시"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Genel:"
+ "value" : "Büyük/Küçük Harf Duyarsız"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chung:"
+ "value" : "Bỏ qua hoa thường"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全局:"
+ "value" : "忽略大小写"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全域:"
+ "value" : "忽略大小寫"
}
}
}
},
- "Go" : {
+ "Ignore foreign key checks" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "외래 키 검사 무시"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Go"
+ "value" : "Yabancı anahtar kontrollerini yoksay"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đi"
+ "value" : "Bỏ qua kiểm tra khóa ngoại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "前往"
+ "value" : "忽略外键检查"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "前往"
+ "value" : "忽略外鍵檢查"
}
}
}
},
- "Go to page" : {
+ "Import" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "가져오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sayfaya git"
+ "value" : "İçe Aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đi đến trang"
+ "value" : "Nhập"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "跳转到指定页"
+ "value" : "导入"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "跳至指定頁"
+ "value" : "匯入"
}
}
}
},
- "Go to Settings…" : {
+ "Import %@…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 가져오기…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ayarlar'a git…"
+ "value" : "%@ İçe Aktar…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đi đến Cài đặt…"
+ "value" : "Nhập %@…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "前往设置…"
+ "value" : "导入 %@…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "前往設定…"
+ "value" : "匯入 %@…"
}
}
}
},
- "Google Cloud serverless data warehouse" : {
+ "Import Complete" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "가져오기 완료"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Google Cloud sunucusuz veri ambarı"
+ "value" : "İçe Aktarma Tamamlandı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kho dữ liệu serverless của Google Cloud"
+ "value" : "Nhập Hoàn tất"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Google Cloud 无服务器数据仓库"
+ "value" : "导入完成"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Google Cloud 無伺服器資料倉儲"
+ "value" : "匯入完成"
}
}
}
},
- "Got Slower" : {
+ "Import Completed with Errors" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "오류가 발생했지만 가져오기 완료"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yavaşladı"
+ "value" : "İçe Aktarma Hatalarla Tamamlandı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chậm đi"
+ "value" : "Nhập hoàn tất với lỗi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "变慢了"
+ "value" : "导入完成但有错误"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "變慢了"
+ "value" : "匯入完成但有錯誤"
}
}
}
},
- "Grant %1$@ on %2$@" : {
+ "Import Connection from Link" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "링크에서 연결 가져오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%2$@ üzerinde %1$@ ver"
+ "value" : "Bağlantıyı Linkten İçe Aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cấp %1$@ trên %2$@"
+ "value" : "Nhập kết nối từ liên kết"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在 %2$@ 上授予 %1$@"
+ "value" : "从链接导入连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在 %2$@ 上授予 %1$@"
+ "value" : "從連結匯入連線"
}
}
}
},
- "Grant All" : {
+ "Import Connections" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 가져오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tümünü Ver"
+ "value" : "Bağlantıları İçe Aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cấp tất cả"
+ "value" : "Nhập Kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部授予"
+ "value" : "导入连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部授予"
+ "value" : "匯入連線"
}
}
}
},
- "Grant privileges to %@" : {
+ "Import Connections..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 가져오기..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ hesabına yetki ver"
+ "value" : "Bağlantıları İçe Aktar..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cấp quyền cho %@"
+ "value" : "Nhập Kết nối..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "向 %@ 授予权限"
+ "value" : "导入连接…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "向 %@ 授予權限"
+ "value" : "匯入連線…"
}
}
}
},
- "Granted" : {
+ "Import Data" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터 가져오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Verildi"
+ "value" : "Veriyi İçe Aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã cấp"
+ "value" : "Nhập dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已授予"
+ "value" : "导入数据"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已授予"
+ "value" : "匯入資料"
}
}
}
},
- "Granted on %@" : {
+ "Import Data (⌘⇧I)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터 가져오기 (⌘⇧I)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ üzerinde verildi"
+ "value" : "Veriyi İçe Aktar (⌘⇧I)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã cấp trên %@"
+ "value" : "Nhập dữ liệu (⌘⇧I)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已在 %@ 上授予"
+ "value" : "导入数据 (⌘⇧I)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已在 %@ 上授予"
+ "value" : "匯入資料 (⌘⇧I)"
}
}
}
},
- "Graphite" : {
- "extractionState" : "stale",
+ "Import Data..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터 가져오기..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Graphite"
+ "value" : "Veri İçe Aktar..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Than chì"
+ "value" : "Nhập dữ liệu..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "石墨"
+ "value" : "导入数据…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "石墨"
+ "value" : "匯入資料…"
}
}
}
},
- "Gray" : {
+ "Import Failed" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "가져오기 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gri"
+ "value" : "İçe Aktarma Başarısız"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xám"
+ "value" : "Nhập thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "灰色"
+ "value" : "导入失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "灰色"
+ "value" : "匯入失敗"
}
}
}
},
- "greater or equal" : {
+ "Import Format" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "가져오기 형식"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "greater or equal"
+ "value" : "İçe Aktarma Biçimi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "lớn hơn hoặc bằng"
+ "value" : "Định dạng nhập"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "大于或等于"
+ "value" : "导入格式"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "大於或等於"
+ "value" : "匯入格式"
}
}
}
},
- "greater than" : {
+ "Import Formats" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "가져오기 형식"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "greater than"
+ "value" : "İçe Aktarma Biçimleri"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "lớn hơn"
+ "value" : "Định dạng nhập"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "大于"
+ "value" : "导入格式"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "大於"
+ "value" : "匯入格式"
}
}
}
},
- "Green" : {
+ "Import Not Supported" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "가져오기가 지원되지 않음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeşil"
+ "value" : "İçe Aktarma Desteklenmiyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xanh lá"
+ "value" : "Không hỗ trợ nhập"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "绿色"
+ "value" : "不支持导入"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "綠色"
+ "value" : "不支援匯入"
}
}
}
},
- "Group" : {
+ "Import SQL" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "SQL 가져오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Grup"
+ "value" : "SQL İçe Aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhóm"
+ "value" : "Nhập SQL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "分组"
+ "value" : "导入 SQL"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "群組"
+ "value" : "匯入 SQL"
}
}
}
},
- "Group name" : {
+ "Import Successful" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "가져오기 성공"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Grup adı"
+ "value" : "İçe Aktarma Başarılı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên nhóm"
+ "value" : "Nhập thành công"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "分组名称"
+ "value" : "导入成功"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "群組名稱"
+ "value" : "匯入成功"
}
}
}
},
- "Group: %@" : {
+ "Import all fields" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 필드 가져오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Grup: %@"
+ "value" : "Tüm alanları içe aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhóm: %@"
+ "value" : "Nhập tất cả các trường"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "分组:%@"
+ "value" : "导入所有字段"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "群組:%@"
+ "value" : "匯入所有欄位"
}
}
}
},
- "Groups & Tags:" : {
+ "Import cancelled by user" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사용자가 가져오기를 취소했습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gruplar ve Etiketler:"
+ "value" : "İçe aktarma kullanıcı tarafından iptal edildi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhóm & thẻ:"
+ "value" : "Người dùng đã hủy nhập"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "分组与标签:"
+ "value" : "用户已取消导入"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "群組與標籤:"
+ "value" : "使用者已取消匯入"
}
}
}
},
- "gzip executable not found" : {
+ "Import completed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "가져오기 완료"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "gzip çalıştırılabilir dosyası bulunamadı"
+ "value" : "İçe aktarma tamamlandı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy chương trình gzip"
+ "value" : "Đã nhập xong"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到 gzip 可执行文件"
+ "value" : "导入完成"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到 gzip 執行檔"
+ "value" : "匯入完成"
}
}
}
},
- "Has unsaved changes" : {
+ "Import completed with errors" : {
+ "comment" : "Text displayed in an alert when an import has failed with errors.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "오류가 발생했지만 가져오기 완료"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kaydedilmemiş değişiklikler var"
+ "value" : "İçe aktarma hatalarla tamamlandı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Có thay đổi chưa lưu"
+ "value" : "Nhập xong nhưng có lỗi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "有未保存的更改"
+ "value" : "导入完成,但有错误"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "有未儲存的變更"
+ "value" : "匯入完成,但有錯誤"
}
}
}
},
- "Help" : {
+ "Import data" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터 가져오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yardım"
+ "value" : "Import data"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trợ giúp"
+ "value" : "Nhập dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "帮助"
+ "value" : "导入数据"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "輔助說明"
+ "value" : "匯入資料"
}
}
}
},
- "Help improve TablePro by sharing anonymous usage statistics (no personal data or queries)." : {
+ "Import failed" : {
+ "comment" : "Title of the alert when an import fails.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "가져오기 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Anonim kullanım istatistiklerini paylaşarak TablePro'nun gelişmesine yardımcı olun (kişisel veri veya sorgu yok)."
+ "value" : "İçe aktarma başarısız"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giúp cải thiện TablePro bằng cách chia sẻ thống kê sử dụng ẩn danh (không có dữ liệu cá nhân hay truy vấn nào)."
+ "value" : "Nhập thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "通过分享匿名使用统计数据帮助改进 TablePro(不包含个人数据或查询内容)。"
+ "value" : "导入失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "分享匿名使用統計協助改善 TablePro(不含個人資料或查詢內容)。"
+ "value" : "匯入失敗"
}
}
}
},
- "Hex bytes" : {
+ "Import failed at line %lld: %@" : {
+ "extractionState" : "stale",
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Import failed at line %1$lld: %2$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "줄 %1$lld에서 가져오기에 실패했습니다: %2$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hex bayt"
+ "value" : "Satır %lld'de içe aktarma başarısız: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Byte dạng Hex"
+ "value" : "Nhập thất bại tại dòng %1$lld: %2$@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "十六进制字节"
+ "value" : "在第 %lld 行导入失败: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "十六進位位元組"
+ "value" : "在第 %1$lld 行匯入失敗:%2$@"
}
}
}
},
- "Hide All" : {
+ "Import from %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@에서 가져오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tümünü Gizle"
+ "value" : "%@ uygulamasından içe aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ẩn tất cả"
+ "value" : "Nhập từ %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隐藏全部"
+ "value" : "从 %@ 导入"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部隱藏"
+ "value" : "從 %@ 匯入"
}
}
}
},
- "Hide Column" : {
+ "Import from Codex CLI" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Codex CLI에서 가져오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütunu Gizle"
+ "value" : "Codex CLI'den İçe Aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ẩn cột"
+ "value" : "Nhập từ Codex CLI"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隐藏列"
+ "value" : "从 Codex CLI 导入"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隱藏欄位"
+ "value" : "從 Codex CLI 匯入"
}
}
}
},
- "Hide Connections" : {
- "comment" : "Title of the menu item that hides the sidebar rail.",
- "isCommentAutoGenerated" : true,
+ "Import from DDL" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "DDL에서 가져오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantıları Gizle"
+ "value" : "DDL'den İçe Aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ẩn kết nối"
+ "value" : "Nhập từ DDL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隐藏连接"
+ "value" : "从 DDL 导入"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隱藏連線"
+ "value" : "從 DDL 匯入"
}
}
}
},
- "Hide Filter Bar" : {
+ "Import from Other App" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다른 앱에서 가져오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtre Çubuğunu Gizle"
+ "value" : "Diğer Uygulamadan İçe Aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ẩn thanh bộ lọc"
+ "value" : "Nhập từ ứng dụng khác"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隐藏筛选栏"
+ "value" : "从其他应用导入"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隱藏篩選列"
+ "value" : "從其他 App 匯入"
}
}
}
},
- "Hide Inspector" : {
+ "Import from Other App..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다른 앱에서 가져오기..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Denetçiyi Gizle"
+ "value" : "Diğer Uygulamadan İçe Aktar..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ẩn thanh kiểm tra"
+ "value" : "Nhập từ ứng dụng khác..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隐藏检查器"
+ "value" : "从其他应用导入…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隱藏檢閱器"
+ "value" : "從其他 App 匯入…"
}
}
}
},
- "Hide Others" : {
+ "Import from URL" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "URL에서 가져오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Diğerlerini Gizle"
+ "value" : "URL'den İçe Aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ẩn các mục khác"
+ "value" : "Nhập từ URL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隐藏其他"
+ "value" : "从 URL 导入"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隱藏其他"
+ "value" : "從 URL 匯入"
}
}
}
},
- "Hide Query History" : {
+ "Import from URL..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "URL에서 가져오기..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorgu Geçmişini Gizle"
+ "value" : "URL'den İçe Aktar..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ẩn lịch sử truy vấn"
+ "value" : "Nhập từ URL..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隐藏查询历史"
+ "value" : "从 URL 导入..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隱藏查詢歷史"
+ "value" : "從 URL 匯入..."
}
}
}
},
- "Hide Results" : {
+ "Import into:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "가져올 위치:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sonuçları Gizle"
+ "value" : "Şuraya içe aktar:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ẩn kết quả"
+ "value" : "Nhập vào:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隐藏结果"
+ "value" : "导入到:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隱藏結果"
+ "value" : "匯入到:"
}
}
}
},
- "Hide Sidebar" : {
+ "Import is not supported for %@ connections." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 연결에서는 가져오기가 지원되지 않습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kenar Çubuğunu Gizle"
+ "value" : "%@ bağlantıları için içe aktarma desteklenmiyor."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ẩn thanh bên"
+ "value" : "Không hỗ trợ nhập cho kết nối %@."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隐藏侧边栏"
+ "value" : "%@ 连接不支持导入。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隱藏側邊欄"
+ "value" : "%@ 連線不支援匯入。"
}
}
}
},
- "Hide TablePro" : {
+ "Import rows into a table" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블로 행 가져오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "TablePro'yu Gizle"
+ "value" : "Bir tabloya satır içe aktar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ẩn TablePro"
+ "value" : "Nhập hàng vào bảng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隐藏 TablePro"
+ "value" : "将行导入表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隱藏 TablePro"
+ "value" : "將列匯入資料表"
}
}
}
},
- "Hide token" : {
+ "Import..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "가져오기..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Token gizle"
+ "value" : "İçe Aktar..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ẩn token"
+ "value" : "Nhập..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隐藏令牌"
+ "value" : "导入..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隱藏權杖"
+ "value" : "匯入…"
}
}
}
},
- "Hide Workspace Rail" : {
- "extractionState" : "stale",
+ "Importance" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "중요도"
+ }
+ },
"tr" : {
"stringUnit" : {
- "state" : "needs_review",
- "value" : "Çalışma Alanı Şeridini Gizle"
+ "state" : "translated",
+ "value" : "Önem"
}
},
"vi" : {
"stringUnit" : {
- "state" : "needs_review",
- "value" : "Ẩn thanh không gian làm việc"
+ "state" : "translated",
+ "value" : "Mức quan trọng"
}
},
"zh-Hans" : {
"stringUnit" : {
- "state" : "needs_review",
- "value" : "隐藏工作区栏"
+ "state" : "translated",
+ "value" : "重要程度"
}
},
"zh-Hant" : {
"stringUnit" : {
- "state" : "needs_review",
- "value" : "隱藏工作區列"
+ "state" : "translated",
+ "value" : "重要程度"
}
}
}
},
- "High" : {
+ "Importing passwords from %1$@ reads up to %2$d keychain items. macOS prompts for your login password once per item because each is owned by %1$@. Click Always Allow on each prompt to grant TablePro permanent access. Cancel any prompt to skip the rest." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@에서 암호를 가져오면 최대 %2$d개의 키체인 항목을 읽습니다. 각 항목의 소유 앱은 %1$@입니다. 따라서 macOS는 항목마다 로그인 암호를 묻습니다. 각 메시지에서 '항상 허용'을 클릭하면 TablePro에 영구 접근 권한을 부여합니다. 나머지 항목을 건너뛰려면 아무 메시지에서나 취소를 클릭하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yüksek"
+ "value" : "%1$@ uygulamasından parola içe aktarma en fazla %2$d anahtar zinciri öğesi okur. Her öğe %1$@ uygulamasına ait olduğu için macOS her öğe için bir kez oturum açma parolanızı sorar. TablePro'ya kalıcı erişim vermek için her istemde Her Zaman İzin Ver'e tıklayın. Kalanları atlamak için herhangi bir istemi iptal edin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cao"
+ "value" : "Nhập mật khẩu từ %1$@ sẽ đọc tối đa %2$d mục trong keychain. macOS hỏi mật khẩu đăng nhập của bạn một lần cho mỗi mục vì mỗi mục thuộc sở hữu của %1$@. Bấm Luôn cho phép ở mỗi lời nhắc để cấp cho TablePro quyền truy cập vĩnh viễn. Hủy bất kỳ lời nhắc nào để bỏ qua phần còn lại."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "高"
+ "value" : "从 %1$@ 导入密码最多会读取 %2$d 个钥匙串项。由于每一项都归 %1$@ 所有,macOS 会针对每一项要求输入一次登录密码。请在每个提示中点按“始终允许”以授予 TablePro 永久访问权限。取消任一提示将跳过其余项。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "高"
+ "value" : "從 %1$@ 匯入密碼最多會讀取 %2$d 個鑰匙圈項目。由於每一項都歸 %1$@ 所有,macOS 會針對每一項要求輸入一次登入密碼。請在每個提示中點按「總是允許」以授予 TablePro 永久存取權限。取消任一提示將略過其餘項目。"
}
}
}
},
- "High cost" : {
- "comment" : "Accessibility label for a query plan severity of high cost.",
- "isCommentAutoGenerated" : true,
+ "Importing..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "가져오는 중..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yüksek maliyet"
+ "value" : "İçe aktarılıyor..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chi phí cao"
+ "value" : "Đang nhập..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "高成本"
+ "value" : "导入中..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "高成本"
+ "value" : "匯入中…"
}
}
}
},
- "Higher values create fewer INSERT statements, resulting in smaller files and faster imports" : {
- "extractionState" : "stale",
+ "Imports" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터 가져오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Daha yüksek değerler daha az INSERT ifadesi oluşturur, daha küçük dosyalar ve daha hızlı içe aktarma sağlar"
+ "value" : "İçe Aktarmalar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giá trị cao hơn tạo ít câu lệnh INSERT hơn, giúp tệp nhỏ hơn và nhập nhanh hơn"
+ "value" : "Nhập dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "值越大,生成的 INSERT 语句越少,文件更小,导入更快"
+ "value" : "导入"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "值越大,產生的 INSERT 陳述式越少,檔案更小且匯入更快"
+ "value" : "匯入"
}
}
}
},
- "Highlight current line" : {
+ "Import…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "가져오기…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mevcut satırı vurgula"
+ "value" : "İçe Aktar…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đánh dấu dòng hiện tại"
+ "value" : "Nhập…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "高亮当前行"
+ "value" : "导入…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "標示目前行"
+ "value" : "匯入…"
}
}
}
},
- "History" : {
+ "In-memory data store and cache" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인메모리 데이터 저장소 및 캐시"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçmiş"
+ "value" : "Bellek içi veri deposu ve önbellek"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lịch sử"
+ "value" : "Kho dữ liệu và cache trong bộ nhớ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "历史记录"
+ "value" : "内存数据存储与缓存"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "歷程記錄"
+ "value" : "記憶體內資料儲存與快取"
}
}
}
},
- "history entries" : {
- "extractionState" : "stale",
+ "Inactive" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "비활성"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "history entries"
+ "value" : "Etkin Değil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "mục lịch sử"
+ "value" : "Không hoạt động"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "条历史记录"
+ "value" : "非活跃"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筆歷程記錄"
+ "value" : "非作用中"
}
}
}
},
- "history entry" : {
- "extractionState" : "stale",
+ "Include Credentials" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "자격 증명 포함"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "history entry"
+ "value" : "Kimlik Bilgilerini Dahil Et"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "mục lịch sử"
+ "value" : "Bao gồm Thông tin Đăng nhập"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "条历史记录"
+ "value" : "包含凭据"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "筆歷程記錄"
+ "value" : "包含認證資訊"
}
}
}
},
- "History Limit:" : {
+ "Include NULL values" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "NULL 값 포함"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçmiş Limiti:"
+ "value" : "NULL değerleri dahil et"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giới hạn lịch sử:"
+ "value" : "Bao gồm giá trị NULL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "历史记录上限:"
+ "value" : "包含 NULL 值"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "歷程記錄上限:"
+ "value" : "包含 NULL 值"
}
}
}
},
- "History Unavailable" : {
+ "Include approximate row counts (default false)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "대략적인 행 수 포함(기본값: false)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçmiş Kullanılamıyor"
+ "value" : "Yaklaşık satır sayılarını dahil et (varsayılan false)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có lịch sử"
+ "value" : "Bao gồm số hàng ước tính (mặc định false)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "历史不可用"
+ "value" : "包含近似行数(默认 false)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "記錄無法使用"
+ "value" : "包含近似列數(預設為 false)"
}
}
}
},
- "Homepage" : {
+ "Include column headers" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 머리글 포함"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ana Sayfa"
+ "value" : "Sütun başlıklarını dahil et"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trang chủ"
+ "value" : "Bao gồm tiêu đề cột"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "主页"
+ "value" : "包含列标题"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "首頁"
+ "value" : "包含欄位標題"
}
}
}
},
- "Host" : {
+ "Include current query" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "현재 쿼리 포함"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sunucu"
+ "value" : "Mevcut sorguyu dahil et"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Máy chủ"
+ "value" : "Bao gồm truy vấn hiện tại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "主机"
+ "value" : "包含当前查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "主機"
+ "value" : "包含目前查詢"
}
}
}
},
- "Host and port assumed" : {
+ "Include database schema" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 스키마 포함"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sunucu ve port varsayıldı"
+ "value" : "Veritabanı şemasını dahil et"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Máy chủ và cổng được suy đoán"
+ "value" : "Bao gồm schema cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "主机和端口为推测值"
+ "value" : "包含数据库 Schema"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "主機與連接埠為推測值"
+ "value" : "包含資料庫綱要"
}
}
}
},
- "Host looks like a socket path" : {
+ "Include diagnostics" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "진단 정보 포함"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sunucu adı soket yoluna benziyor"
+ "value" : "Tanılamaları dahil et"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Máy chủ trông giống đường dẫn socket"
+ "value" : "Đính kèm thông tin chẩn đoán"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "主机看起来像 socket 路径"
+ "value" : "包含诊断信息"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "主機看起來像 socket 路徑"
+ "value" : "包含診斷資訊"
}
}
}
},
- "Host:" : {
+ "Include in iCloud Sync" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "iCloud 동기화에 포함"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sunucu:"
+ "value" : "iCloud Eşitlemesine Dahil Et"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Máy chủ:"
+ "value" : "Đưa vào đồng bộ iCloud"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "主机:"
+ "value" : "包含在 iCloud 同步中"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "主機:"
+ "value" : "納入 iCloud 同步"
}
}
}
},
- "Host: %@" : {
+ "Include passwords" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "암호 포함"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sunucu: %@"
+ "value" : "Parolaları dahil et"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Máy chủ: %@"
+ "value" : "Bao gồm mật khẩu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "主机:%@"
+ "value" : "包含密码"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "主機:%@"
+ "value" : "包含密碼"
}
}
}
},
- "Hostname" : {
+ "Include query results" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리 결과 포함"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sunucu adı"
+ "value" : "Sorgu sonuçlarını dahil et"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên máy chủ"
+ "value" : "Bao gồm kết quả truy vấn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "主机名"
+ "value" : "包含查询结果"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "主機名稱"
+ "value" : "包含查詢結果"
}
}
}
},
- "hostname:%lld" : {
- "extractionState" : "stale",
+ "Include this filter when applying" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "적용 시 이 필터 포함"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "hostname:%lld"
+ "value" : "Uygularken bu filtreyi dahil et"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "hostname:%lld"
+ "value" : "Bao gồm bộ lọc này khi áp dụng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "hostname:%lld"
+ "value" : "应用时包含此筛选"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "hostname:%lld"
+ "value" : "套用時包含這個篩選條件"
}
}
}
},
- "Hosts" : {
+ "Incompatible plugin version" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "호환되지 않는 플러그인 버전"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sunucular"
+ "value" : "Uyumsuz eklenti sürümü"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Host"
+ "value" : "Phiên bản plugin không tương thích"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "主机"
+ "value" : "插件版本不兼容"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "主機"
+ "value" : "外掛版本不相容"
}
}
}
},
- "Hover" : {
+ "Incorrect passphrase" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "암호가 올바르지 않습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Üzerine Gelme"
+ "value" : "Yanlış parola"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Di chuột"
+ "value" : "Cụm mật khẩu không đúng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "悬停"
+ "value" : "密码短语不正确"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "停留"
+ "value" : "密碼短語不正確"
}
}
}
},
- "Huge" : {
- "extractionState" : "stale",
+ "Increase Text Size" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "텍스트 크기 늘리기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Çok Büyük"
+ "value" : "Metin Boyutunu Büyüt"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Rất lớn"
+ "value" : "Tăng cỡ chữ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "超大"
+ "value" : "增大文字大小"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "超大"
+ "value" : "增大文字大小"
}
}
}
},
- "iCloud account is not available. Sign in to iCloud in System Settings." : {
- "extractionState" : "stale",
+ "Increase font size" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "글꼴 크기 늘리기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "iCloud account is not available. Sign in to iCloud in System Settings."
+ "value" : "Yazı boyutunu büyüt"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tài khoản iCloud không khả dụng. Đăng nhập iCloud trong Cài đặt hệ thống."
+ "value" : "Tăng cỡ chữ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "iCloud 账户不可用。请在系统设置中登录 iCloud。"
+ "value" : "增大字号"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "iCloud 帳號無法使用。請在「系統設定」中登入 iCloud。"
+ "value" : "增大字型大小"
}
}
}
},
- "iCloud Connected" : {
+ "Indent" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "들여쓰기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "iCloud Connected"
+ "value" : "Girintile"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã kết nối iCloud"
+ "value" : "Thụt lề"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "iCloud 已连接"
+ "value" : "缩进"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "iCloud 已連線"
+ "value" : "縮排"
}
}
}
},
- "iCloud server error: %@" : {
- "extractionState" : "stale",
+ "Index Size" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인덱스 크기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "iCloud server error: %@"
+ "value" : "İndeks Boyutu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lỗi máy chủ iCloud: %@"
+ "value" : "Kích thước chỉ mục"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "iCloud 服务器错误:%@"
+ "value" : "索引大小"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "iCloud 伺服器錯誤:%@"
+ "value" : "索引大小"
}
}
}
},
- "iCloud storage is full. Free up space or reduce the history sync limit." : {
+ "Index name" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인덱스 이름"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "iCloud storage is full. Free up space or reduce the history sync limit."
+ "value" : "İndeks adı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bộ nhớ iCloud đã đầy. Giải phóng dung lượng hoặc giảm giới hạn đồng bộ lịch sử."
+ "value" : "Tên chỉ mục"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "iCloud 储存空间已满。请释放空间或减少历史记录同步上限。"
+ "value" : "索引名称"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "iCloud 儲存空間已滿。請釋出空間或降低歷程記錄同步上限。"
+ "value" : "索引名稱"
}
}
}
},
- "iCloud Sync" : {
+ "Indexes" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인덱스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "iCloud Sync"
+ "value" : "İndeksler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đồng bộ iCloud"
+ "value" : "Chỉ mục"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "iCloud 同步"
+ "value" : "索引"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "iCloud 同步"
+ "value" : "索引"
}
}
}
},
- "iCloud Sync is active" : {
+ "Info" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "정보"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "iCloud Sync is active"
+ "value" : "Bilgi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đồng bộ iCloud đang hoạt động"
+ "value" : "Thông tin"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "iCloud 同步已启用"
+ "value" : "信息"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "iCloud 同步已啟用"
+ "value" : "資訊"
}
}
}
},
- "iCloud Sync:" : {
+ "Inherited automatically." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "자동으로 상속됨."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "iCloud Sync:"
+ "value" : "Otomatik olarak devralındı."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đồng bộ iCloud:"
+ "value" : "Được kế thừa tự động."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "iCloud 同步:"
+ "value" : "自动继承。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "iCloud 同步:"
+ "value" : "自動繼承。"
}
}
}
},
- "Icon Sizes" : {
- "extractionState" : "stale",
+ "Inherited from %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@에서 상속됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Simge Boyutları"
+ "value" : "%@ kaynağından devralındı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kích thước biểu tượng"
+ "value" : "Kế thừa từ %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "图标大小"
+ "value" : "继承自 %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "圖示大小"
+ "value" : "繼承自 %@"
}
}
}
},
- "Icons" : {
+ "Inline Configuration" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Inline Configuration"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인라인 구성"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Simgeler"
+ "value" : "Satır İçi Yapılandırma"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Biểu tượng"
+ "value" : "Cấu hình nội tuyến"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "图标"
+ "value" : "内联配置"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "圖像"
+ "value" : "行內設定"
}
}
}
},
- "Identity" : {
+ "Inline SQL suggestions appear as you type. Press Tab to accept, Escape to dismiss." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "입력하는 동안 인라인 SQL 제안이 표시됩니다. Tab 키를 누르면 수락하고 Escape 키를 누르면 닫습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kimlik"
+ "value" : "Satır içi SQL önerileri yazarken görünür. Kabul etmek için Tab, kapatmak için Escape tuşuna basın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Danh tính"
+ "value" : "Gợi ý SQL nội tuyến hiện ra khi bạn gõ. Nhấn Tab để chấp nhận, Esc để bỏ qua."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "身份"
+ "value" : "内联 SQL 建议会在输入时出现。按 Tab 接受,按 Esc 取消。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "身分"
+ "value" : "行內 SQL 建議會在輸入時出現。按 Tab 接受,按 Esc 關閉。"
}
}
}
},
- "If macOS asks for your login password, click Always Allow on each prompt." : {
+ "Inline Suggestions" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인라인 제안"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "macOS oturum açma parolanızı sorarsa her istemde Her Zaman İzin Ver'e tıklayın."
+ "value" : "Satır İçi Öneriler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nếu macOS hỏi mật khẩu đăng nhập của bạn, hãy bấm Luôn cho phép ở mỗi lời nhắc."
+ "value" : "Gợi ý nội tuyến"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "如果 macOS 要求输入登录密码,请在每个提示中点按“始终允许”。"
+ "value" : "行内建议"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "如果 macOS 要求輸入登入密碼,請在每個提示中點按「總是允許」。"
+ "value" : "行內建議"
}
}
}
},
- "If the SSH server asks for a verification code, TablePro prompts you for it when you connect." : {
+ "Insert" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "삽입"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "SSH sunucusu bir doğrulama kodu isterse, TablePro bağlanırken bunu size sorar."
+ "value" : "Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nếu máy chủ SSH yêu cầu mã xác minh, TablePro sẽ hỏi bạn khi kết nối."
+ "value" : "Chèn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "如果 SSH 服务器要求验证码,TablePro 会在连接时提示你输入。"
+ "value" : "插入"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "如果 SSH 伺服器要求驗證碼,TablePro 會在連線時提示你輸入。"
+ "value" : "插入"
}
}
}
},
- "Ignore Case" : {
+ "Insert Column" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 삽입"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Büyük/Küçük Harf Duyarsız"
+ "value" : "Sütun Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bỏ qua hoa thường"
+ "value" : "Chèn cột"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "忽略大小写"
+ "value" : "插入列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "忽略大小寫"
+ "value" : "插入欄位"
}
}
}
},
- "Ignore foreign key checks" : {
+ "Insert Column After" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "뒤에 열 삽입"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yabancı anahtar kontrollerini yoksay"
+ "value" : "Sonrasına Sütun Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bỏ qua kiểm tra khóa ngoại"
+ "value" : "Chèn cột sau"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "忽略外键检查"
+ "value" : "在后面插入列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "忽略外鍵檢查"
+ "value" : "在後方插入欄位"
}
}
}
},
- "Import" : {
+ "Insert Column Before" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "앞에 열 삽입"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İçe Aktar"
+ "value" : "Öncesine Sütun Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập"
+ "value" : "Chèn cột trước"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入"
+ "value" : "在前面插入列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入"
+ "value" : "在前方插入欄位"
}
}
}
},
- "Import %@…" : {
+ "Insert Column Left" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "왼쪽에 열 삽입"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ İçe Aktar…"
+ "value" : "Sola Sütun Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập %@…"
+ "value" : "Chèn cột bên trái"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入 %@…"
+ "value" : "在左侧插入列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入 %@…"
+ "value" : "在左方插入欄位"
}
}
}
},
- "Import all fields" : {
+ "Insert Column Right" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "오른쪽에 열 삽입"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm alanları içe aktar"
+ "value" : "Sağa Sütun Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập tất cả các trường"
+ "value" : "Chèn cột bên phải"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入所有字段"
+ "value" : "在右侧插入列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入所有欄位"
+ "value" : "在右方插入欄位"
}
}
}
},
- "Import cancelled by user" : {
- "extractionState" : "stale",
+ "Insert Row" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "행 삽입"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İçe aktarma kullanıcı tarafından iptal edildi"
+ "value" : "Satır Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Người dùng đã hủy nhập"
+ "value" : "Thêm dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "用户已取消导入"
+ "value" : "插入行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "使用者已取消匯入"
+ "value" : "插入列"
}
}
}
},
- "Import Complete" : {
+ "Insert Row Above" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "위에 행 삽입"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İçe Aktarma Tamamlandı"
+ "value" : "Üste Satır Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập Hoàn tất"
+ "value" : "Chèn dòng phía trên"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入完成"
+ "value" : "在上方插入行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入完成"
+ "value" : "在上方插入列"
}
}
}
},
- "Import completed" : {
+ "Insert Row Below" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "아래에 행 삽입"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İçe aktarma tamamlandı"
+ "value" : "Alta Satır Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã nhập xong"
+ "value" : "Chèn dòng phía dưới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入完成"
+ "value" : "在下方插入行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入完成"
+ "value" : "在下方插入列"
}
}
}
},
- "Import completed with errors" : {
- "comment" : "Text displayed in an alert when an import has failed with errors.",
- "isCommentAutoGenerated" : true,
+ "Insert Rows" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "행 삽입"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İçe aktarma hatalarla tamamlandı"
+ "value" : "Satır Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập xong nhưng có lỗi"
+ "value" : "Thêm dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入完成,但有错误"
+ "value" : "插入行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入完成,但有錯誤"
+ "value" : "插入列"
}
}
}
},
- "Import Completed with Errors" : {
- "extractionState" : "stale",
+ "Insert in Editor" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "편집기에 삽입"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İçe Aktarma Hatalarla Tamamlandı"
+ "value" : "Düzenleyiciye Ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập hoàn tất với lỗi"
+ "value" : "Chèn vào trình soạn thảo"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入完成但有错误"
+ "value" : "插入到编辑器"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入完成但有錯誤"
+ "value" : "插入到編輯器"
}
}
}
},
- "Import Connection from Link" : {
- "extractionState" : "stale",
+ "Insert into editor" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "편집기에 삽입"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantıyı Linkten İçe Aktar"
+ "value" : "Düzenleyiciye ekle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập kết nối từ liên kết"
+ "value" : "Chèn vào trình soạn thảo"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "从链接导入连接"
+ "value" : "插入到编辑器"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "從連結匯入連線"
+ "value" : "插入到編輯器"
}
}
}
},
- "Import Connections" : {
+ "Inserted" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "삽입됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantıları İçe Aktar"
+ "value" : "Eklendi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập Kết nối"
+ "value" : "Đã chèn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入连接"
+ "value" : "已插入"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入連線"
+ "value" : "已插入"
}
}
}
},
- "Import Connections..." : {
+ "Inspector" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인스펙터"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantıları İçe Aktar..."
+ "value" : "Denetçi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập Kết nối..."
+ "value" : "Thanh kiểm tra"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入连接…"
+ "value" : "检查器"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入連線…"
+ "value" : "檢閱器"
}
}
}
},
- "Import data" : {
- "extractionState" : "stale",
+ "Install" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "설치"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Import data"
+ "value" : "Yükle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập dữ liệu"
+ "value" : "Cài đặt"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入数据"
+ "value" : "安装"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入資料"
+ "value" : "安裝"
}
}
}
},
- "Import Data" : {
+ "Install Plugin" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "플러그인 설치"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veriyi İçe Aktar"
+ "value" : "Eklentiyi Yükle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập dữ liệu"
+ "value" : "Cài đặt Plugin"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入数据"
+ "value" : "安装插件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入資料"
+ "value" : "安裝外掛"
}
}
}
},
- "Import Data (⌘⇧I)" : {
- "extractionState" : "stale",
+ "Install Plugin…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "플러그인 설치…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veriyi İçe Aktar (⌘⇧I)"
+ "value" : "Eklenti Yükle…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập dữ liệu (⌘⇧I)"
+ "value" : "Cài plugin…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入数据 (⌘⇧I)"
+ "value" : "安装插件…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入資料 (⌘⇧I)"
+ "value" : "安裝外掛…"
}
}
}
},
- "Import Data..." : {
+ "Install Theme" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테마 설치"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veri İçe Aktar..."
+ "value" : "Temayı Yükle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập dữ liệu..."
+ "value" : "Cài đặt chủ đề"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入数据…"
+ "value" : "安装主题"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入資料…"
+ "value" : "安裝主題"
}
}
}
},
- "Import failed" : {
- "comment" : "Title of the alert when an import fails.",
- "isCommentAutoGenerated" : true,
+ "Install from File..." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파일에서 설치..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İçe aktarma başarısız"
+ "value" : "Dosyadan Yükle..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập thất bại"
+ "value" : "Cài đặt từ tập tin..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入失败"
+ "value" : "从文件安装..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入失敗"
+ "value" : "從檔案安裝…"
}
}
}
},
- "Import Failed" : {
- "extractionState" : "stale",
+ "Install plugin from file" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파일에서 플러그인 설치"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İçe Aktarma Başarısız"
+ "value" : "Eklentiyi dosyadan yükle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập thất bại"
+ "value" : "Cài đặt plugin từ tệp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入失败"
+ "value" : "从文件安装插件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入失敗"
+ "value" : "從檔案安裝外掛"
}
}
}
},
- "Import failed at line %lld: %@" : {
+ "Install the CLI client for %@" : {
"extractionState" : "stale",
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Import failed at line %1$lld: %2$@"
+ "state" : "translated",
+ "value" : "%@용 CLI 클라이언트 설치"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satır %lld'de içe aktarma başarısız: %@"
+ "value" : "%@ için CLI istemcisini yükleyin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập thất bại tại dòng %1$lld: %2$@"
+ "value" : "Cài đặt CLI client cho %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在第 %lld 行导入失败: %@"
+ "value" : "安装 %@ 的 CLI 客户端"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在第 %1$lld 行匯入失敗:%2$@"
+ "value" : "安裝 %@ 的 CLI 用戶端"
}
}
}
},
- "Import Format" : {
+ "Installation Failed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "설치 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İçe Aktarma Biçimi"
+ "value" : "Yükleme Başarısız"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Định dạng nhập"
+ "value" : "Cài đặt thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入格式"
+ "value" : "安装失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入格式"
+ "value" : "安裝失敗"
}
}
}
},
- "Import Formats" : {
+ "Installed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "설치됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İçe Aktarma Biçimleri"
+ "value" : "Yüklendi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Định dạng nhập"
+ "value" : "Đã cài đặt"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入格式"
+ "value" : "已安装"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入格式"
+ "value" : "已安裝"
}
}
}
},
- "Import from %@" : {
+ "Installed Plugins" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "설치된 플러그인"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ uygulamasından içe aktar"
+ "value" : "Yüklü Eklentiler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập từ %@"
+ "value" : "Plugin đã cài đặt"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "从 %@ 导入"
+ "value" : "已安装的插件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "從 %@ 匯入"
+ "value" : "已安裝的外掛"
}
}
}
},
- "Import from Codex CLI" : {
+ "Installing..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "설치 중..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Codex CLI'den İçe Aktar"
+ "value" : "Yükleniyor..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập từ Codex CLI"
+ "value" : "Đang cài đặt..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "从 Codex CLI 导入"
+ "value" : "安装中..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "從 Codex CLI 匯入"
+ "value" : "安裝中…"
}
}
}
},
- "Import from DDL" : {
+ "Installing…" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "설치 중…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "DDL'den İçe Aktar"
+ "value" : "Yükleniyor…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập từ DDL"
+ "value" : "Đang cài đặt…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "从 DDL 导入"
+ "value" : "正在安装…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "從 DDL 匯入"
+ "value" : "安裝中…"
}
}
}
},
- "Import from Other App" : {
+ "Instance connection name" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인스턴스 연결 이름"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Diğer Uygulamadan İçe Aktar"
+ "value" : "Örnek bağlantı adı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập từ ứng dụng khác"
+ "value" : "Tên kết nối instance"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "从其他应用导入"
+ "value" : "实例连接名称"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "從其他 App 匯入"
+ "value" : "執行個體連線名稱"
}
}
}
},
- "Import from Other App..." : {
+ "Instance connection name must be project:region:instance" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인스턴스 연결 이름은 project:region:instance 형식이어야 합니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Diğer Uygulamadan İçe Aktar..."
+ "value" : "Örnek bağlantı adı project:region:instance biçiminde olmalı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập từ ứng dụng khác..."
+ "value" : "Tên kết nối instance phải theo dạng project:region:instance"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "从其他应用导入…"
+ "value" : "实例连接名称必须为 project:region:instance"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "從其他 App 匯入…"
+ "value" : "執行個體連線名稱必須為 project:region:instance"
}
}
}
},
- "Import from URL" : {
+ "Integer" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "정수"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "URL'den İçe Aktar"
+ "value" : "Tamsayı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập từ URL"
+ "value" : "Số nguyên"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "从 URL 导入"
+ "value" : "整数"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "從 URL 匯入"
+ "value" : "整數"
}
}
}
},
- "Import from URL..." : {
+ "Integrations" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "통합"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "URL'den İçe Aktar..."
+ "value" : "Entegrasyonlar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập từ URL..."
+ "value" : "Tích hợp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "从 URL 导入..."
+ "value" : "集成"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "從 URL 匯入..."
+ "value" : "整合"
}
}
}
},
- "Import into:" : {
+ "Integrations Activity" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "통합 활동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Şuraya içe aktar:"
+ "value" : "Entegrasyon Etkinliği"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập vào:"
+ "value" : "Hoạt động tích hợp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入到:"
+ "value" : "集成活动"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入到:"
+ "value" : "整合活動"
}
}
}
},
- "Import is not supported for %@ connections." : {
+ "Integrations..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "통합..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ bağlantıları için içe aktarma desteklenmiyor."
+ "value" : "Entegrasyonlar..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không hỗ trợ nhập cho kết nối %@."
+ "value" : "Tích hợp..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 连接不支持导入。"
+ "value" : "集成…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ 連線不支援匯入。"
+ "value" : "整合…"
}
}
}
},
- "Import Not Supported" : {
+ "Integrations: Failed" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "통합: 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İçe Aktarma Desteklenmiyor"
+ "value" : "Entegrasyonlar: Başarısız"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không hỗ trợ nhập"
+ "value" : "Tích hợp: Thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不支持导入"
+ "value" : "集成:失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不支援匯入"
+ "value" : "整合:失敗"
}
}
}
},
- "Import rows into a table" : {
+ "Integrations: Running" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "통합: 실행 중"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir tabloya satır içe aktar"
+ "value" : "Entegrasyonlar: Çalışıyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập hàng vào bảng"
+ "value" : "Tích hợp: Đang chạy"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "将行导入表"
+ "value" : "集成:运行中"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將列匯入資料表"
+ "value" : "整合:執行中"
}
}
}
},
- "Import SQL" : {
+ "Integrations: Running (%d clients)" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "통합: 실행 중(클라이언트 %d개)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "SQL İçe Aktar"
+ "value" : "Entegrasyonlar: Çalışıyor (%d istemci)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập SQL"
+ "value" : "Tích hợp: Đang chạy (%d client)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入 SQL"
+ "value" : "集成:运行中(%d 个客户端)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入 SQL"
+ "value" : "整合:執行中(%d 個用戶端)"
}
}
}
},
- "Import Successful" : {
+ "Integrations: Starting..." : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "통합: 시작 중..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İçe Aktarma Başarılı"
+ "value" : "Entegrasyonlar: Başlatılıyor..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập thành công"
+ "value" : "Tích hợp: Đang khởi động..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入成功"
+ "value" : "集成:启动中…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入成功"
+ "value" : "整合:啟動中…"
}
}
}
},
- "Import..." : {
+ "Integrations: Stopped" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "통합: 중지됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İçe Aktar..."
+ "value" : "Entegrasyonlar: Durduruldu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập..."
+ "value" : "Tích hợp: Đã dừng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入..."
+ "value" : "集成:已停止"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入…"
+ "value" : "整合:已停止"
}
}
}
},
- "Import…" : {
+ "Interactive Data Grid" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "대화형 데이터 그리드"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İçe Aktar…"
+ "value" : "Etkileşimli Veri Tablosu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập…"
+ "value" : "Lưới dữ liệu tương tác"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入…"
+ "value" : "交互式数据网格"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入…"
+ "value" : "互動式資料格線"
}
}
}
},
- "Importance" : {
+ "Interface" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인터페이스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Önem"
+ "value" : "Arayüz"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mức quan trọng"
+ "value" : "Giao diện"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "重要程度"
+ "value" : "界面"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "重要程度"
+ "value" : "介面"
}
}
}
},
- "Importing passwords from %1$@ reads up to %2$d keychain items. macOS prompts for your login password once per item because each is owned by %1$@. Click Always Allow on each prompt to grant TablePro permanent access. Cancel any prompt to skip the rest." : {
+ "Invalid JSON" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "잘못된 JSON"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%1$@ uygulamasından parola içe aktarma en fazla %2$d anahtar zinciri öğesi okur. Her öğe %1$@ uygulamasına ait olduğu için macOS her öğe için bir kez oturum açma parolanızı sorar. TablePro'ya kalıcı erişim vermek için her istemde Her Zaman İzin Ver'e tıklayın. Kalanları atlamak için herhangi bir istemi iptal edin."
+ "value" : "Geçersiz JSON"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập mật khẩu từ %1$@ sẽ đọc tối đa %2$d mục trong keychain. macOS hỏi mật khẩu đăng nhập của bạn một lần cho mỗi mục vì mỗi mục thuộc sở hữu của %1$@. Bấm Luôn cho phép ở mỗi lời nhắc để cấp cho TablePro quyền truy cập vĩnh viễn. Hủy bất kỳ lời nhắc nào để bỏ qua phần còn lại."
+ "value" : "JSON không hợp lệ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "从 %1$@ 导入密码最多会读取 %2$d 个钥匙串项。由于每一项都归 %1$@ 所有,macOS 会针对每一项要求输入一次登录密码。请在每个提示中点按“始终允许”以授予 TablePro 永久访问权限。取消任一提示将跳过其余项。"
+ "value" : "无效的 JSON"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "從 %1$@ 匯入密碼最多會讀取 %2$d 個鑰匙圈項目。由於每一項都歸 %1$@ 所有,macOS 會針對每一項要求輸入一次登入密碼。請在每個提示中點按「總是允許」以授予 TablePro 永久存取權限。取消任一提示將略過其餘項目。"
+ "value" : "JSON 無效"
}
}
}
},
- "Importing..." : {
+ "Invalid JSON: %@" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "잘못된 JSON: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İçe aktarılıyor..."
+ "value" : "Geçersiz JSON: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang nhập..."
+ "value" : "JSON không hợp lệ: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入中..."
+ "value" : "无效的 JSON: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入中…"
+ "value" : "JSON 無效:%@"
}
}
}
},
- "Imports" : {
+ "Invalid LSP response" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "잘못된 LSP 응답"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İçe Aktarmalar"
+ "value" : "Geçersiz LSP yanıtı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhập dữ liệu"
+ "value" : "Phản hồi LSP không hợp lệ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导入"
+ "value" : "无效的 LSP 响应"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯入"
+ "value" : "LSP 回應無效"
}
}
}
},
- "IN Clause" : {
+ "Invalid MongoDB syntax: %@" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "잘못된 MongoDB 구문: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "IN İfadesi"
+ "value" : "Geçersiz MongoDB sözdizimi: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mệnh đề IN"
+ "value" : "Cú pháp MongoDB không hợp lệ: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "IN 子句"
+ "value" : "无效的 MongoDB 语法: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "IN 子句"
+ "value" : "MongoDB 語法無效:%@"
}
}
}
},
- "in list" : {
+ "Invalid PHP Serialized Value" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "잘못된 PHP 직렬화 값"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "in list"
+ "value" : "Geçersiz PHP Serileştirilmiş Değer"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "trong danh sách"
+ "value" : "Giá trị PHP serialized không hợp lệ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在列表中"
+ "value" : "无效的 PHP 序列化值"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在清單中"
+ "value" : "無效的 PHP 序列化值"
}
}
}
},
- "In-memory data store and cache" : {
+ "Invalid UUID: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "잘못된 UUID: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bellek içi veri deposu ve önbellek"
+ "value" : "Geçersiz UUID: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kho dữ liệu và cache trong bộ nhớ"
+ "value" : "UUID không hợp lệ: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "内存数据存储与缓存"
+ "value" : "无效的 UUID:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "記憶體內資料儲存與快取"
+ "value" : "UUID 無效:%@"
}
}
}
},
- "Inactive" : {
+ "Invalid argument: %@" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "잘못된 인수: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Etkin Değil"
+ "value" : "Geçersiz bağımsız değişken: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không hoạt động"
+ "value" : "Đối số không hợp lệ: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "非活跃"
+ "value" : "无效的参数: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "非作用中"
+ "value" : "無效的引數:%@"
}
}
}
},
- "Include approximate row counts (default false)" : {
+ "Invalid column indices for reorder operation" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "재정렬 작업의 열 인덱스가 올바르지 않습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yaklaşık satır sayılarını dahil et (varsayılan false)"
+ "value" : "Yeniden sıralama işlemi için geçersiz sütun dizinleri"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bao gồm số hàng ước tính (mặc định false)"
+ "value" : "Chỉ số cột không hợp lệ cho thao tác sắp xếp lại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "包含近似行数(默认 false)"
+ "value" : "重排序操作的列索引无效"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "包含近似列數(預設為 false)"
+ "value" : "重新排序操作的欄位索引無效"
}
}
}
},
- "Include column headers" : {
- "extractionState" : "stale",
+ "Invalid connection URL format" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "잘못된 연결 URL 형식"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütun başlıklarını dahil et"
+ "value" : "Geçersiz bağlantı URL biçimi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bao gồm tiêu đề cột"
+ "value" : "Định dạng URL kết nối không hợp lệ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "包含列标题"
+ "value" : "连接 URL 格式无效"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "包含欄位標題"
+ "value" : "連線 URL 格式無效"
}
}
}
},
- "Include Credentials" : {
+ "Invalid data format: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "잘못된 데이터 형식: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kimlik Bilgilerini Dahil Et"
+ "value" : "Geçersiz veri biçimi: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bao gồm Thông tin Đăng nhập"
+ "value" : "Định dạng dữ liệu không hợp lệ: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "包含凭据"
+ "value" : "数据格式无效: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "包含認證資訊"
+ "value" : "資料格式無效:%@"
}
}
}
},
- "Include current query" : {
+ "Invalid endpoint: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "잘못된 엔드포인트: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mevcut sorguyu dahil et"
+ "value" : "Geçersiz uç nokta: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bao gồm truy vấn hiện tại"
+ "value" : "Endpoint không hợp lệ: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "包含当前查询"
+ "value" : "无效的 Endpoint: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "包含目前查詢"
+ "value" : "無效的 Endpoint:%@"
}
}
}
},
- "Include database schema" : {
+ "Invalid file encoding. Try a different encoding option." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파일 인코딩이 올바르지 않습니다. 다른 인코딩 옵션을 사용해 보십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı şemasını dahil et"
+ "value" : "Geçersiz dosya kodlaması. Farklı bir kodlama seçeneği deneyin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bao gồm schema cơ sở dữ liệu"
+ "value" : "Mã hóa tệp không hợp lệ. Hãy thử tùy chọn mã hóa khác."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "包含数据库 Schema"
+ "value" : "文件编码无效。请尝试其他编码选项。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "包含資料庫綱要"
+ "value" : "檔案編碼無效。請嘗試其他編碼選項。"
}
}
}
},
- "Include diagnostics" : {
- "extractionState" : "stale",
+ "Invalid hex" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "잘못된 16진수"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tanılamaları dahil et"
+ "value" : "Geçersiz hex"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đính kèm thông tin chẩn đoán"
+ "value" : "Hex không hợp lệ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "包含诊断信息"
+ "value" : "无效的十六进制"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "包含診斷資訊"
+ "value" : "十六進位無效"
}
}
}
},
- "Include in iCloud Sync" : {
+ "Invalid license key format. Check for typos and try again." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "라이선스 키 형식이 올바르지 않습니다. 오타를 확인한 후 다시 시도하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "iCloud Eşitlemesine Dahil Et"
+ "value" : "Geçersiz lisans anahtarı biçimi. Yazım hatalarını kontrol edip tekrar deneyin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đưa vào đồng bộ iCloud"
+ "value" : "Định dạng mã giấy phép không hợp lệ. Kiểm tra lỗi chính tả và thử lại."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "包含在 iCloud 同步中"
+ "value" : "许可证密钥格式无效。请检查是否有拼写错误后重试。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "納入 iCloud 同步"
+ "value" : "授權金鑰格式無效。請檢查是否有拼字錯誤後再試一次。"
}
}
}
},
- "Include NULL values" : {
- "extractionState" : "stale",
+ "Invalid pattern" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "잘못된 패턴"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "NULL değerleri dahil et"
+ "value" : "Geçersiz desen"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bao gồm giá trị NULL"
+ "value" : "Mẫu không hợp lệ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "包含 NULL 值"
+ "value" : "模式无效"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "包含 NULL 值"
+ "value" : "模式無效"
}
}
}
},
- "Include passwords" : {
+ "Invalid plugin bundle: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "잘못된 플러그인 번들: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Parolaları dahil et"
+ "value" : "Geçersiz eklenti paketi: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bao gồm mật khẩu"
+ "value" : "Plugin bundle không hợp lệ: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "包含密码"
+ "value" : "无效的插件包: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "包含密碼"
+ "value" : "外掛套件無效:%@"
}
}
}
},
- "Include query results" : {
+ "Invalid username or password" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사용자 이름 또는 암호가 올바르지 않습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorgu sonuçlarını dahil et"
+ "value" : "Geçersiz kullanıcı adı veya parola"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bao gồm kết quả truy vấn"
+ "value" : "Tên đăng nhập hoặc mật khẩu không hợp lệ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "包含查询结果"
+ "value" : "用户名或密码无效"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "包含查詢結果"
+ "value" : "使用者名稱或密碼無效"
}
}
}
},
- "Include this filter when applying" : {
+ "Invisibles" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "보이지 않는 문자"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Uygularken bu filtreyi dahil et"
+ "value" : "Görünmezler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bao gồm bộ lọc này khi áp dụng"
+ "value" : "Ký tự ẩn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "应用时包含此筛选"
+ "value" : "不可见字符"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "套用時包含這個篩選條件"
+ "value" : "不可見字"
}
}
}
},
- "Incompatible plugin version" : {
- "extractionState" : "stale",
+ "Items" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "항목"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Uyumsuz eklenti sürümü"
+ "value" : "Öğeler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Phiên bản plugin không tương thích"
+ "value" : "Mục"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "插件版本不兼容"
+ "value" : "项目"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外掛版本不相容"
+ "value" : "項目"
}
}
}
},
- "Incorrect passphrase" : {
- "extractionState" : "stale",
+ "JSON" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "JSON"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yanlış parola"
+ "value" : "JSON"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cụm mật khẩu không đúng"
+ "value" : "JSON"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "密码短语不正确"
+ "value" : "JSON"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "密碼短語不正確"
+ "value" : "JSON"
}
}
}
},
- "Increase font size" : {
+ "JSON Too Large" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "JSON이 너무 큼"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yazı boyutunu büyüt"
+ "value" : "JSON Çok Büyük"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tăng cỡ chữ"
+ "value" : "JSON quá lớn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "增大字号"
+ "value" : "JSON 过大"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "增大字型大小"
+ "value" : "JSON 過大"
}
}
}
},
- "Increase Text Size" : {
+ "JSON Viewer" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "JSON 뷰어"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Metin Boyutunu Büyüt"
+ "value" : "JSON Görüntüleyici"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tăng cỡ chữ"
+ "value" : "Trình xem JSON"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "增大文字大小"
+ "value" : "JSON 查看器"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "增大文字大小"
+ "value" : "JSON 檢視器"
}
}
}
},
- "Indent" : {
+ "JSON-style document database" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "JSON 형식의 문서 데이터베이스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Girintile"
+ "value" : "JSON tarzı belge veritabanı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thụt lề"
+ "value" : "Cơ sở dữ liệu document kiểu JSON"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "缩进"
+ "value" : "JSON 风格的文档数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "縮排"
+ "value" : "JSON 風格的文件資料庫"
}
}
}
},
- "INDEX" : {
- "extractionState" : "stale",
+ "JSON: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "JSON: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İNDEKS"
+ "value" : "JSON: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "CHỈ MỤC"
+ "value" : "JSON: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "索引"
+ "value" : "JSON:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "索引"
+ "value" : "JSON:%@"
}
}
}
},
- "Index name" : {
- "extractionState" : "stale",
+ "Join the two columns into one, placing this text between the values." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "두 열을 하나로 결합하고 값 사이에 이 텍스트를 넣습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İndeks adı"
+ "value" : "İki sütunu tek sütunda birleştirir ve değerlerin arasına bu metni koyar."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên chỉ mục"
+ "value" : "Gộp hai cột thành một, đặt đoạn văn bản này giữa các giá trị."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "索引名称"
+ "value" : "将两列合并为一列,并在两个值之间插入这段文本。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "索引名稱"
+ "value" : "將兩個欄位合併為一個,並在兩個值之間插入這段文字。"
}
}
}
},
- "Index Size" : {
+ "Journal Mode" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "저널 모드"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İndeks Boyutu"
+ "value" : "Günlük Modu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kích thước chỉ mục"
+ "value" : "Chế độ journal"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "索引大小"
+ "value" : "日志模式"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "索引大小"
+ "value" : "日誌模式"
}
}
}
},
- "Indexes" : {
+ "Jump Hosts" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "점프 호스트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İndeksler"
+ "value" : "Atlama Sunucuları"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chỉ mục"
+ "value" : "Jump Host"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "索引"
+ "value" : "Jump Host"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "索引"
+ "value" : "跳板主機"
}
}
}
},
- "Info" : {
+ "Jump host configuration is invalid" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "점프 호스트 구성이 올바르지 않습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bilgi"
+ "value" : "Atlama sunucusu yapılandırması geçersiz"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thông tin"
+ "value" : "Cấu hình jump host không hợp lệ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "信息"
+ "value" : "跳板主机配置无效"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資訊"
+ "value" : "跳板主機設定無效"
}
}
}
},
- "Inherited automatically." : {
+ "Jump host key not found: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "점프 호스트 키를 찾을 수 없습니다: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Otomatik olarak devralındı."
+ "value" : "Atlama sunucusu anahtarı bulunamadı: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Được kế thừa tự động."
+ "value" : "Không tìm thấy khóa của jump host: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自动继承。"
+ "value" : "未找到跳板主机密钥:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "自動繼承。"
+ "value" : "找不到跳板主機金鑰:%@"
}
}
}
},
- "Inherited from %@" : {
+ "Jump hosts are connected in order before reaching the SSH server above. Only key and agent auth are supported for jumps." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "점프 호스트에 순서대로 연결한 후 위의 SSH 서버에 연결합니다. 점프 연결에는 키 및 에이전트 인증만 지원됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ kaynağından devralındı"
+ "value" : "Atlama sunucuları yukarıdaki SSH sunucusuna ulaşmadan önce sırayla bağlanır. Atlamalar için yalnızca anahtar ve aracı kimlik doğrulaması desteklenir."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kế thừa từ %@"
+ "value" : "Jump host được kết nối theo thứ tự trước khi đến SSH server phía trên. Chỉ hỗ trợ xác thực bằng khoá và agent cho các jump."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "继承自 %@"
+ "value" : "Jump Host 按顺序连接后再连接到上方的 SSH 服务器。跳转仅支持密钥和 Agent 认证。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "繼承自 %@"
+ "value" : "跳板主機會依序連線,之後才連到上方的 SSH 伺服器。跳板僅支援金鑰與 Agent 認證。"
}
}
}
},
- "Inline Configuration" : {
+ "Jump to lines" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Inline Configuration"
+ "value" : "줄로 이동"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satır İçi Yapılandırma"
+ "value" : "Satırlara git"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cấu hình nội tuyến"
+ "value" : "Nhảy tới dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "内联配置"
+ "value" : "跳转到相应行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "行內設定"
+ "value" : "跳至相應的行"
}
}
}
},
- "Inline SQL suggestions appear as you type. Press Tab to accept, Escape to dismiss." : {
+ "Keep Backing Up" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "백업 계속"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satır içi SQL önerileri yazarken görünür. Kabul etmek için Tab, kapatmak için Escape tuşuna basın."
+ "value" : "Yedeklemeye Devam Et"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gợi ý SQL nội tuyến hiện ra khi bạn gõ. Nhấn Tab để chấp nhận, Esc để bỏ qua."
+ "value" : "Tiếp tục sao lưu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "内联 SQL 建议会在输入时出现。按 Tab 接受,按 Esc 取消。"
+ "value" : "继续备份"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "行內 SQL 建議會在輸入時出現。按 Tab 接受,按 Esc 關閉。"
+ "value" : "繼續備份"
}
}
}
},
- "Inline Suggestions" : {
+ "Keep My Changes" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내 변경 사항 유지"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satır İçi Öneriler"
+ "value" : "Değişikliklerimi Koru"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gợi ý nội tuyến"
+ "value" : "Giữ thay đổi của tôi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "行内建议"
+ "value" : "保留我的更改"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "行內建議"
+ "value" : "保留我的變更"
}
}
}
},
- "Insert" : {
+ "Keep Other Version" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다른 버전 유지"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ekle"
+ "value" : "Keep Other Version"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chèn"
+ "value" : "Giữ phiên bản khác"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "插入"
+ "value" : "保留其他版本"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "插入"
+ "value" : "保留其他版本"
}
}
}
},
- "Insert Column" : {
+ "Keep Restoring" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "복원 계속"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütun Ekle"
+ "value" : "Geri Yüklemeye Devam Et"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chèn cột"
+ "value" : "Tiếp tục khôi phục"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "插入列"
+ "value" : "继续恢复"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "插入欄位"
+ "value" : "繼續還原"
}
}
}
},
- "Insert Column After" : {
- "extractionState" : "stale",
+ "Keep Running" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "계속 실행"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sonrasına Sütun Ekle"
+ "value" : "Çalışmaya Devam Et"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chèn cột sau"
+ "value" : "Tiếp tục chạy"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在后面插入列"
+ "value" : "继续运行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在後方插入欄位"
+ "value" : "繼續執行"
}
}
}
},
- "Insert Column Before" : {
+ "Keep This Mac's Version" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 Mac의 버전 유지"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Öncesine Sütun Ekle"
+ "value" : "Keep This Mac's Version"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chèn cột trước"
+ "value" : "Giữ phiên bản máy Mac này"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在前面插入列"
+ "value" : "保留此 Mac 的版本"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在前方插入欄位"
+ "value" : "保留此 Mac 的版本"
}
}
}
},
- "Insert Column Left" : {
+ "Keep entries for:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "항목 보관 기간:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sola Sütun Ekle"
+ "value" : "Keep entries for:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chèn cột bên trái"
+ "value" : "Giữ mục trong:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在左侧插入列"
+ "value" : "保留记录:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在左方插入欄位"
+ "value" : "保留記錄:"
}
}
}
},
- "Insert Column Right" : {
+ "Keep leading zeros in ZIP codes, phone numbers, and IDs by outputting all values as strings" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "우편번호, 전화번호 및 ID의 앞자리 0을 유지하려면 모든 값을 문자열로 출력합니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sağa Sütun Ekle"
+ "value" : "Keep leading zeros in ZIP codes, phone numbers, and IDs by outputting all values as strings"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chèn cột bên phải"
+ "value" : "Giữ số 0 đầu trong mã bưu chính, số điện thoại và ID bằng cách xuất tất cả giá trị dưới dạng chuỗi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在右侧插入列"
+ "value" : "通过将所有值输出为字符串来保留邮编、电话号码和 ID 中的前导零"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在右方插入欄位"
+ "value" : "將所有值輸出為字串,以保留郵遞區號、電話號碼和 ID 中的前導零"
}
}
}
},
- "Insert in Editor" : {
+ "Kerberos Principal" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Kerberos 보안 주체"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Düzenleyiciye Ekle"
+ "value" : "Kerberos Principal"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chèn vào trình soạn thảo"
+ "value" : "Kerberos Principal"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "插入到编辑器"
+ "value" : "Kerberos Principal"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "插入到編輯器"
+ "value" : "Kerberos Principal"
}
}
}
},
- "Insert into editor" : {
+ "Kerberos authentication failed: %@" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Kerberos 인증 실패: %@"
+ }
+ }
+ }
+ },
+ "Key" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "키"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Düzenleyiciye ekle"
+ "value" : "Anahtar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chèn vào trình soạn thảo"
+ "value" : "Khóa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "插入到编辑器"
+ "value" : "键"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "插入到編輯器"
+ "value" : "鍵"
}
}
}
},
- "Insert Row" : {
+ "Key %@ was not found in the secret JSON." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "비밀 JSON에서 %@ 키를 찾을 수 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satır Ekle"
+ "value" : "%@ anahtarı secret JSON içinde bulunamadı."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm dòng"
+ "value" : "Không tìm thấy khóa %@ trong JSON secret."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "插入行"
+ "value" : "在 secret JSON 中未找到键 %@。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "插入列"
+ "value" : "在 secret JSON 中找不到鍵 %@。"
}
}
}
},
- "Insert Row Above" : {
+ "Key File" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "키 파일"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Üste Satır Ekle"
+ "value" : "Key File"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chèn dòng phía trên"
+ "value" : "Tệp khóa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在上方插入行"
+ "value" : "密钥文件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在上方插入列"
+ "value" : "金鑰檔案"
}
}
}
},
- "Insert Row Below" : {
+ "Key Passphrase" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "키 암호"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Alta Satır Ekle"
+ "value" : "Anahtar Parolası"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chèn dòng phía dưới"
+ "value" : "Cụm mật khẩu của khóa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在下方插入行"
+ "value" : "密钥口令"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在下方插入列"
+ "value" : "金鑰密碼短語"
}
}
}
},
- "Insert Rows" : {
+ "Key Prefix Root" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "키 접두사 루트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satır Ekle"
+ "value" : "Anahtar Önek Kökü"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thêm dòng"
+ "value" : "Tiền tố gốc"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "插入行"
+ "value" : "键前缀根"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "插入列"
+ "value" : "索引鍵前綴根目錄"
}
}
}
},
- "INSERT Statement(s)" : {
+ "Key pattern" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "키 패턴"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "INSERT İfade(si)"
+ "value" : "Anahtar deseni"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Câu lệnh INSERT"
+ "value" : "Mẫu khóa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "INSERT 语句"
+ "value" : "键模式"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "INSERT 陳述式"
+ "value" : "鍵模式"
}
}
}
},
- "Inserted" : {
+ "Key pattern, e.g. user:*" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "키 패턴(예: user:*)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Eklendi"
+ "value" : "Anahtar deseni, örn. user:*"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã chèn"
+ "value" : "Mẫu khóa, ví dụ user:*"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已插入"
+ "value" : "键模式,例如 user:*"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已插入"
+ "value" : "鍵模式,例如 user:*"
}
}
}
},
- "Inspector" : {
+ "Key-Value" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "키-값"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Denetçi"
+ "value" : "Anahtar-Değer"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thanh kiểm tra"
+ "value" : "Key-Value"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "检查器"
+ "value" : "键值"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "檢閱器"
+ "value" : "鍵值"
}
}
}
},
- "Install" : {
+ "Keyboard" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "키보드"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yükle"
+ "value" : "Klavye"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cài đặt"
+ "value" : "Bàn phím"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "安装"
+ "value" : "键盘"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "安裝"
+ "value" : "鍵盤"
}
}
}
},
- "Install from File..." : {
- "extractionState" : "stale",
+ "Keyboard Interactive" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "키보드 대화형"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dosyadan Yükle..."
+ "value" : "Klavye Etkileşimli"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cài đặt từ tập tin..."
+ "value" : "Keyboard Interactive"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "从文件安装..."
+ "value" : "Keyboard Interactive"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "從檔案安裝…"
+ "value" : "Keyboard Interactive"
}
}
}
},
- "Install Plugin" : {
+ "Keys" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "키"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Eklentiyi Yükle"
+ "value" : "Anahtarlar"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cài đặt Plugin"
+ "value" : "Khóa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "安装插件"
+ "value" : "键"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "安裝外掛"
+ "value" : "鍵"
}
}
}
},
- "Install plugin from file" : {
+ "Keys are provided by the SSH agent (e.g. 1Password, ssh-agent)." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "키는 SSH 에이전트(예: 1Password, ssh-agent)에서 제공됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Eklentiyi dosyadan yükle"
+ "value" : "Anahtarlar SSH aracı tarafından sağlanır (örn. 1Password, ssh-agent)."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cài đặt plugin từ tệp"
+ "value" : "Khóa được cung cấp bởi SSH agent (ví dụ: 1Password, ssh-agent)."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "从文件安装插件"
+ "value" : "密钥由 SSH Agent 提供(如 1Password、ssh-agent)。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "從檔案安裝外掛"
+ "value" : "金鑰由 SSH Agent 提供(如 1Password、ssh-agent)。"
}
}
}
},
- "Install Plugin…" : {
+ "Keyword" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "키워드"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Eklenti Yükle…"
+ "value" : "Anahtar Kelime"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cài plugin…"
+ "value" : "Từ khoá"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "安装插件…"
+ "value" : "关键字"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "安裝外掛…"
+ "value" : "關鍵字"
}
}
}
},
- "Install the CLI client for %@" : {
- "extractionState" : "stale",
+ "Keyword cannot contain spaces" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "키워드에는 공백을 포함할 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ için CLI istemcisini yükleyin"
+ "value" : "Anahtar kelime boşluk içeremez"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cài đặt CLI client cho %@"
+ "value" : "Từ khoá không được chứa khoảng trắng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "安装 %@ 的 CLI 客户端"
+ "value" : "关键字不能包含空格"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "安裝 %@ 的 CLI 用戶端"
+ "value" : "關鍵字不能包含空格"
}
}
}
},
- "Install Theme" : {
+ "Keyword:" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "키워드:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Temayı Yükle"
+ "value" : "Anahtar Kelime:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cài đặt chủ đề"
+ "value" : "Từ khoá:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "安装主题"
+ "value" : "关键字:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "安裝主題"
+ "value" : "關鍵字:"
}
}
}
},
- "Installation Failed" : {
+ "Kind" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "종류"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yükleme Başarısız"
+ "value" : "Tür"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cài đặt thất bại"
+ "value" : "Loại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "安装失败"
+ "value" : "类型"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "安裝失敗"
+ "value" : "類型"
}
}
}
},
- "Installed" : {
+ "Kind:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "종류:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yüklendi"
+ "value" : "Tür:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã cài đặt"
+ "value" : "Loại:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已安装"
+ "value" : "类型:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已安裝"
+ "value" : "類型:"
}
}
}
},
- "Installed Plugins" : {
- "extractionState" : "stale",
+ "LSP process exited with code %d" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "LSP 프로세스가 종료되었습니다(코드: %d)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yüklü Eklentiler"
+ "value" : "LSP süreci %d koduyla sonlandı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Plugin đã cài đặt"
+ "value" : "Tiến trình LSP đã thoát với mã %d"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已安装的插件"
+ "value" : "LSP 进程已退出,代码为 %d"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已安裝的外掛"
+ "value" : "LSP 處理程序已結束,結束代碼為 %d"
}
}
}
},
- "Installing..." : {
+ "LSP process is not running" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "LSP 프로세스가 실행 중이 아닙니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yükleniyor..."
+ "value" : "LSP süreci çalışmıyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang cài đặt..."
+ "value" : "Tiến trình LSP không chạy"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "安装中..."
+ "value" : "LSP 进程未运行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "安裝中…"
+ "value" : "LSP 處理程序未在執行"
}
}
}
},
- "Installing…" : {
- "extractionState" : "stale",
+ "LSP request was cancelled" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "LSP 요청이 취소되었습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yükleniyor…"
+ "value" : "LSP isteği iptal edildi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang cài đặt…"
+ "value" : "Yêu cầu LSP đã bị hủy"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在安装…"
+ "value" : "LSP 请求已取消"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "安裝中…"
+ "value" : "LSP 要求已取消"
}
}
}
},
- "Instance connection name" : {
+ "LSP server error (%d): %@" : {
"localizations" : {
- "tr" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "Örnek bağlantı adı"
- }
- },
- "vi" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "Tên kết nối instance"
- }
- },
- "zh-Hans" : {
+ "en" : {
"stringUnit" : {
- "state" : "translated",
- "value" : "实例连接名称"
+ "state" : "new",
+ "value" : "LSP server error (%1$d): %2$@"
}
},
- "zh-Hant" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "執行個體連線名稱"
+ "value" : "LSP 서버 오류(%1$d): %2$@"
}
- }
- }
- },
- "Instance connection name must be project:region:instance" : {
- "localizations" : {
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Örnek bağlantı adı project:region:instance biçiminde olmalı"
+ "value" : "LSP sunucu hatası (%d): %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên kết nối instance phải theo dạng project:region:instance"
+ "value" : "Lỗi LSP server (%d): %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "实例连接名称必须为 project:region:instance"
+ "value" : "LSP 服务器错误(%d):%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "執行個體連線名稱必須為 project:region:instance"
+ "value" : "LSP 伺服器錯誤(%1$d):%2$@"
}
}
}
},
- "Integer" : {
+ "Language:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "언어:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tamsayı"
+ "value" : "Dil:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Số nguyên"
+ "value" : "Ngôn ngữ:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "整数"
+ "value" : "语言:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "整數"
+ "value" : "語言:"
}
}
}
},
- "Integrations" : {
+ "Large" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "큼"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Entegrasyonlar"
+ "value" : "Büyük"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tích hợp"
+ "value" : "Lớn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "集成"
+ "value" : "大"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "整合"
+ "value" : "大"
}
}
}
},
- "Integrations Activity" : {
+ "Last 24 hours" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최근 24시간"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Entegrasyon Etkinliği"
+ "value" : "Son 24 saat"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hoạt động tích hợp"
+ "value" : "24 giờ qua"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "集成活动"
+ "value" : "过去 24 小时"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "整合活動"
+ "value" : "過去 24 小時"
}
}
}
},
- "Integrations: Failed" : {
- "extractionState" : "stale",
+ "Last 30 days" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최근 30일"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Entegrasyonlar: Başarısız"
+ "value" : "Son 30 gün"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tích hợp: Thất bại"
+ "value" : "30 ngày qua"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "集成:失败"
+ "value" : "过去 30 天"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "整合:失敗"
+ "value" : "過去 30 天"
}
}
}
},
- "Integrations: Running" : {
- "extractionState" : "stale",
+ "Last 4 Weeks" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최근 4주"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Entegrasyonlar: Çalışıyor"
+ "value" : "Son 4 Hafta"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tích hợp: Đang chạy"
+ "value" : "4 tuần qua"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "集成:运行中"
+ "value" : "最近 4 周"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "整合:執行中"
+ "value" : "最近 4 週"
}
}
}
},
- "Integrations: Running (%d clients)" : {
- "extractionState" : "stale",
+ "Last 7 Days" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최근 7일"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Entegrasyonlar: Çalışıyor (%d istemci)"
+ "value" : "Son 7 Gün"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tích hợp: Đang chạy (%d client)"
+ "value" : "7 ngày qua"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "集成:运行中(%d 个客户端)"
+ "value" : "最近 7 天"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "整合:執行中(%d 個用戶端)"
+ "value" : "最近 7 天"
}
}
}
},
- "Integrations: Starting..." : {
- "extractionState" : "stale",
+ "Last 7 days" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최근 7일"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Entegrasyonlar: Başlatılıyor..."
+ "value" : "Son 7 gün"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tích hợp: Đang khởi động..."
+ "value" : "7 ngày qua"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "集成:启动中…"
+ "value" : "过去 7 天"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "整合:啟動中…"
+ "value" : "過去 7 天"
}
}
}
},
- "Integrations: Stopped" : {
- "extractionState" : "stale",
+ "Last Activity" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "마지막 활동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Entegrasyonlar: Durduruldu"
+ "value" : "Son Etkinlik"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tích hợp: Đã dừng"
+ "value" : "Hoạt động gần nhất"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "集成:已停止"
+ "value" : "最近活动"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "整合:已停止"
+ "value" : "最近活動"
}
}
}
},
- "Integrations..." : {
+ "Last Hour" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최근 1시간"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Entegrasyonlar..."
+ "value" : "Son Bir Saat"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tích hợp..."
+ "value" : "1 giờ qua"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "集成…"
+ "value" : "最近 1 小时"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "整合…"
+ "value" : "最近 1 小時"
}
}
}
},
- "Interactive Data Grid" : {
+ "Last Page" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "마지막 페이지"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Etkileşimli Veri Tablosu"
+ "value" : "Son Sayfa"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lưới dữ liệu tương tác"
+ "value" : "Trang cuối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "交互式数据网格"
+ "value" : "最后一页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "互動式資料格線"
+ "value" : "最後一頁"
}
}
}
},
- "Interface" : {
+ "Last Synced:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "마지막 동기화:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Arayüz"
+ "value" : "Son Eşitlendi:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giao diện"
+ "value" : "Đồng bộ lần cuối:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "界面"
+ "value" : "上次同步:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "介面"
+ "value" : "上次同步:"
}
}
}
},
- "Invalid argument: %@" : {
- "extractionState" : "stale",
+ "Last page" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "마지막 페이지"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçersiz bağımsız değişken: %@"
+ "value" : "Son sayfa"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đối số không hợp lệ: %@"
+ "value" : "Trang cuối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无效的参数: %@"
+ "value" : "最后一页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無效的引數:%@"
+ "value" : "最後一頁"
}
}
}
},
- "Invalid column indices for reorder operation" : {
+ "Last query execution summary" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "마지막 쿼리 실행 요약"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeniden sıralama işlemi için geçersiz sütun dizinleri"
+ "value" : "Son sorgu çalıştırma özeti"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chỉ số cột không hợp lệ cho thao tác sắp xếp lại"
+ "value" : "Tổng kết thực thi truy vấn gần nhất"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "重排序操作的列索引无效"
+ "value" : "上次查询执行摘要"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "重新排序操作的欄位索引無效"
+ "value" : "上次查詢執行摘要"
}
}
}
},
- "Invalid connection URL format" : {
+ "Last query execution time" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "마지막 쿼리 실행 시간"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçersiz bağlantı URL biçimi"
+ "value" : "Son sorgu çalıştırma süresi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Định dạng URL kết nối không hợp lệ"
+ "value" : "Thời gian thực thi truy vấn gần nhất"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "连接 URL 格式无效"
+ "value" : "上次查询执行时间"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連線 URL 格式無效"
+ "value" : "上次查詢執行時間"
}
}
}
},
- "Invalid data format: %@" : {
+ "Last query took %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "마지막 쿼리 소요 시간: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçersiz veri biçimi: %@"
+ "value" : "Son sorgu %@ sürdü"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Định dạng dữ liệu không hợp lệ: %@"
+ "value" : "Truy vấn trước mất %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "数据格式无效: %@"
+ "value" : "上次查询耗时 %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "資料格式無效:%@"
+ "value" : "上次查詢耗時 %@"
}
}
}
},
- "Invalid endpoint: %@" : {
+ "Last query: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "마지막 쿼리: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçersiz uç nokta: %@"
+ "value" : "Son sorgu: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Endpoint không hợp lệ: %@"
+ "value" : "Truy vấn gần nhất: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无效的 Endpoint: %@"
+ "value" : "上次查询: %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無效的 Endpoint:%@"
+ "value" : "上次查詢:%@"
}
}
}
},
- "Invalid file encoding. Try a different encoding option." : {
- "extractionState" : "stale",
+ "Last synced %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "마지막 동기화: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçersiz dosya kodlaması. Farklı bir kodlama seçeneği deneyin."
+ "value" : "Son eşitleme %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mã hóa tệp không hợp lệ. Hãy thử tùy chọn mã hóa khác."
+ "value" : "Đồng bộ lần cuối %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "文件编码无效。请尝试其他编码选项。"
+ "value" : "上次同步 %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "檔案編碼無效。請嘗試其他編碼選項。"
+ "value" : "上次同步 %@"
}
}
}
},
- "Invalid hex" : {
+ "Last updated" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "마지막 업데이트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçersiz hex"
+ "value" : "Son güncelleme"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hex không hợp lệ"
+ "value" : "Cập nhật lần cuối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无效的十六进制"
+ "value" : "最后更新"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "十六進位無效"
+ "value" : "最後更新"
}
}
}
},
- "Invalid JSON" : {
+ "Latency: %dms" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "지연 시간: %dms"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçersiz JSON"
+ "value" : "Gecikme: %dms"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON không hợp lệ"
+ "value" : "Độ trễ: %dms"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无效的 JSON"
+ "value" : "延迟:%dms"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON 無效"
+ "value" : "延遲:%dms"
}
}
}
},
- "Invalid JSON: %@" : {
+ "Latency: %lldms" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "지연 시간: %lldms"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçersiz JSON: %@"
+ "value" : "Gecikme: %lldms"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON không hợp lệ: %@"
+ "value" : "Độ trễ: %lldms"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无效的 JSON: %@"
+ "value" : "延迟: %lldms"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON 無效:%@"
+ "value" : "延遲:%lldms"
}
}
}
},
- "Invalid license key format. Check for typos and try again." : {
+ "Latest executed_at to include, Unix epoch seconds (inclusive, optional)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "포함할 가장 최근 executed_at 값(Unix 에포크 초, 경계값 포함, 선택 사항)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçersiz lisans anahtarı biçimi. Yazım hatalarını kontrol edip tekrar deneyin."
+ "value" : "Dahil edilecek en geç executed_at, Unix epoch saniyesi (dahil, isteğe bağlı)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Định dạng mã giấy phép không hợp lệ. Kiểm tra lỗi chính tả và thử lại."
+ "value" : "Mốc executed_at muộn nhất được tính, giây Unix epoch (bao gồm mốc này, tùy chọn)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "许可证密钥格式无效。请检查是否有拼写错误后重试。"
+ "value" : "要包含的最晚 executed_at,Unix 纪元秒(含,可选)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "授權金鑰格式無效。請檢查是否有拼字錯誤後再試一次。"
+ "value" : "要包含的最晚 executed_at,Unix 紀元秒(含此值,選填)"
}
}
}
},
- "Invalid LSP response" : {
+ "Layout" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "레이아웃"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçersiz LSP yanıtı"
+ "value" : "Düzen"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Phản hồi LSP không hợp lệ"
+ "value" : "Bố cục"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无效的 LSP 响应"
+ "value" : "布局"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "LSP 回應無效"
+ "value" : "版面配置"
}
}
}
},
- "Invalid MongoDB syntax: %@" : {
- "extractionState" : "stale",
+ "Layout for new connections on servers that support a database tree. Switch the current connection from the View menu." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 트리를 지원하는 서버의 새 연결에 사용할 레이아웃입니다. 보기 메뉴에서 현재 연결의 레이아웃을 전환할 수 있습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçersiz MongoDB sözdizimi: %@"
+ "value" : "Veritabanı ağacını destekleyen sunucularda yeni bağlantılar için düzen. Geçerli bağlantıyı Görünüm menüsünden değiştirin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cú pháp MongoDB không hợp lệ: %@"
+ "value" : "Bố cục cho kết nối mới trên máy chủ hỗ trợ cây cơ sở dữ liệu. Chuyển đổi cho kết nối hiện tại từ menu Xem."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无效的 MongoDB 语法: %@"
+ "value" : "支持数据库树的服务器上新建连接所用的布局。可在“视图”菜单中切换当前连接的布局。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MongoDB 語法無效:%@"
+ "value" : "支援資料庫樹狀結構的伺服器上,新連線所用的版面配置。可從「檢視」選單切換目前連線的版面配置。"
}
}
}
},
- "Invalid pattern" : {
+ "Leave blank to connect without authentication. The password is stored in the macOS Keychain." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인증 없이 연결하려면 비워 두십시오. 암호는 macOS 키체인에 저장됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçersiz desen"
+ "value" : "Kimlik doğrulamasız bağlanmak için boş bırakın. Parola macOS Keychain'de saklanır."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mẫu không hợp lệ"
+ "value" : "Để trống để kết nối không cần xác thực. Mật khẩu được lưu trong macOS Keychain."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "模式无效"
+ "value" : "留空即可在不认证的情况下连接。密码保存在 macOS 钥匙串中。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "模式無效"
+ "value" : "留空即可在不驗證的情況下連線。密碼儲存在 macOS 鑰匙圈中。"
}
}
}
},
- "Invalid PHP Serialized Value" : {
+ "Leave the principal and password blank to use your existing Kerberos ticket. Run kinit user@REALM.COM in Terminal first if you don't have one." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기존 Kerberos 티켓을 사용하려면 보안 주체와 암호를 비워 두십시오. 티켓이 없으면 먼저 터미널에서 kinit user@REALM.COM을 실행하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçersiz PHP Serileştirilmiş Değer"
+ "value" : "Mevcut Kerberos biletinizi kullanmak için principal ve parolayı boş bırakın. Biletiniz yoksa önce Terminal'de kinit user@REALM.COM çalıştırın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giá trị PHP serialized không hợp lệ"
+ "value" : "Để trống principal và mật khẩu để dùng vé Kerberos hiện có. Nếu chưa có, hãy chạy kinit user@REALM.COM trong Terminal trước."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无效的 PHP 序列化值"
+ "value" : "留空 principal 和密码即可使用现有的 Kerberos 票据。如果没有,请先在终端运行 kinit user@REALM.COM。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無效的 PHP 序列化值"
+ "value" : "留空 principal 和密碼即可使用現有的 Kerberos 票證。如果沒有,請先在終端機執行 kinit user@REALM.COM。"
}
}
}
},
- "Invalid plugin bundle: %@" : {
+ "Legacy UUID Encoding" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "레거시 UUID 인코딩"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçersiz eklenti paketi: %@"
+ "value" : "Eski UUID Kodlaması"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Plugin bundle không hợp lệ: %@"
+ "value" : "Mã hoá UUID cũ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无效的插件包: %@"
+ "value" : "旧版 UUID 编码"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "外掛套件無效:%@"
+ "value" : "舊版 UUID 編碼"
}
}
}
},
- "Invalid username or password" : {
+ "Length" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "길이"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçersiz kullanıcı adı veya parola"
+ "value" : "Uzunluk"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên đăng nhập hoặc mật khẩu không hợp lệ"
+ "value" : "Độ dài"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "用户名或密码无效"
+ "value" : "长度"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "使用者名稱或密碼無效"
+ "value" : "長度"
}
}
}
},
- "Invalid UUID: %@" : {
+ "Length:" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "길이:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçersiz UUID: %@"
+ "value" : "Uzunluk:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "UUID không hợp lệ: %@"
+ "value" : "Độ dài:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无效的 UUID:%@"
+ "value" : "长度:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "UUID 無效:%@"
+ "value" : "長度:"
}
}
}
},
- "Invisibles" : {
+ "License" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "라이선스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Görünmezler"
+ "value" : "Lisans"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ký tự ẩn"
+ "value" : "Giấy phép"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不可见字符"
+ "value" : "许可证"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不可見字"
+ "value" : "授權"
}
}
}
},
- "is empty" : {
+ "License Key:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "라이선스 키:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "is empty"
+ "value" : "Lisans Anahtarı:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "trống"
+ "value" : "Mã giấy phép:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "为空"
+ "value" : "许可证密钥:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "為空"
+ "value" : "授權金鑰:"
}
}
}
},
- "is not empty" : {
+ "License Removed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "라이선스 제거됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "is not empty"
+ "value" : "Lisans Kaldırıldı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "không trống"
+ "value" : "Giấy phép đã xoá"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不为空"
+ "value" : "许可证已移除"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不為空"
+ "value" : "授權已移除"
}
}
}
},
- "is not NULL" : {
+ "License expired — sync paused" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "라이선스 만료 — 동기화 일시 정지"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "is not NULL"
+ "value" : "Lisans süresi doldu — eşitleme duraklatıldı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "không phải NULL"
+ "value" : "Giấy phép hết hạn — tạm dừng đồng bộ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不为 NULL"
+ "value" : "许可证已过期 - 同步已暂停"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不為 NULL"
+ "value" : "授權已過期,同步已暫停"
}
}
}
},
- "is NULL" : {
+ "License expired, sync paused" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "라이선스 만료, 동기화 일시 정지"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "is NULL"
+ "value" : "Lisansın süresi doldu, eşitleme duraklatıldı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "là NULL"
+ "value" : "Giấy phép đã hết hạn, đồng bộ tạm dừng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "为 NULL"
+ "value" : "许可证已过期,同步已暂停"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "為 NULL"
+ "value" : "授權已過期,同步已暫停"
}
}
}
},
- "ISO 8601 (2024-12-31 23:59:59)" : {
+ "License expires in %lld day(s)" : {
"localizations" : {
- "tr" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "ISO 8601 (2024-12-31 23:59:59)"
- }
- },
- "vi" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "ISO 8601 (2024-12-31 23:59:59)"
- }
- },
- "zh-Hans" : {
+ "en" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ISO 8601 (2024-12-31 23:59:59)"
+ "value" : "License expires in %lld day(s)"
}
},
- "zh-Hant" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ISO 8601 (2024-12-31 23:59:59)"
+ "value" : "라이선스가 %lld일 후 만료됩니다"
}
- }
- }
- },
- "ISO Date (2024-12-31)" : {
- "localizations" : {
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ISO Tarih (2024-12-31)"
+ "value" : "Lisans %lld gün içinde sona eriyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ISO ngày (2024-12-31)"
+ "value" : "Giấy phép hết hạn sau %lld ngày"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ISO 日期 (2024-12-31)"
+ "value" : "许可证将在 %lld 天后过期"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ISO 日期 (2024-12-31)"
+ "value" : "授權將在 %lld 天後過期"
}
}
}
},
- "Items" : {
+ "License public key is invalid." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "라이선스 공개 키가 올바르지 않습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Öğeler"
+ "value" : "Lisans açık anahtarı geçersiz."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mục"
+ "value" : "Khoá công khai giấy phép không hợp lệ."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "项目"
+ "value" : "许可证公钥无效。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "項目"
+ "value" : "授權公開金鑰無效。"
}
}
}
},
- "Join the two columns into one, placing this text between the values." : {
+ "License public key not found in app bundle." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "앱 번들에서 라이선스 공개 키를 찾을 수 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İki sütunu tek sütunda birleştirir ve değerlerin arasına bu metni koyar."
+ "value" : "Uygulama paketinde lisans açık anahtarı bulunamadı."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gộp hai cột thành một, đặt đoạn văn bản này giữa các giá trị."
+ "value" : "Không tìm thấy khoá công khai giấy phép trong gói ứng dụng."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "将两列合并为一列,并在两个值之间插入这段文本。"
+ "value" : "应用包中未找到许可证公钥。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將兩個欄位合併為一個,並在兩個值之間插入這段文字。"
+ "value" : "在應用程式套件中找不到授權公開金鑰。"
}
}
}
},
- "Journal Mode" : {
+ "License removed from this Mac, but the server could not be reached. The activation slot may not be freed until it expires." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 Mac에서 라이선스가 제거되었지만 서버에 연결할 수 없습니다. 만료될 때까지 활성화 슬롯이 해제되지 않을 수 있습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Günlük Modu"
+ "value" : "Lisans bu Mac'ten kaldırıldı, ancak sunucuya ulaşılamadı. Etkinleştirme yuvası süresi dolana kadar serbest bırakılmayabilir."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chế độ journal"
+ "value" : "Giấy phép đã xoá khỏi máy Mac này, nhưng không thể liên hệ máy chủ. Vị trí kích hoạt có thể không được giải phóng cho đến khi hết hạn."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "日志模式"
+ "value" : "许可证已从此 Mac 移除,但无法连接服务器。激活位可能需要到期后才能释放。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "日誌模式"
+ "value" : "授權已從此 Mac 移除,但無法連線到伺服器。啟用名額可能要到期後才會釋出。"
}
}
}
},
- "JSON" : {
+ "License signature verification failed." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "라이선스 서명 확인에 실패했습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON"
+ "value" : "Lisans imza doğrulaması başarısız oldu."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON"
+ "value" : "Xác minh chữ ký giấy phép thất bại."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON"
+ "value" : "许可证签名验证失败。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON"
+ "value" : "授權簽章驗證失敗。"
}
}
}
},
- "JSON Too Large" : {
+ "License validation failed" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "License validation failed"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "라이선스 유효성 검사 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON Çok Büyük"
+ "value" : "Lisans doğrulaması başarısız oldu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON quá lớn"
+ "value" : "Xác thực giấy phép thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON 过大"
+ "value" : "许可证验证失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON 過大"
+ "value" : "授權驗證失敗"
}
}
}
},
- "JSON Viewer" : {
+ "License verification failed. Try updating the app to the latest version." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "라이선스를 확인하지 못했습니다. 앱을 최신 버전으로 업데이트해 보십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON Görüntüleyici"
+ "value" : "Lisans doğrulaması başarısız oldu. Uygulamayı en son sürüme güncellemeyi deneyin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trình xem JSON"
+ "value" : "Xác minh giấy phép thất bại. Hãy thử cập nhật ứng dụng lên phiên bản mới nhất."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON 查看器"
+ "value" : "许可证验证失败。请尝试更新到最新版本。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON 檢視器"
+ "value" : "授權驗證失敗。請嘗試將應用程式更新到最新版本。"
}
}
}
},
- "JSON-style document database" : {
+ "Lifetime" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Lifetime"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "영구"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON tarzı belge veritabanı"
+ "value" : "Ömür Boyu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cơ sở dữ liệu document kiểu JSON"
+ "value" : "Trọn đời"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON 风格的文档数据库"
+ "value" : "终身"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON 風格的文件資料庫"
+ "value" : "終身"
}
}
}
},
- "JSON: %@" : {
+ "Light" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "라이트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON: %@"
+ "value" : "Açık"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON: %@"
+ "value" : "Sáng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON:%@"
+ "value" : "浅色"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "JSON:%@"
+ "value" : "淺色"
}
}
}
},
- "Jump host configuration is invalid" : {
+ "Limit" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "제한"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Atlama sunucusu yapılandırması geçersiz"
+ "value" : "Limit"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cấu hình jump host không hợp lệ"
+ "value" : "Giới hạn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "跳板主机配置无效"
+ "value" : "限制"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "跳板主機設定無效"
+ "value" : "限制"
}
}
}
},
- "Jump host key not found: %@" : {
- "extractionState" : "stale",
+ "Limit tool calls per reply" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "답변당 도구 호출 제한"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Atlama sunucusu anahtarı bulunamadı: %@"
+ "value" : "Yanıt başına araç çağrılarını sınırla"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy khóa của jump host: %@"
+ "value" : "Giới hạn số lần gọi công cụ mỗi câu trả lời"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到跳板主机密钥:%@"
+ "value" : "限制每条回复的工具调用次数"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到跳板主機金鑰:%@"
+ "value" : "限制每則回覆的工具呼叫次數"
}
}
}
},
- "Jump Hosts" : {
+ "Limits" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "제한"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Atlama Sunucuları"
+ "value" : "Limitler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Jump Host"
+ "value" : "Giới hạn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Jump Host"
+ "value" : "限制"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "跳板主機"
+ "value" : "限制"
}
}
}
},
- "Jump hosts are connected in order before reaching the SSH server above. Only key and agent auth are supported for jumps." : {
+ "Line %1$lld: %2$@" : {
+ "comment" : "A line in the import error log. The first argument is the line number. The second argument is the error message.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$lld행: %2$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Atlama sunucuları yukarıdaki SSH sunucusuna ulaşmadan önce sırayla bağlanır. Atlamalar için yalnızca anahtar ve aracı kimlik doğrulaması desteklenir."
+ "value" : "Satır %1$lld: %2$@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Jump host được kết nối theo thứ tự trước khi đến SSH server phía trên. Chỉ hỗ trợ xác thực bằng khoá và agent cho các jump."
+ "value" : "Dòng %1$lld: %2$@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Jump Host 按顺序连接后再连接到上方的 SSH 服务器。跳转仅支持密钥和 Agent 认证。"
+ "value" : "第 %1$lld 行:%2$@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "跳板主機會依序連線,之後才連到上方的 SSH 伺服器。跳板僅支援金鑰與 Agent 認證。"
+ "value" : "第 %1$lld 行:%2$@"
}
}
}
},
- "Jump to lines" : {
+ "Line %lld: %@" : {
+ "extractionState" : "stale",
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Line %1$lld: %2$@"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$lld행: %2$@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satırlara git"
+ "value" : "Satır %lld: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhảy tới dòng"
+ "value" : "Dòng %lld: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "跳转到相应行"
+ "value" : "第 %lld 行:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "跳至相應的行"
+ "value" : "第 %1$lld 行:%2$@"
}
}
}
},
- "Keep Backing Up" : {
+ "Line Number" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "줄 번호"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yedeklemeye Devam Et"
+ "value" : "Satır Numarası"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tiếp tục sao lưu"
+ "value" : "Số dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "继续备份"
+ "value" : "行号"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "繼續備份"
+ "value" : "行號"
}
}
}
},
- "Keep entries for:" : {
+ "Line break" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "줄바꿈"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Keep entries for:"
+ "value" : "Satır sonu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giữ mục trong:"
+ "value" : "Xuống dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "保留记录:"
+ "value" : "换行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "保留記錄:"
+ "value" : "換行"
}
}
}
},
- "Keep leading zeros in ZIP codes, phone numbers, and IDs by outputting all values as strings" : {
- "extractionState" : "stale",
+ "Line ending" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "줄 끝"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Keep leading zeros in ZIP codes, phone numbers, and IDs by outputting all values as strings"
+ "value" : "Satır sonu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giữ số 0 đầu trong mã bưu chính, số điện thoại và ID bằng cách xuất tất cả giá trị dưới dạng chuỗi"
+ "value" : "Ký tự xuống dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "通过将所有值输出为字符串来保留邮编、电话号码和 ID 中的前导零"
+ "value" : "换行符"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將所有值輸出為字串,以保留郵遞區號、電話號碼和 ID 中的前導零"
+ "value" : "換行字元"
}
}
}
},
- "Keep My Changes" : {
+ "Link a Folder..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "폴더 연결..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Değişikliklerimi Koru"
+ "value" : "Klasör Bağla..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giữ thay đổi của tôi"
+ "value" : "Liên kết thư mục..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "保留我的更改"
+ "value" : "链接文件夹..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "保留我的變更"
+ "value" : "連結資料夾…"
}
}
}
},
- "Keep Other Version" : {
- "extractionState" : "stale",
+ "Linked" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Keep Other Version"
+ "value" : "Bağlantılı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giữ phiên bản khác"
+ "value" : "Đã liên kết"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "保留其他版本"
+ "value" : "已链接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "保留其他版本"
+ "value" : "已連結"
}
}
}
},
- "Keep Restoring" : {
+ "Linked Folders" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결된 폴더"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geri Yüklemeye Devam Et"
+ "value" : "Bağlantılı Klasörler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tiếp tục khôi phục"
+ "value" : "Thư mục Liên kết"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "继续恢复"
+ "value" : "链接文件夹"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "繼續還原"
+ "value" : "已連結資料夾"
}
}
}
},
- "Keep Running" : {
+ "Links you chose to always allow. TablePro connects without asking. Only connections on this machine can be trusted." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "항상 허용하도록 선택한 링크입니다. TablePro가 묻지 않고 연결합니다. 이 컴퓨터의 연결만 신뢰할 수 있습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Çalışmaya Devam Et"
+ "value" : "Her zaman izin vermeyi seçtiğiniz bağlantılar. TablePro sormadan bağlanır. Yalnızca bu makinedeki bağlantılara güvenilebilir."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tiếp tục chạy"
+ "value" : "Các liên kết bạn đã chọn luôn cho phép. TablePro kết nối mà không hỏi lại. Chỉ các kết nối trên máy này mới có thể được tin cậy."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "继续运行"
+ "value" : "你选择始终允许的链接。TablePro 会直接连接,不再询问。只有本机上的连接才能被信任。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "繼續執行"
+ "value" : "你選擇一律允許的連結。TablePro 會直接連線,不再詢問。只有本機上的連線才能被信任。"
}
}
}
},
- "Keep This Mac's Version" : {
- "extractionState" : "stale",
+ "List" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "목록"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Keep This Mac's Version"
+ "value" : "Liste"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giữ phiên bản máy Mac này"
+ "value" : "List"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "保留此 Mac 的版本"
+ "value" : "列表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "保留此 Mac 的版本"
+ "value" : "清單"
}
}
}
},
- "Kerberos Principal" : {
+ "List Connections" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 목록"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kerberos Principal"
+ "value" : "Bağlantıları Listele"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kerberos Principal"
+ "value" : "Liệt kê kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kerberos Principal"
+ "value" : "列出连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kerberos Principal"
+ "value" : "列出連線"
}
}
}
},
- "Key" : {
+ "List Databases" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 목록"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Anahtar"
+ "value" : "Veritabanlarını Listele"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Khóa"
+ "value" : "Liệt kê cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "键"
+ "value" : "列出数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "鍵"
+ "value" : "列出資料庫"
}
}
}
},
- "Key %@ was not found in the secret JSON." : {
+ "List Recent Tabs" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최근 탭 목록"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ anahtarı secret JSON içinde bulunamadı."
+ "value" : "Son Sekmeleri Listele"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy khóa %@ trong JSON secret."
+ "value" : "Liệt kê tab gần đây"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在 secret JSON 中未找到键 %@。"
+ "value" : "列出最近标签页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在 secret JSON 中找不到鍵 %@。"
+ "value" : "列出最近的分頁"
}
}
}
},
- "Key File" : {
+ "List Schemas" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "스키마 목록"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Key File"
+ "value" : "Şemaları Listele"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tệp khóa"
+ "value" : "Liệt kê schema"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "密钥文件"
+ "value" : "列出 Schema"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "金鑰檔案"
+ "value" : "列出綱要"
}
}
}
},
- "Key Passphrase" : {
+ "List Tables" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블 목록"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Anahtar Parolası"
+ "value" : "Tabloları Listele"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cụm mật khẩu của khóa"
+ "value" : "Liệt kê bảng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "密钥口令"
+ "value" : "列出表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "金鑰密碼短語"
+ "value" : "列出資料表"
}
}
}
},
- "Key pattern" : {
+ "List all databases on the server" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "서버의 모든 데이터베이스 나열"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Anahtar deseni"
+ "value" : "Sunucudaki tüm veritabanlarını listele"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mẫu khóa"
+ "value" : "Liệt kê tất cả cơ sở dữ liệu trên máy chủ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "键模式"
+ "value" : "列出服务器上的所有数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "鍵模式"
+ "value" : "列出伺服器上的所有資料庫"
}
}
}
},
- "Key pattern, e.g. user:*" : {
+ "List all saved database connections with their current status." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "저장된 모든 데이터베이스 연결과 현재 상태를 나열합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Anahtar deseni, örn. user:*"
+ "value" : "Kayıtlı tüm veritabanı bağlantılarını geçerli durumlarıyla listeler."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mẫu khóa, ví dụ user:*"
+ "value" : "Liệt kê tất cả kết nối cơ sở dữ liệu đã lưu cùng trạng thái hiện tại."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "键模式,例如 user:*"
+ "value" : "列出所有已保存的数据库连接及其当前状态。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "鍵模式,例如 user:*"
+ "value" : "列出所有已儲存的資料庫連線及其目前狀態。"
}
}
}
},
- "Key Prefix Root" : {
+ "List all saved database connections with their status" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "저장된 모든 데이터베이스 연결과 상태 나열"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Anahtar Önek Kökü"
+ "value" : "Kayıtlı tüm veritabanı bağlantılarını durumlarıyla listele"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tiền tố gốc"
+ "value" : "Liệt kê tất cả kết nối cơ sở dữ liệu đã lưu cùng trạng thái"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "键前缀根"
+ "value" : "列出所有已保存的数据库连接及其状态"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "索引鍵前綴根目錄"
+ "value" : "列出所有已儲存的資料庫連線及其狀態"
}
}
}
},
- "Key-Value" : {
+ "List available commands" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사용 가능한 명령어 나열"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Anahtar-Değer"
+ "value" : "Kullanılabilir komutları listele"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Key-Value"
+ "value" : "Liệt kê các lệnh khả dụng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "键值"
+ "value" : "列出可用命令"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "鍵值"
+ "value" : "列出可用的指令"
}
}
}
},
- "Keyboard" : {
+ "List currently open tabs across all TablePro windows. Returns connection, tab type, table name, and titles for each tab." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열려 있는 모든 TablePro 창의 탭을 나열합니다. 각 탭의 연결, 탭 유형, 테이블 이름 및 제목을 반환합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Klavye"
+ "value" : "Tüm TablePro pencerelerinde şu anda açık olan sekmeleri listeler. Her sekme için bağlantı, sekme türü, tablo adı ve başlıkları döndürür."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bàn phím"
+ "value" : "Liệt kê các tab đang mở trên tất cả cửa sổ TablePro. Trả về kết nối, loại tab, tên bảng và tiêu đề của mỗi tab."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "键盘"
+ "value" : "列出所有 TablePro 窗口中当前打开的标签页。返回每个标签页的连接、标签页类型、表名和标题。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "鍵盤"
+ "value" : "列出所有 TablePro 視窗中目前開啟的分頁。會回傳每個分頁的連線、分頁類型、資料表名稱與標題。"
}
}
}
},
- "Keyboard Interactive" : {
+ "List databases available on a connection." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결에서 사용할 수 있는 데이터베이스를 나열합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Klavye Etkileşimli"
+ "value" : "Bir bağlantıda kullanılabilir veritabanlarını listeler."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Keyboard Interactive"
+ "value" : "Liệt kê các cơ sở dữ liệu khả dụng trên một kết nối."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Keyboard Interactive"
+ "value" : "列出连接上可用的数据库。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Keyboard Interactive"
+ "value" : "列出連線上可用的資料庫。"
}
}
}
},
- "Keys" : {
+ "List of all saved database connections with metadata" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "메타데이터가 포함된 저장된 모든 데이터베이스 연결 목록"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Anahtarlar"
+ "value" : "Meta verileriyle birlikte kayıtlı tüm veritabanı bağlantılarının listesi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Khóa"
+ "value" : "Danh sách tất cả kết nối cơ sở dữ liệu đã lưu kèm metadata"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "键"
+ "value" : "所有已保存数据库连接及其元数据的列表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "鍵"
+ "value" : "所有已儲存的資料庫連線及其中繼資料的清單"
}
}
}
},
- "Keys are provided by the SSH agent (e.g. 1Password, ssh-agent)." : {
+ "List schemas available in the active database of a connection." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결의 활성 데이터베이스에서 사용할 수 있는 스키마를 나열합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Anahtarlar SSH aracı tarafından sağlanır (örn. 1Password, ssh-agent)."
+ "value" : "Bir bağlantının etkin veritabanındaki şemaları listeler."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Khóa được cung cấp bởi SSH agent (ví dụ: 1Password, ssh-agent)."
+ "value" : "Liệt kê các schema có trong cơ sở dữ liệu đang hoạt động của một kết nối."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "密钥由 SSH Agent 提供(如 1Password、ssh-agent)。"
+ "value" : "列出连接当前数据库中可用的 Schema。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "金鑰由 SSH Agent 提供(如 1Password、ssh-agent)。"
+ "value" : "列出連線目前資料庫中可用的綱要。"
}
}
}
},
- "Keyword" : {
+ "List schemas in a database" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스의 스키마 나열"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Anahtar Kelime"
+ "value" : "Bir veritabanındaki şemaları listele"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Từ khoá"
+ "value" : "Liệt kê schema trong một cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关键字"
+ "value" : "列出数据库中的 Schema"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關鍵字"
+ "value" : "列出資料庫中的綱要"
}
}
}
},
- "Keyword cannot contain spaces" : {
+ "List tables and views in a database" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스의 테이블 및 뷰 나열"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Anahtar kelime boşluk içeremez"
+ "value" : "Bir veritabanındaki tabloları ve görünümleri listele"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Từ khoá không được chứa khoảng trắng"
+ "value" : "Liệt kê bảng và view trong một cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关键字不能包含空格"
+ "value" : "列出数据库中的表和视图"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關鍵字不能包含空格"
+ "value" : "列出資料庫中的資料表與檢視表"
}
}
}
},
- "Keyword:" : {
- "extractionState" : "stale",
+ "List tables and views in the active database of a connection." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결의 활성 데이터베이스에 있는 테이블과 뷰를 나열합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Anahtar Kelime:"
+ "value" : "Bir bağlantının etkin veritabanındaki tabloları ve görünümleri listeler."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Từ khoá:"
+ "value" : "Liệt kê bảng và view trong cơ sở dữ liệu đang hoạt động của một kết nối."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关键字:"
+ "value" : "列出连接当前数据库中的表和视图。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關鍵字:"
+ "value" : "列出連線目前資料庫中的資料表與檢視表。"
}
}
}
},
- "keyword: %@" : {
+ "Listens on all interfaces (0.0.0.0), reachable from your local network." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 인터페이스(0.0.0.0)에서 수신 대기하므로 로컬 네트워크에서 접근할 수 있습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "keyword: %@"
+ "value" : "Tüm arabirimleri (0.0.0.0) dinler, yerel ağınızdan erişilebilir."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "từ khoá: %@"
+ "value" : "Lắng nghe trên mọi giao diện mạng (0.0.0.0), có thể truy cập từ mạng cục bộ của bạn."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "关键字:%@"
+ "value" : "监听所有网络接口(0.0.0.0),可从本地网络访问。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "關鍵字:%@"
+ "value" : "監聽所有網路介面(0.0.0.0),可從你的區域網路存取。"
}
}
}
},
- "Kind" : {
+ "Listens only on 127.0.0.1." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "127.0.0.1에서만 수신 대기합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tür"
+ "value" : "Yalnızca 127.0.0.1 üzerinde dinler."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Loại"
+ "value" : "Chỉ lắng nghe trên 127.0.0.1."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "类型"
+ "value" : "仅监听 127.0.0.1。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "類型"
+ "value" : "只監聽 127.0.0.1。"
}
}
}
},
- "Kind:" : {
+ "Load" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "불러오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tür:"
+ "value" : "Yükle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Loại:"
+ "value" : "Tải"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "类型:"
+ "value" : "加载"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "類型:"
+ "value" : "載入"
}
}
}
},
- "Language:" : {
+ "Load Models" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모델 불러오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dil:"
+ "value" : "Modelleri Yükle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ngôn ngữ:"
+ "value" : "Tải mô hình"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "语言:"
+ "value" : "加载模型"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "語言:"
+ "value" : "載入模型"
}
}
}
},
- "Large" : {
+ "Load More" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "더 불러오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Büyük"
+ "value" : "Daha Fazla Yükle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lớn"
+ "value" : "Tải thêm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "大"
+ "value" : "加载更多"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "大"
+ "value" : "載入更多"
}
}
}
},
- "Last 4 Weeks" : {
+ "Load Query" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리 불러오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Son 4 Hafta"
+ "value" : "Sorguyu Yükle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "4 tuần qua"
+ "value" : "Tải truy vấn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最近 4 周"
+ "value" : "加载查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最近 4 週"
+ "value" : "載入查詢"
}
}
}
},
- "Last 7 days" : {
+ "Load Table Template" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블 템플릿 불러오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Son 7 gün"
+ "value" : "Tablo Şablonu Yükle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "7 ngày qua"
+ "value" : "Tải mẫu bảng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "过去 7 天"
+ "value" : "加载表模板"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "過去 7 天"
+ "value" : "載入資料表範本"
}
}
}
},
- "Last 7 Days" : {
+ "Load Template" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "템플릿 불러오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Son 7 Gün"
+ "value" : "Şablon Yükle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "7 ngày qua"
+ "value" : "Tải mẫu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最近 7 天"
+ "value" : "加载模板"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最近 7 天"
+ "value" : "載入範本"
}
}
}
},
- "Last 24 hours" : {
+ "Load in Editor" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "편집기에서 불러오기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Son 24 saat"
+ "value" : "Düzenleyiciye Yükle"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "24 giờ qua"
+ "value" : "Tải vào trình soạn thảo"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "过去 24 小时"
+ "value" : "在编辑器中加载"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "過去 24 小時"
+ "value" : "在編輯器中載入"
}
}
}
},
- "Last 30 days" : {
+ "Loading %@…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 불러오는 중…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Son 30 gün"
+ "value" : "%@ yükleniyor…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "30 ngày qua"
+ "value" : "Đang tải %@…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "过去 30 天"
+ "value" : "正在加载 %@…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "過去 30 天"
+ "value" : "正在載入 %@…"
}
}
}
},
- "Last Activity" : {
+ "Loading dashboard..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "대시보드 불러오는 중..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Son Etkinlik"
+ "value" : "Pano yükleniyor..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hoạt động gần nhất"
+ "value" : "Đang tải bảng điều khiển..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最近活动"
+ "value" : "正在加载仪表盘…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最近活動"
+ "value" : "正在載入儀表板…"
}
}
}
},
- "Last Hour" : {
+ "Loading databases..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 불러오는 중..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Son Bir Saat"
+ "value" : "Veritabanları yükleniyor..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "1 giờ qua"
+ "value" : "Đang tải cơ sở dữ liệu..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最近 1 小时"
+ "value" : "正在加载数据库..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最近 1 小時"
+ "value" : "正在載入資料庫…"
}
}
}
},
- "Last page" : {
+ "Loading databases…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 불러오는 중…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Son sayfa"
+ "value" : "Veritabanları yükleniyor…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trang cuối"
+ "value" : "Đang tải cơ sở dữ liệu…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最后一页"
+ "value" : "正在载入数据库…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最後一頁"
+ "value" : "正在載入資料庫…"
}
}
}
},
- "Last Page" : {
+ "Loading insights..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "인사이트 불러오는 중..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Son Sayfa"
+ "value" : "Analizler yükleniyor..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trang cuối"
+ "value" : "Đang tải phân tích..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最后一页"
+ "value" : "正在加载分析…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最後一頁"
+ "value" : "正在載入分析…"
}
}
}
},
- "Last query execution summary" : {
+ "Loading keys…" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "키 불러오는 중…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Son sorgu çalıştırma özeti"
+ "value" : "Anahtarlar yükleniyor…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tổng kết thực thi truy vấn gần nhất"
+ "value" : "Đang tải khóa…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "上次查询执行摘要"
+ "value" : "正在加载键…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "上次查詢執行摘要"
+ "value" : "正在載入鍵…"
}
}
}
},
- "Last query execution time" : {
+ "Loading more rows" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "행을 더 불러오는 중"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Son sorgu çalıştırma süresi"
+ "value" : "Daha fazla satır yükleniyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thời gian thực thi truy vấn gần nhất"
+ "value" : "Đang tải thêm hàng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "上次查询执行时间"
+ "value" : "正在载入更多行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "上次查詢執行時間"
+ "value" : "正在載入更多列"
}
}
}
},
- "Last query took %@" : {
+ "Loading options..." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "옵션 불러오는 중..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Son sorgu %@ sürdü"
+ "value" : "Seçenekler yükleniyor..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Truy vấn trước mất %@"
+ "value" : "Đang tải tùy chọn..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "上次查询耗时 %@"
+ "value" : "正在加载选项…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "上次查詢耗時 %@"
+ "value" : "正在載入選項…"
}
}
}
},
- "Last query: %@" : {
+ "Loading options…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "옵션 불러오는 중…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Son sorgu: %@"
+ "value" : "Seçenekler yükleniyor…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Truy vấn gần nhất: %@"
+ "value" : "Đang tải tùy chọn…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "上次查询: %@"
+ "value" : "正在载入选项…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "上次查詢:%@"
+ "value" : "正在載入選項…"
}
}
}
},
- "Last synced %@" : {
+ "Loading page" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "페이지 불러오는 중"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Son eşitleme %@"
+ "value" : "Sayfa yükleniyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đồng bộ lần cuối %@"
+ "value" : "Đang tải trang"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "上次同步 %@"
+ "value" : "正在载入页面"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "上次同步 %@"
+ "value" : "正在載入頁面"
}
}
}
},
- "Last Synced:" : {
+ "Loading plugins..." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "플러그인 불러오는 중..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Son Eşitlendi:"
+ "value" : "Eklentiler yükleniyor..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đồng bộ lần cuối:"
+ "value" : "Đang tải plugin..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "上次同步:"
+ "value" : "正在加载插件..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "上次同步:"
+ "value" : "正在載入外掛…"
}
}
}
},
- "Last updated" : {
+ "Loading schema..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "스키마 불러오는 중..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Son güncelleme"
+ "value" : "Şema yükleniyor..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cập nhật lần cuối"
+ "value" : "Đang tải schema..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最后更新"
+ "value" : "正在加载架构..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最後更新"
+ "value" : "正在載入綱要…"
}
}
}
},
- "Latency: %dms" : {
+ "Loading schemas..." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "스키마 불러오는 중..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gecikme: %dms"
+ "value" : "Şemalar yükleniyor..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Độ trễ: %dms"
+ "value" : "Đang tải schema..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "延迟:%dms"
+ "value" : "正在加载 Schema..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "延遲:%dms"
+ "value" : "正在載入綱要…"
}
}
}
},
- "Latency: %lldms" : {
+ "Loading schemas…" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "스키마 불러오는 중…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gecikme: %lldms"
+ "value" : "Şemalar yükleniyor…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Độ trễ: %lldms"
+ "value" : "Đang tải schema…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "延迟: %lldms"
+ "value" : "正在载入 Schema…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "延遲:%lldms"
+ "value" : "正在載入綱要…"
}
}
}
},
- "Latest executed_at to include, Unix epoch seconds (inclusive, optional)" : {
+ "Loading tables..." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블 불러오는 중..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dahil edilecek en geç executed_at, Unix epoch saniyesi (dahil, isteğe bağlı)"
+ "value" : "Tablolar yükleniyor..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mốc executed_at muộn nhất được tính, giây Unix epoch (bao gồm mốc này, tùy chọn)"
+ "value" : "Đang tải danh sách bảng..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要包含的最晚 executed_at,Unix 纪元秒(含,可选)"
+ "value" : "正在加载表..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要包含的最晚 executed_at,Unix 紀元秒(含此值,選填)"
+ "value" : "正在載入資料表…"
}
}
}
},
- "Layout" : {
+ "Loading tables…" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블 불러오는 중…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Düzen"
+ "value" : "Tablolar yükleniyor…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bố cục"
+ "value" : "Đang tải bảng…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "布局"
+ "value" : "正在载入表…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "版面配置"
+ "value" : "正在載入資料表…"
}
}
}
},
- "Layout for new connections on servers that support a database tree. Switch the current connection from the View menu." : {
+ "Loading users and roles..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사용자 및 역할 불러오는 중..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı ağacını destekleyen sunucularda yeni bağlantılar için düzen. Geçerli bağlantıyı Görünüm menüsünden değiştirin."
+ "value" : "Kullanıcılar ve roller yükleniyor..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bố cục cho kết nối mới trên máy chủ hỗ trợ cây cơ sở dữ liệu. Chuyển đổi cho kết nối hiện tại từ menu Xem."
+ "value" : "Đang tải người dùng và vai trò..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "支持数据库树的服务器上新建连接所用的布局。可在“视图”菜单中切换当前连接的布局。"
+ "value" : "正在加载用户和角色..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "支援資料庫樹狀結構的伺服器上,新連線所用的版面配置。可從「檢視」選單切換目前連線的版面配置。"
+ "value" : "正在載入使用者與角色..."
}
}
}
},
- "Leave blank to connect without authentication. The password is stored in the macOS Keychain." : {
+ "Loading..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "불러오는 중..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kimlik doğrulamasız bağlanmak için boş bırakın. Parola macOS Keychain'de saklanır."
+ "value" : "Yükleniyor..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Để trống để kết nối không cần xác thực. Mật khẩu được lưu trong macOS Keychain."
+ "value" : "Đang tải..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "留空即可在不认证的情况下连接。密码保存在 macOS 钥匙串中。"
+ "value" : "加载中..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "留空即可在不驗證的情況下連線。密碼儲存在 macOS 鑰匙圈中。"
+ "value" : "載入中…"
}
}
}
},
- "Leave the principal and password blank to use your existing Kerberos ticket. Run kinit user@REALM.COM in Terminal first if you don't have one." : {
+ "Loading…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "불러오는 중…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mevcut Kerberos biletinizi kullanmak için principal ve parolayı boş bırakın. Biletiniz yoksa önce Terminal'de kinit user@REALM.COM çalıştırın."
+ "value" : "Yükleniyor…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Để trống principal và mật khẩu để dùng vé Kerberos hiện có. Nếu chưa có, hãy chạy kinit user@REALM.COM trong Terminal trước."
+ "value" : "Đang tải…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "留空 principal 和密码即可使用现有的 Kerberos 票据。如果没有,请先在终端运行 kinit user@REALM.COM。"
+ "value" : "正在加载…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "留空 principal 和密碼即可使用現有的 Kerberos 票證。如果沒有,請先在終端機執行 kinit user@REALM.COM。"
+ "value" : "正在載入…"
}
}
}
},
- "Legacy UUID Encoding" : {
+ "Local" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "로컬"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Eski UUID Kodlaması"
+ "value" : "Yerel"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mã hoá UUID cũ"
+ "value" : "Cục bộ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "旧版 UUID 编码"
+ "value" : "本地"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "舊版 UUID 編碼"
+ "value" : "本機"
}
}
}
},
- "Length" : {
- "extractionState" : "stale",
+ "Local File" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "로컬 파일"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Uzunluk"
+ "value" : "Yerel Dosya"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Độ dài"
+ "value" : "Tệp cục bộ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "长度"
+ "value" : "本地文件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "長度"
+ "value" : "本機檔案"
}
}
}
},
- "Length:" : {
- "extractionState" : "stale",
+ "Local Listener" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "로컬 리스너"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Uzunluk:"
+ "value" : "Yerel Dinleyici"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Độ dài:"
+ "value" : "Trình lắng nghe cục bộ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "长度:"
+ "value" : "本地监听器"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "長度:"
+ "value" : "本機監聽器"
}
}
}
},
- "less or equal" : {
+ "Local only" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "로컬 전용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "less or equal"
+ "value" : "Sadece yerel"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "nhỏ hơn hoặc bằng"
+ "value" : "Chỉ cục bộ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "小于或等于"
+ "value" : "仅本地"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "小於或等於"
+ "value" : "僅限本機"
}
}
}
},
- "less than" : {
+ "Local only - not synced to iCloud" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "로컬 전용 - iCloud에 동기화되지 않음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "less than"
+ "value" : "Sadece yerel - iCloud ile eşitlenmiyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "nhỏ hơn"
+ "value" : "Chỉ cục bộ - không đồng bộ lên iCloud"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "小于"
+ "value" : "仅本地 - 不同步到 iCloud"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "小於"
+ "value" : "僅限本機,不同步至 iCloud"
}
}
}
},
- "License" : {
+ "Local only, not synced to iCloud" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "로컬 전용, iCloud에 동기화되지 않음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lisans"
+ "value" : "Yalnızca yerel, iCloud ile eşzamanlanmaz"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giấy phép"
+ "value" : "Chỉ lưu cục bộ, không đồng bộ với iCloud"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "许可证"
+ "value" : "仅本地存储,不同步到 iCloud"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "授權"
+ "value" : "僅儲存於本機,不會同步到 iCloud"
}
}
}
},
- "License expired — sync paused" : {
- "extractionState" : "stale",
+ "Local port" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "로컬 포트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lisans süresi doldu — eşitleme duraklatıldı"
+ "value" : "Yerel port"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giấy phép hết hạn — tạm dừng đồng bộ"
+ "value" : "Cổng cục bộ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "许可证已过期 - 同步已暂停"
+ "value" : "本地端口"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "授權已過期,同步已暫停"
+ "value" : "本機連接埠"
}
}
}
},
- "License expired, sync paused" : {
+ "Local port must be between 1 and 65535" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "로컬 포트는 1에서 65535 사이여야 합니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lisansın süresi doldu, eşitleme duraklatıldı"
+ "value" : "Yerel port 1 ile 65535 arasında olmalıdır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giấy phép đã hết hạn, đồng bộ tạm dừng"
+ "value" : "Cổng cục bộ phải nằm trong khoảng 1 đến 65535"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "许可证已过期,同步已暂停"
+ "value" : "本地端口必须介于 1 到 65535 之间"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "授權已過期,同步已暫停"
+ "value" : "本機連接埠必須介於 1 到 65535 之間"
}
}
}
},
- "License expires in %lld day(s)" : {
+ "Location" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "License expires in %lld day(s)"
+ "value" : "위치"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lisans %lld gün içinde sona eriyor"
+ "value" : "Konum"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giấy phép hết hạn sau %lld ngày"
+ "value" : "Vị trí"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "许可证将在 %lld 天后过期"
+ "value" : "位置"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "授權將在 %lld 天後過期"
+ "value" : "位置"
}
}
}
},
- "License Key:" : {
+ "Log MCP queries in history" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기록에 MCP 쿼리 로그 남기기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lisans Anahtarı:"
+ "value" : "MCP sorgularını geçmişe kaydet"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mã giấy phép:"
+ "value" : "Ghi truy vấn MCP vào lịch sử"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "许可证密钥:"
+ "value" : "在历史记录中记录 MCP 查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "授權金鑰:"
+ "value" : "在歷史紀錄中記錄 MCP 查詢"
}
}
}
},
- "License public key is invalid." : {
+ "Looking for database settings…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 설정을 찾는 중…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lisans açık anahtarı geçersiz."
+ "value" : "Veritabanı ayarları aranıyor…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Khoá công khai giấy phép không hợp lệ."
+ "value" : "Đang tìm cài đặt cơ sở dữ liệu…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "许可证公钥无效。"
+ "value" : "正在查找数据库设置…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "授權公開金鑰無效。"
+ "value" : "正在尋找資料庫設定…"
}
}
}
},
- "License public key not found in app bundle." : {
+ "Looks like a placeholder value" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "자리표시자 값인 것 같습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Uygulama paketinde lisans açık anahtarı bulunamadı."
+ "value" : "Yer tutucu bir değere benziyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy khoá công khai giấy phép trong gói ứng dụng."
+ "value" : "Trông giống giá trị mẫu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "应用包中未找到许可证公钥。"
+ "value" : "看起来是占位值"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在應用程式套件中找不到授權公開金鑰。"
+ "value" : "看起來是預留位置值"
}
}
}
},
- "License Removed" : {
+ "Loops" : {
+ "comment" : "Label for the number of loops in a query plan.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "반복 횟수"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lisans Kaldırıldı"
+ "value" : "Döngü"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giấy phép đã xoá"
+ "value" : "Số vòng lặp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "许可证已移除"
+ "value" : "循环次数"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "授權已移除"
+ "value" : "迴圈次數"
}
}
}
},
- "License removed from this Mac, but the server could not be reached. The activation slot may not be freed until it expires." : {
+ "Low" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "낮음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lisans bu Mac'ten kaldırıldı, ancak sunucuya ulaşılamadı. Etkinleştirme yuvası süresi dolana kadar serbest bırakılmayabilir."
+ "value" : "Düşük"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giấy phép đã xoá khỏi máy Mac này, nhưng không thể liên hệ máy chủ. Vị trí kích hoạt có thể không được giải phóng cho đến khi hết hạn."
+ "value" : "Thấp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "许可证已从此 Mac 移除,但无法连接服务器。激活位可能需要到期后才能释放。"
+ "value" : "低"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "授權已從此 Mac 移除,但無法連線到伺服器。啟用名額可能要到期後才會釋出。"
+ "value" : "低"
}
}
}
},
- "License signature verification failed." : {
+ "Low cost" : {
+ "comment" : "Accessibility label for a low cost severity.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "낮은 비용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lisans imza doğrulaması başarısız oldu."
+ "value" : "Düşük maliyet"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xác minh chữ ký giấy phép thất bại."
+ "value" : "Chi phí thấp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "许可证签名验证失败。"
+ "value" : "低成本"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "授權簽章驗證失敗。"
+ "value" : "低成本"
}
}
}
},
- "License validation failed" : {
+ "MCP Access Request" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "License validation failed"
+ "value" : "MCP 접근 요청"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lisans doğrulaması başarısız oldu"
+ "value" : "MCP Erişim İsteği"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xác thực giấy phép thất bại"
+ "value" : "Yêu cầu truy cập MCP"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "许可证验证失败"
+ "value" : "MCP 访问请求"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "授權驗證失敗"
+ "value" : "MCP 存取要求"
}
}
}
},
- "License verification failed. Try updating the app to the latest version." : {
+ "MCP Configuration" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "MCP 구성"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lisans doğrulaması başarısız oldu. Uygulamayı en son sürüme güncellemeyi deneyin."
+ "value" : "MCP Yapılandırması"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xác minh giấy phép thất bại. Hãy thử cập nhật ứng dụng lên phiên bản mới nhất."
+ "value" : "Cấu hình MCP"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "许可证验证失败。请尝试更新到最新版本。"
+ "value" : "MCP 配置"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "授權驗證失敗。請嘗試將應用程式更新到最新版本。"
+ "value" : "MCP 設定"
}
}
}
},
- "Lifetime" : {
+ "MCP Server" : {
+ "extractionState" : "stale",
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lifetime"
+ "value" : "MCP 서버"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ömür Boyu"
+ "value" : "MCP Sunucusu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trọn đời"
+ "value" : "MCP Server"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "终身"
+ "value" : "MCP 服务器"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "終身"
+ "value" : "MCP 伺服器"
}
}
}
},
- "Light" : {
+ "MCP Server: Failed" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "MCP 서버: 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Açık"
+ "value" : "MCP Sunucusu: Başarısız"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sáng"
+ "value" : "MCP Server: Thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "浅色"
+ "value" : "MCP 服务器:失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "淺色"
+ "value" : "MCP 伺服器:失敗"
}
}
}
},
- "Limit" : {
+ "MCP Server: Running" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "MCP 서버: 실행 중"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Limit"
+ "value" : "MCP Sunucusu: Çalışıyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giới hạn"
+ "value" : "MCP Server: Đang chạy"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "限制"
+ "value" : "MCP 服务器:运行中"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "限制"
+ "value" : "MCP 伺服器:執行中"
}
}
}
},
- "Limit tool calls per reply" : {
+ "MCP Server: Running (%d clients)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "MCP 서버: 실행 중(클라이언트 %d개)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yanıt başına araç çağrılarını sınırla"
+ "value" : "MCP Sunucusu: Çalışıyor (%d istemci)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giới hạn số lần gọi công cụ mỗi câu trả lời"
+ "value" : "MCP Server: Đang chạy (%d client)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "限制每条回复的工具调用次数"
+ "value" : "MCP 服务器:运行中(%d 个客户端)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "限制每則回覆的工具呼叫次數"
+ "value" : "MCP 伺服器:執行中(%d 個用戶端)"
}
}
}
},
- "Limits" : {
+ "MCP Server: Starting..." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "MCP 서버: 시작 중..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Limitler"
+ "value" : "MCP Sunucusu: Başlatılıyor..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giới hạn"
+ "value" : "MCP Server: Đang khởi động..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "限制"
+ "value" : "MCP 服务器:正在启动…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "限制"
+ "value" : "MCP 伺服器:正在啟動…"
}
}
}
},
- "Line %1$lld: %2$@" : {
- "comment" : "A line in the import error log. The first argument is the line number. The second argument is the error message.",
- "isCommentAutoGenerated" : true,
+ "MCP Server: Stopped" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "MCP 서버: 중지됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satır %1$lld: %2$@"
+ "value" : "MCP Sunucusu: Durduruldu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dòng %1$lld: %2$@"
+ "value" : "MCP Server: Đã dừng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "第 %1$lld 行:%2$@"
+ "value" : "MCP 服务器:已停止"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "第 %1$lld 行:%2$@"
+ "value" : "MCP 伺服器:已停止"
}
}
}
},
- "Line %lld: %@" : {
+ "MCP Setup" : {
"extractionState" : "stale",
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Line %1$lld: %2$@"
+ "state" : "translated",
+ "value" : "MCP 설정"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satır %lld: %@"
+ "value" : "MCP Kurulumu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dòng %lld: %@"
+ "value" : "Thiết lập MCP"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "第 %lld 行:%@"
+ "value" : "MCP 设置"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "第 %1$lld 行:%2$@"
+ "value" : "MCP 設定"
}
}
}
},
- "Line break" : {
- "extractionState" : "stale",
+ "MCP query execution" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "MCP 쿼리 실행"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satır sonu"
+ "value" : "MCP sorgu çalıştırma"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xuống dòng"
+ "value" : "Thực thi truy vấn MCP"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "换行"
+ "value" : "MCP 查询执行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "換行"
+ "value" : "MCP 查詢執行"
}
}
}
},
- "Line ending" : {
+ "MEDIUM" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "중간"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satır sonu"
+ "value" : "ORTA"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ký tự xuống dòng"
+ "value" : "TRUNG BÌNH"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "换行符"
+ "value" : "中等"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "換行字元"
+ "value" : "中等"
}
}
}
},
- "Line Number" : {
+ "METADATA" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "메타데이터"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satır Numarası"
+ "value" : "META VERİ"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Số dòng"
+ "value" : "SIÊU DỮ LIỆU"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "行号"
+ "value" : "元数据"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "行號"
+ "value" : "中繼資料"
}
}
}
},
- "Link a Folder..." : {
+ "MFA Passcode (TOTP)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "MFA 인증 코드(TOTP)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Klasör Bağla..."
+ "value" : "MFA Parola Kodu (TOTP)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Liên kết thư mục..."
+ "value" : "Mã MFA (TOTP)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "链接文件夹..."
+ "value" : "MFA 验证码(TOTP)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "連結資料夾…"
+ "value" : "MFA 驗證碼(TOTP)"
}
}
}
},
- "Linked" : {
+ "MQL" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "MQL"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantılı"
+ "value" : "MQL"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã liên kết"
+ "value" : "MQL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已链接"
+ "value" : "MQL"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已連結"
+ "value" : "MQL"
}
}
}
},
- "linked file" : {
+ "MQL Preview" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "MQL 미리보기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "bağlı dosya"
+ "value" : "MQL Önizleme"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "tệp liên kết"
+ "value" : "Xem trước MQL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "链接的文件"
+ "value" : "MQL 预览"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已連結的檔案"
+ "value" : "MQL 預覽"
}
}
}
},
- "Linked Folders" : {
+ "Maintenance" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "유지 관리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantılı Klasörler"
+ "value" : "Bakım"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thư mục Liên kết"
+ "value" : "Bảo trì"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "链接文件夹"
+ "value" : "维护"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已連結資料夾"
+ "value" : "維護"
}
}
}
},
- "Links you chose to always allow. TablePro connects without asking. Only connections on this machine can be trusted." : {
+ "Majority" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "과반수"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Her zaman izin vermeyi seçtiğiniz bağlantılar. TablePro sormadan bağlanır. Yalnızca bu makinedeki bağlantılara güvenilebilir."
+ "value" : "Çoğunluk"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Các liên kết bạn đã chọn luôn cho phép. TablePro kết nối mà không hỏi lại. Chỉ các kết nối trên máy này mới có thể được tin cậy."
+ "value" : "Majority"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "你选择始终允许的链接。TablePro 会直接连接,不再询问。只有本机上的连接才能被信任。"
+ "value" : "Majority"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "你選擇一律允許的連結。TablePro 會直接連線,不再詢問。只有本機上的連線才能被信任。"
+ "value" : "Majority"
}
}
}
},
- "List" : {
+ "Malformed deep link path: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "잘못된 딥 링크 경로: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Liste"
+ "value" : "Hatalı biçimlendirilmiş deep link yolu: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "List"
+ "value" : "Đường dẫn deep link không hợp lệ: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列表"
+ "value" : "深层链接路径格式错误:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "清單"
+ "value" : "深層連結路徑格式錯誤:%@"
}
}
}
},
- "List all databases on the server" : {
+ "Manage Connections" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 관리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sunucudaki tüm veritabanlarını listele"
+ "value" : "Bağlantıları Yönet"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Liệt kê tất cả cơ sở dữ liệu trên máy chủ"
+ "value" : "Quản lý kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出服务器上的所有数据库"
+ "value" : "管理连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出伺服器上的所有資料庫"
+ "value" : "管理連線"
}
}
}
},
- "List all saved database connections with their current status." : {
+ "Manage Connections..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 관리..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kayıtlı tüm veritabanı bağlantılarını geçerli durumlarıyla listeler."
+ "value" : "Bağlantıları Yönet..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Liệt kê tất cả kết nối cơ sở dữ liệu đã lưu cùng trạng thái hiện tại."
+ "value" : "Quản lý kết nối..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出所有已保存的数据库连接及其当前状态。"
+ "value" : "管理连接..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出所有已儲存的資料庫連線及其目前狀態。"
+ "value" : "管理連線…"
}
}
}
},
- "List all saved database connections with their status" : {
+ "Manage Connections…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 관리…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kayıtlı tüm veritabanı bağlantılarını durumlarıyla listele"
+ "value" : "Bağlantıları Yönet…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Liệt kê tất cả kết nối cơ sở dữ liệu đã lưu cùng trạng thái"
+ "value" : "Quản lý kết nối…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出所有已保存的数据库连接及其状态"
+ "value" : "管理连接…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出所有已儲存的資料庫連線及其狀態"
+ "value" : "管理連線…"
}
}
}
},
- "List available commands" : {
+ "Manage Tags" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "태그 관리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kullanılabilir komutları listele"
+ "value" : "Etiketleri Yönet"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Liệt kê các lệnh khả dụng"
+ "value" : "Quản lý thẻ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出可用命令"
+ "value" : "管理标签"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出可用的指令"
+ "value" : "管理標籤"
}
}
}
},
- "List Connections" : {
+ "Manual" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "수동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantıları Listele"
+ "value" : "Manuel"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Liệt kê kết nối"
+ "value" : "Thủ công"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出连接"
+ "value" : "手动"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出連線"
+ "value" : "手動"
}
}
}
},
- "List currently open tabs across all TablePro windows. Returns connection, tab type, table name, and titles for each tab." : {
+ "Markdown" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Markdown"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm TablePro pencerelerinde şu anda açık olan sekmeleri listeler. Her sekme için bağlantı, sekme türü, tablo adı ve başlıkları döndürür."
+ "value" : "Markdown"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Liệt kê các tab đang mở trên tất cả cửa sổ TablePro. Trả về kết nối, loại tab, tên bảng và tiêu đề của mỗi tab."
+ "value" : "Markdown"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出所有 TablePro 窗口中当前打开的标签页。返回每个标签页的连接、标签页类型、表名和标题。"
+ "value" : "Markdown"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出所有 TablePro 視窗中目前開啟的分頁。會回傳每個分頁的連線、分頁類型、資料表名稱與標題。"
+ "value" : "Markdown"
}
}
}
},
- "List Databases" : {
+ "Massive" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "매우 큼"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanlarını Listele"
+ "value" : "Çok Büyük"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Liệt kê cơ sở dữ liệu"
+ "value" : "Cực lớn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出数据库"
+ "value" : "巨大"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出資料庫"
+ "value" : "巨大"
}
}
}
},
- "List databases available on a connection." : {
+ "Match ALL filters (AND) or ANY filter (OR)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 필터(AND) 또는 하나 이상의 필터(OR)와 일치"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir bağlantıda kullanılabilir veritabanlarını listeler."
+ "value" : "TÜM filtrelerle eşleş (VE) veya HERHANGİ bir filtreyle (VEYA)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Liệt kê các cơ sở dữ liệu khả dụng trên một kết nối."
+ "value" : "Khớp TẤT CẢ bộ lọc (AND) hoặc BẤT KỲ bộ lọc (OR)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出连接上可用的数据库。"
+ "value" : "匹配所有筛选条件 (AND) 或任意筛选条件 (OR)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出連線上可用的資料庫。"
+ "value" : "符合所有篩選條件 (AND) 或任一篩選條件 (OR)"
}
}
}
},
- "List of all saved database connections with metadata" : {
+ "Match All" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모두 일치"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Meta verileriyle birlikte kayıtlı tüm veritabanı bağlantılarının listesi"
+ "value" : "Tümü Eşleşsin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Danh sách tất cả kết nối cơ sở dữ liệu đã lưu kèm metadata"
+ "value" : "Khớp tất cả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有已保存数据库连接及其元数据的列表"
+ "value" : "匹配全部"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "所有已儲存的資料庫連線及其中繼資料的清單"
+ "value" : "符合全部"
}
}
}
},
- "List Recent Tabs" : {
+ "Match Any" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "하나라도 일치"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Son Sekmeleri Listele"
+ "value" : "Herhangi Biri Eşleşsin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Liệt kê tab gần đây"
+ "value" : "Khớp bất kỳ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出最近标签页"
+ "value" : "匹配任一"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出最近的分頁"
+ "value" : "符合任一"
}
}
}
},
- "List Schemas" : {
+ "Match Case" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "대/소문자 구분"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Şemaları Listele"
+ "value" : "Büyük/Küçük Harf Eşleştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Liệt kê schema"
+ "value" : "Phân biệt hoa thường"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出 Schema"
+ "value" : "区分大小写"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出綱要"
+ "value" : "區分大小寫"
}
}
}
},
- "List schemas available in the active database of a connection." : {
+ "Match System" : {
+ "comment" : "Text for a sidebar row size preference that matches the system's sidebar row size.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "시스템 설정 따르기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir bağlantının etkin veritabanındaki şemaları listeler."
+ "value" : "Sistemle Aynı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Liệt kê các schema có trong cơ sở dữ liệu đang hoạt động của một kết nối."
+ "value" : "Theo hệ thống"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出连接当前数据库中可用的 Schema。"
+ "value" : "跟随系统"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出連線目前資料庫中可用的綱要。"
+ "value" : "跟隨系統"
}
}
}
},
- "List schemas in a database" : {
+ "Match System follows Sidebar icon size in System Settings > Appearance. Choose a size to fit more objects on screen than the rest of the system shows." : {
+ "comment" : "Match System",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "시스템 설정 따르기는 시스템 설정 > 모양의 사이드바 아이콘 크기를 사용합니다. 화면에 시스템의 다른 부분보다 더 많은 개체를 표시하려면 크기를 선택하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir veritabanındaki şemaları listele"
+ "value" : "Sistemle Aynı, Sistem Ayarları > Görünüm bölümündeki Kenar Çubuğu simge boyutunu izler. Sistemin geri kalanından daha fazla nesneyi ekrana sığdırmak için bir boyut seçin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Liệt kê schema trong một cơ sở dữ liệu"
+ "value" : "Theo hệ thống sẽ dùng cỡ biểu tượng Thanh bên trong Cài đặt hệ thống > Giao diện. Chọn một cỡ để hiển thị nhiều đối tượng hơn so với phần còn lại của hệ thống."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出数据库中的 Schema"
+ "value" : "“跟随系统”会采用“系统设置 > 外观”中的侧边栏图标大小。选择一个大小可以在屏幕上显示比系统其余部分更多的对象。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出資料庫中的綱要"
+ "value" : "「跟隨系統」會採用「系統設定 > 外觀」中的側邊欄圖像大小。選擇一個大小可以在螢幕上顯示比系統其餘部分更多的物件。"
}
}
}
},
- "List Tables" : {
+ "Match all" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모두 일치"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tabloları Listele"
+ "value" : "Tümüyle eşleştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Liệt kê bảng"
+ "value" : "Khớp tất cả"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出表"
+ "value" : "匹配全部"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出資料表"
+ "value" : "全部符合"
}
}
}
},
- "List tables and views in a database" : {
+ "Match all filters or any filter" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 필터 또는 하나 이상의 필터와 일치"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir veritabanındaki tabloları ve görünümleri listele"
+ "value" : "Tüm filtreleri veya herhangi bir filtreyi eşleştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Liệt kê bảng và view trong một cơ sở dữ liệu"
+ "value" : "Khớp tất cả bộ lọc hoặc bất kỳ bộ lọc nào"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出数据库中的表和视图"
+ "value" : "匹配全部筛选条件或任一筛选条件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出資料庫中的資料表與檢視表"
+ "value" : "符合所有篩選條件或任一篩選條件"
}
}
}
},
- "List tables and views in the active database of a connection." : {
+ "Match any" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "하나라도 일치"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir bağlantının etkin veritabanındaki tabloları ve görünümleri listeler."
+ "value" : "Herhangi biriyle eşleştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Liệt kê bảng và view trong cơ sở dữ liệu đang hoạt động của một kết nối."
+ "value" : "Khớp bất kỳ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出连接当前数据库中的表和视图。"
+ "value" : "匹配任一"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "列出連線目前資料庫中的資料表與檢視表。"
+ "value" : "符合任一"
}
}
}
},
- "Listens on all interfaces (0.0.0.0), reachable from your local network." : {
+ "Matching ignores case" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "일치 시 대/소문자 무시"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm arabirimleri (0.0.0.0) dinler, yerel ağınızdan erişilebilir."
+ "value" : "Eşleştirme büyük/küçük harfe duyarsız"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lắng nghe trên mọi giao diện mạng (0.0.0.0), có thể truy cập từ mạng cục bộ của bạn."
+ "value" : "So khớp không phân biệt hoa thường"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "监听所有网络接口(0.0.0.0),可从本地网络访问。"
+ "value" : "匹配时忽略大小写"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "監聽所有網路介面(0.0.0.0),可從你的區域網路存取。"
+ "value" : "比對時忽略大小寫"
}
}
}
},
- "Listens only on 127.0.0.1." : {
+ "Matching is case-sensitive" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "일치 시 대/소문자 구분"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yalnızca 127.0.0.1 üzerinde dinler."
+ "value" : "Eşleştirme büyük/küçük harfe duyarlı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chỉ lắng nghe trên 127.0.0.1."
+ "value" : "So khớp phân biệt hoa thường"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "仅监听 127.0.0.1。"
+ "value" : "匹配时区分大小写"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "只監聽 127.0.0.1。"
+ "value" : "比對時區分大小寫"
}
}
}
},
- "Load" : {
- "extractionState" : "stale",
+ "Materialized View" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "구체화된 뷰"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yükle"
+ "value" : "Materyalize Görünüm"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tải"
+ "value" : "Materialized View"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "加载"
+ "value" : "物化视图"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "載入"
+ "value" : "具體化檢視表"
}
}
}
},
- "Load in Editor" : {
+ "Materialized Views" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "구체화된 뷰"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Düzenleyiciye Yükle"
+ "value" : "Materyalize Görünümler"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tải vào trình soạn thảo"
+ "value" : "Materialized Views"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在编辑器中加载"
+ "value" : "物化视图"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在編輯器中載入"
+ "value" : "具體化檢視表"
}
}
}
},
- "Load Models" : {
- "extractionState" : "stale",
+ "Max %lld characters" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최대 %lld자"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Modelleri Yükle"
+ "value" : "Max %lld karakter"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tải mô hình"
+ "value" : "Tối đa %lld ký tự"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "加载模型"
+ "value" : "最多 %lld 个字符"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "載入模型"
+ "value" : "最多 %lld 個字"
}
}
}
},
- "Load More" : {
+ "Max Bytes Billed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최대 청구 바이트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Daha Fazla Yükle"
+ "value" : "Faturalanacak Maks Bayt"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tải thêm"
+ "value" : "Số byte tính phí tối đa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "加载更多"
+ "value" : "最大计费字节数"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "載入更多"
+ "value" : "最大計費位元組數"
}
}
}
},
- "Load Query" : {
+ "Max Connections" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최대 연결 수"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorguyu Yükle"
+ "value" : "Maks. Bağlantı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tải truy vấn"
+ "value" : "Kết nối tối đa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "加载查询"
+ "value" : "最大连接数"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "載入查詢"
+ "value" : "最大連線數"
}
}
}
},
- "Load Table Template" : {
- "extractionState" : "stale",
+ "Max output tokens" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최대 출력 토큰 수"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tablo Şablonu Yükle"
+ "value" : "Maksimum çıktı token'ları"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tải mẫu bảng"
+ "value" : "Số token đầu ra tối đa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "加载表模板"
+ "value" : "最大输出令牌数"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "載入資料表範本"
+ "value" : "最大輸出權杖數"
}
}
}
},
- "Load Template" : {
- "extractionState" : "stale",
+ "Max schema tables: %d" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최대 스키마 테이블 수: %d"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Şablon Yükle"
+ "value" : "Maksimum şema tablosu: %d"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tải mẫu"
+ "value" : "Số bảng tối đa: %d"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "加载模板"
+ "value" : "最大架构表数:%d"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "載入範本"
+ "value" : "綱要資料表上限:%d"
}
}
}
},
- "Loading %@…" : {
+ "Max schema tables: %lld" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최대 스키마 테이블 수: %lld"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ yükleniyor…"
+ "value" : "Max schema tablo: %lld"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang tải %@…"
+ "value" : "Số bảng tối đa: %lld"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在加载 %@…"
+ "value" : "Schema 最大表数:%lld"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在載入 %@…"
+ "value" : "綱要資料表上限:%lld"
}
}
}
},
- "Loading dashboard..." : {
+ "Maximum days cannot be negative" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최대 일수는 음수일 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Pano yükleniyor..."
+ "value" : "Maksimum gün negatif olamaz"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang tải bảng điều khiển..."
+ "value" : "Số ngày tối đa không được là số âm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在加载仪表盘…"
+ "value" : "最大天数不能为负数"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在載入儀表板…"
+ "value" : "最大天數不能為負數"
}
}
}
},
- "Loading databases..." : {
+ "Maximum depth reached" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최대 깊이에 도달했습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanları yükleniyor..."
+ "value" : "Maksimum derinliğe ulaşıldı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang tải cơ sở dữ liệu..."
+ "value" : "Đã đạt độ sâu tối đa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在加载数据库..."
+ "value" : "已达到最大深度"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在載入資料庫…"
+ "value" : "已達到最大深度"
}
}
}
},
- "Loading databases…" : {
+ "Maximum entries cannot be negative" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최대 항목 수는 음수일 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanları yükleniyor…"
+ "value" : "Maksimum kayıt negatif olamaz"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang tải cơ sở dữ liệu…"
+ "value" : "Số mục tối đa không được là số âm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在载入数据库…"
+ "value" : "最大条目数不能为负数"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在載入資料庫…"
+ "value" : "最大項目數不能為負數"
}
}
}
},
- "Loading insights..." : {
+ "Maximum entries:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최대 항목 수:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Analizler yükleniyor..."
+ "value" : "Maksimum kayıt:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang tải phân tích..."
+ "value" : "Số mục tối đa:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在加载分析…"
+ "value" : "最大条目数:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在載入分析…"
+ "value" : "最大項目數:"
}
}
}
},
- "Loading keys…" : {
- "extractionState" : "stale",
+ "Maximum number of activations reached." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최대 활성화 수에 도달했습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Anahtarlar yükleniyor…"
+ "value" : "Maksimum etkinleştirme sayısına ulaşıldı."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang tải khóa…"
+ "value" : "Đã đạt số lượng kích hoạt tối đa."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在加载键…"
+ "value" : "已达到最大激活数。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在載入鍵…"
+ "value" : "已達到最大啟用次數。"
}
}
}
},
- "Loading more rows" : {
+ "Maximum number of entries to return (default 50, max 500)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "반환할 최대 항목 수(기본값 50, 최대 500)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Daha fazla satır yükleniyor"
+ "value" : "Döndürülecek maksimum kayıt sayısı (varsayılan 50, en çok 500)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang tải thêm hàng"
+ "value" : "Số mục tối đa trả về (mặc định 50, tối đa 500)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在载入更多行"
+ "value" : "返回条目的最大数量(默认 50,最大 500)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在載入更多列"
+ "value" : "回傳項目的最大數量(預設 50,最大 500)"
}
}
}
},
- "Loading options..." : {
- "extractionState" : "stale",
+ "Maximum row limit" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최대 행 제한"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Seçenekler yükleniyor..."
+ "value" : "Maksimum satır limiti"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang tải tùy chọn..."
+ "value" : "Giới hạn dòng tối đa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在加载选项…"
+ "value" : "最大行数限制"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在載入選項…"
+ "value" : "最大列數限制"
}
}
}
},
- "Loading options…" : {
+ "Maximum rows to export (default 50000)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내보낼 최대 행 수(기본값 50000)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Seçenekler yükleniyor…"
+ "value" : "Dışa aktarılacak maksimum satır sayısı (varsayılan 50000)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang tải tùy chọn…"
+ "value" : "Số hàng tối đa để xuất (mặc định 50000)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在载入选项…"
+ "value" : "导出行数上限(默认 50000)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在載入選項…"
+ "value" : "匯出列數上限(預設 50000)"
}
}
}
},
- "Loading page" : {
+ "Maximum rows to export. Defaults to the server's configured default row limit and is capped at its maximum row limit." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내보낼 최대 행 수입니다. 기본값은 서버에 설정된 기본 행 제한이며 최대 행 제한을 초과할 수 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sayfa yükleniyor"
+ "value" : "Dışa aktarılacak en fazla satır sayısı. Varsayılan olarak sunucunun ayarlı varsayılan satır limitidir ve maksimum satır limitiyle sınırlanır."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang tải trang"
+ "value" : "Số dòng tối đa được xuất. Mặc định là giới hạn dòng mặc định của máy chủ và bị chặn ở giới hạn dòng tối đa."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在载入页面"
+ "value" : "导出的最大行数。默认使用服务器配置的默认行数限制,并受其最大行数限制约束。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在載入頁面"
+ "value" : "匯出的最大列數。預設使用伺服器設定的預設列數上限,並受其最大列數上限限制。"
}
}
}
},
- "Loading plugins..." : {
+ "Maximum rows to return (default 500, max 10000)" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "반환할 최대 행 수(기본값 500, 최대 10000)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Eklentiler yükleniyor..."
+ "value" : "Döndürülecek maksimum satır sayısı (varsayılan 500, en çok 10000)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang tải plugin..."
+ "value" : "Số hàng tối đa trả về (mặc định 500, tối đa 10000)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在加载插件..."
+ "value" : "返回行数上限(默认 500,最大 10000)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在載入外掛…"
+ "value" : "回傳列數上限(預設 500,最大 10000)"
}
}
}
},
- "Loading schema..." : {
+ "Maximum rows to return. Defaults to the server's configured default row limit and is capped at its maximum row limit." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "반환할 최대 행 수입니다. 기본값은 서버에 설정된 기본 행 제한이며 최대 행 제한을 초과할 수 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Şema yükleniyor..."
+ "value" : "Döndürülecek en fazla satır sayısı. Varsayılan olarak sunucunun ayarlı varsayılan satır limitidir ve maksimum satır limitiyle sınırlanır."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang tải schema..."
+ "value" : "Số dòng tối đa được trả về. Mặc định là giới hạn dòng mặc định của máy chủ và bị chặn ở giới hạn dòng tối đa."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在加载架构..."
+ "value" : "返回的最大行数。默认使用服务器配置的默认行数限制,并受其最大行数限制约束。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在載入綱要…"
+ "value" : "回傳的最大列數。預設使用伺服器設定的預設列數上限,並受其最大列數上限限制。"
}
}
}
},
- "Loading schemas..." : {
- "extractionState" : "stale",
+ "Maximum time to wait for a query to complete. Set to 0 for no limit. Applied to new connections." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리 완료를 기다리는 최대 시간입니다. 제한하지 않으려면 0으로 설정하십시오. 새 연결에 적용됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Şemalar yükleniyor..."
+ "value" : "Sorgunun tamamlanması için beklenecek maksimum süre. Sınır olmaması için 0 yapın. Yeni bağlantılara uygulanır."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang tải schema..."
+ "value" : "Thời gian chờ tối đa để truy vấn hoàn thành. Đặt 0 để không giới hạn. Áp dụng cho kết nối mới."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在加载 Schema..."
+ "value" : "等待查询完成的最长时间。设为 0 表示不限制。应用于新连接。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在載入綱要…"
+ "value" : "等待查詢完成的最長時間。設為 0 表示不限制。套用至新連線。"
}
}
}
},
- "Loading schemas…" : {
- "extractionState" : "stale",
+ "Medium" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "중간"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Şemalar yükleniyor…"
+ "value" : "Orta"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang tải schema…"
+ "value" : "Trung bình"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在载入 Schema…"
+ "value" : "中等"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在載入綱要…"
+ "value" : "中等"
}
}
}
},
- "Loading tables..." : {
- "extractionState" : "stale",
+ "Member Of" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "소속"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tablolar yükleniyor..."
+ "value" : "Üyesi Olduğu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang tải danh sách bảng..."
+ "value" : "Thành viên của"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在加载表..."
+ "value" : "隶属于"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在載入資料表…"
+ "value" : "隸屬於"
}
}
}
},
- "Loading tables…" : {
- "extractionState" : "stale",
+ "Member of" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "소속"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tablolar yükleniyor…"
+ "value" : "Üyesi olduğu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang tải bảng…"
+ "value" : "Thành viên của"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在载入表…"
+ "value" : "隶属于"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在載入資料表…"
+ "value" : "隸屬於"
}
}
}
},
- "Loading users and roles..." : {
+ "Membership" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "멤버십"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kullanıcılar ve roller yükleniyor..."
+ "value" : "Üyelik"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang tải người dùng và vai trò..."
+ "value" : "Tư cách thành viên"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在加载用户和角色..."
+ "value" : "成员关系"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在載入使用者與角色..."
+ "value" : "成員關係"
}
}
}
},
- "Loading..." : {
+ "Memory Limit" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "메모리 제한"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yükleniyor..."
+ "value" : "Bellek Sınırı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang tải..."
+ "value" : "Giới hạn bộ nhớ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "加载中..."
+ "value" : "内存限制"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "載入中…"
+ "value" : "記憶體限制"
}
}
}
},
- "Loading…" : {
+ "Merge" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "병합"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yükleniyor…"
+ "value" : "Birleştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang tải…"
+ "value" : "Gộp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在加载…"
+ "value" : "合并"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在載入…"
+ "value" : "合併"
}
}
}
},
- "Local" : {
+ "Merge All Windows" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모든 윈도우 통합"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yerel"
+ "value" : "Tüm Pencereleri Birleştir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cục bộ"
+ "value" : "Hợp nhất tất cả cửa sổ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "本地"
+ "value" : "合并所有窗口"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "本機"
+ "value" : "合併所有視窗"
}
}
}
},
- "Local File" : {
+ "Merge Columns..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 병합..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yerel Dosya"
+ "value" : "Sütunları Birleştir..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tệp cục bộ"
+ "value" : "Gộp cột..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "本地文件"
+ "value" : "合并列…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "本機檔案"
+ "value" : "合併欄位…"
}
}
}
},
- "Local Listener" : {
+ "Merge Columns…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열 병합…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yerel Dinleyici"
+ "value" : "Sütunları Birleştir…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trình lắng nghe cục bộ"
+ "value" : "Gộp cột…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "本地监听器"
+ "value" : "合并列…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "本機監聽器"
+ "value" : "合併欄位…"
}
}
}
},
- "Local only" : {
+ "Merge “%@” with “%@”" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "Merge “%1$@” with “%2$@”"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "“%1$@” 및 “%2$@” 병합"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sadece yerel"
+ "value" : "“%1$@” ile “%2$@” birleştirilsin"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chỉ cục bộ"
+ "value" : "Gộp “%1$@” với “%2$@”"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "仅本地"
+ "value" : "将“%1$@”与“%2$@”合并"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "僅限本機"
+ "value" : "將「%1$@」與「%2$@」合併"
}
}
}
},
- "Local only - not synced to iCloud" : {
- "extractionState" : "stale",
+ "Message too large. Try disabling 'Include schema' or 'Include query results' in AI settings." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "메시지가 너무 큽니다. AI 설정에서 '스키마 포함' 또는 '쿼리 결과 포함'을 끄십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sadece yerel - iCloud ile eşitlenmiyor"
+ "value" : "Mesaj çok büyük. AI ayarlarında 'Şemayı dahil et' veya 'Sorgu sonuçlarını dahil et' seçeneklerini devre dışı bırakmayı deneyin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chỉ cục bộ - không đồng bộ lên iCloud"
+ "value" : "Tin nhắn quá lớn. Thử tắt 'Bao gồm schema' hoặc 'Bao gồm kết quả truy vấn' trong cài đặt AI."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "仅本地 - 不同步到 iCloud"
+ "value" : "消息过大。请尝试在 AI 设置中禁用“包含 schema”或“包含查询结果”。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "僅限本機,不同步至 iCloud"
+ "value" : "訊息過大。請嘗試在 AI 設定中停用「包含綱要」或「包含查詢結果」。"
}
}
}
},
- "Local only, not synced to iCloud" : {
+ "Method" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "메서드"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yalnızca yerel, iCloud ile eşzamanlanmaz"
+ "value" : "Yöntem"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chỉ lưu cục bộ, không đồng bộ với iCloud"
+ "value" : "Phương thức"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "仅本地存储,不同步到 iCloud"
+ "value" : "方法"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "僅儲存於本機,不會同步到 iCloud"
+ "value" : "方法"
}
}
}
},
- "Local port" : {
+ "Microsoft Entra ID" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Microsoft Entra ID"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yerel port"
+ "value" : "Microsoft Entra ID"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cổng cục bộ"
+ "value" : "Microsoft Entra ID"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "本地端口"
+ "value" : "Microsoft Entra ID"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "本機連接埠"
+ "value" : "Microsoft Entra ID"
}
}
}
},
- "Local port must be between 1 and 65535" : {
+ "Microsoft Entra ID Sign-In Failed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Microsoft Entra ID 로그인 실패"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yerel port 1 ile 65535 arasında olmalıdır"
+ "value" : "Microsoft Entra ID oturumu açılamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cổng cục bộ phải nằm trong khoảng 1 đến 65535"
+ "value" : "Đăng nhập Microsoft Entra ID thất bại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "本地端口必须介于 1 到 65535 之间"
+ "value" : "Microsoft Entra ID 登录失败"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "本機連接埠必須介於 1 到 65535 之間"
+ "value" : "Microsoft Entra ID 登入失敗"
}
}
}
},
- "localhost" : {
+ "Microsoft Entra ID Sign-In Required" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Microsoft Entra ID 로그인 필요"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "localhost"
+ "value" : "Microsoft Entra ID ile oturum açma gerekli"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "localhost"
+ "value" : "Yêu cầu đăng nhập Microsoft Entra ID"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "localhost"
+ "value" : "需要 Microsoft Entra ID 登录"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "localhost"
+ "value" : "需要 Microsoft Entra ID 登入"
}
}
}
},
- "Location" : {
+ "Microsoft Entra ID sign-in finished. Test the connection again." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Microsoft Entra ID 로그인이 완료되었습니다. 연결을 다시 테스트하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Konum"
+ "value" : "Microsoft Entra ID oturum açma tamamlandı. Bağlantıyı yeniden test edin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Vị trí"
+ "value" : "Đã hoàn tất đăng nhập Microsoft Entra ID. Hãy kiểm tra lại kết nối."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "位置"
+ "value" : "Microsoft Entra ID 登录已完成。请再次测试连接。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "位置"
+ "value" : "Microsoft Entra ID 登入已完成。請再次測試連線。"
}
}
}
},
- "Log MCP queries in history" : {
+ "Microsoft's enterprise SQL database" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Microsoft의 엔터프라이즈 SQL 데이터베이스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP sorgularını geçmişe kaydet"
+ "value" : "Microsoft'un kurumsal SQL veritabanı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ghi truy vấn MCP vào lịch sử"
+ "value" : "Cơ sở dữ liệu SQL doanh nghiệp của Microsoft"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在历史记录中记录 MCP 查询"
+ "value" : "Microsoft 的企业级 SQL 数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在歷史紀錄中記錄 MCP 查詢"
+ "value" : "Microsoft 的企業級 SQL 資料庫"
}
}
}
},
- "Looking for database settings…" : {
+ "Minimal" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최소"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı ayarları aranıyor…"
+ "value" : "Minimal"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang tìm cài đặt cơ sở dữ liệu…"
+ "value" : "Tối giản"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在查找数据库设置…"
+ "value" : "极简"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在尋找資料庫設定…"
+ "value" : "極簡"
}
}
}
},
- "Looks like a placeholder value" : {
+ "Minimize" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최소화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yer tutucu bir değere benziyor"
+ "value" : "Küçült"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trông giống giá trị mẫu"
+ "value" : "Thu nhỏ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "看起来是占位值"
+ "value" : "最小化"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "看起來是預留位置值"
+ "value" : "縮到最小"
}
}
}
},
- "Loops" : {
- "comment" : "Label for the number of loops in a query plan.",
- "isCommentAutoGenerated" : true,
+ "Missing argument: %@" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "누락된 인수: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Döngü"
+ "value" : "Eksik bağımsız değişken: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Số vòng lặp"
+ "value" : "Thiếu đối số: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "循环次数"
+ "value" : "缺少参数:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "迴圈次數"
+ "value" : "缺少引數:%@"
}
}
}
},
- "Low" : {
+ "Missing required parameter: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필수 매개변수 누락: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Düşük"
+ "value" : "Gerekli parametre eksik: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thấp"
+ "value" : "Thiếu tham số bắt buộc: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "低"
+ "value" : "缺少必需参数:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "低"
+ "value" : "缺少必要參數:%@"
}
}
}
},
- "Low cost" : {
- "comment" : "Accessibility label for a low cost severity.",
- "isCommentAutoGenerated" : true,
+ "Missing value for parameter: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "매개변수 값 누락: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Düşük maliyet"
+ "value" : "Parametre için değer eksik: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chi phí thấp"
+ "value" : "Thiếu giá trị cho tham số: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "低成本"
+ "value" : "参数缺少值:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "低成本"
+ "value" : "參數缺少值:%@"
}
}
}
},
- "LSP process exited with code %d" : {
+ "Mixed Selection" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "혼합 선택"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "LSP süreci %d koduyla sonlandı"
+ "value" : "Karışık Seçim"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tiến trình LSP đã thoát với mã %d"
+ "value" : "Lựa chọn hỗn hợp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "LSP 进程已退出,代码为 %d"
+ "value" : "混合选择"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "LSP 處理程序已結束,結束代碼為 %d"
+ "value" : "混合選取"
}
}
}
},
- "LSP process is not running" : {
+ "Mode" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모드"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "LSP süreci çalışmıyor"
+ "value" : "Mod"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tiến trình LSP không chạy"
+ "value" : "Chế độ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "LSP 进程未运行"
+ "value" : "模式"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "LSP 處理程序未在執行"
+ "value" : "模式"
}
}
}
},
- "LSP request was cancelled" : {
+ "Model" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모델"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "LSP isteği iptal edildi"
+ "value" : "Model"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yêu cầu LSP đã bị hủy"
+ "value" : "Model"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "LSP 请求已取消"
+ "value" : "Model"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "LSP 要求已取消"
+ "value" : "Model"
}
}
}
},
- "LSP server error (%d): %@" : {
+ "Model ID" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "LSP server error (%1$d): %2$@"
+ "state" : "translated",
+ "value" : "모델 ID"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "LSP sunucu hatası (%d): %@"
+ "value" : "Model Kimliği"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lỗi LSP server (%d): %@"
+ "value" : "ID mô hình"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "LSP 服务器错误(%d):%@"
+ "value" : "模型 ID"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "LSP 伺服器錯誤(%1$d):%2$@"
+ "value" : "模型 ID"
}
}
}
},
- "macOS will ask for your login password" : {
+ "Model name" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모델 이름"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "macOS giriş parolanızı isteyecek"
+ "value" : "Model adı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "macOS sẽ hỏi mật khẩu đăng nhập của bạn"
+ "value" : "Tên model"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "macOS 将要求输入您的登录密码"
+ "value" : "模型名称"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "macOS 會要求你輸入登入密碼"
+ "value" : "模型名稱"
}
}
}
},
- "Maintenance" : {
+ "Model not found: %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "모델을 찾을 수 없음: %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bakım"
+ "value" : "Model bulunamadı: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bảo trì"
+ "value" : "Không tìm thấy model: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "维护"
+ "value" : "未找到模型:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "維護"
+ "value" : "找不到模型:%@"
}
}
}
},
- "Majority" : {
- "extractionState" : "stale",
+ "Moderate cost" : {
+ "comment" : "Accessibility label for a moderate cost.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "중간 비용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Çoğunluk"
+ "value" : "Orta maliyet"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Majority"
+ "value" : "Chi phí trung bình"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Majority"
+ "value" : "中等成本"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Majority"
+ "value" : "中等成本"
}
}
}
},
- "Malformed deep link path: %@" : {
+ "Modified" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "수정됨"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hatalı biçimlendirilmiş deep link yolu: %@"
+ "value" : "Değiştirildi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đường dẫn deep link không hợp lệ: %@"
+ "value" : "Đã sửa đổi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "深层链接路径格式错误:%@"
+ "value" : "已修改"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "深層連結路徑格式錯誤:%@"
+ "value" : "已修改"
}
}
}
},
- "Manage Connections" : {
+ "Modified:" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "수정됨:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantıları Yönet"
+ "value" : "Değiştirildi:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Quản lý kết nối"
+ "value" : "Đã sửa đổi:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "管理连接"
+ "value" : "修改时间:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "管理連線"
+ "value" : "修改時間:"
}
}
}
},
- "Manage Connections..." : {
+ "Modifier Key Required" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "보조 키 필요"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantıları Yönet..."
+ "value" : "Değiştirici Tuş Gerekli"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Quản lý kết nối..."
+ "value" : "Cần phím bổ trợ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "管理连接..."
+ "value" : "需要修饰键"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "管理連線…"
+ "value" : "需要修飾鍵"
}
}
}
},
- "Manage Connections…" : {
+ "MongoDB" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "MongoDB"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantıları Yönet…"
+ "value" : "MongoDB"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Quản lý kết nối…"
+ "value" : "MongoDB"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "管理连接…"
+ "value" : "MongoDB"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "管理連線…"
+ "value" : "MongoDB"
}
}
}
},
- "Manage Tags" : {
+ "MongoDB driver has no TLS fallback. Preferred and Required both force TLS. Use Required for MongoDB Atlas and other hosted instances." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "MongoDB 드라이버에는 TLS 폴백이 없습니다. Preferred와 Required 모두 TLS를 강제합니다. MongoDB Atlas 및 기타 호스팅 인스턴스에는 Required를 사용하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Etiketleri Yönet"
+ "value" : "MongoDB sürücüsünde TLS geri dönüşü yoktur. Tercih Edilen ve Zorunlu'nun ikisi de TLS'yi zorunlu kılar. MongoDB Atlas ve diğer barındırılan sunucular için Zorunlu kullanın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Quản lý thẻ"
+ "value" : "Driver MongoDB không có cơ chế dự phòng TLS. Preferred và Required đều buộc dùng TLS. Dùng Required cho MongoDB Atlas và các instance được lưu trữ khác."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "管理标签"
+ "value" : "MongoDB 驱动没有 TLS 回退。“首选”和“必需”都会强制使用 TLS。连接 MongoDB Atlas 和其他托管实例时请使用“必需”。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "管理標籤"
+ "value" : "MongoDB 驅動程式沒有 TLS 後備機制。「偏好」和「必要」都會強制使用 TLS。連接 MongoDB Atlas 與其他託管執行個體時請使用「必要」。"
}
}
}
},
- "Manual" : {
+ "MongoDB query language. Use to import into MongoDB." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "MongoDB 쿼리 언어입니다. MongoDB로 가져올 때 사용합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Manuel"
+ "value" : "MongoDB sorgu dili. MongoDB'ye içe aktarmak için kullanın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thủ công"
+ "value" : "Ngôn ngữ truy vấn MongoDB. Dùng để nhập vào MongoDB."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "手动"
+ "value" : "MongoDB 查询语言。用于导入到 MongoDB。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "手動"
+ "value" : "MongoDB 查詢語言。用於匯入 MongoDB。"
}
}
}
},
- "Markdown" : {
+ "Most Run" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "최다 실행"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Markdown"
+ "value" : "En Çok Çalıştırılan"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Markdown"
+ "value" : "Chạy nhiều nhất"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Markdown"
+ "value" : "运行最多"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Markdown"
+ "value" : "執行最多"
}
}
}
},
- "Massive" : {
- "extractionState" : "stale",
+ "Most popular open-source SQL database" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "가장 인기 있는 오픈 소스 SQL 데이터베이스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Çok Büyük"
+ "value" : "En popüler açık kaynaklı SQL veritabanı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cực lớn"
+ "value" : "Cơ sở dữ liệu SQL mã nguồn mở phổ biến nhất"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "巨大"
+ "value" : "最流行的开源 SQL 数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "巨大"
+ "value" : "最熱門的開放原始碼 SQL 資料庫"
}
}
}
},
- "Match all" : {
+ "Move Down" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "아래로 이동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tümüyle eşleştir"
+ "value" : "Aşağı Taşı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Khớp tất cả"
+ "value" : "Di chuyển xuống"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匹配全部"
+ "value" : "下移"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "全部符合"
+ "value" : "下移"
}
}
}
},
- "Match All" : {
+ "Move Down (⌘↓)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "아래로 이동 (⌘↓)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tümü Eşleşsin"
+ "value" : "Aşağı Taşı (⌘↓)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Khớp tất cả"
+ "value" : "Di chuyển xuống (⌘↓)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匹配全部"
+ "value" : "下移 (⌘↓)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "符合全部"
+ "value" : "下移 (⌘↓)"
}
}
}
- },
- "Match ALL filters (AND) or ANY filter (OR)" : {
- "extractionState" : "stale",
+ },
+ "Move File to Trash" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파일을 휴지통으로 이동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "TÜM filtrelerle eşleş (VE) veya HERHANGİ bir filtreyle (VEYA)"
+ "value" : "Dosyayı Çöp Sepetine Taşı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Khớp TẤT CẢ bộ lọc (AND) hoặc BẤT KỲ bộ lọc (OR)"
+ "value" : "Chuyển tệp vào Thùng rác"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匹配所有筛选条件 (AND) 或任意筛选条件 (OR)"
+ "value" : "将文件移到废纸篓"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "符合所有篩選條件 (AND) 或任一篩選條件 (OR)"
+ "value" : "將檔案移到垃圾桶"
}
}
}
},
- "Match all filters or any filter" : {
+ "Move File to Trash?" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파일을 휴지통으로 이동하시겠습니까?"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm filtreleri veya herhangi bir filtreyi eşleştir"
+ "value" : "Dosya Çöp Sepetine Taşınsın mı?"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Khớp tất cả bộ lọc hoặc bất kỳ bộ lọc nào"
+ "value" : "Chuyển tệp vào Thùng rác?"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匹配全部筛选条件或任一筛选条件"
+ "value" : "要将文件移到废纸篓吗?"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "符合所有篩選條件或任一篩選條件"
+ "value" : "要將檔案移到垃圾桶嗎?"
}
}
}
},
- "Match any" : {
+ "Move Filter Down" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터를 아래로 이동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Herhangi biriyle eşleştir"
+ "value" : "Filtreyi Aşağı Taşı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Khớp bất kỳ"
+ "value" : "Chuyển bộ lọc xuống"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匹配任一"
+ "value" : "下移筛选条件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "符合任一"
+ "value" : "將篩選條件下移"
}
}
}
},
- "Match Any" : {
+ "Move Filter Up" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "필터를 위로 이동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Herhangi Biri Eşleşsin"
+ "value" : "Filtreyi Yukarı Taşı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Khớp bất kỳ"
+ "value" : "Chuyển bộ lọc lên"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匹配任一"
+ "value" : "上移筛选条件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "符合任一"
+ "value" : "將篩選條件上移"
}
}
}
},
- "Match Case" : {
+ "Move Group to..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "그룹 이동..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Büyük/Küçük Harf Eşleştir"
+ "value" : "Grubu Taşı..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Phân biệt hoa thường"
+ "value" : "Di chuyển nhóm đến..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "区分大小写"
+ "value" : "移动分组到..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "區分大小寫"
+ "value" : "移動群組至…"
}
}
}
},
- "Match System" : {
- "comment" : "Text for a sidebar row size preference that matches the system's sidebar row size.",
- "isCommentAutoGenerated" : true,
+ "Move Line Down" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "줄을 아래로 이동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sistemle Aynı"
+ "value" : "Satırı Aşağı Taşı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Theo hệ thống"
+ "value" : "Chuyển dòng xuống"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "跟随系统"
+ "value" : "下移一行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "跟隨系統"
+ "value" : "將該行下移"
}
}
}
},
- "Match System follows Sidebar icon size in System Settings > Appearance. Choose a size to fit more objects on screen than the rest of the system shows." : {
- "comment" : "Match System",
- "isCommentAutoGenerated" : true,
+ "Move Line Up" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "줄을 위로 이동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sistemle Aynı, Sistem Ayarları > Görünüm bölümündeki Kenar Çubuğu simge boyutunu izler. Sistemin geri kalanından daha fazla nesneyi ekrana sığdırmak için bir boyut seçin."
+ "value" : "Satırı Yukarı Taşı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Theo hệ thống sẽ dùng cỡ biểu tượng Thanh bên trong Cài đặt hệ thống > Giao diện. Chọn một cỡ để hiển thị nhiều đối tượng hơn so với phần còn lại của hệ thống."
+ "value" : "Chuyển dòng lên"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "“跟随系统”会采用“系统设置 > 外观”中的侧边栏图标大小。选择一个大小可以在屏幕上显示比系统其余部分更多的对象。"
+ "value" : "上移一行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "「跟隨系統」會採用「系統設定 > 外觀」中的側邊欄圖像大小。選擇一個大小可以在螢幕上顯示比系統其餘部分更多的物件。"
+ "value" : "將該行上移"
}
}
}
},
- "matches regex" : {
+ "Move Tab to New Window" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "탭을 새 윈도우로 이동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "matches regex"
+ "value" : "Sekmeyi Yeni Pencereye Taşı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "khớp regex"
+ "value" : "Chuyển tab sang cửa sổ mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匹配正则"
+ "value" : "将标签页移到新窗口"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "符合正規表示式"
+ "value" : "將標籤頁移至新視窗"
}
}
}
},
- "Matching ignores case" : {
+ "Move Up" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "위로 이동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Eşleştirme büyük/küçük harfe duyarsız"
+ "value" : "Yukarı Taşı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "So khớp không phân biệt hoa thường"
+ "value" : "Di chuyển lên"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匹配时忽略大小写"
+ "value" : "上移"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "比對時忽略大小寫"
+ "value" : "上移"
}
}
}
},
- "Matching is case-sensitive" : {
+ "Move Up (⌘↑)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "위로 이동 (⌘↑)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Eşleştirme büyük/küçük harfe duyarlı"
+ "value" : "Yukarı Taşı (⌘↑)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "So khớp phân biệt hoa thường"
+ "value" : "Di chuyển lên (⌘↑)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匹配时区分大小写"
+ "value" : "上移 (⌘↑)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "比對時區分大小寫"
+ "value" : "上移 (⌘↑)"
}
}
}
},
- "Materialized View" : {
+ "Move Word Left" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "단어 단위로 왼쪽 이동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Materyalize Görünüm"
+ "value" : "Bir Kelime Sola Git"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Materialized View"
+ "value" : "Sang trái một từ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "物化视图"
+ "value" : "向左移动一个单词"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "具體化檢視表"
+ "value" : "向左移動一個單字"
}
}
}
},
- "Materialized Views" : {
+ "Move Word Right" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "단어 단위로 오른쪽 이동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Materyalize Görünümler"
+ "value" : "Bir Kelime Sağa Git"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Materialized Views"
+ "value" : "Sang phải một từ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "物化视图"
+ "value" : "向右移动一个单词"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "具體化檢視表"
+ "value" : "向右移動一個單字"
}
}
}
},
- "max %@" : {
- "comment" : "Longest single run, %@ is a duration",
+ "Move to" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다음으로 이동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "maks. %@"
+ "value" : "Taşı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "tối đa %@"
+ "value" : "Di chuyển đến"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最长 %@"
+ "value" : "移动到"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最長 %@"
+ "value" : "移動至"
}
}
}
},
- "Max %lld characters" : {
+ "Move to Beginning of Document" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "문서 시작 부분으로 이동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Max %lld karakter"
+ "value" : "Belgenin Başına Git"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tối đa %lld ký tự"
+ "value" : "Đến đầu tài liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最多 %lld 个字符"
+ "value" : "移到文稿开头"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最多 %lld 個字"
+ "value" : "移到文件開頭"
}
}
}
},
- "Max Bytes Billed" : {
+ "Move to Beginning of Line" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "줄 시작 부분으로 이동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Faturalanacak Maks Bayt"
+ "value" : "Satırın Başına Git"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Số byte tính phí tối đa"
+ "value" : "Đến đầu dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最大计费字节数"
+ "value" : "移到行首"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最大計費位元組數"
+ "value" : "移到行首"
}
}
}
},
- "Max Connections" : {
+ "Move to End of Document" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "문서 끝으로 이동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Maks. Bağlantı"
+ "value" : "Belgenin Sonuna Git"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối tối đa"
+ "value" : "Đến cuối tài liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最大连接数"
+ "value" : "移到文稿末尾"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最大連線數"
+ "value" : "移到文件結尾"
}
}
}
},
- "Max output tokens" : {
+ "Move to End of Line" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "줄 끝으로 이동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Maksimum çıktı token'ları"
+ "value" : "Satırın Sonuna Git"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Số token đầu ra tối đa"
+ "value" : "Đến cuối dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最大输出令牌数"
+ "value" : "移到行尾"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最大輸出權杖數"
+ "value" : "移到行尾"
}
}
}
},
- "Max schema tables: %d" : {
+ "Move to Group" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "그룹으로 이동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Maksimum şema tablosu: %d"
+ "value" : "Gruba Taşı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Số bảng tối đa: %d"
+ "value" : "Di chuyển vào Nhóm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最大架构表数:%d"
+ "value" : "移动到分组"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "綱要資料表上限:%d"
+ "value" : "移動至群組"
}
}
}
},
- "Max schema tables: %lld" : {
- "extractionState" : "stale",
+ "Move to Trash" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "휴지통으로 이동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Max schema tablo: %lld"
+ "value" : "Çöp Sepetine Taşı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Số bảng tối đa: %lld"
+ "value" : "Chuyển vào Thùng rác"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Schema 最大表数:%lld"
+ "value" : "移到废纸篓"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "綱要資料表上限:%lld"
+ "value" : "移到垃圾桶"
}
}
}
},
- "Maximum days cannot be negative" : {
+ "Multi-model database with SurrealQL" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "SurrealQL을 사용하는 멀티 모델 데이터베이스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Maksimum gün negatif olamaz"
+ "value" : "SurrealQL ile çok modelli veritabanı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Số ngày tối đa không được là số âm"
+ "value" : "Cơ sở dữ liệu đa mô hình với SurrealQL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最大天数不能为负数"
+ "value" : "使用 SurrealQL 的多模型数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最大天數不能為負數"
+ "value" : "使用 SurrealQL 的多模型資料庫"
}
}
}
},
- "Maximum depth reached" : {
+ "Multiple statements are not permitted for this client" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 클라이언트에서는 여러 쿼리문을 사용할 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Maksimum derinliğe ulaşıldı"
+ "value" : "Bu istemci için birden çok deyime izin verilmiyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã đạt độ sâu tối đa"
+ "value" : "Client này không được phép chạy nhiều câu lệnh"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已达到最大深度"
+ "value" : "此客户端不允许执行多条语句"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已達到最大深度"
+ "value" : "此用戶端不允許執行多條語句"
}
}
}
},
- "Maximum entries cannot be negative" : {
+ "Multiple values" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "여러 값"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Maksimum kayıt negatif olamaz"
+ "value" : "Birden fazla değer"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Số mục tối đa không được là số âm"
+ "value" : "Nhiều giá trị"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最大条目数不能为负数"
+ "value" : "多个值"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最大項目數不能為負數"
+ "value" : "多個值"
}
}
}
},
- "Maximum entries:" : {
+ "Must be exactly: I understand this is irreversible" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다음과 정확히 일치해야 합니다: I understand this is irreversible"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Maksimum kayıt:"
+ "value" : "Tam olarak şöyle olmalı: I understand this is irreversible"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Số mục tối đa:"
+ "value" : "Phải nhập chính xác: I understand this is irreversible"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最大条目数:"
+ "value" : "必须完全输入:I understand this is irreversible"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最大項目數:"
+ "value" : "必須完全輸入:I understand this is irreversible"
}
}
}
},
- "Maximum number of activations reached." : {
+ "My Queries" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내 쿼리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Maksimum etkinleştirme sayısına ulaşıldı."
+ "value" : "Sorgularım"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã đạt số lượng kích hoạt tối đa."
+ "value" : "Truy vấn của tôi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已达到最大激活数。"
+ "value" : "我的查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已達到最大啟用次數。"
+ "value" : "我的查詢"
}
}
}
},
- "Maximum number of entries to return (default 50, max 500)" : {
+ "My Queries Only" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내 쿼리만"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Döndürülecek maksimum kayıt sayısı (varsayılan 50, en çok 500)"
+ "value" : "Yalnızca Sorgularım"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Số mục tối đa trả về (mặc định 50, tối đa 500)"
+ "value" : "Chỉ truy vấn của tôi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "返回条目的最大数量(默认 50,最大 500)"
+ "value" : "仅我的查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "回傳項目的最大數量(預設 50,最大 500)"
+ "value" : "僅我的查詢"
}
}
}
},
- "Maximum row limit" : {
+ "My Server" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "My Server"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내 서버"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Maksimum satır limiti"
+ "value" : "Sunucum"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giới hạn dòng tối đa"
+ "value" : "Máy chủ của tôi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最大行数限制"
+ "value" : "我的服务器"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最大列數限制"
+ "value" : "我的伺服器"
}
}
}
},
- "Maximum rows to export (default 50000)" : {
- "extractionState" : "stale",
+ "MySQL, PostgreSQL & SQLite" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "MySQL, PostgreSQL & SQLite"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dışa aktarılacak maksimum satır sayısı (varsayılan 50000)"
+ "value" : "MySQL, PostgreSQL & SQLite"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Số hàng tối đa để xuất (mặc định 50000)"
+ "value" : "MySQL, PostgreSQL & SQLite"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出行数上限(默认 50000)"
+ "value" : "MySQL、PostgreSQL 和 SQLite"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出列數上限(預設 50000)"
+ "value" : "MySQL、PostgreSQL 和 SQLite"
}
}
}
},
- "Maximum rows to export. Defaults to the server's configured default row limit and is capped at its maximum row limit." : {
+ "NOT NULL" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "NOT NULL"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dışa aktarılacak en fazla satır sayısı. Varsayılan olarak sunucunun ayarlı varsayılan satır limitidir ve maksimum satır limitiyle sınırlanır."
+ "value" : "NOT NULL"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Số dòng tối đa được xuất. Mặc định là giới hạn dòng mặc định của máy chủ và bị chặn ở giới hạn dòng tối đa."
+ "value" : "NOT NULL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导出的最大行数。默认使用服务器配置的默认行数限制,并受其最大行数限制约束。"
+ "value" : "NOT NULL"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "匯出的最大列數。預設使用伺服器設定的預設列數上限,並受其最大列數上限限制。"
+ "value" : "NOT NULL"
}
}
}
},
- "Maximum rows to return (default 500, max 10000)" : {
+ "NOW()" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "NOW()"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Döndürülecek maksimum satır sayısı (varsayılan 500, en çok 10000)"
+ "value" : "NOW()"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Số hàng tối đa trả về (mặc định 500, tối đa 10000)"
+ "value" : "NOW()"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "返回行数上限(默认 500,最大 10000)"
+ "value" : "NOW()"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "回傳列數上限(預設 500,最大 10000)"
+ "value" : "NOW()"
}
}
}
},
- "Maximum rows to return. Defaults to the server's configured default row limit and is capped at its maximum row limit." : {
+ "NULL" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "NULL"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Döndürülecek en fazla satır sayısı. Varsayılan olarak sunucunun ayarlı varsayılan satır limitidir ve maksimum satır limitiyle sınırlanır."
+ "value" : "NULL"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Số dòng tối đa được trả về. Mặc định là giới hạn dòng mặc định của máy chủ và bị chặn ở giới hạn dòng tối đa."
+ "value" : "NULL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "返回的最大行数。默认使用服务器配置的默认行数限制,并受其最大行数限制约束。"
+ "value" : "NULL"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "回傳的最大列數。預設使用伺服器設定的預設列數上限,並受其最大列數上限限制。"
+ "value" : "NULL"
}
}
}
},
- "Maximum time to wait for a query to complete. Set to 0 for no limit. Applied to new connections." : {
+ "NULL Value" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "NULL 값"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorgunun tamamlanması için beklenecek maksimum süre. Sınır olmaması için 0 yapın. Yeni bağlantılara uygulanır."
+ "value" : "NULL Değer"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thời gian chờ tối đa để truy vấn hoàn thành. Đặt 0 để không giới hạn. Áp dụng cho kết nối mới."
+ "value" : "Giá trị NULL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "等待查询完成的最长时间。设为 0 表示不限制。应用于新连接。"
+ "value" : "NULL 值"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "等待查詢完成的最長時間。設為 0 表示不限制。套用至新連線。"
+ "value" : "NULL 值"
}
}
}
},
- "MCP Access Request" : {
+ "NULL display cannot be empty" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "NULL 표시 값은 비워 둘 수 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP Erişim İsteği"
+ "value" : "NULL görünümü boş olamaz"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yêu cầu truy cập MCP"
+ "value" : "Hiển thị NULL không được để trống"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP 访问请求"
+ "value" : "NULL 显示不能为空"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP 存取要求"
+ "value" : "NULL 顯示不能為空"
}
}
}
},
- "MCP Configuration" : {
- "extractionState" : "stale",
+ "NULL display contains invalid characters (newlines/tabs)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "NULL 표시 값에 잘못된 문자(줄바꿈/탭)가 포함되어 있습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP Yapılandırması"
+ "value" : "NULL görünümü geçersiz karakterler içeriyor (satır sonları/sekmeler)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cấu hình MCP"
+ "value" : "Hiển thị NULL chứa ký tự không hợp lệ (xuống dòng/tab)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP 配置"
+ "value" : "NULL 显示包含无效字符(换行符/制表符)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP 設定"
+ "value" : "NULL 顯示包含無效字(換行符/定位字)"
}
}
}
},
- "MCP query execution" : {
+ "NULL display must be %d characters or less" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "NULL 표시 값은 %d자 이하여야 합니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP sorgu çalıştırma"
+ "value" : "NULL gösterimi en fazla %d karakter olmalıdır"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thực thi truy vấn MCP"
+ "value" : "Hiển thị NULL phải có %d ký tự trở xuống"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP 查询执行"
+ "value" : "NULL显示不能超过%d个字符"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP 查詢執行"
+ "value" : "NULL 顯示不能超過 %d 個字"
}
}
}
},
- "MCP Server" : {
+ "NULL display must be %lld characters or less" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "NULL 표시 값은 %lld자 이하여야 합니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP Sunucusu"
+ "value" : "NULL görünümü en fazla %lld karakter olmalı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP Server"
+ "value" : "Hiển thị NULL phải có %lld ký tự trở xuống"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP 服务器"
+ "value" : "NULL 显示不能超过 %lld 个字符"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP 伺服器"
+ "value" : "NULL 顯示不能超過 %lld 個字"
}
}
}
},
- "MCP Server: Failed" : {
- "extractionState" : "stale",
+ "NULL display:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "NULL 표시:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP Sunucusu: Başarısız"
+ "value" : "NULL görünümü:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP Server: Thất bại"
+ "value" : "Hiển thị NULL:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP 服务器:失败"
+ "value" : "NULL 显示:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP 伺服器:失敗"
+ "value" : "NULL 顯示:"
}
}
}
},
- "MCP Server: Running" : {
+ "NULL — no referenced row" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "NULL — 참조된 행 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP Sunucusu: Çalışıyor"
+ "value" : "NULL — referans satır yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP Server: Đang chạy"
+ "value" : "NULL — không có dòng tham chiếu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP 服务器:运行中"
+ "value" : "NULL — 无引用行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP 伺服器:執行中"
+ "value" : "NULL,沒有參照的列"
}
}
}
},
- "MCP Server: Running (%d clients)" : {
- "extractionState" : "stale",
+ "NULL, no referenced row" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "NULL, 참조된 행 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP Sunucusu: Çalışıyor (%d istemci)"
+ "value" : "NULL, başvurulan satır yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP Server: Đang chạy (%d client)"
+ "value" : "NULL, không có hàng được tham chiếu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP 服务器:运行中(%d 个客户端)"
+ "value" : "NULL,没有被引用的行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP 伺服器:執行中(%d 個用戶端)"
+ "value" : "NULL,沒有被參照的列"
}
}
}
},
- "MCP Server: Starting..." : {
- "extractionState" : "stale",
+ "Name" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이름"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP Sunucusu: Başlatılıyor..."
+ "value" : "Ad"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP Server: Đang khởi động..."
+ "value" : "Tên"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP 服务器:正在启动…"
+ "value" : "名称"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP 伺服器:正在啟動…"
+ "value" : "名稱"
}
}
}
},
- "MCP Server: Stopped" : {
- "extractionState" : "stale",
+ "Name:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이름:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP Sunucusu: Durduruldu"
+ "value" : "Ad:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP Server: Đã dừng"
+ "value" : "Tên:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP 服务器:已停止"
+ "value" : "名称:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP 伺服器:已停止"
+ "value" : "名稱:"
}
}
}
},
- "MCP Setup" : {
- "extractionState" : "stale",
+ "Namespace" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "네임스페이스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP Kurulumu"
+ "value" : "Namespace"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thiết lập MCP"
+ "value" : "Namespace"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP 设置"
+ "value" : "命名空间"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MCP 設定"
+ "value" : "命名空間"
}
}
}
},
- "Medium" : {
+ "Navigate to referenced row" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "참조된 행으로 이동"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Orta"
+ "value" : "Referans verilen satıra git"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trung bình"
+ "value" : "Đi đến dòng được tham chiếu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "中等"
+ "value" : "跳转到引用行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "中等"
+ "value" : "前往參照的列"
}
}
}
},
- "MEDIUM" : {
+ "Navigating pages will reload data and discard all unsaved changes." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "페이지를 이동하면 데이터가 다시 로드되고 저장하지 않은 모든 변경 사항이 폐기됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ORTA"
+ "value" : "Sayfa değiştirmek veriyi yeniden yükler ve tüm kaydedilmemiş değişiklikleri siler."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "TRUNG BÌNH"
+ "value" : "Chuyển trang sẽ tải lại dữ liệu và hủy tất cả thay đổi chưa lưu."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "中等"
+ "value" : "翻页将重新加载数据并丢弃所有未保存的更改。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "中等"
+ "value" : "翻頁將重新載入資料並捨棄所有未儲存的變更。"
}
}
}
},
- "Member of" : {
+ "Navigating to another page will discard all unsaved changes." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다른 페이지로 이동하면 저장하지 않은 모든 변경 사항이 폐기됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Üyesi olduğu"
+ "value" : "Başka bir sayfaya gitmek kaydedilmemiş değişiklikleri siler."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thành viên của"
+ "value" : "Chuyển sang trang khác sẽ huỷ tất cả thay đổi chưa lưu."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隶属于"
+ "value" : "导航到其他页面将丢弃所有未保存的更改。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隸屬於"
+ "value" : "前往其他頁面將捨棄所有未儲存的變更。"
}
}
}
},
- "Member Of" : {
+ "Navigation" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "탐색"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Üyesi Olduğu"
+ "value" : "Gezinme"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thành viên của"
+ "value" : "Điều hướng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隶属于"
+ "value" : "导航"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "隸屬於"
+ "value" : "導覽"
}
}
}
},
- "Membership" : {
+ "Nearest" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "가장 가까움"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Üyelik"
+ "value" : "En Yakın"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tư cách thành viên"
+ "value" : "Nearest"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "成员关系"
+ "value" : "Nearest"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "成員關係"
+ "value" : "Nearest"
}
}
}
},
- "Memory Limit" : {
+ "Negotiating encryption" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "암호화 협상 중"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bellek Sınırı"
+ "value" : "Şifreleme görüşülüyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Giới hạn bộ nhớ"
+ "value" : "Đang thương lượng mã hoá"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "内存限制"
+ "value" : "正在协商加密"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "記憶體限制"
+ "value" : "正在協商加密"
}
}
}
},
- "Merge" : {
+ "Network" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "네트워크"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Birleştir"
+ "value" : "Ağ"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gộp"
+ "value" : "Mạng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "合并"
+ "value" : "网络"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "合併"
+ "value" : "網路"
}
}
}
},
- "Merge “%@” with “%@”" : {
+ "Network error: %@" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "Merge “%1$@” with “%2$@”"
+ "state" : "translated",
+ "value" : "네트워크 오류: %@"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "“%1$@” ile “%2$@” birleştirilsin"
+ "value" : "Ağ hatası: %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gộp “%1$@” với “%2$@”"
+ "value" : "Lỗi mạng: %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "将“%1$@”与“%2$@”合并"
+ "value" : "网络错误:%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將「%1$@」與「%2$@」合併"
+ "value" : "網路錯誤:%@"
}
}
}
},
- "Merge All Windows" : {
+ "Network is unavailable. Changes will sync when connectivity is restored." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "네트워크를 사용할 수 없습니다. 연결이 복원되면 변경 사항이 동기화됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tüm Pencereleri Birleştir"
+ "value" : "Ağ kullanılamıyor. Bağlantı sağlandığında değişiklikler eşitlenecek."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hợp nhất tất cả cửa sổ"
+ "value" : "Mạng không khả dụng. Các thay đổi sẽ được đồng bộ khi có kết nối trở lại."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "合并所有窗口"
+ "value" : "网络不可用。恢复连接后将自动同步更改。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "合併所有視窗"
+ "value" : "網路無法使用。連線恢復後將自動同步變更。"
}
}
}
},
- "Merge Columns..." : {
+ "Never" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "안 함"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütunları Birleştir..."
+ "value" : "Asla"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gộp cột..."
+ "value" : "Không bao giờ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "合并列…"
+ "value" : "从不"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "合併欄位…"
+ "value" : "永不"
}
}
}
},
- "Merge Columns…" : {
+ "Never executed" : {
+ "comment" : "Description of the execution status when a query was never executed.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "실행한 적 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sütunları Birleştir…"
+ "value" : "Hiç çalıştırılmadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gộp cột…"
+ "value" : "Chưa từng chạy"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "合并列…"
+ "value" : "从未执行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "合併欄位…"
+ "value" : "從未執行"
}
}
}
},
- "Message too large. Try disabling 'Include schema' or 'Include query results' in AI settings." : {
+ "Never used" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사용한 적 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mesaj çok büyük. AI ayarlarında 'Şemayı dahil et' veya 'Sorgu sonuçlarını dahil et' seçeneklerini devre dışı bırakmayı deneyin."
+ "value" : "Hiç kullanılmadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tin nhắn quá lớn. Thử tắt 'Bao gồm schema' hoặc 'Bao gồm kết quả truy vấn' trong cài đặt AI."
+ "value" : "Chưa dùng bao giờ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "消息过大。请尝试在 AI 设置中禁用“包含 schema”或“包含查询结果”。"
+ "value" : "从未使用"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "訊息過大。請嘗試在 AI 設定中停用「包含綱要」或「包含查詢結果」。"
+ "value" : "從未使用"
}
}
}
},
- "METADATA" : {
+ "New" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새로 만들기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "META VERİ"
+ "value" : "Yeni"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "SIÊU DỮ LIỆU"
+ "value" : "Mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "元数据"
+ "value" : "新建"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "中繼資料"
+ "value" : "新增"
}
}
}
},
- "Method" : {
+ "New %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 %@"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yöntem"
+ "value" : "Yeni %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Phương thức"
+ "value" : "%@ mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "方法"
+ "value" : "新建 %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "方法"
+ "value" : "新增 %@"
}
}
}
},
- "MFA Passcode (TOTP)" : {
+ "New %@ (⌘N)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 %@ (⌘N)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MFA Parola Kodu (TOTP)"
+ "value" : "Yeni %@ (⌘N)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mã MFA (TOTP)"
+ "value" : "%@ mới (⌘N)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MFA 验证码(TOTP)"
+ "value" : "新建 %@ (⌘N)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MFA 驗證碼(TOTP)"
+ "value" : "新增 %@ (⌘N)"
}
}
}
},
- "Microsoft Entra ID" : {
+ "New %@ Connection" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 %@ 연결"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Microsoft Entra ID"
+ "value" : "Yeni %@ Bağlantısı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Microsoft Entra ID"
+ "value" : "Kết nối %@ mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Microsoft Entra ID"
+ "value" : "新建%@连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Microsoft Entra ID"
+ "value" : "新增 %@ 連線"
}
}
}
},
- "Microsoft Entra ID Sign-In Failed" : {
+ "New %@…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 %@…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Microsoft Entra ID oturumu açılamadı"
+ "value" : "Yeni %@…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đăng nhập Microsoft Entra ID thất bại"
+ "value" : "%@ mới…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Microsoft Entra ID 登录失败"
+ "value" : "新建 %@…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Microsoft Entra ID 登入失敗"
+ "value" : "新增 %@…"
}
}
}
},
- "Microsoft Entra ID sign-in finished. Test the connection again." : {
+ "New Chat" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 채팅"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Microsoft Entra ID oturum açma tamamlandı. Bağlantıyı yeniden test edin."
+ "value" : "Yeni Sohbet"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã hoàn tất đăng nhập Microsoft Entra ID. Hãy kiểm tra lại kết nối."
+ "value" : "Cuộc trò chuyện mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Microsoft Entra ID 登录已完成。请再次测试连接。"
+ "value" : "新建对话"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Microsoft Entra ID 登入已完成。請再次測試連線。"
+ "value" : "新增對話"
}
}
}
},
- "Microsoft Entra ID Sign-In Required" : {
+ "New Connection" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 연결"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Microsoft Entra ID ile oturum açma gerekli"
+ "value" : "Yeni Bağlantı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yêu cầu đăng nhập Microsoft Entra ID"
+ "value" : "Kết nối mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "需要 Microsoft Entra ID 登录"
+ "value" : "新建连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "需要 Microsoft Entra ID 登入"
+ "value" : "新增連線"
}
}
}
},
- "Microsoft's enterprise SQL database" : {
+ "New Connection (%@)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 연결 (%@)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Microsoft'un kurumsal SQL veritabanı"
+ "value" : "Yeni Bağlantı (%@)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cơ sở dữ liệu SQL doanh nghiệp của Microsoft"
+ "value" : "Kết nối mới (%@)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Microsoft 的企业级 SQL 数据库"
+ "value" : "新建连接(%@)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Microsoft 的企業級 SQL 資料庫"
+ "value" : "新增連線(%@)"
}
}
}
},
- "Minimal" : {
+ "New Connection (⌘N)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 연결 (⌘N)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Minimal"
+ "value" : "Yeni Bağlantı (⌘N)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tối giản"
+ "value" : "Kết nối mới (⌘N)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "极简"
+ "value" : "新建连接 (⌘N)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "極簡"
+ "value" : "新增連線 (⌘N)"
}
}
}
},
- "Minimize" : {
+ "New Connection..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 연결..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Küçült"
+ "value" : "Yeni Bağlantı..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thu nhỏ"
+ "value" : "Kết nối mới..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最小化"
+ "value" : "新建连接..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "縮到最小"
+ "value" : "新增連線…"
}
}
}
},
- "Missing argument: %@" : {
- "extractionState" : "stale",
+ "New Conversation" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 대화"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Eksik bağımsız değişken: %@"
+ "value" : "Yeni Konuşma"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thiếu đối số: %@"
+ "value" : "Hội thoại mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "缺少参数:%@"
+ "value" : "新建会话"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "缺少引數:%@"
+ "value" : "新增對話"
}
}
}
},
- "Missing required parameter: %@" : {
+ "New Database" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 데이터베이스"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gerekli parametre eksik: %@"
+ "value" : "Yeni Veritabanı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thiếu tham số bắt buộc: %@"
+ "value" : "Cơ sở dữ liệu mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "缺少必需参数:%@"
+ "value" : "新建数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "缺少必要參數:%@"
+ "value" : "新增資料庫"
}
}
}
},
- "Missing value for parameter: %@" : {
+ "New Database (⌘N)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 데이터베이스 (⌘N)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Parametre için değer eksik: %@"
+ "value" : "Yeni Veritabanı (⌘N)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thiếu giá trị cho tham số: %@"
+ "value" : "Cơ sở dữ liệu mới (⌘N)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "参数缺少值:%@"
+ "value" : "新建数据库 (⌘N)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "參數缺少值:%@"
+ "value" : "新增資料庫(⌘N)"
}
}
}
},
- "Mixed Selection" : {
+ "New Database..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 데이터베이스..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Karışık Seçim"
+ "value" : "Yeni Veritabanı..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lựa chọn hỗn hợp"
+ "value" : "Cơ sở dữ liệu mới..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "混合选择"
+ "value" : "新建数据库…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "混合選取"
+ "value" : "新增資料庫…"
}
}
}
},
- "Mode" : {
+ "New Database…" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 데이터베이스…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mod"
+ "value" : "Yeni Veritabanı…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chế độ"
+ "value" : "Cơ sở dữ liệu mới…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "模式"
+ "value" : "新建数据库…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "模式"
+ "value" : "新增資料庫…"
}
}
}
},
- "Model" : {
+ "New Favorite" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 즐겨찾기"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Model"
+ "value" : "Yeni Sık Kullanılan"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Model"
+ "value" : "Mục yêu thích mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Model"
+ "value" : "新建收藏"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Model"
+ "value" : "新增我的最愛"
}
}
}
},
- "Model ID" : {
+ "New Favorite..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 즐겨찾기..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Model Kimliği"
+ "value" : "Yeni Sık Kullanılan..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ID mô hình"
+ "value" : "Mục yêu thích mới..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "模型 ID"
+ "value" : "新建收藏…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "模型 ID"
+ "value" : "新增我的最愛…"
}
}
}
},
- "Model name" : {
- "extractionState" : "stale",
+ "New Favorite…" : {
+ "comment" : "Text for a menu item that opens a dialog to rename a folder.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 즐겨찾기…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Model adı"
+ "value" : "Yeni Sık Kullanılan…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên model"
+ "value" : "Mục yêu thích mới…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "模型名称"
+ "value" : "新建收藏…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "模型名稱"
+ "value" : "新增我的最愛…"
}
}
}
},
- "Model not found: %@" : {
+ "New Folder" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 폴더"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Model bulunamadı: %@"
+ "value" : "Yeni Klasör"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy model: %@"
+ "value" : "Thư mục mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到模型:%@"
+ "value" : "新建文件夹"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到模型:%@"
+ "value" : "新增資料夾"
}
}
}
},
- "Moderate cost" : {
- "comment" : "Accessibility label for a moderate cost.",
- "isCommentAutoGenerated" : true,
+ "New Group" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 그룹"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Orta maliyet"
+ "value" : "Yeni Grup"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chi phí trung bình"
+ "value" : "Nhóm mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "中等成本"
+ "value" : "新建分组"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "中等成本"
+ "value" : "新增群組"
}
}
}
},
- "Modified" : {
+ "New Group..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 그룹..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Değiştirildi"
+ "value" : "Yeni Grup..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã sửa đổi"
+ "value" : "Nhóm Mới..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已修改"
+ "value" : "新建分组…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "已修改"
+ "value" : "新增群組…"
}
}
}
},
- "Modified:" : {
- "extractionState" : "stale",
+ "New Jump Host" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 점프 호스트"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Değiştirildi:"
+ "value" : "Yeni Atlama Sunucusu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đã sửa đổi:"
+ "value" : "Jump Host mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "修改时间:"
+ "value" : "新建 Jump Host"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "修改時間:"
+ "value" : "新增 Jump Host"
}
}
}
},
- "Modifier Key Required" : {
+ "New Query" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 쿼리"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Değiştirici Tuş Gerekli"
+ "value" : "Yeni Sorgu"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cần phím bổ trợ"
+ "value" : "Truy vấn mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "需要修饰键"
+ "value" : "新建查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "需要修飾鍵"
+ "value" : "新增查詢"
}
}
}
},
- "MongoDB" : {
- "extractionState" : "stale",
+ "New Query Tab" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 쿼리 탭"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MongoDB"
+ "value" : "Yeni Sorgu Sekmesi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MongoDB"
+ "value" : "Tab truy vấn mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MongoDB"
+ "value" : "新建查询标签页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MongoDB"
+ "value" : "新增查詢分頁"
}
}
}
},
- "MongoDB driver has no TLS fallback. Preferred and Required both force TLS. Use Required for MongoDB Atlas and other hosted instances." : {
+ "New Query Tab (⌘T)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 쿼리 탭 (⌘T)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MongoDB sürücüsünde TLS geri dönüşü yoktur. Tercih Edilen ve Zorunlu'nun ikisi de TLS'yi zorunlu kılar. MongoDB Atlas ve diğer barındırılan sunucular için Zorunlu kullanın."
+ "value" : "Yeni Sorgu Sekmesi (⌘T)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Driver MongoDB không có cơ chế dự phòng TLS. Preferred và Required đều buộc dùng TLS. Dùng Required cho MongoDB Atlas và các instance được lưu trữ khác."
+ "value" : "Tab truy vấn mới (⌘T)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MongoDB 驱动没有 TLS 回退。“首选”和“必需”都会强制使用 TLS。连接 MongoDB Atlas 和其他托管实例时请使用“必需”。"
+ "value" : "新建查询标签页 (⌘T)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MongoDB 驅動程式沒有 TLS 後備機制。「偏好」和「必要」都會強制使用 TLS。連接 MongoDB Atlas 與其他託管執行個體時請使用「必要」。"
+ "value" : "新增查詢分頁 (⌘T)"
}
}
}
},
- "MongoDB query language. Use to import into MongoDB." : {
+ "New Query, favorite, or folder" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 쿼리, 즐겨찾기 또는 폴더"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MongoDB sorgu dili. MongoDB'ye içe aktarmak için kullanın."
+ "value" : "Yeni sorgu, sık kullanılan veya klasör"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ngôn ngữ truy vấn MongoDB. Dùng để nhập vào MongoDB."
+ "value" : "Truy vấn mới, mục yêu thích hoặc thư mục"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MongoDB 查询语言。用于导入到 MongoDB。"
+ "value" : "新建查询、收藏或文件夹"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MongoDB 查詢語言。用於匯入 MongoDB。"
+ "value" : "新增查詢、我的最愛或資料夾"
}
}
}
},
- "Most popular open-source SQL database" : {
+ "New Subfolder" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 하위 폴더"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "En popüler açık kaynaklı SQL veritabanı"
+ "value" : "Yeni Alt Klasör"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cơ sở dữ liệu SQL mã nguồn mở phổ biến nhất"
+ "value" : "Thư mục con mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最流行的开源 SQL 数据库"
+ "value" : "新建子文件夹"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "最熱門的開放原始碼 SQL 資料庫"
+ "value" : "新增子資料夾"
}
}
}
},
- "Most Run" : {
+ "New Subgroup" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 하위 그룹"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "En Çok Çalıştırılan"
+ "value" : "Yeni Alt Grup"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chạy nhiều nhất"
+ "value" : "Nhóm con mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "运行最多"
+ "value" : "新建子分组"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "執行最多"
+ "value" : "新增子群組"
}
}
}
},
- "Move Down" : {
+ "New Tab" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 탭"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Aşağı Taşı"
+ "value" : "Yeni Sekme"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Di chuyển xuống"
+ "value" : "Tab mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下移"
+ "value" : "新建标签页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下移"
+ "value" : "新增分頁"
}
}
}
},
- "Move Down (⌘↓)" : {
+ "New Table" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 테이블"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Aşağı Taşı (⌘↓)"
+ "value" : "Yeni Tablo"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Di chuyển xuống (⌘↓)"
+ "value" : "Bảng mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下移 (⌘↓)"
+ "value" : "新建表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下移 (⌘↓)"
+ "value" : "新增資料表"
}
}
}
},
- "Move File to Trash" : {
+ "New Table..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 테이블..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dosyayı Çöp Sepetine Taşı"
+ "value" : "Yeni Tablo..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chuyển tệp vào Thùng rác"
+ "value" : "Bảng mới..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "将文件移到废纸篓"
+ "value" : "新建表…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將檔案移到垃圾桶"
+ "value" : "新增資料表…"
}
}
}
},
- "Move File to Trash?" : {
+ "New Table…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 테이블…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Dosya Çöp Sepetine Taşınsın mı?"
+ "value" : "Yeni Tablo…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chuyển tệp vào Thùng rác?"
+ "value" : "Bảng mới…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要将文件移到废纸篓吗?"
+ "value" : "新建表…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "要將檔案移到垃圾桶嗎?"
+ "value" : "新增資料表…"
}
}
}
},
- "Move Filter Down" : {
+ "New Theme" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 테마"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtreyi Aşağı Taşı"
+ "value" : "Yeni Tema"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chuyển bộ lọc xuống"
+ "value" : "Chủ đề mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下移筛选条件"
+ "value" : "新建主题"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將篩選條件下移"
+ "value" : "新增主題"
}
}
}
},
- "Move Filter Up" : {
+ "New Trigger" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 트리거"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Filtreyi Yukarı Taşı"
+ "value" : "Yeni Tetikleyici"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chuyển bộ lọc lên"
+ "value" : "Trigger mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "上移筛选条件"
+ "value" : "新建触发器"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將篩選條件上移"
+ "value" : "新增觸發器"
}
}
}
},
- "Move Group to..." : {
+ "New User or Role" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 사용자 또는 역할"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Grubu Taşı..."
+ "value" : "Yeni Kullanıcı veya Rol"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Di chuyển nhóm đến..."
+ "value" : "Người dùng hoặc vai trò mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "移动分组到..."
+ "value" : "新建用户或角色"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "移動群組至…"
+ "value" : "新增使用者或角色"
}
}
}
},
- "Move Line Down" : {
+ "New View" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 뷰"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satırı Aşağı Taşı"
+ "value" : "Yeni Görünüm"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chuyển dòng xuống"
+ "value" : "View mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下移一行"
+ "value" : "新建视图"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將該行下移"
+ "value" : "新增檢視表"
}
}
}
},
- "Move Line Up" : {
+ "New View..." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 뷰..."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satırı Yukarı Taşı"
+ "value" : "Yeni Görünüm..."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chuyển dòng lên"
+ "value" : "View mới..."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "上移一行"
+ "value" : "新建视图..."
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將該行上移"
+ "value" : "新增檢視表…"
}
}
}
},
- "Move Tab to New Window" : {
+ "New View…" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 뷰…"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sekmeyi Yeni Pencereye Taşı"
+ "value" : "Yeni Görünüm…"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chuyển tab sang cửa sổ mới"
+ "value" : "View mới…"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "将标签页移到新窗口"
+ "value" : "新建视图…"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "將標籤頁移至新視窗"
+ "value" : "新增檢視表…"
}
}
}
},
- "Move to" : {
+ "New password:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 암호:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Taşı"
+ "value" : "Yeni parola:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Di chuyển đến"
+ "value" : "Mật khẩu mới:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "移动到"
+ "value" : "新密码:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "移動至"
+ "value" : "新密碼:"
}
}
}
},
- "Move to Beginning of Document" : {
+ "New query tab" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 쿼리 탭"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Belgenin Başına Git"
+ "value" : "Yeni sorgu sekmesi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đến đầu tài liệu"
+ "value" : "Tab truy vấn mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "移到文稿开头"
+ "value" : "新建查询标签页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "移到文件開頭"
+ "value" : "新增查詢分頁"
}
}
}
},
- "Move to Beginning of Line" : {
+ "New table" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 테이블"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satırın Başına Git"
+ "value" : "Yeni tablo"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đến đầu dòng"
+ "value" : "Bảng mới"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "移到行首"
+ "value" : "新建表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "移到行首"
+ "value" : "新增資料表"
}
}
}
},
- "Move to End of Document" : {
+ "New table:" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "새 테이블:"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Belgenin Sonuna Git"
+ "value" : "Yeni tablo:"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đến cuối tài liệu"
+ "value" : "Bảng mới:"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "移到文稿末尾"
+ "value" : "新建表:"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "移到文件結尾"
+ "value" : "新增資料表:"
}
}
}
},
- "Move to End of Line" : {
+ "Next Page" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다음 페이지"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Satırın Sonuna Git"
+ "value" : "Sonraki Sayfa"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đến cuối dòng"
+ "value" : "Trang sau"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "移到行尾"
+ "value" : "下一页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "移到行尾"
+ "value" : "下一頁"
}
}
}
},
- "Move to Group" : {
+ "Next Page (⌘])" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다음 페이지 (⌘])"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gruba Taşı"
+ "value" : "Next Page (⌘])"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Di chuyển vào Nhóm"
+ "value" : "Trang sau (⌘])"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "移动到分组"
+ "value" : "下一页 (⌘])"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "移動至群組"
+ "value" : "下一頁 (⌘])"
}
}
}
},
- "Move to Trash" : {
+ "Next Result" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다음 결과"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Çöp Sepetine Taşı"
+ "value" : "Sonraki Sonuç"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chuyển vào Thùng rác"
+ "value" : "Kết quả tiếp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "移到废纸篓"
+ "value" : "下一个结果"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "移到垃圾桶"
+ "value" : "下一個結果"
}
}
}
},
- "Move Up" : {
+ "Next Tab" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다음 탭"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yukarı Taşı"
+ "value" : "Next Tab"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Di chuyển lên"
+ "value" : "Tab tiếp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "上移"
+ "value" : "下一个标签页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "上移"
+ "value" : "下一個分頁"
}
}
}
},
- "Move Up (⌘↑)" : {
+ "Next Tab (Alt)" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다음 탭 (Alt)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yukarı Taşı (⌘↑)"
+ "value" : "Next Tab (Alt)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Di chuyển lên (⌘↑)"
+ "value" : "Tab tiếp theo (Alt)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "上移 (⌘↑)"
+ "value" : "下一个标签页 (Alt)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "上移 (⌘↑)"
+ "value" : "下一個分頁 (Alt)"
}
}
}
},
- "Move Word Left" : {
+ "Next match" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다음 일치 항목"
+ }
+ }
+ }
+ },
+ "Next page" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "다음 페이지"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir Kelime Sola Git"
+ "value" : "Sonraki sayfa"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sang trái một từ"
+ "value" : "Trang sau"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "向左移动一个单词"
+ "value" : "下一页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "向左移動一個單字"
+ "value" : "下一頁"
}
}
}
},
- "Move Word Right" : {
+ "No %1$@ match “%2$@”" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%1$@ 중 “%2$@”과 일치하는 항목 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bir Kelime Sağa Git"
+ "value" : "“%2$@” ile eşleşen %1$@ yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sang phải một từ"
+ "value" : "Không có %1$@ nào khớp “%2$@”"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "向右移动一个单词"
+ "value" : "没有与“%2$@”匹配的%1$@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "向右移動一個單字"
+ "value" : "沒有與「%2$@」相符的%1$@"
}
}
}
},
- "MQL" : {
- "extractionState" : "stale",
+ "No %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@ 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MQL"
+ "value" : "No %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MQL"
+ "value" : "Không có %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MQL"
+ "value" : "没有%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MQL"
+ "value" : "沒有 %@"
}
}
}
},
- "MQL Preview" : {
- "extractionState" : "stale",
+ "No AI provider configured. Go to Settings > AI to add one." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "구성된 AI 제공업체가 없습니다. 설정 > AI로 이동하여 추가하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MQL Önizleme"
+ "value" : "No AI provider configured. Go to Settings > AI to add one."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Xem trước MQL"
+ "value" : "Chưa cấu hình nhà cung cấp AI. Vào Cài đặt > AI để thêm."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MQL 预览"
+ "value" : "尚未配置 AI 提供商。前往设置 > AI 添加。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MQL 預覽"
+ "value" : "尚未設定 AI 供應商。請前往「設定 > AI」新增。"
}
}
}
},
- "Multi-model database with SurrealQL" : {
+ "No Check Constraints" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "CHECK 제약 조건 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "SurrealQL ile çok modelli veritabanı"
+ "value" : "No Check Constraints"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cơ sở dữ liệu đa mô hình với SurrealQL"
+ "value" : "Không có ràng buộc kiểm tra"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "使用 SurrealQL 的多模型数据库"
+ "value" : "无检查约束"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "使用 SurrealQL 的多模型資料庫"
+ "value" : "無檢查約束"
}
}
}
},
- "Multiple statements are not permitted for this client" : {
+ "No Codex CLI login found. Run codex login first, then try again." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Codex CLI 로그인 정보를 찾을 수 없습니다. 먼저 codex login을 실행한 후 다시 시도하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu istemci için birden çok deyime izin verilmiyor"
+ "value" : "Codex CLI girişi bulunamadı. Önce codex login çalıştırın, sonra tekrar deneyin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Client này không được phép chạy nhiều câu lệnh"
+ "value" : "Không tìm thấy đăng nhập Codex CLI. Hãy chạy codex login trước, rồi thử lại."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "此客户端不允许执行多条语句"
+ "value" : "未找到 Codex CLI 登录。请先运行 codex login,然后重试。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "此用戶端不允許執行多條語句"
+ "value" : "找不到 Codex CLI 登入。請先執行 codex login,然後再試一次。"
}
}
}
},
- "Multiple values" : {
+ "No Columns Defined" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "정의된 열 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Birden fazla değer"
+ "value" : "No Columns Defined"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhiều giá trị"
+ "value" : "Chưa có cột nào"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "多个值"
+ "value" : "尚未定义列"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "多個值"
+ "value" : "尚未定義欄位"
}
}
}
},
- "Must be exactly: I understand this is irreversible" : {
+ "No Connections" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tam olarak şöyle olmalı: I understand this is irreversible"
+ "value" : "No Connections"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Phải nhập chính xác: I understand this is irreversible"
+ "value" : "Chưa có kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "必须完全输入:I understand this is irreversible"
+ "value" : "无连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "必須完全輸入:I understand this is irreversible"
+ "value" : "無連線"
}
}
}
},
- "My Queries" : {
+ "No Connections Imported" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "가져온 연결 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sorgularım"
+ "value" : "Hiçbir Bağlantı İçe Aktarılmadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Truy vấn của tôi"
+ "value" : "Không có Kết nối nào được Nhập"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "我的查询"
+ "value" : "未导入任何连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "我的查詢"
+ "value" : "未匯入任何連線"
}
}
}
},
- "My Queries Only" : {
+ "No DDL available" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사용 가능한 DDL 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yalnızca Sorgularım"
+ "value" : "No DDL available"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chỉ truy vấn của tôi"
+ "value" : "Không có DDL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "仅我的查询"
+ "value" : "无可用 DDL"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "僅我的查詢"
+ "value" : "無可用的 DDL"
}
}
}
},
- "My Server" : {
+ "No Data" : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "My Server"
+ "value" : "데이터 없음"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sunucum"
+ "value" : "Veri Yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Máy chủ của tôi"
+ "value" : "Không có dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "我的服务器"
+ "value" : "无数据"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "我的伺服器"
+ "value" : "無資料"
}
}
}
},
- "MySQL, PostgreSQL & SQLite" : {
+ "No Databases" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MySQL, PostgreSQL & SQLite"
+ "value" : "Veritabanı Yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MySQL, PostgreSQL & SQLite"
+ "value" : "Không có cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MySQL、PostgreSQL 和 SQLite"
+ "value" : "没有数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "MySQL、PostgreSQL 和 SQLite"
+ "value" : "沒有資料庫"
}
}
}
},
- "name" : {
+ "No Databases Shown" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "표시된 데이터베이스 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "ad"
+ "value" : "Gösterilen Veritabanı Yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "tên"
+ "value" : "Không có cơ sở dữ liệu nào được hiển thị"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "名称"
+ "value" : "未显示数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "名稱"
+ "value" : "未顯示資料庫"
}
}
}
},
- "Name" : {
+ "No Datasets" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터세트 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ad"
+ "value" : "Veri Kümesi Yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên"
+ "value" : "Không có dataset"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "名称"
+ "value" : "没有数据集"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "名稱"
+ "value" : "沒有資料集"
}
}
}
},
- "Name:" : {
+ "No Favorites" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "즐겨찾기 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ad:"
+ "value" : "No Favorites"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tên:"
+ "value" : "Không có mục yêu thích"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "名称:"
+ "value" : "无收藏"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "名稱:"
+ "value" : "無我的最愛"
}
}
}
},
- "Namespace" : {
+ "No Foreign Keys Yet" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "아직 외래 키 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Namespace"
+ "value" : "No Foreign Keys Yet"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Namespace"
+ "value" : "Chưa có khóa ngoại"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "命名空间"
+ "value" : "尚无外键"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "命名空間"
+ "value" : "尚無外鍵"
}
}
}
},
- "Navigate to referenced row" : {
- "extractionState" : "stale",
+ "No Indexes Defined" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "정의된 인덱스 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Referans verilen satıra git"
+ "value" : "No Indexes Defined"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đi đến dòng được tham chiếu"
+ "value" : "Chưa có chỉ mục"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "跳转到引用行"
+ "value" : "尚未定义索引"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "前往參照的列"
+ "value" : "尚未定義索引"
}
}
}
},
- "Navigating pages will reload data and discard all unsaved changes." : {
- "extractionState" : "stale",
+ "No Matching Connections" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "일치하는 연결 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sayfa değiştirmek veriyi yeniden yükler ve tüm kaydedilmemiş değişiklikleri siler."
+ "value" : "No Matching Connections"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chuyển trang sẽ tải lại dữ liệu và hủy tất cả thay đổi chưa lưu."
+ "value" : "Không có kết nối phù hợp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "翻页将重新加载数据并丢弃所有未保存的更改。"
+ "value" : "无匹配连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "翻頁將重新載入資料並捨棄所有未儲存的變更。"
+ "value" : "無符合的連線"
}
}
}
},
- "Navigating to another page will discard all unsaved changes." : {
+ "No Matching Favorites" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "일치하는 즐겨찾기 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Başka bir sayfaya gitmek kaydedilmemiş değişiklikleri siler."
+ "value" : "No Matching Favorites"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chuyển sang trang khác sẽ huỷ tất cả thay đổi chưa lưu."
+ "value" : "Không có mục yêu thích phù hợp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导航到其他页面将丢弃所有未保存的更改。"
+ "value" : "无匹配的收藏"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "前往其他頁面將捨棄所有未儲存的變更。"
+ "value" : "無符合的我的最愛"
}
}
}
},
- "Navigation" : {
+ "No Matching Queries" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "일치하는 쿼리 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gezinme"
+ "value" : "No Matching Queries"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Điều hướng"
+ "value" : "Không có truy vấn phù hợp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "导航"
+ "value" : "无匹配查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "導覽"
+ "value" : "無符合的查詢"
}
}
}
},
- "Nearest" : {
- "extractionState" : "stale",
+ "No Microsoft Entra ID access token was supplied." : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "value" : "Microsoft Entra ID 액세스 토큰이 제공되지 않았습니다.",
+ "state" : "translated"
+ }
+ }
+ }
+ },
+ "No Node Selected" : {
+ "comment" : "A label displayed when no query plan node is selected.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "선택된 노드 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "En Yakın"
+ "value" : "Düğüm Seçilmedi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nearest"
+ "value" : "Chưa chọn nút"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nearest"
+ "value" : "未选择节点"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nearest"
+ "value" : "未選擇節點"
}
}
}
},
- "Negotiating encryption" : {
+ "No Object Selected" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "선택된 객체 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Şifreleme görüşülüyor"
+ "value" : "Nesne Seçilmedi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Đang thương lượng mã hoá"
+ "value" : "Chưa chọn đối tượng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在协商加密"
+ "value" : "未选择对象"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "正在協商加密"
+ "value" : "未選取物件"
}
}
}
},
- "Network" : {
+ "No Operations Available" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사용 가능한 작업 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ağ"
+ "value" : "Kullanılabilir İşlem Yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mạng"
+ "value" : "Không có thao tác nào"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "网络"
+ "value" : "没有可用操作"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "網路"
+ "value" : "沒有可用的操作"
}
}
}
},
- "Network error: %@" : {
+ "No Plan Available" : {
+ "comment" : "Title of a view that shows when a query plan is not available.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사용 가능한 쿼리 계획 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ağ hatası: %@"
+ "value" : "Plan Yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Lỗi mạng: %@"
+ "value" : "Không có kế hoạch"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "网络错误:%@"
+ "value" : "没有可用的执行计划"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "網路錯誤:%@"
+ "value" : "沒有可用的執行計畫"
}
}
}
},
- "Network is unavailable. Changes will sync when connectivity is restored." : {
- "extractionState" : "stale",
+ "No Privileges" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "권한 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Ağ kullanılamıyor. Bağlantı sağlandığında değişiklikler eşitlenecek."
+ "value" : "Yetki Yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mạng không khả dụng. Các thay đổi sẽ được đồng bộ khi có kết nối trở lại."
+ "value" : "Không có quyền"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "网络不可用。恢复连接后将自动同步更改。"
+ "value" : "无权限"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "網路無法使用。連線恢復後將自動同步變更。"
+ "value" : "沒有權限"
}
}
}
},
- "Never" : {
+ "No Queries Match" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "일치하는 쿼리 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Asla"
+ "value" : "Eşleşen Sorgu Yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không bao giờ"
+ "value" : "Không có truy vấn khớp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "从不"
+ "value" : "没有匹配的查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "永不"
+ "value" : "沒有相符的查詢"
}
}
}
},
- "Never executed" : {
- "comment" : "Description of the execution status when a query was never executed.",
- "isCommentAutoGenerated" : true,
+ "No Queries Yet" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "아직 쿼리 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hiç çalıştırılmadı"
+ "value" : "Henüz Sorgu Yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chưa từng chạy"
+ "value" : "Chưa có truy vấn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "从未执行"
+ "value" : "还没有查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "從未執行"
+ "value" : "還沒有查詢"
}
}
}
},
- "Never used" : {
+ "No Query History" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "쿼리 기록 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hiç kullanılmadı"
+ "value" : "Sorgu Geçmişi Yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chưa dùng bao giờ"
+ "value" : "Không có lịch sử truy vấn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "从未使用"
+ "value" : "没有查询历史"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "從未使用"
+ "value" : "沒有查詢歷史"
}
}
}
},
- "New" : {
+ "No Query History Yet" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "아직 쿼리 기록 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni"
+ "value" : "No Query History Yet"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mới"
+ "value" : "Chưa có lịch sử truy vấn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建"
+ "value" : "暂无查询历史"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增"
+ "value" : "尚無查詢記錄"
}
}
}
},
- "New %@" : {
+ "No Query Selected" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "선택된 쿼리 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni %@"
+ "value" : "Sorgu Seçilmedi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ mới"
+ "value" : "Chưa chọn truy vấn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建 %@"
+ "value" : "未选择查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增 %@"
+ "value" : "未選擇查詢"
}
}
}
},
- "New %@ (⌘N)" : {
+ "No Results" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "결과 없음"
+ }
+ }
+ }
+ },
+ "No SSL encryption" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "SSL 암호화 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni %@ (⌘N)"
+ "value" : "No SSL encryption"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ mới (⌘N)"
+ "value" : "Không mã hóa SSL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建 %@ (⌘N)"
+ "value" : "无 SSL 加密"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增 %@ (⌘N)"
+ "value" : "無 SSL 加密"
}
}
}
},
- "New %@ Connection" : {
+ "No Schemas Available" : {
+ "comment" : "Placeholder text displayed in the schemas menu when the user has no schemas available.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사용 가능한 스키마 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni %@ Bağlantısı"
+ "value" : "Kullanılabilir Şema Yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối %@ mới"
+ "value" : "Không có schema nào"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建%@连接"
+ "value" : "没有可用的 Schema"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增 %@ 連線"
+ "value" : "沒有可用的綱要"
}
}
}
},
- "New %@…" : {
+ "No Selection" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "선택 항목 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni %@…"
+ "value" : "No Selection"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%@ mới…"
+ "value" : "Chưa chọn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建 %@…"
+ "value" : "未选择"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增 %@…"
+ "value" : "未選取"
}
}
}
},
- "New Chat" : {
+ "No Tables" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Sohbet"
+ "value" : "No Tables"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cuộc trò chuyện mới"
+ "value" : "Không có bảng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建对话"
+ "value" : "无表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增對話"
+ "value" : "沒有資料表"
}
}
}
},
- "New Connection" : {
+ "No Triggers" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "트리거 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Bağlantı"
+ "value" : "Tetikleyici Yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối mới"
+ "value" : "Không có trigger"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建连接"
+ "value" : "无触发器"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增連線"
+ "value" : "無觸發器"
}
}
}
},
- "New Connection (%@)" : {
+ "No Users or Roles" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사용자 또는 역할 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Bağlantı (%@)"
+ "value" : "Kullanıcı veya Rol Yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối mới (%@)"
+ "value" : "Không có người dùng hoặc vai trò"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建连接(%@)"
+ "value" : "没有用户或角色"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增連線(%@)"
+ "value" : "沒有使用者或角色"
}
}
}
},
- "New Connection (⌘N)" : {
- "extractionState" : "stale",
+ "No activations found" : {
"localizations" : {
- "tr" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "Yeni Bağlantı (⌘N)"
- }
- },
- "vi" : {
+ "en" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối mới (⌘N)"
+ "value" : "No activations found"
}
},
- "zh-Hans" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建连接 (⌘N)"
+ "value" : "활성화를 찾을 수 없음"
}
},
- "zh-Hant" : {
- "stringUnit" : {
- "state" : "translated",
- "value" : "新增連線 (⌘N)"
- }
- }
- }
- },
- "New Connection..." : {
- "localizations" : {
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Bağlantı..."
+ "value" : "Etkinleştirme bulunamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết nối mới..."
+ "value" : "Không tìm thấy kích hoạt nào"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建连接..."
+ "value" : "未找到激活记录"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增連線…"
+ "value" : "找不到啟用記錄"
}
}
}
},
- "New Conversation" : {
+ "No active connection" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "활성 연결 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Konuşma"
+ "value" : "No active connection"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hội thoại mới"
+ "value" : "Không có kết nối đang hoạt động"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建会话"
+ "value" : "无活动连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增對話"
+ "value" : "無使用中的連線"
}
}
}
},
- "New Database" : {
- "extractionState" : "stale",
+ "No active database connection" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "활성 데이터베이스 연결 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Veritabanı"
+ "value" : "Aktif veritabanı bağlantısı yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cơ sở dữ liệu mới"
+ "value" : "Không có kết nối cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建数据库"
+ "value" : "没有活动的数据库连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增資料庫"
+ "value" : "沒有使用中的資料庫連線"
}
}
}
},
- "New Database (⌘N)" : {
- "extractionState" : "stale",
+ "No activity matches the current filters." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "현재 필터와 일치하는 활동이 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Veritabanı (⌘N)"
+ "value" : "Geçerli filtrelerle eşleşen etkinlik yok."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cơ sở dữ liệu mới (⌘N)"
+ "value" : "Không có hoạt động nào khớp với bộ lọc hiện tại."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建数据库 (⌘N)"
+ "value" : "没有与当前筛选条件匹配的活动。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增資料庫(⌘N)"
+ "value" : "沒有符合目前篩選條件的活動。"
}
}
}
},
- "New Database..." : {
+ "No activity yet" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "아직 활동 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Veritabanı..."
+ "value" : "Henüz etkinlik yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cơ sở dữ liệu mới..."
+ "value" : "Chưa có hoạt động"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建数据库…"
+ "value" : "暂无活动"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增資料庫…"
+ "value" : "尚無活動"
}
}
}
},
- "New Database…" : {
- "extractionState" : "stale",
+ "No available local port for SSH tunnel" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "SSH 터널에 사용할 수 있는 로컬 포트가 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Veritabanı…"
+ "value" : "No available local port for SSH tunnel"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cơ sở dữ liệu mới…"
+ "value" : "Không có cổng nội bộ khả dụng cho đường hầm SSH"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建数据库…"
+ "value" : "没有可用的本地端口用于 SSH 隧道"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增資料庫…"
+ "value" : "沒有可用的本機連接埠供 SSH 隧道使用"
}
}
}
},
- "New Favorite" : {
+ "No available local port for the Cloud SQL Auth Proxy." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Cloud SQL Auth Proxy에 사용할 수 있는 로컬 포트가 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Sık Kullanılan"
+ "value" : "Cloud SQL Auth Proxy için uygun bir yerel port yok."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mục yêu thích mới"
+ "value" : "Không còn cổng cục bộ trống cho Cloud SQL Auth Proxy."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建收藏"
+ "value" : "没有可用于 Cloud SQL Auth Proxy 的本地端口。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增我的最愛"
+ "value" : "沒有可供 Cloud SQL Auth Proxy 使用的本機連接埠。"
}
}
}
},
- "New Favorite..." : {
+ "No available local port for the Cloudflare tunnel." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Cloudflare 터널에 사용할 수 있는 로컬 포트가 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Sık Kullanılan..."
+ "value" : "Cloudflare tüneli için kullanılabilir yerel port yok."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mục yêu thích mới..."
+ "value" : "Không có cổng cục bộ khả dụng cho tunnel Cloudflare."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建收藏…"
+ "value" : "没有可用于 Cloudflare 隧道的本地端口。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增我的最愛…"
+ "value" : "沒有可用於 Cloudflare 隧道的本機連接埠。"
}
}
}
},
- "New Favorite…" : {
- "comment" : "Text for a menu item that opens a dialog to rename a folder.",
- "isCommentAutoGenerated" : true,
+ "No changes to preview" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "미리 볼 변경 사항 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Sık Kullanılan…"
+ "value" : "No changes to preview"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mục yêu thích mới…"
+ "value" : "Không có thay đổi để xem trước"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建收藏…"
+ "value" : "无可预览的更改"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增我的最愛…"
+ "value" : "沒有可預覽的變更"
}
}
}
},
- "New Folder" : {
+ "No clients connected" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결된 클라이언트 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Klasör"
+ "value" : "Bağlı istemci yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thư mục mới"
+ "value" : "Không có client nào kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建文件夹"
+ "value" : "没有已连接的客户端"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增資料夾"
+ "value" : "沒有已連線的用戶端"
}
}
}
},
- "New Group" : {
+ "No compatible build is available yet. This plugin will update automatically once one is published." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "호환되는 빌드를 아직 사용할 수 없습니다. 빌드가 게시되면 이 플러그인이 자동으로 업데이트됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Grup"
+ "value" : "Henüz uyumlu bir derleme yok. Yayımlandığında bu eklenti otomatik olarak güncellenecek."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhóm mới"
+ "value" : "Chưa có bản dựng tương thích. Plugin này sẽ tự động cập nhật khi có bản mới được phát hành."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建分组"
+ "value" : "目前还没有兼容的构建版本。发布后此插件将自动更新。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增群組"
+ "value" : "目前還沒有相容的建置版本。發布後此外掛將自動更新。"
}
}
}
},
- "New Group..." : {
+ "No connections" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Grup..."
+ "value" : "Bağlantı yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhóm Mới..."
+ "value" : "Không có kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建分组…"
+ "value" : "没有连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增群組…"
+ "value" : "沒有連線"
}
}
}
},
- "New Jump Host" : {
+ "No connections found to import" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "가져올 연결을 찾을 수 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Atlama Sunucusu"
+ "value" : "İçe aktarılacak bağlantı bulunamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Jump Host mới"
+ "value" : "Không tìm thấy kết nối nào để nhập"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建 Jump Host"
+ "value" : "没有找到可导入的连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增 Jump Host"
+ "value" : "找不到可匯入的連線"
}
}
}
},
- "New password:" : {
+ "No connections match “%@”" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "“%@”과 일치하는 연결 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni parola:"
+ "value" : "“%@” ile eşleşen bağlantı yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Mật khẩu mới:"
+ "value" : "Không có kết nối nào khớp với “%@”"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新密码:"
+ "value" : "没有与“%@”匹配的连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新密碼:"
+ "value" : "沒有符合「%@」的連線"
}
}
}
},
- "New Query" : {
+ "No connections yet" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "아직 연결 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Sorgu"
+ "value" : "No connections yet"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Truy vấn mới"
+ "value" : "Chưa có kết nối nào"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建查询"
+ "value" : "暂无连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增查詢"
+ "value" : "尚無連線"
}
}
}
},
- "New query tab" : {
- "extractionState" : "stale",
+ "No credentials are sent. Use this when the server handles authentication itself, such as a Tailscale SSH host." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "자격 증명이 전송되지 않습니다. Tailscale SSH 호스트처럼 서버가 인증을 직접 처리할 때 사용하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni sorgu sekmesi"
+ "value" : "Hiçbir kimlik bilgisi gönderilmez. Sunucunun kimlik doğrulamayı kendi yaptığı durumlarda, örneğin Tailscale SSH sunucusunda kullanın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tab truy vấn mới"
+ "value" : "Không gửi thông tin đăng nhập nào. Dùng khi máy chủ tự xử lý xác thực, ví dụ máy chủ SSH của Tailscale."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建查询标签页"
+ "value" : "不会发送任何凭据。当服务器自行处理认证时使用,例如 Tailscale 的 SSH 主机。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增查詢分頁"
+ "value" : "不會傳送任何認證資訊。當伺服器自行處理驗證時使用,例如 Tailscale 的 SSH 主機。"
}
}
}
},
- "New Query Tab" : {
+ "No custom commands yet." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "아직 사용자 지정 명령이 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Sorgu Sekmesi"
+ "value" : "Henüz özel komut yok."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tab truy vấn mới"
+ "value" : "Chưa có lệnh tùy chỉnh nào."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建查询标签页"
+ "value" : "还没有自定义命令。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增查詢分頁"
+ "value" : "還沒有自訂指令。"
}
}
}
},
- "New Query Tab (⌘T)" : {
- "extractionState" : "stale",
+ "No database connection" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 연결 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Sorgu Sekmesi (⌘T)"
+ "value" : "No database connection"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tab truy vấn mới (⌘T)"
+ "value" : "Chưa kết nối cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建查询标签页 (⌘T)"
+ "value" : "未连接数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增查詢分頁 (⌘T)"
+ "value" : "未連線資料庫"
}
}
}
},
- "New Query, favorite, or folder" : {
- "extractionState" : "stale",
+ "No database settings found in this folder." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 폴더에서 데이터베이스 설정을 찾을 수 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni sorgu, sık kullanılan veya klasör"
+ "value" : "Bu klasörde veritabanı ayarı bulunamadı."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Truy vấn mới, mục yêu thích hoặc thư mục"
+ "value" : "Không tìm thấy cài đặt cơ sở dữ liệu trong thư mục này."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建查询、收藏或文件夹"
+ "value" : "在此文件夹中未找到数据库设置。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增查詢、我的最愛或資料夾"
+ "value" : "在此資料夾中找不到資料庫設定。"
}
}
}
},
- "New Subfolder" : {
+ "No databases" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Alt Klasör"
+ "value" : "Veritabanı yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Thư mục con mới"
+ "value" : "Không có cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建子文件夹"
+ "value" : "没有数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增子資料夾"
+ "value" : "沒有資料庫"
}
}
}
},
- "New Subgroup" : {
+ "No databases found" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스를 찾을 수 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Alt Grup"
+ "value" : "No databases found"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nhóm con mới"
+ "value" : "Không tìm thấy cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建子分组"
+ "value" : "未找到数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增子群組"
+ "value" : "找不到資料庫"
}
}
}
},
- "New Tab" : {
+ "No databases match \"%@\"" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "\"%@\"과 일치하는 데이터베이스 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Sekme"
+ "value" : "No databases match \"%@\""
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tab mới"
+ "value" : "Không có cơ sở dữ liệu nào khớp \"%@\""
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建标签页"
+ "value" : "没有匹配 \"%@\" 的数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增分頁"
+ "value" : "沒有符合「%@」的資料庫"
}
}
}
},
- "New table" : {
+ "No databases match “%@”" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "“%@”과 일치하는 데이터베이스 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni tablo"
+ "value" : "“%@” ile eşleşen veritabanı yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bảng mới"
+ "value" : "Không có cơ sở dữ liệu nào khớp với “%@”"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建表"
+ "value" : "没有与“%@”匹配的数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增資料表"
+ "value" : "沒有符合「%@」的資料庫"
}
}
}
},
- "New Table" : {
- "extractionState" : "stale",
+ "No export formats available. Enable export plugins in Settings > Plugins." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사용 가능한 내보내기 형식이 없습니다. 설정 > 플러그인에서 내보내기 플러그인을 활성화하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Tablo"
+ "value" : "No export formats available. Enable export plugins in Settings > Plugins."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bảng mới"
+ "value" : "Không có định dạng xuất khả dụng. Bật plugin xuất trong Cài đặt > Plugin."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建表"
+ "value" : "无可用的导出格式。请在设置 > 插件中启用导出插件。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增資料表"
+ "value" : "沒有可用的匯出格式。請在「設定 > 外掛」中啟用匯出外掛。"
}
}
}
},
- "New table:" : {
+ "No free port in range %d-%d" : {
"localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "No free port in range %1$d-%2$d"
+ }
+ },
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "범위 %1$d-%2$d에 사용 가능한 포트가 없습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni tablo:"
+ "value" : "%d-%d aralığında boş port yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bảng mới:"
+ "value" : "Không có port trống trong khoảng %d-%d"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建表:"
+ "value" : "在 %d-%d 范围内没有可用端口"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增資料表:"
+ "value" : "在 %1$d-%2$d 範圍內沒有可用的連接埠"
}
}
}
},
- "New Table..." : {
+ "No iCloud" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "iCloud 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Tablo..."
+ "value" : "No iCloud"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bảng mới..."
+ "value" : "Không có iCloud"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建表…"
+ "value" : "无 iCloud"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增資料表…"
+ "value" : "無 iCloud"
}
}
}
},
- "New Table…" : {
+ "No items" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "항목 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Tablo…"
+ "value" : "Öğe yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bảng mới…"
+ "value" : "Không có mục nào"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建表…"
+ "value" : "没有项目"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增資料表…"
+ "value" : "沒有項目"
}
}
}
},
- "New Theme" : {
+ "No keys" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "키 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Tema"
+ "value" : "Anahtar yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chủ đề mới"
+ "value" : "Không có khóa"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建主题"
+ "value" : "没有键"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增主題"
+ "value" : "沒有鍵"
}
}
}
},
- "New Trigger" : {
+ "No limit" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "제한 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Tetikleyici"
+ "value" : "Sınır yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trigger mới"
+ "value" : "Không giới hạn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建触发器"
+ "value" : "不限制"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增觸發器"
+ "value" : "不限制"
}
}
}
},
- "New User or Role" : {
+ "No linked folders. Add a folder to watch for shared connection files." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결된 폴더가 없습니다. 공유 연결 파일을 감시할 폴더를 추가하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Kullanıcı veya Rol"
+ "value" : "Bağlantılı klasör yok. Paylaşılan bağlantı dosyalarını izlemek için bir klasör ekleyin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Người dùng hoặc vai trò mới"
+ "value" : "Không có thư mục liên kết. Thêm thư mục để theo dõi tệp kết nối chia sẻ."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建用户或角色"
+ "value" : "没有链接文件夹。添加文件夹以监视共享连接文件。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增使用者或角色"
+ "value" : "沒有已連結的資料夾。新增資料夾以監看共用的連線檔案。"
}
}
}
},
- "New View" : {
- "extractionState" : "stale",
+ "No links are trusted yet." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "아직 신뢰된 링크가 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Görünüm"
+ "value" : "Henüz güvenilen bağlantı yok."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "View mới"
+ "value" : "Chưa có liên kết nào được tin cậy."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建视图"
+ "value" : "尚未信任任何链接。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增檢視表"
+ "value" : "尚未信任任何連結。"
}
}
}
},
- "New View..." : {
+ "No matches" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "일치 항목 없음"
+ }
+ }
+ }
+ },
+ "No matching %@" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "일치하는 %@ 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Görünüm..."
+ "value" : "No matching %@"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "View mới..."
+ "value" : "Không tìm thấy %@ phù hợp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建视图..."
+ "value" : "没有匹配的%@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增檢視表…"
+ "value" : "沒有符合的 %@"
}
}
}
},
- "New View…" : {
+ "No matching activity" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "일치하는 활동 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yeni Görünüm…"
+ "value" : "Eşleşen etkinlik yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "View mới…"
+ "value" : "Không có hoạt động khớp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新建视图…"
+ "value" : "没有匹配的活动"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "新增檢視表…"
+ "value" : "沒有符合的活動"
}
}
}
},
- "Next page" : {
+ "No matching connections" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "일치하는 연결 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sonraki sayfa"
+ "value" : "No matching connections"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trang sau"
+ "value" : "Không có kết nối nào khớp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下一页"
+ "value" : "无匹配连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下一頁"
+ "value" : "無符合的連線"
}
}
}
},
- "Next Page" : {
+ "No matching databases" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "일치하는 데이터베이스 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sonraki Sayfa"
+ "value" : "No matching databases"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trang sau"
+ "value" : "Không có cơ sở dữ liệu nào khớp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下一页"
+ "value" : "无匹配数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下一頁"
+ "value" : "無符合的資料庫"
}
}
}
},
- "Next Page (⌘])" : {
- "extractionState" : "stale",
+ "No matching fields" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "일치하는 필드 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Next Page (⌘])"
+ "value" : "No matching fields"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Trang sau (⌘])"
+ "value" : "Không có trường khớp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下一页 (⌘])"
+ "value" : "无匹配字段"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下一頁 (⌘])"
+ "value" : "無符合的欄位"
}
}
}
},
- "Next Result" : {
+ "No matching objects" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "일치하는 객체 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sonraki Sonuç"
+ "value" : "No matching objects"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kết quả tiếp"
+ "value" : "Không tìm thấy đối tượng phù hợp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下一个结果"
+ "value" : "没有匹配的对象"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下一個結果"
+ "value" : "沒有符合的物件"
}
}
}
},
- "Next Tab" : {
- "extractionState" : "stale",
+ "No matching opening bracket" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "짝이 맞는 여는 괄호 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Next Tab"
+ "value" : "Eşleşen açılış parantezi yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tab tiếp"
+ "value" : "Không có dấu mở ngoặc tương ứng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下一个标签页"
+ "value" : "没有匹配的左括号"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下一個分頁"
+ "value" : "沒有相符的左括號"
}
}
}
},
- "Next Tab (Alt)" : {
- "extractionState" : "stale",
+ "No matching rows" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "일치하는 행 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Next Tab (Alt)"
+ "value" : "Eşleşen satır yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Tab tiếp theo (Alt)"
+ "value" : "Không có hàng khớp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下一个标签页 (Alt)"
+ "value" : "没有匹配的行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "下一個分頁 (Alt)"
+ "value" : "沒有符合的列"
}
}
}
},
- "No %@" : {
+ "No matching schemas" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "일치하는 스키마 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No %@"
+ "value" : "No matching schemas"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có %@"
+ "value" : "Không có schema khớp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有%@"
+ "value" : "无匹配 Schema"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有 %@"
+ "value" : "無符合的綱要"
}
}
}
},
- "No %1$@ match “%2$@”" : {
+ "No matching tables" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "일치하는 테이블 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "“%2$@” ile eşleşen %1$@ yok"
+ "value" : "No matching tables"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có %1$@ nào khớp “%2$@”"
+ "value" : "Không có bảng nào khớp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有与“%2$@”匹配的%1$@"
+ "value" : "无匹配表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有與「%2$@」相符的%1$@"
+ "value" : "無符合的資料表"
}
}
}
},
- "No activations found" : {
+ "No model selected" : {
+ "extractionState" : "stale",
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No activations found"
+ "value" : "선택된 모델 없음"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Etkinleştirme bulunamadı"
+ "value" : "No model selected"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy kích hoạt nào"
+ "value" : "Chưa chọn model"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到激活记录"
+ "value" : "未选择模型"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到啟用記錄"
+ "value" : "未選擇模型"
}
}
}
},
- "No active connection" : {
+ "No models loaded" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "불러온 모델 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No active connection"
+ "value" : "No models loaded"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có kết nối đang hoạt động"
+ "value" : "Chưa tải mô hình nào"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无活动连接"
+ "value" : "未加载模型"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無使用中的連線"
+ "value" : "未載入模型"
}
}
}
},
- "No active database connection" : {
+ "No objects found" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "객체를 찾을 수 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Aktif veritabanı bağlantısı yok"
+ "value" : "No objects found"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có kết nối cơ sở dữ liệu"
+ "value" : "Không tìm thấy đối tượng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有活动的数据库连接"
+ "value" : "未找到对象"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有使用中的資料庫連線"
+ "value" : "找不到物件"
}
}
}
},
- "No activity matches the current filters." : {
+ "No objects match \"%@\"" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "\"%@\"과 일치하는 객체 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Geçerli filtrelerle eşleşen etkinlik yok."
+ "value" : "No objects match \"%@\""
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có hoạt động nào khớp với bộ lọc hiện tại."
+ "value" : "Không có đối tượng phù hợp với \"%@\""
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有与当前筛选条件匹配的活动。"
+ "value" : "没有匹配\"%@\"的对象"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有符合目前篩選條件的活動。"
+ "value" : "沒有符合「%@」的物件"
}
}
}
},
- "No activity yet" : {
+ "No parts found" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "파트를 찾을 수 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Henüz etkinlik yok"
+ "value" : "No parts found"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chưa có hoạt động"
+ "value" : "Không tìm thấy phân vùng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "暂无活动"
+ "value" : "未找到分区"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "尚無活動"
+ "value" : "找不到分割區"
}
}
}
},
- "No AI provider configured. Go to Settings > AI to add one." : {
+ "No pending changes" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "대기 중인 변경 사항 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No AI provider configured. Go to Settings > AI to add one."
+ "value" : "No pending changes"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chưa cấu hình nhà cung cấp AI. Vào Cài đặt > AI để thêm."
+ "value" : "Không có thay đổi nào"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "尚未配置 AI 提供商。前往设置 > AI 添加。"
+ "value" : "无待处理的更改"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "尚未設定 AI 供應商。請前往「設定 > AI」新增。"
+ "value" : "無待處理的變更"
}
}
}
},
- "No available local port for SSH tunnel" : {
+ "No plugin developers trusted yet." : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "아직 신뢰하는 플러그인 개발자가 없습니다."
+ }
+ }
+ }
+ },
+ "No plugins found" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "플러그인을 찾을 수 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No available local port for SSH tunnel"
+ "value" : "No plugins found"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có cổng nội bộ khả dụng cho đường hầm SSH"
+ "value" : "Không tìm thấy plugin"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有可用的本地端口用于 SSH 隧道"
+ "value" : "未找到插件"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有可用的本機連接埠供 SSH 隧道使用"
+ "value" : "找不到外掛"
}
}
}
},
- "No available local port for the Cloud SQL Auth Proxy." : {
+ "No primary key selected (not recommended)" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "선택된 기본 키 없음(권장하지 않음)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloud SQL Auth Proxy için uygun bir yerel port yok."
+ "value" : "No primary key selected (not recommended)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không còn cổng cục bộ trống cho Cloud SQL Auth Proxy."
+ "value" : "Chưa chọn khóa chính (không khuyến nghị)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有可用于 Cloud SQL Auth Proxy 的本地端口。"
+ "value" : "未选择主键(不推荐)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有可供 Cloud SQL Auth Proxy 使用的本機連接埠。"
+ "value" : "未選擇主鍵(不建議)"
}
}
}
},
- "No available local port for the Cloudflare tunnel." : {
+ "No privileges" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "권한 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Cloudflare tüneli için kullanılabilir yerel port yok."
+ "value" : "Yetki yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có cổng cục bộ khả dụng cho tunnel Cloudflare."
+ "value" : "Không có quyền"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有可用于 Cloudflare 隧道的本地端口。"
+ "value" : "无权限"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有可用於 Cloudflare 隧道的本機連接埠。"
+ "value" : "沒有權限"
}
}
}
},
- "No changes to preview" : {
- "extractionState" : "stale",
+ "No privileges can be granted at this level." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 수준에서는 부여할 수 있는 권한이 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No changes to preview"
+ "value" : "Bu düzeyde yetki verilemez."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có thay đổi để xem trước"
+ "value" : "Không thể cấp quyền ở cấp này."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无可预览的更改"
+ "value" : "此级别无法授予任何权限。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有可預覽的變更"
+ "value" : "此層級無法授予任何權限。"
}
}
}
},
- "No Check Constraints" : {
+ "No providers configured" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "구성된 제공업체 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No Check Constraints"
+ "value" : "No providers configured"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có ràng buộc kiểm tra"
+ "value" : "Chưa cấu hình nhà cung cấp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无检查约束"
+ "value" : "未配置提供商"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無檢查約束"
+ "value" : "未設定供應商"
}
}
}
},
- "No clients connected" : {
+ "No published port, may be unreachable" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "게시된 포트가 없어 접근하지 못할 수 있음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlı istemci yok"
+ "value" : "Yayınlanmış port yok, erişilemeyebilir"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có client nào kết nối"
+ "value" : "Không có cổng được công bố, có thể không truy cập được"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有已连接的客户端"
+ "value" : "未发布端口,可能无法访问"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有已連線的用戶端"
+ "value" : "未發佈連接埠,可能無法連線"
}
}
}
},
- "No Codex CLI login found. Run codex login first, then try again." : {
+ "No queries in this range." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 범위에 쿼리가 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Codex CLI girişi bulunamadı. Önce codex login çalıştırın, sonra tekrar deneyin."
+ "value" : "Bu aralıkta sorgu yok."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy đăng nhập Codex CLI. Hãy chạy codex login trước, rồi thử lại."
+ "value" : "Không có truy vấn nào trong khoảng này."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到 Codex CLI 登录。请先运行 codex login,然后重试。"
+ "value" : "此范围内没有查询。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到 Codex CLI 登入。請先執行 codex login,然後再試一次。"
+ "value" : "此範圍內沒有查詢。"
}
}
}
},
- "No Columns Defined" : {
+ "No queries ran in this range, from the sources you selected." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "선택한 소스에서 이 범위에 실행된 쿼리가 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No Columns Defined"
+ "value" : "Seçtiğiniz kaynaklardan bu aralıkta hiçbir sorgu çalışmadı."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chưa có cột nào"
+ "value" : "Không có truy vấn nào chạy trong khoảng này, từ các nguồn bạn đã chọn."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "尚未定义列"
+ "value" : "在你选择的来源中,此范围内没有查询运行。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "尚未定義欄位"
+ "value" : "在你選擇的來源中,此範圍內沒有查詢執行。"
}
}
}
},
- "No compatible build is available yet. This plugin will update automatically once one is published." : {
+ "No query executed yet" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "아직 실행된 쿼리 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Henüz uyumlu bir derleme yok. Yayımlandığında bu eklenti otomatik olarak güncellenecek."
+ "value" : "No query executed yet"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chưa có bản dựng tương thích. Plugin này sẽ tự động cập nhật khi có bản mới được phát hành."
+ "value" : "Chưa thực hiện truy vấn nào"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "目前还没有兼容的构建版本。发布后此插件将自动更新。"
+ "value" : "尚未执行查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "目前還沒有相容的建置版本。發布後此外掛將自動更新。"
+ "value" : "尚未執行查詢"
}
}
}
},
- "No connections" : {
+ "No query failed in this range." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 범위에서 실패한 쿼리가 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantı yok"
+ "value" : "Bu aralıkta hiçbir sorgu başarısız olmadı."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có kết nối"
+ "value" : "Không có truy vấn nào lỗi trong khoảng này."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有连接"
+ "value" : "此范围内没有查询失败。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有連線"
+ "value" : "此範圍內沒有查詢失敗。"
}
}
}
},
- "No Connections" : {
+ "No query matches the current search and filters." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "현재 검색 및 필터와 일치하는 쿼리가 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No Connections"
+ "value" : "Geçerli arama ve filtrelerle eşleşen sorgu yok."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chưa có kết nối"
+ "value" : "Không có truy vấn nào khớp với tìm kiếm và bộ lọc hiện tại."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无连接"
+ "value" : "没有查询匹配当前的搜索和筛选条件。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無連線"
+ "value" : "沒有查詢符合目前的搜尋和篩選條件。"
}
}
}
},
- "No connections found to import" : {
+ "No query ran at least %lld times, which is the minimum for an average to mean anything." : {
+ "comment" : "Empty state for the average-time ranking, %lld is a run count",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "평균을 내는 데 필요한 최소 실행 횟수인 %lld회 이상 실행된 쿼리가 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "İçe aktarılacak bağlantı bulunamadı"
+ "value" : "Hiçbir sorgu en az %lld kez çalışmadı; ortalamanın anlamlı olması için gereken en az sayı bu."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy kết nối nào để nhập"
+ "value" : "Không có truy vấn nào chạy ít nhất %lld lần, đây là mức tối thiểu để giá trị trung bình có ý nghĩa."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有找到可导入的连接"
+ "value" : "没有查询至少运行 %lld 次,而这是平均值有意义所需的最少次数。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到可匯入的連線"
+ "value" : "沒有查詢至少執行 %lld 次,而這是平均值有意義所需的最少次數。"
}
}
}
},
- "No Connections Imported" : {
+ "No results for \"%@\"" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "\"%@\"에 대한 결과 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hiçbir Bağlantı İçe Aktarılmadı"
+ "value" : "\"%@\" için sonuç yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có Kết nối nào được Nhập"
+ "value" : "Không có kết quả cho \"%@\""
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未导入任何连接"
+ "value" : "没有“%@”的结果"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未匯入任何連線"
+ "value" : "沒有「%@」的結果"
}
}
}
},
- "No connections match “%@”" : {
+ "No rows" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "행 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "“%@” ile eşleşen bağlantı yok"
+ "value" : "No rows"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có kết nối nào khớp với “%@”"
+ "value" : "Không có dòng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有与“%@”匹配的连接"
+ "value" : "无行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有符合「%@」的連線"
+ "value" : "沒有資料列"
}
}
}
},
- "No connections yet" : {
- "extractionState" : "stale",
+ "No rows returned" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "반환된 행 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No connections yet"
+ "value" : "Satır döndürülmedi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chưa có kết nối nào"
+ "value" : "Không có dòng nào được trả về"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "暂无连接"
+ "value" : "未返回任何行"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "尚無連線"
+ "value" : "未傳回任何列"
}
}
}
},
- "No credentials are sent. Use this when the server handles authentication itself, such as a Tailscale SSH host." : {
+ "No saved connection named \"%@\"." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이름이 \"%@\"인 저장된 연결이 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Hiçbir kimlik bilgisi gönderilmez. Sunucunun kimlik doğrulamayı kendi yaptığı durumlarda, örneğin Tailscale SSH sunucusunda kullanın."
+ "value" : "No saved connection named \"%@\"."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không gửi thông tin đăng nhập nào. Dùng khi máy chủ tự xử lý xác thực, ví dụ máy chủ SSH của Tailscale."
+ "value" : "Không có kết nối đã lưu tên \"%@\"."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不会发送任何凭据。当服务器自行处理认证时使用,例如 Tailscale 的 SSH 主机。"
+ "value" : "没有名为 \"%@\" 的已保存连接。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不會傳送任何認證資訊。當伺服器自行處理驗證時使用,例如 Tailscale 的 SSH 主機。"
+ "value" : "沒有名為「%@」的已儲存連線。"
}
}
}
},
- "No custom commands yet." : {
+ "No saved connection with ID \"%@\"." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "ID가 \"%@\"인 저장된 연결이 없습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Henüz özel komut yok."
+ "value" : "\"%@\" ID'li kayıtlı bağlantı yok."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chưa có lệnh tùy chỉnh nào."
+ "value" : "Không có kết nối đã lưu với ID \"%@\"."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "还没有自定义命令。"
+ "value" : "未找到 ID 为 \"%@\" 的已保存连接。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "還沒有自訂指令。"
+ "value" : "找不到 ID 為「%@」的已儲存連線。"
}
}
}
},
- "No Data" : {
+ "No saved connections" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "저장된 연결 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veri Yok"
+ "value" : "Kayıtlı bağlantı yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có dữ liệu"
+ "value" : "Không có kết nối đã lưu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无数据"
+ "value" : "没有已保存的连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無資料"
+ "value" : "沒有已儲存的連線"
}
}
}
},
- "No database connection" : {
+ "No saved customizations yet. Column widths, order, visibility, and per-table filters you set appear here so you can review and reset them." : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "아직 저장된 사용자화가 없습니다. 여기에는 설정한 열 너비, 순서, 표시 여부 및 테이블별 필터가 표시되므로 검토하거나 재설정할 수 있습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No database connection"
+ "value" : "Henüz kaydedilmiş özelleştirme yok. Ayarladığınız sütun genişlikleri, sırası, görünürlüğü ve tablo başına filtreler burada görünür; buradan gözden geçirip sıfırlayabilirsiniz."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chưa kết nối cơ sở dữ liệu"
+ "value" : "Chưa có tùy chỉnh nào được lưu. Độ rộng cột, thứ tự, khả năng hiển thị và bộ lọc theo từng bảng bạn đặt sẽ xuất hiện ở đây để xem lại và đặt lại."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未连接数据库"
+ "value" : "尚未保存任何自定义。你设置的列宽、顺序、显示状态以及各表的筛选条件会显示在这里,便于查看和重置。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未連線資料庫"
+ "value" : "尚未儲存任何自訂設定。你設定的欄寬、順序、顯示狀態以及各資料表的篩選條件會顯示在這裡,方便你檢視與重設。"
}
}
}
},
- "No database settings found in this folder." : {
+ "No saved templates" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "저장된 템플릿 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu klasörde veritabanı ayarı bulunamadı."
+ "value" : "No saved templates"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy cài đặt cơ sở dữ liệu trong thư mục này."
+ "value" : "Không có mẫu đã lưu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在此文件夹中未找到数据库设置。"
+ "value" : "无已保存的模板"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在此資料夾中找不到資料庫設定。"
+ "value" : "無已儲存的範本"
}
}
}
},
- "No databases" : {
+ "No schemas" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "스키마 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı yok"
+ "value" : "Şema yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có cơ sở dữ liệu"
+ "value" : "Không có schema"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有数据库"
+ "value" : "没有 Schema"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有資料庫"
+ "value" : "沒有綱要"
}
}
}
},
- "No Databases" : {
+ "No schemas found" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "스키마를 찾을 수 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veritabanı Yok"
+ "value" : "No schemas found"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có cơ sở dữ liệu"
+ "value" : "Không tìm thấy schema"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有数据库"
+ "value" : "未找到 Schema"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有資料庫"
+ "value" : "找不到綱要"
}
}
}
},
- "No databases found" : {
+ "No schemas match \"%@\"" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "\"%@\"과 일치하는 스키마 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No databases found"
+ "value" : "No schemas match \"%@\""
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy cơ sở dữ liệu"
+ "value" : "Không có schema khớp \"%@\""
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到数据库"
+ "value" : "没有匹配 \"%@\" 的 Schema"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到資料庫"
+ "value" : "沒有符合「%@」的綱要"
}
}
}
},
- "No databases match \"%@\"" : {
- "extractionState" : "stale",
+ "No selection" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "선택 항목 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No databases match \"%@\""
+ "value" : "No selection"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có cơ sở dữ liệu nào khớp \"%@\""
+ "value" : "Chưa chọn"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有匹配 \"%@\" 的数据库"
+ "value" : "未选择"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有符合「%@」的資料庫"
+ "value" : "未選取"
}
}
}
},
- "No databases match “%@”" : {
+ "No slow queries" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "느린 쿼리 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "“%@” ile eşleşen veritabanı yok"
+ "value" : "Yavaş sorgu yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có cơ sở dữ liệu nào khớp với “%@”"
+ "value" : "Không có truy vấn chậm"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有与“%@”匹配的数据库"
+ "value" : "没有慢查询"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有符合「%@」的資料庫"
+ "value" : "沒有慢查詢"
}
}
}
},
- "No Databases Shown" : {
+ "No sorting (engine order)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "정렬 안 함(엔진 순서)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Gösterilen Veritabanı Yok"
+ "value" : "Sıralama yok (motor sırası)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có cơ sở dữ liệu nào được hiển thị"
+ "value" : "Không sắp xếp (theo thứ tự engine)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未显示数据库"
+ "value" : "不排序(引擎顺序)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未顯示資料庫"
+ "value" : "不排序(引擎順序)"
}
}
}
},
- "No Datasets" : {
+ "No tables" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Veri Kümesi Yok"
+ "value" : "Tablo yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có dataset"
+ "value" : "Không có bảng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有数据集"
+ "value" : "没有表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有資料集"
+ "value" : "沒有資料表"
}
}
}
},
- "No DDL available" : {
+ "No tables found" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "테이블을 찾을 수 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No DDL available"
+ "value" : "Tablo bulunamadı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có DDL"
+ "value" : "Không tìm thấy bảng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无可用 DDL"
+ "value" : "未找到表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無可用的 DDL"
+ "value" : "找不到資料表"
}
}
}
},
- "No export formats available. Enable export plugins in Settings > Plugins." : {
+ "No tables selected for export" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "내보낼 테이블이 선택되지 않음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No export formats available. Enable export plugins in Settings > Plugins."
+ "value" : "No tables selected for export"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có định dạng xuất khả dụng. Bật plugin xuất trong Cài đặt > Plugin."
+ "value" : "Không có bảng nào được chọn để xuất"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无可用的导出格式。请在设置 > 插件中启用导出插件。"
+ "value" : "未选择要导出的表"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有可用的匯出格式。請在「設定 > 外掛」中啟用匯出外掛。"
+ "value" : "未選取要匯出的資料表"
}
}
}
},
- "No Favorites" : {
+ "No tabs open" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "열려 있는 탭 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No Favorites"
+ "value" : "No tabs open"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có mục yêu thích"
+ "value" : "Không có tab nào mở"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无收藏"
+ "value" : "没有打开的标签页"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無我的最愛"
+ "value" : "沒有開啟的分頁"
}
}
}
},
- "No Foreign Keys Yet" : {
+ "No tokens created" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "생성된 토큰 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No Foreign Keys Yet"
+ "value" : "Oluşturulmuş token yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chưa có khóa ngoại"
+ "value" : "Chưa tạo token nào"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "尚无外键"
+ "value" : "未创建令牌"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "尚無外鍵"
+ "value" : "尚未建立權杖"
}
}
}
},
- "No free port in range %d-%d" : {
+ "No valid rows found in clipboard data." : {
"localizations" : {
- "en" : {
+ "ko" : {
"stringUnit" : {
- "state" : "new",
- "value" : "No free port in range %1$d-%2$d"
+ "state" : "translated",
+ "value" : "클립보드 데이터에서 유효한 행을 찾을 수 없습니다."
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "%d-%d aralığında boş port yok"
+ "value" : "No valid rows found in clipboard data."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có port trống trong khoảng %d-%d"
+ "value" : "Không tìm thấy dòng hợp lệ trong dữ liệu bộ nhớ tạm."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在 %d-%d 范围内没有可用端口"
+ "value" : "剪贴板数据中未找到有效行。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在 %1$d-%2$d 範圍內沒有可用的連接埠"
+ "value" : "在剪貼簿資料中找不到有效的列。"
}
}
}
},
- "No iCloud" : {
+ "No values found" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "값을 찾을 수 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No iCloud"
+ "value" : "No values found"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có iCloud"
+ "value" : "Không tìm thấy giá trị"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无 iCloud"
+ "value" : "未找到值"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無 iCloud"
+ "value" : "找不到值"
}
}
}
},
- "No Indexes Defined" : {
+ "Non-UTF-8 file (%@). Saving may change the encoding." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "UTF-8이 아닌 파일(%@)입니다. 저장하면 인코딩이 변경될 수 있습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No Indexes Defined"
+ "value" : "UTF-8 olmayan dosya (%@). Kaydetmek kodlamayı değiştirebilir."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chưa có chỉ mục"
+ "value" : "Tệp không phải UTF-8 (%@). Lưu có thể làm thay đổi bảng mã."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "尚未定义索引"
+ "value" : "非 UTF-8 文件(%@)。保存可能会改变编码。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "尚未定義索引"
+ "value" : "非 UTF-8 檔案(%@)。儲存可能會改變編碼。"
}
}
}
},
- "No items" : {
+ "None" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Öğe yok"
+ "value" : "None"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có mục nào"
+ "value" : "Không"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有项目"
+ "value" : "无"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有項目"
+ "value" : "無"
}
}
}
},
- "No keys" : {
- "extractionState" : "stale",
+ "None (Top Level)" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "없음(최상위)"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Anahtar yok"
+ "value" : "Yok (Üst Düzey)"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có khóa"
+ "value" : "Không (Cấp cao nhất)"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有键"
+ "value" : "无(顶级)"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有鍵"
+ "value" : "無(最上層)"
}
}
}
},
- "No limit" : {
+ "Normal" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "일반"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Sınır yok"
+ "value" : "Normal"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không giới hạn"
+ "value" : "Bình thường"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不限制"
+ "value" : "正常"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "不限制"
+ "value" : "一般"
}
}
}
},
- "No linked folders. Add a folder to watch for shared connection files." : {
+ "Not Available" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "사용할 수 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bağlantılı klasör yok. Paylaşılan bağlantı dosyalarını izlemek için bir klasör ekleyin."
+ "value" : "Not Available"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có thư mục liên kết. Thêm thư mục để theo dõi tệp kết nối chia sẻ."
+ "value" : "Không khả dụng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有链接文件夹。添加文件夹以监视共享连接文件。"
+ "value" : "不可用"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有已連結的資料夾。新增資料夾以監看共用的連線檔案。"
+ "value" : "無法使用"
}
}
}
},
- "No links are trusted yet." : {
+ "Not Installed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "설치되지 않음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Henüz güvenilen bağlantı yok."
+ "value" : "Yüklü Değil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chưa có liên kết nào được tin cậy."
+ "value" : "Chưa cài đặt"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "尚未信任任何链接。"
+ "value" : "未安装"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "尚未信任任何連結。"
+ "value" : "未安裝"
}
}
}
},
- "No matching %@" : {
- "extractionState" : "stale",
+ "Not browsable on this connection" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 연결에서는 탐색할 수 없음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No matching %@"
+ "value" : "Bu bağlantıda göz atılamaz"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy %@ phù hợp"
+ "value" : "Không duyệt được trên kết nối này"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有匹配的%@"
+ "value" : "在此连接上无法浏览"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有符合的 %@"
+ "value" : "在此連線上無法瀏覽"
}
}
}
},
- "No matching activity" : {
+ "Not configured" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "구성되지 않음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Eşleşen etkinlik yok"
+ "value" : "Yapılandırılmamış"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có hoạt động khớp"
+ "value" : "Chưa cấu hình"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有匹配的活动"
+ "value" : "未配置"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有符合的活動"
+ "value" : "未設定"
}
}
}
},
- "No matching connections" : {
+ "Not connected" : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "연결되지 않음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No matching connections"
+ "value" : "Not connected"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có kết nối nào khớp"
+ "value" : "Chưa kết nối"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无匹配连接"
+ "value" : "未连接"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無符合的連線"
+ "value" : "未連線"
}
}
}
},
- "No Matching Connections" : {
+ "Not connected to %@" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "%@에 연결되지 않음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No Matching Connections"
+ "value" : "%@ bağlantısı yok"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có kết nối phù hợp"
+ "value" : "Chưa kết nối tới %@"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无匹配连接"
+ "value" : "未连接到 %@"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無符合的連線"
+ "value" : "未連線到 %@"
}
}
}
},
- "No matching databases" : {
- "extractionState" : "stale",
+ "Not connected to ClickHouse" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "ClickHouse에 연결되지 않음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No matching databases"
+ "value" : "ClickHouse'a bağlı değil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có cơ sở dữ liệu nào khớp"
+ "value" : "Chưa kết nối đến ClickHouse"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无匹配数据库"
+ "value" : "未连接到 ClickHouse"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無符合的資料庫"
+ "value" : "未連線到 ClickHouse"
}
}
}
},
- "No Matching Favorites" : {
- "extractionState" : "stale",
+ "Not connected to SQL Server" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "SQL Server에 연결되지 않았습니다"
+ }
+ }
+ }
+ },
+ "Not connected to database" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "데이터베이스에 연결되지 않았습니다"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No Matching Favorites"
+ "value" : "Veritabanına bağlı değil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có mục yêu thích phù hợp"
+ "value" : "Chưa kết nối cơ sở dữ liệu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无匹配的收藏"
+ "value" : "未连接到数据库"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無符合的我的最愛"
+ "value" : "未連線到資料庫"
}
}
}
},
- "No matching fields" : {
+ "Not granted" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "권한이 부여되지 않음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No matching fields"
+ "value" : "Verilmedi"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có trường khớp"
+ "value" : "Chưa cấp"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无匹配字段"
+ "value" : "未授予"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無符合的欄位"
+ "value" : "未授予"
}
}
}
},
- "No matching objects" : {
- "extractionState" : "stale",
+ "Not installed" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "설치되지 않음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No matching objects"
+ "value" : "Yüklü değil"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy đối tượng phù hợp"
+ "value" : "Chưa cài đặt"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有匹配的对象"
+ "value" : "未安装"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有符合的物件"
+ "value" : "未安裝"
}
}
}
},
- "No matching opening bracket" : {
+ "Not on this page" : {
+ "localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 페이지에 없음"
+ }
+ }
+ }
+ },
+ "Not recording new queries on this Mac." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 Mac에서 새 쿼리를 기록하지 않습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Eşleşen açılış parantezi yok"
+ "value" : "Bu Mac'te yeni sorgular kaydedilmiyor."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có dấu mở ngoặc tương ứng"
+ "value" : "Không ghi lại truy vấn mới trên máy Mac này."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有匹配的左括号"
+ "value" : "不在这台 Mac 上记录新查询。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有相符的左括號"
+ "value" : "不在這台 Mac 上記錄新查詢。"
}
}
}
},
- "No Matching Queries" : {
+ "Not signed in" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "로그인되지 않음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No Matching Queries"
+ "value" : "Oturum açılmamış"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có truy vấn phù hợp"
+ "value" : "Chưa đăng nhập"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无匹配查询"
+ "value" : "未登录"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無符合的查詢"
+ "value" : "未登入"
}
}
}
},
- "No matching rows" : {
+ "Not signed in to ChatGPT." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "ChatGPT에 로그인되지 않았습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Eşleşen satır yok"
+ "value" : "ChatGPT'ye giriş yapılmadı."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có hàng khớp"
+ "value" : "Chưa đăng nhập ChatGPT."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有匹配的行"
+ "value" : "未登录 ChatGPT。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有符合的列"
+ "value" : "尚未登入 ChatGPT。"
}
}
}
},
- "No matching schemas" : {
- "extractionState" : "stale",
+ "Not signed in to Claude. Run \"claude /login\" in Terminal, then try again." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Claude에 로그인되지 않았습니다. 터미널에서 \"claude /login\"을 실행한 다음 다시 시도하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No matching schemas"
+ "value" : "Claude'da oturum açılmamış. Terminal'de \"claude /login\" çalıştırıp tekrar deneyin."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có schema khớp"
+ "value" : "Chưa đăng nhập Claude. Chạy \"claude /login\" trong Terminal rồi thử lại."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无匹配 Schema"
+ "value" : "尚未登录 Claude。请在终端运行 \"claude /login\" 后重试。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無符合的綱要"
+ "value" : "尚未登入 Claude。請在終端機執行 \"claude /login\" 後再試一次。"
}
}
}
},
- "No matching tables" : {
- "extractionState" : "stale",
+ "Not signed in to Cursor. Sign in first." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "Cursor에 로그인되지 않았습니다. 먼저 로그인하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No matching tables"
+ "value" : "Cursor'a giriş yapılmadı. Önce giriş yapın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có bảng nào khớp"
+ "value" : "Chưa đăng nhập Cursor. Hãy đăng nhập trước."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无匹配表"
+ "value" : "未登录 Cursor。请先登录。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無符合的資料表"
+ "value" : "尚未登入 Cursor。請先登入。"
}
}
}
},
- "No model selected" : {
- "extractionState" : "stale",
+ "Not signed in to GitHub Copilot" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "GitHub Copilot에 로그인되지 않음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No model selected"
+ "value" : "GitHub Copilot'a oturum açılmamış"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chưa chọn model"
+ "value" : "Chưa đăng nhập GitHub Copilot"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未选择模型"
+ "value" : "未登录 GitHub Copilot"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未選擇模型"
+ "value" : "未登入 GitHub Copilot"
}
}
}
},
- "No models loaded" : {
- "extractionState" : "stale",
+ "Not signed in to xAI." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "xAI에 로그인되지 않았습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No models loaded"
+ "value" : "xAI'da oturum açılmamış."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chưa tải mô hình nào"
+ "value" : "Chưa đăng nhập xAI."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未加载模型"
+ "value" : "尚未登录 xAI。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未載入模型"
+ "value" : "尚未登入 xAI。"
}
}
}
},
- "No Node Selected" : {
- "comment" : "A label displayed when no query plan node is selected.",
- "isCommentAutoGenerated" : true,
+ "Not supported by this database" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 데이터베이스에서는 지원되지 않음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Düğüm Seçilmedi"
+ "value" : "Bu veritabanı desteklemiyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chưa chọn nút"
+ "value" : "Cơ sở dữ liệu này không hỗ trợ"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未选择节点"
+ "value" : "此数据库不支持"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未選擇節點"
+ "value" : "此資料庫不支援"
}
}
}
},
- "No Object Selected" : {
+ "Not supported for TRUNCATE with this database" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 데이터베이스의 TRUNCATE에서는 지원되지 않음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Nesne Seçilmedi"
+ "value" : "Not supported for TRUNCATE with this database"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chưa chọn đối tượng"
+ "value" : "Không hỗ trợ TRUNCATE với cơ sở dữ liệu này"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未选择对象"
+ "value" : "此数据库不支持 TRUNCATE"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未選取物件"
+ "value" : "此資料庫不支援 TRUNCATE"
}
}
}
},
- "No objects found" : {
- "extractionState" : "stale",
+ "Not supported for this database." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 데이터베이스에서는 지원되지 않습니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No objects found"
+ "value" : "Not supported for this database."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy đối tượng"
+ "value" : "Không hỗ trợ cho cơ sở dữ liệu này."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到对象"
+ "value" : "此数据库不支持。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到物件"
+ "value" : "此資料庫不支援。"
}
}
}
},
- "No objects match \"%@\"" : {
- "extractionState" : "stale",
+ "Not supported for this database. Use CASCADE instead." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이 데이터베이스에서는 지원되지 않습니다. 대신 CASCADE를 사용하십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No objects match \"%@\""
+ "value" : "Not supported for this database. Use CASCADE instead."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có đối tượng phù hợp với \"%@\""
+ "value" : "Không hỗ trợ cho cơ sở dữ liệu này. Hãy dùng CASCADE thay thế."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有匹配\"%@\"的对象"
+ "value" : "此数据库不支持。请使用 CASCADE 代替。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有符合「%@」的物件"
+ "value" : "此資料庫不支援。請改用 CASCADE。"
}
}
}
},
- "No Operations Available" : {
+ "Not visible" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "표시되지 않음"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Kullanılabilir İşlem Yok"
+ "value" : "Görünmüyor"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có thao tác nào"
+ "value" : "Không hiển thị"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有可用操作"
+ "value" : "不可见"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有可用的操作"
+ "value" : "不可見"
}
}
}
},
- "No parts found" : {
+ "Nothing got at least %1$lld%% slower than the period before. A query needs %2$lld runs in both periods, and has to have grown by at least %3$@." : {
+ "comment" : "Empty state for regressions: %1$lld is a percentage, %2$lld a run count, %3$@ a duration",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "이전 기간보다 %1$lld%% 이상 느려진 항목이 없습니다. 쿼리는 두 기간 모두에서 %2$lld회 실행되어야 하며, 최소 %3$@만큼 증가해야 합니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No parts found"
+ "value" : "Hiçbir şey önceki döneme göre en az %1$lld%% yavaşlamadı. Bir sorgunun her iki dönemde de %2$lld çalışması ve en az %3$@ artmış olması gerekir."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy phân vùng"
+ "value" : "Không có gì chậm đi ít nhất %1$lld%% so với kỳ trước. Một truy vấn cần %2$lld lần chạy ở cả hai kỳ và phải tăng thêm ít nhất %3$@."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到分区"
+ "value" : "没有任何查询比上一时段慢了至少 %1$lld%%。一个查询需要在两个时段各运行 %2$lld 次,并且至少增加了 %3$@。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到分割區"
+ "value" : "沒有任何查詢比上一時段慢了至少 %1$lld%%。一個查詢需要在兩個時段各執行 %2$lld 次,並且至少增加了 %3$@。"
}
}
}
},
- "No pending changes" : {
+ "Null" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "NULL"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No pending changes"
+ "value" : "Null"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có thay đổi nào"
+ "value" : "Null"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无待处理的更改"
+ "value" : "Null"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "無待處理的變更"
+ "value" : "Null"
}
}
}
},
- "No Plan Available" : {
- "comment" : "Title of a view that shows when a query plan is not available.",
- "isCommentAutoGenerated" : true,
+ "Nullable" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "NULL 허용"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Plan Yok"
+ "value" : "Nullable"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có kế hoạch"
+ "value" : "Cho phép NULL"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有可用的执行计划"
+ "value" : "允许 NULL"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有可用的執行計畫"
+ "value" : "允許 NULL"
}
}
}
},
- "No plugins found" : {
- "extractionState" : "stale",
+ "Number" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "숫자"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No plugins found"
+ "value" : "Sayı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không tìm thấy plugin"
+ "value" : "Số"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未找到插件"
+ "value" : "数字"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "找不到外掛"
+ "value" : "數字"
}
}
}
},
- "No primary key selected (not recommended)" : {
+ "Number of documents per insertMany statement. Higher values create fewer statements." : {
"extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "insertMany 명령문당 문서 수입니다. 값이 클수록 생성되는 명령문 수가 줄어듭니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No primary key selected (not recommended)"
+ "value" : "Number of documents per insertMany statement. Higher values create fewer statements."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chưa chọn khóa chính (không khuyến nghị)"
+ "value" : "Số lượng document cho mỗi câu lệnh insertMany. Giá trị cao hơn tạo ít câu lệnh hơn."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未选择主键(不推荐)"
+ "value" : "每个 insertMany 语句的文档数量。值越大生成的语句越少。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未選擇主鍵(不建議)"
+ "value" : "每個 insertMany 陳述式的文件數量。值越大產生的陳述式越少。"
}
}
}
},
- "No privileges" : {
+ "OAuth Client ID" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "OAuth 클라이언트 ID"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yetki yok"
+ "value" : "OAuth Client ID"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có quyền"
+ "value" : "OAuth Client ID"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无权限"
+ "value" : "OAuth Client ID"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有權限"
+ "value" : "OAuth Client ID"
}
}
}
},
- "No Privileges" : {
+ "OAuth Client Secret" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "OAuth 클라이언트 시크릿"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yetki Yok"
+ "value" : "OAuth Client Secret"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có quyền"
+ "value" : "OAuth Client Secret"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "无权限"
+ "value" : "OAuth Client Secret"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有權限"
+ "value" : "OAuth Client Secret"
}
}
}
},
- "No privileges can be granted at this level." : {
+ "OAuth Token" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "OAuth 토큰"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu düzeyde yetki verilemez."
+ "value" : "OAuth Belirteci"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không thể cấp quyền ở cấp này."
+ "value" : "Token OAuth"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "此级别无法授予任何权限。"
+ "value" : "OAuth 令牌"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "此層級無法授予任何權限。"
+ "value" : "OAuth 權杖"
}
}
}
},
- "No providers configured" : {
+ "OK" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "확인"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No providers configured"
+ "value" : "Tamam"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chưa cấu hình nhà cung cấp"
+ "value" : "OK"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未配置提供商"
+ "value" : "OK"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未設定供應商"
+ "value" : "好"
}
}
}
},
- "No published port, may be unreachable" : {
+ "OR" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "OR"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Yayınlanmış port yok, erişilemeyebilir"
+ "value" : "OR"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có cổng được công bố, có thể không truy cập được"
+ "value" : "OR"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未发布端口,可能无法访问"
+ "value" : "OR"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "未發佈連接埠,可能無法連線"
+ "value" : "OR"
}
}
}
},
- "No queries in this range." : {
+ "Object" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "객체"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Bu aralıkta sorgu yok."
+ "value" : "Nesne"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có truy vấn nào trong khoảng này."
+ "value" : "Đối tượng"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "此范围内没有查询。"
+ "value" : "对象"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "此範圍內沒有查詢。"
+ "value" : "物件"
}
}
}
},
- "No Queries Match" : {
+ "Objects that depend on them will be dropped too." : {
+ "comment" : "Message in a confirmation alert when the user has selected to drop all objects that depend on the dropped objects.",
+ "isCommentAutoGenerated" : true,
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "종속된 객체도 함께 삭제됩니다."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Eşleşen Sorgu Yok"
+ "value" : "Onlara bağımlı nesneler de silinecek."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có truy vấn khớp"
+ "value" : "Các đối tượng phụ thuộc vào chúng cũng sẽ bị xoá."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "没有匹配的查询"
+ "value" : "依赖它们的对象也会被删除。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "沒有相符的查詢"
+ "value" : "依賴它們的物件也會被刪除。"
}
}
}
},
- "No queries ran in this range, from the sources you selected." : {
+ "Off" : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "끔"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Seçtiğiniz kaynaklardan bu aralıkta hiçbir sorgu çalışmadı."
+ "value" : "Kapalı"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Không có truy vấn nào chạy trong khoảng này, từ các nguồn bạn đã chọn."
+ "value" : "Tắt"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在你选择的来源中,此范围内没有查询运行。"
+ "value" : "关"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "在你選擇的來源中,此範圍內沒有查詢執行。"
+ "value" : "關閉"
}
}
}
},
- "No Queries Yet" : {
+ "Off by default. Turn it on to encrypt saved passwords with a passphrase." : {
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "기본적으로 꺼져 있습니다. 암호 구문으로 저장된 암호를 암호화하려면 켜십시오."
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Henüz Sorgu Yok"
+ "value" : "Varsayılan olarak kapalı. Kaydedilen parolaları bir parola cümlesiyle şifrelemek için açın."
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chưa có truy vấn"
+ "value" : "Mặc định tắt. Bật lên để mã hóa các mật khẩu đã lưu bằng một cụm mật khẩu."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "还没有查询"
+ "value" : "默认关闭。开启后会用一个口令加密已保存的密码。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "還沒有查詢"
+ "value" : "預設關閉。開啟後會用一組通關密語加密已儲存的密碼。"
}
}
}
},
- "No query executed yet" : {
+ "Offset" : {
+ "extractionState" : "stale",
"localizations" : {
+ "ko" : {
+ "stringUnit" : {
+ "state" : "translated",
+ "value" : "오프셋"
+ }
+ },
"tr" : {
"stringUnit" : {
"state" : "translated",
- "value" : "No query executed yet"
+ "value" : "Offset"
}
},
"vi" : {
"stringUnit" : {
"state" : "translated",
- "value" : "Chưa thực hiện truy vấn nào"
+ "value" : "Vị trí bắt đầu"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
- "value" : "尚未执行查询"
+ "value" : "偏移量"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
- "value" : "尚未執行查詢"
+ "value" : "偏移量"
}
}
}
},
- "No query failed in this range." : {
+ "Ollama is running but has no models. Run \"ollama pull