nextcloud/apps/gallery/l10n/zh_TW.php

13 lines
357 B
PHP

<?php $TRANSLATIONS = array(
"Pictures" => "圖片",
"Rescan" => "重新掃描",
"Stop" => "停止",
"Share" => "分享",
"Settings" => "設定",
"Back" => "返回",
"Remove confirmation" => "移除確認",
"Do you want to remove album" => "你確定要移除相簿嗎",
"Change album name" => "變更相簿名稱",
"New album name" => "新相簿名稱"
);