aboutsummaryrefslogtreecommitdiffstats
path: root/ui/effect-fade.js
blob: ecc44722a1ee45cc82abc8c6fef1f67479935cd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/*!
 * jQuery UI Effects Fade @VERSION
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */

//>>label: Fade Effect
//>>group: Effects
//>>description: Fades the element.
//>>docs: http://api.jqueryui.com/fade-effect/
//>>demos: http://jqueryui.com/effect/

( function( factory ) {
	if ( typeof define === "function" && define.amd ) {

		// AMD. Register as an anonymous module.
		define( [
			"jquery",
			"./effect"
		], factory );
	} else {

		// Browser globals
		factory( jQuery );
	}
}( function( $ ) {

return $.effects.define( "fade", "toggle", function( options, done ) {
	var show = options.mode === "show";

	$( this )
		.css( "opacity", show ? 0 : 1 )
		.animate( {
			opacity: show ? 1 : 0
		}, {
			queue: false,
			duration: options.duration,
			easing: options.easing,
			complete: done
		} );
} );

} ) );
t/44555/stable27'>backport/44555/stable27 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/apps/weather_status/l10n/zh_CN.js
blob: 398620e588013611afe60cc21995bc24d4345f8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
OC.L10N.register(
    "weather_status",
    {
    "Unknown address" : "未知地址",
    "No result." : "无结果。",
    "Malformed JSON data." : "JSON 数据格式错误。",
    "Error" : "错误",
    "Weather status" : "天气状况",
    "Weather status in your dashboard" : "仪表盘中的天气状况",
    "Weather status integrated in the Dashboard app.\n    The geographic location can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n    This status can also be integrated in other places like the Calendar app." : "天气状态集成在仪表盘应用中。\n    地理位置可以自动确定或手动定义,然后显示 6 小时预报。\n    此状态也可以集成到其他地方,如日历应用。",
    "{temperature} {unit} clear sky later today" : "{temperature} {unit} 今日晚些时候晴朗",
    "{temperature} {unit} clear sky" : "{temperature} {unit} 晴朗",
    "{temperature} {unit} cloudy later today" : "{temperature} {unit} 今日晚些时候多云",
    "{temperature} {unit} cloudy" : "{temperature} {unit} 多云",
    "{temperature} {unit} snow and thunder later today" : "{temperature} {unit} 今天晚些时候下雪和打雷",
    "{temperature} {unit} snow and thunder" : "{temperature} {unit} 下雪和打雷",
    "{temperature} {unit} snow showers and thunder later today" : "{temperature} {unit} 今天晚些时候有阵雪和打雷",
    "{temperature} {unit} snow showers and thunder" : "{temperature} {unit} 阵雪和打雷",
    "{temperature} {unit} snow showers, thunder and polar twilight later today" : "{temperature} {unit} 今天晚些时候,阵雪、打雷和极夜",
    "{temperature} {unit} snow showers, thunder and polar twilight" : "{temperature} {unit} 阵雪、打雷和极夜",
    "{temperature} {unit} snow showers later today" : "{temperature} {unit} 今天晚些时候有阵雪",
    "{temperature} {unit} snow showers" : "{temperature} {unit} 阵雪",
    "{temperature} {unit} snow showers and polar twilight later today" : "{temperature} {unit} 今天晚些时候有阵雪和极夜",
    "{temperature} {unit} snow showers and polar twilight" : "{temperature} {unit} 阵雪和极夜",
    "{temperature} {unit} snow later today" : "{temperature} {unit} 今天晚些时候下雪",
    "{temperature} {unit} snow" : "{temperature} {unit} 下雪",
    "{temperature} {unit} fair weather later today" : "{temperature} {unit} 今日晚些时候天气不错",
    "{temperature} {unit} fair weather" : "{temperature} {unit} 天气不错",
    "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} 今日晚些时候局部多云",
    "{temperature} {unit} partly cloudy" : "{temperature} {unit} 局部多云",
    "{temperature} {unit} foggy later today" : "{temperature} {unit} 今日晚些时候有雾",
    "{temperature} {unit} foggy" : "{temperature} {unit} 有雾",
    "{temperature} {unit} light rainfall later today" : "{temperature} {unit} 今日晚些时候有零星小雨",
    "{temperature} {unit} light rainfall" : "{temperature} {unit} 零星小雨",
    "{temperature} {unit} rainfall later today" : "{temperature} {unit} 今日晚些时候有降雨",
    "{temperature} {unit} rainfall" : "{temperature} {unit} 降雨",
    "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} 今日晚些时候有强降雨",
    "{temperature} {unit} heavy rainfall" : "{temperature} {unit} 强降雨",
    "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} 今日晚些时候有阵雨",
    "{temperature} {unit} rainfall showers" : "{temperature} {unit} 阵雨",
    "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} 今日晚些时候有零星阵雨",
    "{temperature} {unit} light rainfall showers" : "{temperature} {unit} 零星阵雨",
    "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} 今日晚些时候有强阵雨",
    "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} 强阵雨",
    "More weather for {adr}" : "{adr} 的更多天气信息",
    "Loading weather" : "正在加载天气",
    "Set location for weather" : "设置天气位置",
    "Remove from favorites" : "从收藏夹移除",
    "Add as favorite" : "添加到收藏",
    "You are not logged in." : "您没有登录。",
    "There was an error getting the weather status information." : "获取天气状态信息时出错。",
    "No weather information found" : "找不到天气信息",
    "Location not found" : "找不到位置",
    "There was an error setting the location address." : "设置位置地址时出错。",
    "There was an error setting the location." : "设置位置时出错。",
    "There was an error saving the mode." : "保存模式时出错。",
    "There was an error using personal address." : "使用个人地址出错。",
    "Unknown weather code" : "未知天气代码",
    "Detect location" : "检测地点",
    "Set custom address" : "自定义地址",
    "Favorites" : "收藏"
},
"nplurals=1; plural=0;");