ringcentral-widgets
Version:
RingCentral Integration Widget Library
12 lines (10 loc) • 598 B
text/typescript
export default {
noResultFoundFor: "次の結果が見つかりませんでした:",
foundFromServerHint: "{appName}でキーワードを入力し、Enterキーを押して検索します",
notResultFoundFromServer: "結果が見つかりません",
loading: "読み込み中..."
};
// @key: @#@"noResultFoundFor"@#@ @source: @#@"No result found for"@#@
// @key: @#@"foundFromServerHint"@#@ @source: @#@"Type keyword and press Enter to search in {appName}"@#@
// @key: @#@"notResultFoundFromServer"@#@ @source: @#@"No results found"@#@
// @key: @#@"loading"@#@ @source: @#@"loading..."@#@