aboutsummaryrefslogtreecommitdiffstats
path: root/lib/l10n/zh_TW.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-09-18 09:28:00 +0000
committerNextcloud bot <bot@nextcloud.com>2024-09-18 09:28:00 +0000
commit13fce9fb9d9c2369c8845918989433969dd13475 (patch)
treef0fd37ec28fb97da606a657baca5bb7c8208d1d4 /lib/l10n/zh_TW.js
parentcd3256bf5445c4f2b20af345ab48485f21a45bfe (diff)
downloadnextcloud-server-13fce9fb9d9c2369c8845918989433969dd13475.tar.gz
nextcloud-server-13fce9fb9d9c2369c8845918989433969dd13475.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/zh_TW.js')
-rw-r--r--lib/l10n/zh_TW.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js
index 4c9d8239118..c4f6c7cf38b 100644
--- a/lib/l10n/zh_TW.js
+++ b/lib/l10n/zh_TW.js
@@ -126,6 +126,7 @@ OC.L10N.register(
"Headline" : "標題",
"Organisation" : "組織",
"Role" : "角色",
+ "Pronouns" : "代名詞",
"Unknown account" : "未知的帳號",
"Additional settings" : "其他設定",
"Enter the database Login and name for %s" : "輸入 %s 的資料庫帳號與名稱",
old } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<?php /**
 * Copyright (c) 2011, Robin Appelman <icewind1991@gmail.com>
 * This file is licensed under the Affero General Public License version 3 or later.
 * See the COPYING-README file.
 */
$levels=array('Debug','Info','Warning','Error','Fatal');
?>

<div id="controls">
	
</div>
<table id='log'>
	<?php foreach($_['entries'] as $entry):?>
		<tr>
			<td>
				<?php echo $levels[$entry->level];?>
			</td>
			<td>
				<?php echo $entry->app;?>
			</td>
			<td>
				<?php echo $entry->message;?>
			</td>
			<td>
				<?php echo $l->l('datetime',$entry->time);?>
			</td>
		</tr>
	<?php endforeach;?>
</table>
<input id='moreLog' type='button' value='<?php echo $l->t('More');?>...'></input>